DeezShade/DeezShade/DeezShade.csproj

12 lines
349 B
XML
Raw 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>
<Version>1.0.0</Version>
</PropertyGroup>
<ItemGroup>
<Reference Include="PresentationFramework" />
<Reference Include="System.IO.Compression" />
</ItemGroup>
</Project>