|
|
|
@ -73,7 +73,6 @@
@@ -73,7 +73,6 @@
|
|
|
|
|
<Compile Include="Disassembler\ILStructure.cs" /> |
|
|
|
|
<Compile Include="Disassembler\MethodBodyDisassembler.cs" /> |
|
|
|
|
<Compile Include="Disassembler\ReflectionDisassembler.cs" /> |
|
|
|
|
<Compile Include="IL\Instructions\ArrayInstructions.cs" /> |
|
|
|
|
<Compile Include="IL\SemanticHelper.cs" /> |
|
|
|
|
<Compile Include="IL\BlockBuilder.cs" /> |
|
|
|
|
<Compile Include="IL\ILOpCodes.cs"> |
|
|
|
@ -86,18 +85,8 @@
@@ -86,18 +85,8 @@
|
|
|
|
|
<Compile Include="IL\ILVariable.cs" /> |
|
|
|
|
<Compile Include="IL\InstructionFlags.cs" /> |
|
|
|
|
<Compile Include="IL\InstructionOutputExtensions.cs" /> |
|
|
|
|
<Compile Include="IL\Instructions\BinaryInstruction.cs" /> |
|
|
|
|
<Compile Include="IL\Instructions\Block.cs" /> |
|
|
|
|
<Compile Include="IL\Instructions\BoxInstructions.cs" /> |
|
|
|
|
<Compile Include="IL\Instructions\BranchInstruction.cs" /> |
|
|
|
|
<Compile Include="IL\Instructions\CallInstruction.cs" /> |
|
|
|
|
<Compile Include="IL\Instructions\FieldAccess.cs" /> |
|
|
|
|
<Compile Include="IL\Instructions\ILInstruction.cs" /> |
|
|
|
|
<Compile Include="IL\Instructions\OpCode.cs" /> |
|
|
|
|
<Compile Include="IL\Instructions\MemoryInstruction.cs" /> |
|
|
|
|
<Compile Include="IL\Instructions\SimpleInstruction.cs" /> |
|
|
|
|
<Compile Include="IL\Instructions\UnaryInstruction.cs" /> |
|
|
|
|
<Compile Include="IL\Instructions\VarInstructions.cs" /> |
|
|
|
|
<Compile Include="IL\PrimitiveType.cs" /> |
|
|
|
|
<Compile Include="IL\StackType.cs" /> |
|
|
|
|
<Compile Include="Output\ITextOutput.cs" /> |
|
|
|
|