|
111 | 111 | <Compile Include="CapstoneDisassembler.cs" />
|
112 | 112 | <Compile Include="CapstoneImport.cs" />
|
113 | 113 | <Compile Include="CapstoneProxyImport.cs" />
|
114 |
| - <Compile Include="CapstoneX86Disassembler.cs" /> |
115 | 114 | <Compile Include="DisassembleArchitecture.cs" />
|
116 | 115 | <Compile Include="DisassembleErrorCode.cs" />
|
117 | 116 | <Compile Include="DisassembleMode.cs" />
|
|
157 | 156 | <Compile Include="SystemZ\NativeSystemZInstructionMemoryOperandValue.cs" />
|
158 | 157 | <Compile Include="SystemZ\NativeSystemZInstructionOperand.cs" />
|
159 | 158 | <Compile Include="SystemZ\NativeSystemZInstructionOperandValue.cs" />
|
160 |
| - <Compile Include="NativeX86InstructionDetailExtension.cs" /> |
161 |
| - <Compile Include="NativeX86InstructionMemoryOperandValue.cs" /> |
162 |
| - <Compile Include="NativeX86InstructionMemoryOperandValueExtension.cs" /> |
163 |
| - <Compile Include="NativeX86InstructionOperandExtension.cs" /> |
164 |
| - <Compile Include="NativeX86InstructionOperandValue.cs" /> |
| 159 | + <Compile Include="X86\CapstoneX86Disassembler.cs" /> |
| 160 | + <Compile Include="X86\NativeX86InstructionDetail.cs" /> |
| 161 | + <Compile Include="X86\NativeX86InstructionDetailExtension.cs" /> |
| 162 | + <Compile Include="X86\NativeX86InstructionMemoryOperandValue.cs" /> |
| 163 | + <Compile Include="X86\NativeX86InstructionMemoryOperandValueExtension.cs" /> |
| 164 | + <Compile Include="X86\NativeX86InstructionOperand.cs" /> |
| 165 | + <Compile Include="X86\NativeX86InstructionOperandExtension.cs" /> |
| 166 | + <Compile Include="X86\NativeX86InstructionOperandValue.cs" /> |
| 167 | + <Compile Include="X86\X86AvxBroadcast.cs" /> |
| 168 | + <Compile Include="X86\X86AvxCodeCondition.cs" /> |
| 169 | + <Compile Include="X86\X86AvxRoundingMode.cs" /> |
| 170 | + <Compile Include="X86\X86Instruction.cs" /> |
| 171 | + <Compile Include="X86\X86InstructionDetail.cs" /> |
| 172 | + <Compile Include="X86\X86InstructionGroup.cs" /> |
| 173 | + <Compile Include="X86\X86InstructionMemoryOperandValue.cs" /> |
| 174 | + <Compile Include="X86\X86InstructionOperand.cs" /> |
| 175 | + <Compile Include="X86\X86InstructionOperandType.cs" /> |
| 176 | + <Compile Include="X86\X86Prefix.cs" /> |
| 177 | + <Compile Include="X86\X86Register.cs" /> |
| 178 | + <Compile Include="X86\X86SseCodeCondition.cs" /> |
165 | 179 | <Compile Include="XCore\NativeXCoreInstructionDetail.cs" />
|
166 | 180 | <Compile Include="XCore\NativeXCoreInstructionMemoryOperandValue.cs" />
|
167 | 181 | <Compile Include="XCore\NativeXCoreInstructionOperand.cs" />
|
168 | 182 | <Compile Include="XCore\NativeXCoreInstructionOperandValue.cs" />
|
169 | 183 | <Compile Include="Properties\AssemblyInfo.cs" />
|
170 | 184 | <Compile Include="SafeCapstoneHandle.cs" />
|
171 |
| - <Compile Include="NativeX86InstructionDetail.cs" /> |
172 |
| - <Compile Include="NativeX86InstructionOperand.cs" /> |
173 | 185 | <Compile Include="SafeNativeInstructionHandle.cs" />
|
174 |
| - <Compile Include="X86AvxBroadcast.cs" /> |
175 |
| - <Compile Include="X86AvxCodeCondition.cs" /> |
176 |
| - <Compile Include="X86AvxRoundingMode.cs" /> |
177 | 186 | <Compile Include="IndependentInstructionDetail.cs" />
|
178 |
| - <Compile Include="X86Instruction.cs" /> |
179 |
| - <Compile Include="X86InstructionDetail.cs" /> |
180 |
| - <Compile Include="X86InstructionGroup.cs" /> |
181 |
| - <Compile Include="X86InstructionMemoryOperandValue.cs" /> |
182 |
| - <Compile Include="X86InstructionOperand.cs" /> |
183 |
| - <Compile Include="X86InstructionOperandType.cs" /> |
184 |
| - <Compile Include="X86Prefix.cs" /> |
185 |
| - <Compile Include="X86Register.cs" /> |
186 |
| - <Compile Include="X86SseCodeCondition.cs" /> |
187 | 187 | </ItemGroup>
|
188 | 188 | <ItemGroup />
|
189 | 189 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
0 commit comments