DW5S.App.csproj 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. </ItemGroup>
  15. <ItemGroup>
  16. <ProjectReference Include="..\DW5S.Basic\01.DW5S.Basic.csproj" />
  17. <ProjectReference Include="..\DW5S.DTO\02.DW5S.DTO.csproj" />
  18. <ProjectReference Include="..\DW5S.Entity\03.DW5S.Entity.csproj" />
  19. <ProjectReference Include="..\DW5S.KxcApi\06.DW5S.KxcApi.csproj" />
  20. <ProjectReference Include="..\DW5S.Repostory\04.DW5S.Repostory.csproj" />
  21. <ProjectReference Include="..\DW5S.Service\07.DW5S.Service.csproj" />
  22. <ProjectReference Include="..\DW5S.WebApi\05.DW5S.WebApi.csproj" />
  23. </ItemGroup>
  24. <ItemGroup>
  25. <Compile Update="Properties\Settings.Designer.cs">
  26. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  27. <AutoGen>True</AutoGen>
  28. <DependentUpon>Settings.settings</DependentUpon>
  29. </Compile>
  30. </ItemGroup>
  31. <ItemGroup>
  32. <None Update="data.gmdb">
  33. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  34. </None>
  35. <None Update="Properties\Settings.settings">
  36. <Generator>SettingsSingleFileGenerator</Generator>
  37. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  38. </None>
  39. </ItemGroup>
  40. </Project>