0
0
mirror of https://github.com/sp-tarkov/patcher.git synced 2025-02-13 03:30:46 -05:00
patcher/Patcher/PatcherUtils/PatcherUtils.csproj

20 lines
594 B
XML
Raw Normal View History

2021-08-01 00:36:37 -04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Reference Include="Aki.ByteBanger">
2021-08-01 00:44:14 -04:00
<HintPath>..\PatchGenerator\References\Aki.ByteBanger.dll</HintPath>
2021-08-01 00:36:37 -04:00
</Reference>
<Reference Include="Aki.Common">
2021-08-01 00:44:14 -04:00
<HintPath>..\PatchGenerator\References\Aki.Common.dll</HintPath>
2021-08-01 00:36:37 -04:00
</Reference>
<Reference Include="ComponentAce.Compression.Libs.zlib">
2021-08-01 00:44:14 -04:00
<HintPath>..\PatchGenerator\References\ComponentAce.Compression.Libs.zlib.dll</HintPath>
2021-08-01 00:36:37 -04:00
</Reference>
</ItemGroup>
</Project>