Browse Source

Remove template files

pull/2346/head
Christoph Wille 4 years ago
parent
commit
d3cd40e6ce
  1. 5
      ILSpy/ILSpy.csproj

5
ILSpy/ILSpy.csproj

@ -63,6 +63,9 @@ @@ -63,6 +63,9 @@
<EmbeddedResource Include="TextView\CSharp-Mode.xshd" />
<EmbeddedResource Include="TextView\ILAsm-Mode.xshd" />
<EmbeddedResource Include="TextView\Asm-Mode.xshd" />
<Compile Remove="Properties\AssemblyInfo.template.cs" />
<None Remove="Properties\launchSettings.json" />
<None Remove="Properties\app.config.template" />
</ItemGroup>
<ItemGroup>
@ -89,8 +92,6 @@ @@ -89,8 +92,6 @@
<SortResXInput Include="Properties\*.resx" />
<SortResXInput Include="..\ILSpy.AddIn\*.resx" />
<SortResXInput Include="..\ILSpy.ReadyToRun\Properties\*.resx" />
<Compile Remove="Properties\AssemblyInfo.template.cs" />
<None Remove="Properties\launchSettings.json" />
<SortResXStamp Include="obj\sort-resx.stamp" />
</ItemGroup>

Loading…
Cancel
Save