mirror of
https://github.com/sp-tarkov/patcher.git
synced 2025-02-13 05:30:45 -05:00
22 lines
465 B
XML
22 lines
465 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>WinExe</OutputType>
|
|
<TargetFramework>net5.0-windows</TargetFramework>
|
|
<UseWPF>true</UseWPF>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<None Remove="Resources\xdelta3.exe" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Resources\xdelta3.exe" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\PatcherUtils\PatcherUtils.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|