wispro.sp.winClient.csproj 979 B

1234567891011121314151617181920212223242526272829
  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="Quartz" Version="3.13.1" />
  10. <PackageReference Include="SharpCompress" Version="0.38.0" />
  11. </ItemGroup>
  12. <ItemGroup>
  13. <ProjectReference Include="..\wispro.sp.api\wispro.sp.api.csproj" />
  14. <ProjectReference Include="..\wispro.sp.ipeasyApi\wispro.sp.ipeasyApi.csproj" />
  15. <ProjectReference Include="..\wispro.sp.share\wispro.sp.share.csproj" />
  16. <ProjectReference Include="..\wispro.sp.utility\wispro.sp.utility.csproj" />
  17. <ProjectReference Include="..\wospro.sp.entity\wispro.sp.entity.csproj" />
  18. </ItemGroup>
  19. <ItemGroup>
  20. <None Update="appsettings.json">
  21. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  22. </None>
  23. </ItemGroup>
  24. </Project>