Converter.csproj 290 B

12345678910
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <TargetFramework>netcoreapp3.1</TargetFramework>
  5. </PropertyGroup>
  6. <ItemGroup>
  7. <Reference Include="..\lib\Ionic.Zlib.dll"/>
  8. <Reference Include="..\lib\ExIni.dll"/>
  9. </ItemGroup>
  10. </Project>