Browse Source

Fix build.

Visual Studio really ought to save project changes sooner...
pull/1633/head
Daniel Grunwald 6 years ago
parent
commit
4bc15e0911
  1. 1
      ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj

1
ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj

@ -441,7 +441,6 @@ @@ -441,7 +441,6 @@
<Compile Include="IL\Transforms\IILTransform.cs" />
<Compile Include="IL\Transforms\ILInlining.cs" />
<Compile Include="IL\Transforms\ExpressionTransforms.cs" />
<Compile Include="IL\Transforms\LoopingTransform.cs" />
<Compile Include="IL\Transforms\DelegateConstruction.cs" />
<Compile Include="IL\Transforms\RemoveDeadVariableInit.cs" />
<Compile Include="IL\Transforms\SplitVariables.cs" />

Loading…
Cancel
Save