greenshot/GreenshotPlugin/GreenshotPlugin.csproj
2021-03-21 22:34:17 +01:00

27 lines
897 B
XML

<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<RootNamespace>GreenshotPlugin</RootNamespace>
<AssemblyName>GreenshotPlugin</AssemblyName>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<None Include="Languages\language*.xml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Dapplo.HttpExtensions.JsonNet" Version="1.0.8" />
<PackageReference Include="HtmlAgilityPack" Version="1.11.31" />
<PackageReference Include="log4net" version="2.0.12" />
<PackageReference Include="Svg" Version="3.2.3" />
<Reference Include="Accessibility" />
<Reference Include="CustomMarshalers" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="log4net-embedded.xml" />
</ItemGroup>
</Project>