Browse Source

Add missing file.

pull/848/head
Siegfried Pammer 8 years ago
parent
commit
59d5a048c4
  1. 1
      ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj

1
ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj

@ -261,6 +261,7 @@ @@ -261,6 +261,7 @@
<Compile Include="Documentation\XmlDocumentationProvider.cs" />
<Compile Include="DecompilerEventSource.cs" />
<Compile Include="DotNetCore\DotNetCorePathFinder.cs" />
<Compile Include="DotNetCore\DotNetCorePathFinderExtensions.cs" />
<Compile Include="IL\ControlFlow\AsyncAwaitDecompiler.cs" />
<Compile Include="IL\ControlFlow\ControlFlowGraph.cs" />
<Compile Include="IL\ControlFlow\StateRangeAnalysis.cs" />

Loading…
Cancel
Save