0
0
mirror of https://github.com/sp-tarkov/assembly-tool.git synced 2025-02-12 17:30:43 -05:00
assembly-tool/de4dot/de4dot.mdecrypt/de4dot.mdecrypt.csproj

16 lines
386 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="..\de4dot.blocks\de4dot.blocks.csproj" />
</ItemGroup>
</Project>