mirror of
https://github.com/sp-tarkov/assembly-tool.git
synced 2025-02-13 09:10:44 -05:00
13 lines
255 B
XML
13 lines
255 B
XML
|
<Project Sdk="Microsoft.NET.Sdk">
|
||
|
|
||
|
<PropertyGroup>
|
||
|
<PlatformTarget>x64</PlatformTarget>
|
||
|
<OutputType>Exe</OutputType>
|
||
|
</PropertyGroup>
|
||
|
|
||
|
<ItemGroup>
|
||
|
<ProjectReference Include="..\de4dot.cui\de4dot.cui.csproj" />
|
||
|
</ItemGroup>
|
||
|
|
||
|
</Project>
|