mirror of
https://github.com/sp-tarkov/patcher.git
synced 2025-02-13 08:10:47 -05:00
30 lines
856 B
XML
30 lines
856 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net5.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<None Remove="Resources\7za.exe" />
|
|
<None Remove="Resources\PatchClient.exe" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Resources\7za.exe" />
|
|
<EmbeddedResource Include="Resources\PatchClient.exe" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Reference Include="Aki.ByteBanger">
|
|
<HintPath>..\PatchGenerator\References\Aki.ByteBanger.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Aki.Common">
|
|
<HintPath>..\PatchGenerator\References\Aki.Common.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="ComponentAce.Compression.Libs.zlib">
|
|
<HintPath>..\PatchGenerator\References\ComponentAce.Compression.Libs.zlib.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
|
|
</Project>
|