Browse Source

Fix build.

pull/2828/head
Siegfried Pammer 3 years ago
parent
commit
51c7c45b14
  1. 3
      ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj

3
ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj

@ -45,7 +45,7 @@ @@ -45,7 +45,7 @@
<ItemGroup>
<None Include="PackageReadme.md" Pack="true" PackagePath="\" />
<None Include="DecompilerNuGetPackageIcon.png" Pack="true" PackagePath="\"/>
<None Include="DecompilerNuGetPackageIcon.png" Pack="true" PackagePath="\" />
</ItemGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
@ -136,6 +136,7 @@ @@ -136,6 +136,7 @@
<Compile Include="Metadata\MetadataGenericContext.cs" />
<Compile Include="Metadata\ReferenceLoadInfo.cs" />
<Compile Include="Properties\DecompilerVersionInfo.cs" />
<Compile Include="TypeSystem\ITypeDefinitionOrUnknown.cs" />
<None Include="Properties\DecompilerVersionInfo.template.cs" />
<Compile Include="Semantics\OutVarResolveResult.cs" />
<Compile Include="SingleFileBundle.cs" />

Loading…
Cancel
Save