wispro.sp.winClient.csproj 1.0 KB

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