You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
885 B

6 months ago
6 months ago
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net6.0</TargetFramework>
  4. <ImplicitUsings>enable</ImplicitUsings>
  5. <Nullable>enable</Nullable>
  6. <FileVersion>1.0.0.15</FileVersion>
  7. </PropertyGroup>
  8. <ItemGroup>
  9. <PackageReference Include="Microsoft.Data.SqlClient" Version="4.0.0" />
  10. </ItemGroup>
  11. <ItemGroup>
  12. <Reference Include="log4net">
  13. <HintPath>bin\Debug\net6.0\log4net.dll</HintPath>
  14. </Reference>
  15. <Reference Include="Newtonsoft.Json">
  16. <HintPath>bin\Debug\net6.0\Newtonsoft.Json.DLL</HintPath>
  17. </Reference>
  18. </ItemGroup>
  19. <ItemGroup>
  20. <None Update="DLL\CompanyCode.txt">
  21. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  22. </None>
  23. <None Update="DLL\CompanyConnect.txt">
  24. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  25. </None>
  26. </ItemGroup>
  27. </Project>