ShareX/ShareX.ImageEffectsLib/ShareX.ImageEffectsLib.csproj

17 lines
538 B
XML
Raw Permalink Normal View History

2024-01-21 02:08:54 +03:00
<Project Sdk="Microsoft.NET.Sdk">
2013-11-03 12:53:49 +02:00
<PropertyGroup>
2024-01-21 02:08:54 +03:00
<TargetFramework>net48</TargetFramework>
2013-11-03 12:53:49 +02:00
<OutputType>Library</OutputType>
2024-01-21 02:08:54 +03:00
<UseWindowsForms>true</UseWindowsForms>
2013-11-03 12:53:49 +02:00
</PropertyGroup>
<ItemGroup>
<Reference Include="System.Design" />
<Reference Include="System.IO.Compression" />
2013-11-03 12:53:49 +02:00
</ItemGroup>
<ItemGroup>
2024-01-21 02:08:54 +03:00
<ProjectReference Include="..\ShareX.HelpersLib\ShareX.HelpersLib.csproj" />
2013-11-03 12:53:49 +02:00
</ItemGroup>
2017-09-23 15:48:28 +03:00
<ItemGroup>
2024-01-21 17:18:24 +03:00
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
2017-09-23 15:48:28 +03:00
</ItemGroup>
2013-11-03 12:53:49 +02:00
</Project>