mirror of
https://github.com/sp-tarkov/assembly-tool.git
synced 2025-02-13 05:30:44 -05:00
11 lines
266 B
XML
11 lines
266 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<Import Project="..\De4DotCommon.props" />
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\de4dot.blocks\de4dot.blocks.csproj" />
|
|
<ProjectReference Include="..\de4dot.code\de4dot.code.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|