Files
MewtocolNet/AutoTools.ChmDataExtract/AutoTools.ChmDataExtract.csproj
2023-07-21 18:23:20 +02:00

18 lines
464 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<IsPublishable>false</IsPublishable>
<IsPackable>false</IsPackable>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\MewtocolNet\MewtocolNet.csproj"/>
<PackageReference Include="HtmlAgilityPack" Version="1.11.50" />
</ItemGroup>
</Project>