ShareX/ShareX.Setup/ShareX.Setup.csproj

12 lines
351 B
XML
Raw Normal View History

2024-01-21 12:08:54 +13:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2024-01-21 12:08:54 +13:00
<TargetFramework>net48</TargetFramework>
<OutputType>Exe</OutputType>
</PropertyGroup>
<ItemGroup>
<Reference Include="System.IO.Compression" />
</ItemGroup>
2018-03-03 10:06:40 +13:00
<ItemGroup>
2024-01-21 12:08:54 +13:00
<ProjectReference Include="..\ShareX.HelpersLib\ShareX.HelpersLib.csproj" />
2018-03-03 10:06:40 +13:00
</ItemGroup>
</Project>