mirror of
https://github.com/0xd4d/de4dot
synced 2026-06-08 10:09:02 +00:00
15 lines
416 B
XML
15 lines
416 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<Import Project="..\De4DotCommon.props" />
|
|
|
|
<ItemGroup>
|
|
<Reference Include="System.Runtime.Remoting" Condition=" '$(De4DotNetFramework)' == 'true' " />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\de4dot.blocks\de4dot.blocks.csproj" />
|
|
<ProjectReference Include="..\de4dot.mdecrypt\de4dot.mdecrypt.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|