ShareX/ShareX.MediaLib/ShareX.MediaLib.csproj

16 lines
544 B
XML
Raw Normal View History

2024-01-21 12:08:54 +13:00
<Project Sdk="Microsoft.NET.Sdk">
2015-08-04 19:31:43 +12:00
<PropertyGroup>
2024-01-21 12:08:54 +13:00
<TargetFramework>net48</TargetFramework>
2015-08-04 19:31:43 +12:00
<OutputType>Library</OutputType>
2024-01-21 12:08:54 +13:00
<UseWindowsForms>true</UseWindowsForms>
2015-08-04 19:31:43 +12:00
</PropertyGroup>
<ItemGroup>
2024-01-22 03:18:24 +13:00
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Design" />
<Reference Include="System.IO.Compression" />
2015-08-04 19:31:43 +12:00
</ItemGroup>
<ItemGroup>
2024-01-21 12:08:54 +13:00
<ProjectReference Include="..\ShareX.HelpersLib\ShareX.HelpersLib.csproj" />
</ItemGroup>
2015-08-04 19:31:43 +12:00
</Project>