Browse Source

Fix build for VSAddIn

pull/2649/head
SilverFox 3 years ago committed by Siegfried Pammer
parent
commit
2ce3419019
  1. 2
      ILSpy.AddIn.VS2022/ILSpy.AddIn.VS2022.csproj
  2. 2
      ILSpy.AddIn/ILSpy.AddIn.csproj

2
ILSpy.AddIn.VS2022/ILSpy.AddIn.VS2022.csproj

@ -100,7 +100,7 @@ @@ -100,7 +100,7 @@
<!-- END WORKAROUND -->
<ItemGroup>
<Content Include="$(ILSpyBuildPath)*.dll;$(ILSpyBuildPath)ILSpy.exe;$(ILSpyBuildPath)ILSpy.dll.config">
<Content Include="$(ILSpyBuildPath)*.dll;$(ILSpyBuildPath)ILSpy.exe;$(ILSpyBuildPath)*.json">
<IncludeInVSIX>true</IncludeInVSIX>
<VSIXSubPath>\ILSpy</VSIXSubPath>
</Content>

2
ILSpy.AddIn/ILSpy.AddIn.csproj

@ -101,7 +101,7 @@ @@ -101,7 +101,7 @@
<!-- END WORKAROUND -->
<ItemGroup>
<Content Include="$(ILSpyBuildPath)*.dll;$(ILSpyBuildPath)ILSpy.exe;$(ILSpyBuildPath)ILSpy.dll.config">
<Content Include="$(ILSpyBuildPath)*.dll;$(ILSpyBuildPath)ILSpy.exe;$(ILSpyBuildPath)*.json">
<IncludeInVSIX>true</IncludeInVSIX>
<VSIXSubPath>\ILSpy</VSIXSubPath>
</Content>

Loading…
Cancel
Save