mirror of
https://github.com/sp-tarkov/patcher.git
synced 2025-02-13 06:10:47 -05:00
14 lines
304 B
XML
14 lines
304 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>
|
|||
|
|
|||
|
</Project>
|