From e9d7a5ef4c17e4804fb988dd193ff7d1fa36d52b Mon Sep 17 00:00:00 2001 From: chr <chr@chr.com> Date: 星期一, 12 八月 2024 09:08:43 +0800 Subject: [PATCH] 优化; --- PdmSwPlugin.Common/PdmSwPlugin.Common.csproj | 16 +++++++++++++++- 1 files changed, 15 insertions(+), 1 deletions(-) diff --git a/PdmSwPlugin.Common/PdmSwPlugin.Common.csproj b/PdmSwPlugin.Common/PdmSwPlugin.Common.csproj index 4319f53..ee5b2d8 100644 --- a/PdmSwPlugin.Common/PdmSwPlugin.Common.csproj +++ b/PdmSwPlugin.Common/PdmSwPlugin.Common.csproj @@ -60,17 +60,22 @@ </ItemGroup> <ItemGroup> <Compile Include="Attribute\PdmSwPlugin.cs" /> + <Compile Include="BomIniter\NameUtil.cs" /> <Compile Include="BomIniter\YwtBomIniter.cs" /> <Compile Include="ClassLoader.cs" /> <Compile Include="Constants\PriceCheckName.cs" /> <Compile Include="Constants\PropertyName.cs" /> <Compile Include="Constants\Settings.cs" /> + <Compile Include="Control\RichHisWindow.xaml.cs"> + <DependentUpon>RichHisWindow.xaml</DependentUpon> + </Compile> <Compile Include="Control\TreeGrid\Controls\TreeDataGrid.cs" /> <Compile Include="Control\TreeGrid\Controls\TreeGrid.cs" /> <Compile Include="Control\TreeGrid\Controls\TreeItemContentControl.cs" /> <Compile Include="Control\TreeGrid\Controls\TreeItemData.cs" /> <Compile Include="Entity\BusinessType.cs" /> <Compile Include="Entity\DrawAudit\DrawAudit.cs" /> + <Compile Include="Entity\DrawAudit\DrawAuditHis.cs" /> <Compile Include="Entity\NoteAndPos.cs" /> <Compile Include="Entity\NotifyBase.cs" /> <Compile Include="Entity\Page.cs" /> @@ -163,6 +168,10 @@ <Reference Include="WindowsBase" /> </ItemGroup> <ItemGroup> + <Page Include="Control\RichHisWindow.xaml"> + <Generator>MSBuild:Compile</Generator> + <SubType>Designer</SubType> + </Page> <Page Include="Control\TreeGrid\Themes\TreeGrid.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> @@ -191,6 +200,11 @@ <ItemGroup> <Content Include="Image\loading.gif" /> </ItemGroup> - <ItemGroup /> + <ItemGroup> + <ProjectReference Include="Z:\VisualStudio\CustomRichBox\CustomRictBox\PdmSwPlugin.UI.csproj"> + <Project>{44bce7b9-f984-426b-9997-fc1fb1a49cc0}</Project> + <Name>PdmSwPlugin.UI</Name> + </ProjectReference> + </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> </Project> \ No newline at end of file -- Gitblit v1.9.1