|
|
|
@ -103,13 +103,42 @@
@@ -103,13 +103,42 @@
|
|
|
|
|
</EmbeddedResource> |
|
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
|
<!-- |
|
|
|
|
BEGIN WORKAROUND: |
|
|
|
|
Nuget packages do not get added to the vsix automatically. |
|
|
|
|
(related to https://github.com/icsharpcode/ILSpy/issues/511) |
|
|
|
|
--> |
|
|
|
|
<PropertyGroup> |
|
|
|
|
<ILSpyBuildPath>..\ILSpy\bin\$(Configuration)\$(TargetFramework)\</ILSpyBuildPath> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
|
<AdditionalDependencies Include="$(ILSpyBuildPath)System.ValueTuple.dll" /> |
|
|
|
|
<AdditionalDependencies Include="$(ILSpyBuildPath)System.Collections.Immutable.dll" /> |
|
|
|
|
<AdditionalDependencies Include="$(ILSpyBuildPath)System.Composition.AttributedModel.dll" /> |
|
|
|
|
<AdditionalDependencies Include="$(ILSpyBuildPath)System.Composition.Convention.dll" /> |
|
|
|
|
<AdditionalDependencies Include="$(ILSpyBuildPath)System.Composition.Hosting.dll" /> |
|
|
|
|
<AdditionalDependencies Include="$(ILSpyBuildPath)System.Composition.Runtime.dll" /> |
|
|
|
|
<AdditionalDependencies Include="$(ILSpyBuildPath)System.Composition.TypedParts.dll" /> |
|
|
|
|
<AdditionalDependencies Include="$(ILSpyBuildPath)System.Threading.Tasks.Dataflow.dll" /> |
|
|
|
|
<AdditionalDependencies Include="$(ILSpyBuildPath)ICSharpCode.AvalonEdit.dll" /> |
|
|
|
|
<AdditionalDependencies Include="$(ILSpyBuildPath)Humanizer.dll" /> |
|
|
|
|
<AdditionalDependencies Include="$(ILSpyBuildPath)System.Reflection.Metadata.dll" /> |
|
|
|
|
<AdditionalDependencies Include="$(ILSpyBuildPath)Microsoft.VisualStudio.Composition.dll" /> |
|
|
|
|
<AdditionalDependencies Include="$(ILSpyBuildPath)Microsoft.VisualStudio.Validation.dll" /> |
|
|
|
|
<AdditionalDependencies Include="$(ILSpyBuildPath)Mono.Cecil.dll" /> |
|
|
|
|
<AdditionalDependencies Include="$(ILSpyBuildPath)Mono.Cecil.Pdb.dll" /> |
|
|
|
|
<AdditionalDependencies Include="$(ILSpyBuildPath)ILSpy.BamlDecompiler.Plugin.dll" /> |
|
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
|
<Content Include="Packages/*"> |
|
|
|
|
<Content Include="@(AdditionalDependencies)"> |
|
|
|
|
<IncludeInVSIX>true</IncludeInVSIX> |
|
|
|
|
<VSIXSubPath>\</VSIXSubPath> |
|
|
|
|
</Content> |
|
|
|
|
</Content> |
|
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
|
<!-- END WORKAROUND --> |
|
|
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
|
<None Include="ILSpyAddIn.vsct" /> |
|
|
|
|
<None Include="source.extension.vsixmanifest.template" /> |
|
|
|
@ -162,8 +191,4 @@
@@ -162,8 +191,4 @@
|
|
|
|
|
<ProjectReference Update="@(ProjectReference)" Name="%(Filename)" /> |
|
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
|
<Folder Include="Packages\" /> |
|
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
|
</Project> |