Browse Source

Do not include "app.config" in output. It is automatically copied as "ILSpy.exe.config"

pull/1641/head
Siegfried Pammer 6 years ago
parent
commit
d13dfebe94
  1. 4
      ILSpy/ILSpy.csproj

4
ILSpy/ILSpy.csproj

@ -267,9 +267,7 @@ @@ -267,9 +267,7 @@
<Resource Include="Images\Breakpoint.png" />
<Resource Include="Images\CurrentLine.png" />
<Resource Include="Images\DisabledBreakpoint.png" />
<None Include="app.config">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="app.config" />
<None Include="app.manifest" />
<None Include="Images\ResourceXsl.png" />
<None Include="Properties\app.config.template" />

Loading…
Cancel
Save