mirror of
https://github.com/0xd4d/de4dot
synced 2026-06-08 10:09:02 +00:00
15 lines
319 B
XML
15 lines
319 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<Import Project="..\De4DotCommon.props" />
|
|
|
|
<PropertyGroup>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<OutputType>Exe</OutputType>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\AssemblyData\AssemblyData.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|