2014-07-17 19:33:51 -06:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2022-04-18 02:05:21 -06:00
|
|
|
|
<Project>
|
2020-08-20 21:27:07 -06:00
|
|
|
|
<Import Project="..\..\Source\VSProps\Base.Macros.props" />
|
2020-08-18 19:07:08 -06:00
|
|
|
|
<Import Project="$(VSPropsDir)Base.Targets.props" />
|
2011-01-26 22:01:00 -07:00
|
|
|
|
<PropertyGroup Label="Globals">
|
2013-10-19 03:27:57 -06:00
|
|
|
|
<ProjectGuid>{8ADA04D7-6DB1-4DA4-AB55-64FB12A0997B}</ProjectGuid>
|
2011-01-26 22:01:00 -07:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
2020-08-18 19:07:08 -06:00
|
|
|
|
<Import Project="$(VSPropsDir)Configuration.StaticLibrary.props" />
|
2011-01-26 22:01:00 -07:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
2020-08-18 19:07:08 -06:00
|
|
|
|
<ImportGroup Label="ExtensionSettings" />
|
2013-10-19 03:27:57 -06:00
|
|
|
|
<ImportGroup Label="PropertySheets">
|
2011-01-26 22:01:00 -07:00
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
2020-08-18 19:07:08 -06:00
|
|
|
|
<Import Project="$(VSPropsDir)Base.props" />
|
|
|
|
|
<Import Project="$(VSPropsDir)ClDisableAllWarnings.props" />
|
2011-02-09 19:53:08 -07:00
|
|
|
|
</ImportGroup>
|
2011-01-26 22:01:00 -07:00
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
2013-10-19 03:27:57 -06:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Text Include="CMakeLists.txt" />
|
|
|
|
|
</ItemGroup>
|
2011-01-26 22:01:00 -07:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClInclude Include="config.h" />
|
|
|
|
|
<ClInclude Include="disasm.h" />
|
|
|
|
|
<ClInclude Include="dis_tables.h" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2014-08-15 01:43:46 -06:00
|
|
|
|
<ClCompile Include="dis_decode.cc" />
|
|
|
|
|
<ClCompile Include="dis_groups.cc" />
|
|
|
|
|
<ClCompile Include="resolve.cc" />
|
|
|
|
|
<ClCompile Include="syntax.cc" />
|
2011-01-26 22:01:00 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2014-08-15 01:43:46 -06:00
|
|
|
|
<None Include="opcodes.inc" />
|
|
|
|
|
<None Include="dis_tables.inc" />
|
|
|
|
|
<None Include="dis_tables_avx.inc" />
|
|
|
|
|
<None Include="dis_tables_sse.inc" />
|
|
|
|
|
<None Include="dis_tables_x87.inc" />
|
|
|
|
|
<None Include="dis_tables_xop.inc" />
|
2011-01-26 22:01:00 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
2011-01-26 17:14:29 -07:00
|
|
|
|
</Project>
|