Browse Source

Try again to remove ILSpy.dll.config.

pull/2665/head
Siegfried Pammer 3 years ago
parent
commit
c7719b1a6f
  1. 1
      BuildTools/update-assemblyinfo.ps1
  2. 2
      ILSpy.AddIn.VS2022/ILSpy.AddIn.VS2022.csproj
  3. 2
      ILSpy.AddIn/ILSpy.AddIn.csproj

1
BuildTools/update-assemblyinfo.ps1

@ -80,7 +80,6 @@ function gitBranch() {
$templateFiles = ( $templateFiles = (
@{Input=$decompilerVersionInfoTemplateFile; Output="ICSharpCode.Decompiler/Properties/DecompilerVersionInfo.cs"}, @{Input=$decompilerVersionInfoTemplateFile; Output="ICSharpCode.Decompiler/Properties/DecompilerVersionInfo.cs"},
@{Input="ILSpy/Properties/app.config.template"; Output = "ILSpy/app.config"},
@{Input="ILSpy.AddIn/source.extension.vsixmanifest.template"; Output = "ILSpy.AddIn/source.extension.vsixmanifest"}, @{Input="ILSpy.AddIn/source.extension.vsixmanifest.template"; Output = "ILSpy.AddIn/source.extension.vsixmanifest"},
@{Input="ILSpy.AddIn.VS2022/source.extension.vsixmanifest.template"; Output = "ILSpy.AddIn.VS2022/source.extension.vsixmanifest"}, @{Input="ILSpy.AddIn.VS2022/source.extension.vsixmanifest.template"; Output = "ILSpy.AddIn.VS2022/source.extension.vsixmanifest"},
@{Input="ILSpy.Installer/AppPackage.cs.template"; Output = "ILSpy.Installer/AppPackage.cs"} @{Input="ILSpy.Installer/AppPackage.cs.template"; Output = "ILSpy.Installer/AppPackage.cs"}

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

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

2
ILSpy.AddIn/ILSpy.AddIn.csproj

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

Loading…
Cancel
Save