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>
|
2013-11-09 05:13:49 +02:00
|
|
|
|
<Reference Include="System.Design" />
|
2020-07-06 07:23:59 +08:00
|
|
|
|
<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>
|