mirror of
https://github.com/0xd4d/de4dot
synced 2026-06-08 10:09:02 +00:00
32 lines
987 B
XML
32 lines
987 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<Import Project="..\De4DotCommon.props" />
|
|
|
|
<PropertyGroup>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Update="deobfuscators\Agile_NET\vm\v2\CsvmResources.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>CsvmResources.resx</DependentUpon>
|
|
</Compile>
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\AssemblyData\AssemblyData.csproj" />
|
|
<ProjectReference Include="..\de4dot.blocks\de4dot.blocks.csproj" />
|
|
<ProjectReference Include="..\de4dot.mdecrypt\de4dot.mdecrypt.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Reference Include="System.Runtime.Remoting" Condition=" '$(De4DotNetFramework)' == 'true' " />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="System.Drawing.Common" Version="4.7.0" Condition=" '$(De4DotNetFramework)' != 'true' " />
|
|
</ItemGroup>
|
|
|
|
</Project>
|