From 9ee7d3bd9c58a204b1efe38e6be61155bbb15c16 Mon Sep 17 00:00:00 2001 From: chr <chr@chr.com> Date: 星期三, 21 八月 2024 19:16:22 +0800 Subject: [PATCH] Merge branch 'master' of http://10.10.28.13:8080/r/PDM/PdmSwPlugin2 --- PdmSwPlugin.DrawApprove/PdmSwPlugin.DrawApprove.csproj | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/PdmSwPlugin.DrawApprove/PdmSwPlugin.DrawApprove.csproj b/PdmSwPlugin.DrawApprove/PdmSwPlugin.DrawApprove.csproj index a8c85a4..3faa0ea 100644 --- a/PdmSwPlugin.DrawApprove/PdmSwPlugin.DrawApprove.csproj +++ b/PdmSwPlugin.DrawApprove/PdmSwPlugin.DrawApprove.csproj @@ -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