DeezShade/DeezShade/DeezShade.csproj

15 lines
447 B
XML
Raw Permalink Normal View History

2023-02-05 20:50:29 -05:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net4.7.2</TargetFramework>
2023-03-03 17:15:04 -05:00
<Version>1.1.1</Version>
2023-02-05 20:50:29 -05:00
</PropertyGroup>
<ItemGroup>
<Reference Include="PresentationFramework" />
<Reference Include="System.IO.Compression" />
</ItemGroup>
2023-02-06 09:33:42 -05:00
<ItemGroup>
<PackageReference Include="Lib.Harmony" Version="2.2.2" />
</ItemGroup>
2023-02-05 20:50:29 -05:00
</Project>