Browse Source

Move README.txt next to the license documents in /doc folder

pull/1891/head
Christoph Wille 6 years ago
parent
commit
7adf27af76
  1. 2
      ILSpy/ILSpy.csproj
  2. 0
      doc/README.txt

2
ILSpy/ILSpy.csproj

@ -418,6 +418,7 @@ @@ -418,6 +418,7 @@
<Compile Include="Commands\SearchMsdnContextMenuEntry.cs" />
<Compile Include="Analyzers\Builtin\TypeExtensionMethodsAnalyzer.cs" />
<Compile Include="Docking\DockWorkspace.cs" />
<EmbeddedResource Include="..\doc\README.txt" />
<EmbeddedResource Include="..\doc\LGPL.txt">
<Link>LGPL.txt</Link>
</EmbeddedResource>
@ -470,7 +471,6 @@ @@ -470,7 +471,6 @@
<Compile Include="TreeNodes\ResourceListTreeNode.cs" />
<Compile Include="TreeNodes\ThreadingSupport.cs" />
<Compile Include="TreeNodes\TypeTreeNode.cs" />
<EmbeddedResource Include="README.txt" />
</ItemGroup>
<ItemGroup>

0
ILSpy/README.txt → doc/README.txt

Loading…
Cancel
Save