mirror of
https://github.com/sp-tarkov/assembly-tool.git
synced 2025-02-13 02:10:45 -05:00
17 lines
392 B
XML
17 lines
392 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Reference Include="System.Runtime.Remoting" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\de4dot.blocks\de4dot.blocks.csproj" />
|
|
<ProjectReference Include="..\de4dot.mdecrypt\de4dot.mdecrypt.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|