Browse Source

Add the NuGet package specification template to the project

pull/1001/head
Sam Harwell 8 years ago
parent
commit
2e9e5ccb23
  1. 3
      ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj

3
ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj

@ -565,7 +565,8 @@ @@ -565,7 +565,8 @@
<Compile Include="Util\ReferenceComparer.cs" />
<Compile Include="Util\TreeTraversal.cs" />
<Compile Include="Util\UnionFind.cs" />
<None Include="ICSharpCode.Decompiler.nuspec" />
<None Include="ICSharpCode.Decompiler.nuspec" DependentUpon="ICSharpCode.Decompiler.nuspec.template" />
<None Include="ICSharpCode.Decompiler.nuspec.template" />
<None Include="ICSharpCode.Decompiler.ruleset" />
<None Include="ICSharpCode.Decompiler.snk" />
<None Include="IL\ILOpCodes.tt">

Loading…
Cancel
Save