DW5S.App.csproj 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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="EditForms\AdChannelEditor.cs">
  30. <SubType>Form</SubType>
  31. </Compile>
  32. <Compile Update="EditForms\StationEditor.cs">
  33. <SubType>Form</SubType>
  34. </Compile>
  35. <Compile Update="Properties\Settings.Designer.cs">
  36. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  37. <AutoGen>True</AutoGen>
  38. <DependentUpon>Settings.settings</DependentUpon>
  39. </Compile>
  40. <Compile Update="UserControl\CtrlStation.cs">
  41. <SubType>UserControl</SubType>
  42. </Compile>
  43. </ItemGroup>
  44. <ItemGroup>
  45. <None Update="data.gmdb">
  46. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  47. </None>
  48. <None Update="dw5s.db">
  49. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  50. </None>
  51. <None Update="Image\XlCalc.svg">
  52. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  53. </None>
  54. <None Update="Properties\Settings.settings">
  55. <Generator>SettingsSingleFileGenerator</Generator>
  56. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  57. </None>
  58. <None Update="Tips.txt">
  59. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  60. </None>
  61. </ItemGroup>
  62. </Project>