Skip to content

Commit 2a974ed

Browse files
TELERIK\dikovTELERIK\dikov
TELERIK\dikov
authored and
TELERIK\dikov
committed
Split De4Dot and Reflexil plugins to two separate projects. Removed all references to De4Dot from reflexil project. Updated build definition, so that it builds both solutions.
1 parent 2c7490f commit 2a974ed

File tree

590 files changed

+108
-908
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

590 files changed

+108
-908
lines changed

De4dot.JustDecompile/De4dot.JustDecompile.Module.csproj

+8-10
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
<WarningLevel>4</WarningLevel>
3636
</PropertyGroup>
3737
<ItemGroup>
38-
<Reference Include="De4dot">
39-
<HintPath>..\reflexil.1.5.src\Libs\Binaries\De4dot.dll</HintPath>
38+
<Reference Include="De4dot, Version=1.8.1.3405, Culture=neutral, PublicKeyToken=b086ee4e8cc6c7d7, processorArchitecture=MSIL">
39+
<HintPath>..\De4dot\De4dot.dll</HintPath>
4040
</Reference>
4141
<Reference Include="PresentationCore" />
4242
<Reference Include="PresentationFramework" />
@@ -60,13 +60,6 @@
6060
</Compile>
6161
<Compile Include="Properties\AssemblyInfo.cs" />
6262
</ItemGroup>
63-
<ItemGroup>
64-
<ProjectReference Include="..\..\Source\Tools\JustDecompile.Core\JustDecompile.API.csproj">
65-
<Project>{8A549CC3-55AC-46F8-9BC9-83E0804D87B9}</Project>
66-
<Name>JustDecompile.Core</Name>
67-
<Private>False</Private>
68-
</ProjectReference>
69-
</ItemGroup>
7063
<ItemGroup>
7164
<Page Include="DeobfuscationProgressView.xaml">
7265
<SubType>Designer</SubType>
@@ -76,7 +69,12 @@
7669
<Link>Properties\CommonAssemblyInfo.cs</Link>
7770
</Compile>
7871
</ItemGroup>
79-
<ItemGroup />
72+
<ItemGroup>
73+
<ProjectReference Include="..\..\Source\Tools\JustDecompile.Core\JustDecompile.API.csproj">
74+
<Project>{8A549CC3-55AC-46F8-9BC9-83E0804D87B9}</Project>
75+
<Name>JustDecompile.API</Name>
76+
</ProjectReference>
77+
</ItemGroup>
8078
<ItemGroup>
8179
<None Include="LicenseAgreements\COPYING" />
8280
</ItemGroup>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)