mirror of
https://github.com/sp-tarkov/patcher.git
synced 2025-02-13 07:50:49 -05:00
26 lines
711 B
XML
26 lines
711 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>WinExe</OutputType>
|
|
<TargetFramework>net5.0-windows</TargetFramework>
|
|
<UseWPF>true</UseWPF>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\PatcherUtils\PatcherUtils.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Reference Include="Aki.ByteBanger">
|
|
<HintPath>References\Aki.ByteBanger.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Aki.Common">
|
|
<HintPath>References\Aki.Common.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="ComponentAce.Compression.Libs.zlib">
|
|
<HintPath>References\ComponentAce.Compression.Libs.zlib.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
|
|
</Project>
|