From b5234c5ab1e9e6826b8d8fc1e95fa752aaa40b74 Mon Sep 17 00:00:00 2001 From: chr <chr@mailcom> Date: 星期六, 02 十一月 2024 10:56:50 +0800 Subject: [PATCH] 优化程序 --- PdmSwPlugin.DrawApprove/PdmSwPlugin.DrawApprove.csproj | 11 +++++++++-- 1 files changed, 9 insertions(+), 2 deletions(-) diff --git a/PdmSwPlugin.DrawApprove/PdmSwPlugin.DrawApprove.csproj b/PdmSwPlugin.DrawApprove/PdmSwPlugin.DrawApprove.csproj index a8c85a4..d29a2ac 100644 --- a/PdmSwPlugin.DrawApprove/PdmSwPlugin.DrawApprove.csproj +++ b/PdmSwPlugin.DrawApprove/PdmSwPlugin.DrawApprove.csproj @@ -54,11 +54,11 @@ <HintPath>..\lib\log4net.dll</HintPath> </Reference> <Reference Include="SolidWorks.Interop.sldworks"> - <HintPath>..\..\..\..\..\Program Files\SOLIDWORKS Corp\SOLIDWORKS\api\redist\SolidWorks.Interop.sldworks.dll</HintPath> + <HintPath>C:\Program Files\SOLIDWORKS Corp\SOLIDWORKS\api\redist\SolidWorks.Interop.sldworks.dll</HintPath> <EmbedInteropTypes>True</EmbedInteropTypes> </Reference> <Reference Include="SolidWorks.Interop.swconst"> - <HintPath>..\..\..\..\..\Program Files\SOLIDWORKS Corp\SOLIDWORKS\api\redist\SolidWorks.Interop.swconst.dll</HintPath> + <HintPath>C:\Program Files\SOLIDWORKS Corp\SOLIDWORKS\api\redist\SolidWorks.Interop.swconst.dll</HintPath> <EmbedInteropTypes>True</EmbedInteropTypes> </Reference> <Reference Include="System" /> @@ -81,6 +81,9 @@ <Reference Include="PresentationFramework" /> </ItemGroup> <ItemGroup> + <Compile Include="DrawAuditHisControl.xaml.cs"> + <DependentUpon>DrawAuditHisControl.xaml</DependentUpon> + </Compile> <Compile Include="RejectWindow.xaml.cs"> <DependentUpon>RejectWindow.xaml</DependentUpon> </Compile> @@ -93,6 +96,10 @@ <Compile Include="XamlWindow.xaml.cs"> <DependentUpon>XamlWindow.xaml</DependentUpon> </Compile> + <Page Include="DrawAuditHisControl.xaml"> + <Generator>MSBuild:Compile</Generator> + <SubType>Designer</SubType> + </Page> <Page Include="DrawApprove.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> -- Gitblit v1.9.1