DW5S.App.csproj 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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="System.Management" Version="9.0.3" />
  15. </ItemGroup>
  16. <ItemGroup>
  17. <ProjectReference Include="..\DW5S.Basic\01.DW5S.Basic.csproj" />
  18. <ProjectReference Include="..\DW5S.Controller\08.DW5S.Controller.csproj" />
  19. <ProjectReference Include="..\DW5S.DTO\02.DW5S.DTO.csproj" />
  20. <ProjectReference Include="..\DW5S.Entity\03.DW5S.Entity.csproj" />
  21. <ProjectReference Include="..\DW5S.KxcApi\06.DW5S.KxcApi.csproj" />
  22. <ProjectReference Include="..\DW5S.Repostory\04.DW5S.Repostory.csproj" />
  23. <ProjectReference Include="..\DW5S.Service\07.DW5S.Service.csproj" />
  24. <ProjectReference Include="..\DW5S.ViewModel\09.DW5S.ViewModel.csproj" />
  25. <ProjectReference Include="..\DW5S.WebApi\05.DW5S.WebApi.csproj" />
  26. </ItemGroup>
  27. <ItemGroup>
  28. <Compile Update="EditForms\AdChannelEditor.cs">
  29. <SubType>Form</SubType>
  30. </Compile>
  31. <Compile Update="EditForms\StationEditor.cs">
  32. <SubType>Form</SubType>
  33. </Compile>
  34. <Compile Update="Properties\Settings.Designer.cs">
  35. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  36. <AutoGen>True</AutoGen>
  37. <DependentUpon>Settings.settings</DependentUpon>
  38. </Compile>
  39. <Compile Update="UserControl\CtrlADTask.cs">
  40. <SubType>UserControl</SubType>
  41. </Compile>
  42. <Compile Update="UserControl\CtrlTaskTemplate.cs">
  43. <SubType>UserControl</SubType>
  44. </Compile>
  45. <Compile Update="UserControl\CtrlStation.cs">
  46. <SubType>UserControl</SubType>
  47. </Compile>
  48. </ItemGroup>
  49. <ItemGroup>
  50. <None Update="data.gmdb">
  51. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  52. </None>
  53. <None Update="dw5s.db">
  54. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  55. </None>
  56. <None Update="Image\XlCalc.svg">
  57. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  58. </None>
  59. <None Update="Properties\Settings.settings">
  60. <Generator>SettingsSingleFileGenerator</Generator>
  61. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  62. </None>
  63. <None Update="Tips.txt">
  64. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  65. </None>
  66. </ItemGroup>
  67. </Project>