mirror of
https://github.com/sp-tarkov/assembly-tool.git
synced 2025-02-12 16:50:44 -05:00
17 lines
410 B
XML
17 lines
410 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<Import Project="..\De4DotCommon.props" />
|
|
|
|
<PropertyGroup>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<OutputType>Exe</OutputType>
|
|
<Configurations>Debug;Release;WAIT_FOR_DEBUGGER</Configurations>
|
|
<Platforms>AnyCPU</Platforms>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\AssemblyData\AssemblyData.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|