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