DW5S.App.csproj 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>WinExe</OutputType>
  4. <TargetFramework>net7.0-windows</TargetFramework>
  5. <UseWindowsForms>true</UseWindowsForms>
  6. <NoWin32Manifest>true</NoWin32Manifest>
  7. <ApplicationIcon>定位.ico</ApplicationIcon>
  8. </PropertyGroup>
  9. <ItemGroup>
  10. <Content Include="定位.ico" />
  11. </ItemGroup>
  12. <ItemGroup>
  13. <PackageReference Include="DevExpress.Win.Design" Version="23.2.3" />
  14. <PackageReference Include="Microsoft.Data.Sqlite.Core" Version="9.0.2" />
  15. <PackageReference Include="System.Management" Version="9.0.2" />
  16. </ItemGroup>
  17. <ItemGroup>
  18. <ProjectReference Include="..\DW5S.Basic\01.DW5S.Basic.csproj" />
  19. <ProjectReference Include="..\DW5S.Controller\08.DW5S.Controller.csproj" />
  20. <ProjectReference Include="..\DW5S.DTO\02.DW5S.DTO.csproj" />
  21. <ProjectReference Include="..\DW5S.Entity\03.DW5S.Entity.csproj" />
  22. <ProjectReference Include="..\DW5S.KxcApi\06.DW5S.KxcApi.csproj" />
  23. <ProjectReference Include="..\DW5S.Repostory\04.DW5S.Repostory.csproj" />
  24. <ProjectReference Include="..\DW5S.Service\07.DW5S.Service.csproj" />
  25. <ProjectReference Include="..\DW5S.ViewModel\09.DW5S.ViewModel.csproj" />
  26. <ProjectReference Include="..\DW5S.WebApi\05.DW5S.WebApi.csproj" />
  27. </ItemGroup>
  28. <ItemGroup>
  29. <Compile Update="Properties\Settings.Designer.cs">
  30. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  31. <AutoGen>True</AutoGen>
  32. <DependentUpon>Settings.settings</DependentUpon>
  33. </Compile>
  34. </ItemGroup>
  35. <ItemGroup>
  36. <None Update="data.gmdb">
  37. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  38. </None>
  39. <None Update="Image\XlCalc.svg">
  40. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  41. </None>
  42. <None Update="Properties\Settings.settings">
  43. <Generator>SettingsSingleFileGenerator</Generator>
  44. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  45. </None>
  46. <None Update="Tips.txt">
  47. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  48. </None>
  49. </ItemGroup>
  50. </Project>