Browse Source

Work on #1516 and include identical files as in zip distribution

pull/1556/head
Christoph Wille 6 years ago
parent
commit
cd0a794283
  1. 2
      ILSpy.AddIn/ILSpy.AddIn.csproj

2
ILSpy.AddIn/ILSpy.AddIn.csproj

@ -129,6 +129,8 @@ @@ -129,6 +129,8 @@
<AdditionalDependencies Include="$(ILSpyBuildPath)Mono.Cecil.dll" />
<AdditionalDependencies Include="$(ILSpyBuildPath)Mono.Cecil.Pdb.dll" />
<AdditionalDependencies Include="$(ILSpyBuildPath)ILSpy.BamlDecompiler.Plugin.dll" />
<AdditionalDependencies Include="$(ILSpyBuildPath)System.*.dll" />
<AdditionalDependencies Include="$(ILSpyBuildPath)Microsoft.DiaSymReader.*.dll" />
</ItemGroup>
<ItemGroup>

Loading…
Cancel
Save