wispro.sp.winClient.csproj 920 B

12345678910111213141516171819202122232425262728
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>WinExe</OutputType>
  4. <TargetFramework>net5.0-windows</TargetFramework>
  5. <Nullable>enable</Nullable>
  6. <UseWindowsForms>true</UseWindowsForms>
  7. </PropertyGroup>
  8. <ItemGroup>
  9. <PackageReference Include="SharpCompress" Version="0.38.0" />
  10. </ItemGroup>
  11. <ItemGroup>
  12. <ProjectReference Include="..\wispro.sp.api\wispro.sp.api.csproj" />
  13. <ProjectReference Include="..\wispro.sp.ipeasyApi\wispro.sp.ipeasyApi.csproj" />
  14. <ProjectReference Include="..\wispro.sp.share\wispro.sp.share.csproj" />
  15. <ProjectReference Include="..\wispro.sp.utility\wispro.sp.utility.csproj" />
  16. <ProjectReference Include="..\wospro.sp.entity\wispro.sp.entity.csproj" />
  17. </ItemGroup>
  18. <ItemGroup>
  19. <None Update="appsettings.json">
  20. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  21. </None>
  22. </ItemGroup>
  23. </Project>