Browse Source
Merge pull request #1001 from sharwell/cecil-packagereference
Reference Mono.Cecil using a PackageReference
pull/1278/head
Siegfried Pammer
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
12 changed files with
5 additions and
30 deletions
-
ICSharpCode.Decompiler.Tests/ICSharpCode.Decompiler.Tests.csproj
-
ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj
-
ICSharpCode.Decompiler/ICSharpCode.Decompiler.nuspec.template
-
ILSpy.AddIn/ILSpy.AddIn.csproj
-
ILSpy.BamlDecompiler.Tests/ILSpy.BamlDecompiler.Tests.csproj
-
ILSpy.BamlDecompiler/ILSpy.BamlDecompiler.csproj
-
ILSpy/ILSpy.csproj
-
TestPlugin/TestPlugin.csproj
-
cecil
-
clean.bat
-
debugbuild.bat
-
releasebuild.bat
|
|
@ -39,7 +39,6 @@ |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<ProjectReference Include="..\cecil\Mono.Cecil.csproj" AdditionalProperties="NuGetRestoreTargets=;ResolveNuGetPackages=false" /> |
|
|
|
<ProjectReference Include="..\ICSharpCode.Decompiler\ICSharpCode.Decompiler.csproj" /> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
|
@ -50,14 +50,11 @@ |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<PackageReference Include="Humanizer.Core" Version="2.2.0" /> |
|
|
|
<PackageReference Include="Mono.Cecil" Version="0.10.0-beta7" /> |
|
|
|
<PackageReference Include="System.Collections.Immutable" Version="1.3.1" /> |
|
|
|
<PackageReference Include="System.ValueTuple" Version="4.3.0" /> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<ProjectReference Include="..\cecil\Mono.Cecil.csproj" AdditionalProperties="NuGetRestoreTargets=;ResolveNuGetPackages=false" /> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<Compile Include="CSharp\Annotations.cs" /> |
|
|
|
<Compile Include="CSharp\CallBuilder.cs" /> |
|
|
@ -565,7 +562,8 @@ |
|
|
|
<Compile Include="Util\ReferenceComparer.cs" /> |
|
|
|
<Compile Include="Util\TreeTraversal.cs" /> |
|
|
|
<Compile Include="Util\UnionFind.cs" /> |
|
|
|
<None Include="ICSharpCode.Decompiler.nuspec" /> |
|
|
|
<None Include="ICSharpCode.Decompiler.nuspec" DependentUpon="ICSharpCode.Decompiler.nuspec.template" /> |
|
|
|
<None Include="ICSharpCode.Decompiler.nuspec.template" /> |
|
|
|
<None Include="ICSharpCode.Decompiler.ruleset" /> |
|
|
|
<None Include="ICSharpCode.Decompiler.snk" /> |
|
|
|
<None Include="IL\ILOpCodes.tt"> |
|
|
|
|
|
@ -16,6 +16,7 @@ |
|
|
|
<tags>C# Decompiler ILSpy</tags> |
|
|
|
<dependencies> |
|
|
|
<dependency id="Humanizer.Core" version="2.2.0" /> |
|
|
|
<dependency id="Mono.Cecil" version="0.10.0-beta7" /> |
|
|
|
<dependency id="System.Collections.Immutable" version="1.3.1" /> |
|
|
|
<dependency id="System.ValueTuple" version="4.3.0" /> |
|
|
|
</dependencies> |
|
|
@ -23,12 +24,8 @@ |
|
|
|
<files> |
|
|
|
<file src="bin\$Configuration$\net46\ICSharpCode.Decompiler.dll" target="lib\net46" /> |
|
|
|
<file src="bin\$Configuration$\net46\ICSharpCode.Decompiler.pdb" target="lib\net46" /> |
|
|
|
<file src="bin\$Configuration$\net46\Mono.Cecil.dll" target="lib\net46" /> |
|
|
|
<file src="bin\$Configuration$\net46\Mono.Cecil.pdb" target="lib\net46" /> |
|
|
|
|
|
|
|
<file src="bin\$Configuration$\netstandard2.0\ICSharpCode.Decompiler.dll" target="lib\netstandard2.0" /> |
|
|
|
<file src="bin\$Configuration$\netstandard2.0\ICSharpCode.Decompiler.pdb" target="lib\netstandard2.0" /> |
|
|
|
<file src="bin\$Configuration$\netstandard2.0\Mono.Cecil.dll" target="lib\netstandard2.0" /> |
|
|
|
<file src="bin\$Configuration$\netstandard2.0\Mono.Cecil.pdb" target="lib\netstandard2.0" /> |
|
|
|
</files> |
|
|
|
</package> |
|
|
@ -51,8 +51,6 @@ |
|
|
|
<ProjectReference Include="..\ICSharpCode.Decompiler\ICSharpCode.Decompiler.csproj" /> |
|
|
|
<ProjectReference Include="..\ILSpy.BamlDecompiler\ILSpy.BamlDecompiler.csproj" /> |
|
|
|
<ProjectReference Include="..\ILSpy\ILSpy.csproj" /> |
|
|
|
<ProjectReference Include="..\cecil\Mono.Cecil.csproj" AdditionalProperties="NuGetRestoreTargets=;ResolveNuGetPackages=false" /> |
|
|
|
<ProjectReference Include="..\cecil\symbols\pdb\Mono.Cecil.Pdb.csproj" AdditionalProperties="NuGetRestoreTargets=;ResolveNuGetPackages=false" /> |
|
|
|
<ProjectReference Include="..\SharpTreeView\ICSharpCode.TreeView.csproj" /> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
|
@ -37,7 +37,6 @@ |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<ProjectReference Include="..\cecil\Mono.Cecil.csproj" AdditionalProperties="NuGetRestoreTargets=;ResolveNuGetPackages=false" /> |
|
|
|
<ProjectReference Include="..\ICSharpCode.Decompiler.Tests\ICSharpCode.Decompiler.Tests.csproj" /> |
|
|
|
<ProjectReference Include="..\ILSpy\ILSpy.csproj" /> |
|
|
|
<ProjectReference Include="..\SharpTreeView\ICSharpCode.TreeView.csproj" /> |
|
|
|
|
|
@ -46,9 +46,6 @@ |
|
|
|
<ProjectReference Include="..\ILSpy\ILSpy.csproj"> |
|
|
|
<Private>False</Private> |
|
|
|
</ProjectReference> |
|
|
|
<ProjectReference Include="..\cecil\Mono.Cecil.csproj" AdditionalProperties="NuGetRestoreTargets=;ResolveNuGetPackages=false"> |
|
|
|
<Private>False</Private> |
|
|
|
</ProjectReference> |
|
|
|
<ProjectReference Include="..\SharpTreeView\ICSharpCode.TreeView.csproj"> |
|
|
|
<Private>False</Private> |
|
|
|
</ProjectReference> |
|
|
|
|
|
@ -54,8 +54,6 @@ |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<ProjectReference Include="..\cecil\Mono.Cecil.csproj" AdditionalProperties="NuGetRestoreTargets=;ResolveNuGetPackages=false" /> |
|
|
|
<ProjectReference Include="..\cecil\symbols\pdb\Mono.Cecil.Pdb.csproj" AdditionalProperties="NuGetRestoreTargets=;ResolveNuGetPackages=false" /> |
|
|
|
<ProjectReference Include="..\ICSharpCode.Decompiler\ICSharpCode.Decompiler.csproj" /> |
|
|
|
<ProjectReference Include="..\SharpTreeView\ICSharpCode.TreeView.csproj" /> |
|
|
|
</ItemGroup> |
|
|
|
|
|
@ -35,7 +35,6 @@ |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<ProjectReference Include="..\cecil\Mono.Cecil.csproj" AdditionalProperties="NuGetRestoreTargets=;ResolveNuGetPackages=false" /> |
|
|
|
<ProjectReference Include="..\ICSharpCode.Decompiler\ICSharpCode.Decompiler.csproj" /> |
|
|
|
<ProjectReference Include="..\ILSpy\ILSpy.csproj" /> |
|
|
|
<ProjectReference Include="..\SharpTreeView\ICSharpCode.TreeView.csproj" /> |
|
|
|
|
|
@ -1 +1 @@ |
|
|
|
Subproject commit d419d591b97f6c161372c985b32fdae7d93d6e68 |
|
|
|
Subproject commit 14e6162ae535afacb69eb6df399bbc46779a4587 |
|
|
@ -1,6 +1,3 @@ |
|
|
|
@if not exist "cecil\Mono.Cecil.csproj" ( |
|
|
|
git submodule update --init || exit /b 1 |
|
|
|
) |
|
|
|
@setlocal enabledelayedexpansion |
|
|
|
@set MSBUILD= |
|
|
|
@for /D %%M in ("%ProgramFiles(x86)%\Microsoft Visual Studio\2017"\*) do ( |
|
|
|
|
|
@ -1,7 +1,3 @@ |
|
|
|
@if not exist "cecil\Mono.Cecil.csproj" ( |
|
|
|
git submodule update --init || exit /b 1 |
|
|
|
git submodule update --remote ILSpy-tests || exit /b 1 |
|
|
|
) |
|
|
|
@setlocal enabledelayedexpansion |
|
|
|
@set MSBUILD= |
|
|
|
@for /D %%M in ("%ProgramFiles(x86)%\Microsoft Visual Studio\2017"\*) do ( |
|
|
|
|
|
@ -1,6 +1,3 @@ |
|
|
|
@if not exist "cecil\Mono.Cecil.csproj" ( |
|
|
|
git submodule update --init || exit /b 1 |
|
|
|
) |
|
|
|
@setlocal enabledelayedexpansion |
|
|
|
@set MSBUILD= |
|
|
|
@for /D %%M in ("%ProgramFiles(x86)%\Microsoft Visual Studio\2017"\*) do ( |
|
|
|