0
0
mirror of https://github.com/sp-tarkov/assembly-tool.git synced 2025-02-13 05:10:46 -05:00
assembly-tool/de4dot/de4dot.cui/de4dot.cui.csproj

16 lines
407 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Configurations>Debug;Release;WAIT_FOR_DEBUGGER</Configurations>
<Platforms>AnyCPU</Platforms>
</PropertyGroup>
<Import Project="..\De4DotCommon.props" />
<ItemGroup>
<ProjectReference Include="..\de4dot.blocks\de4dot.blocks.csproj" />
<ProjectReference Include="..\de4dot.code\de4dot.code.csproj" />
</ItemGroup>
</Project>