mirror of
https://github.com/sp-tarkov/assembly-tool.git
synced 2025-02-12 17:10:45 -05:00
22 lines
616 B
XML
22 lines
616 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<Import Project="..\De4DotCommon.props" />
|
|
|
|
<PropertyGroup>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
<Configurations>Debug;Release;WAIT_FOR_DEBUGGER</Configurations>
|
|
<Platforms>AnyCPU</Platforms>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\AssemblyData\AssemblyData.csproj" />
|
|
<ProjectReference Include="..\de4dot.blocks\de4dot.blocks.csproj" />
|
|
<ProjectReference Include="..\de4dot.mdecrypt\de4dot.mdecrypt.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Reference Include="System.Runtime.Remoting" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|