blob: 1d2c3573a2ba9717060f5b316b1ee0b234d123b6 [file] [log] [blame]
Axel 0vercl0k Souchet2ea1e222014-05-10 14:46:58 +01001<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup Label="ProjectConfigurations">
4 <ProjectConfiguration Include="Debug|Win32">
5 <Configuration>Debug</Configuration>
6 <Platform>Win32</Platform>
7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Debug|x64">
9 <Configuration>Debug</Configuration>
10 <Platform>x64</Platform>
11 </ProjectConfiguration>
12 <ProjectConfiguration Include="Release|Win32">
13 <Configuration>Release</Configuration>
14 <Platform>Win32</Platform>
15 </ProjectConfiguration>
16 <ProjectConfiguration Include="Release|x64">
17 <Configuration>Release</Configuration>
18 <Platform>x64</Platform>
19 </ProjectConfiguration>
20 </ItemGroup>
21 <ItemGroup>
22 <ClCompile Include="..\..\arch\AArch64\AArch64BaseInfo.c" />
23 <ClCompile Include="..\..\arch\AArch64\AArch64Disassembler.c" />
24 <ClCompile Include="..\..\arch\AArch64\AArch64InstPrinter.c" />
25 <ClCompile Include="..\..\arch\AArch64\AArch64Mapping.c" />
26 <ClCompile Include="..\..\arch\AArch64\AArch64Module.c" />
27 <ClCompile Include="..\..\arch\ARM\ARMDisassembler.c" />
28 <ClCompile Include="..\..\arch\ARM\ARMInstPrinter.c" />
29 <ClCompile Include="..\..\arch\ARM\ARMMapping.c" />
30 <ClCompile Include="..\..\arch\ARM\ARMModule.c" />
31 <ClCompile Include="..\..\arch\Mips\MipsDisassembler.c" />
32 <ClCompile Include="..\..\arch\Mips\MipsInstPrinter.c" />
33 <ClCompile Include="..\..\arch\Mips\MipsMapping.c" />
34 <ClCompile Include="..\..\arch\Mips\MipsModule.c" />
35 <ClCompile Include="..\..\arch\PowerPC\PPCDisassembler.c" />
36 <ClCompile Include="..\..\arch\PowerPC\PPCInstPrinter.c" />
37 <ClCompile Include="..\..\arch\PowerPC\PPCMapping.c" />
38 <ClCompile Include="..\..\arch\PowerPC\PPCModule.c" />
39 <ClCompile Include="..\..\arch\Sparc\SparcDisassembler.c" />
40 <ClCompile Include="..\..\arch\Sparc\SparcInstPrinter.c" />
41 <ClCompile Include="..\..\arch\Sparc\SparcMapping.c" />
42 <ClCompile Include="..\..\arch\Sparc\SparcModule.c" />
43 <ClCompile Include="..\..\arch\SystemZ\SystemZDisassembler.c" />
44 <ClCompile Include="..\..\arch\SystemZ\SystemZInstPrinter.c" />
45 <ClCompile Include="..\..\arch\SystemZ\SystemZMapping.c" />
46 <ClCompile Include="..\..\arch\SystemZ\SystemZMCTargetDesc.c" />
47 <ClCompile Include="..\..\arch\SystemZ\SystemZModule.c" />
48 <ClCompile Include="..\..\arch\X86\X86ATTInstPrinter.c" />
49 <ClCompile Include="..\..\arch\X86\X86Disassembler.c" />
50 <ClCompile Include="..\..\arch\X86\X86DisassemblerDecoder.c" />
51 <ClCompile Include="..\..\arch\X86\X86IntelInstPrinter.c" />
52 <ClCompile Include="..\..\arch\X86\X86Mapping.c" />
53 <ClCompile Include="..\..\arch\X86\X86Module.c" />
54 <ClCompile Include="..\..\cs.c" />
55 <ClCompile Include="..\..\MCInst.c" />
56 <ClCompile Include="..\..\MCInstrDesc.c" />
57 <ClCompile Include="..\..\MCRegisterInfo.c" />
58 <ClCompile Include="..\..\SStream.c" />
59 <ClCompile Include="..\..\utils.c" />
60 </ItemGroup>
61 <PropertyGroup Label="Globals">
62 <ProjectGuid>{5B01D900-2359-44CA-9914-6B0C6AFB7BE7}</ProjectGuid>
63 <Keyword>Win32Proj</Keyword>
64 <RootNamespace>capstonewin32</RootNamespace>
65 <ProjectName>capstone-static</ProjectName>
66 </PropertyGroup>
67 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
68 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
69 <ConfigurationType>StaticLibrary</ConfigurationType>
70 <UseDebugLibraries>true</UseDebugLibraries>
71 <PlatformToolset>v110</PlatformToolset>
72 <CharacterSet>Unicode</CharacterSet>
73 </PropertyGroup>
74 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
75 <ConfigurationType>StaticLibrary</ConfigurationType>
76 <UseDebugLibraries>true</UseDebugLibraries>
77 <PlatformToolset>v110</PlatformToolset>
78 <CharacterSet>Unicode</CharacterSet>
79 </PropertyGroup>
80 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
81 <ConfigurationType>StaticLibrary</ConfigurationType>
82 <UseDebugLibraries>false</UseDebugLibraries>
83 <PlatformToolset>v110</PlatformToolset>
84 <WholeProgramOptimization>true</WholeProgramOptimization>
85 <CharacterSet>Unicode</CharacterSet>
86 </PropertyGroup>
87 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
88 <ConfigurationType>StaticLibrary</ConfigurationType>
89 <UseDebugLibraries>false</UseDebugLibraries>
90 <PlatformToolset>v110</PlatformToolset>
91 <WholeProgramOptimization>true</WholeProgramOptimization>
92 <CharacterSet>Unicode</CharacterSet>
93 </PropertyGroup>
94 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
95 <ImportGroup Label="ExtensionSettings">
96 </ImportGroup>
97 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
98 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
99 </ImportGroup>
100 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
101 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
102 </ImportGroup>
103 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
104 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
105 </ImportGroup>
106 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
107 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
108 </ImportGroup>
109 <PropertyGroup Label="UserMacros" />
Axel 0vercl0k Souchet0a9a9df2014-05-12 19:07:37 +0100110 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
111 <TargetName>capstone</TargetName>
112 </PropertyGroup>
113 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
114 <TargetName>capstone</TargetName>
115 </PropertyGroup>
116 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
117 <TargetName>capstone</TargetName>
118 </PropertyGroup>
119 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
120 <TargetName>capstone</TargetName>
121 </PropertyGroup>
Axel 0vercl0k Souchet2ea1e222014-05-10 14:46:58 +0100122 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
123 <ClCompile>
124 <PrecompiledHeader>
125 </PrecompiledHeader>
126 <WarningLevel>Level3</WarningLevel>
127 <Optimization>Disabled</Optimization>
Nguyen Anh Quynh928e1132014-05-14 07:22:32 +0800128 <PreprocessorDefinitions>CAPSTONE_DIET_NO;CAPSTONE_X86_REDUCE_NO;CAPSTONE_HAS_ARM;CAPSTONE_HAS_ARM64;CAPSTONE_HAS_MIPS;CAPSTONE_HAS_POWERPC;CAPSTONE_HAS_SPARC;CAPSTONE_HAS_SYSZ;CAPSTONE_HAS_X86;CAPSTONE_USE_SYS_DYN_MEM;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Axel 0vercl0k Souchet2ea1e222014-05-10 14:46:58 +0100129 <SDLCheck>true</SDLCheck>
130 <AdditionalIncludeDirectories>..\headers;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
131 </ClCompile>
132 <Link>
133 <SubSystem>Windows</SubSystem>
134 <GenerateDebugInformation>true</GenerateDebugInformation>
135 </Link>
136 </ItemDefinitionGroup>
137 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
138 <ClCompile>
139 <PrecompiledHeader>
140 </PrecompiledHeader>
141 <WarningLevel>Level3</WarningLevel>
142 <Optimization>Disabled</Optimization>
Nguyen Anh Quynh928e1132014-05-14 07:22:32 +0800143 <PreprocessorDefinitions>CAPSTONE_DIET_NO;CAPSTONE_X86_REDUCE_NO;CAPSTONE_HAS_ARM;CAPSTONE_HAS_ARM64;CAPSTONE_HAS_MIPS;CAPSTONE_HAS_POWERPC;CAPSTONE_HAS_SPARC;CAPSTONE_HAS_SYSZ;CAPSTONE_HAS_X86;CAPSTONE_USE_SYS_DYN_MEM;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Axel 0vercl0k Souchet2ea1e222014-05-10 14:46:58 +0100144 <SDLCheck>true</SDLCheck>
145 <AdditionalIncludeDirectories>..\headers;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
146 </ClCompile>
147 <Link>
148 <SubSystem>Windows</SubSystem>
149 <GenerateDebugInformation>true</GenerateDebugInformation>
150 </Link>
151 </ItemDefinitionGroup>
152 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
153 <ClCompile>
154 <WarningLevel>Level3</WarningLevel>
155 <PrecompiledHeader>
156 </PrecompiledHeader>
157 <Optimization>MaxSpeed</Optimization>
158 <FunctionLevelLinking>true</FunctionLevelLinking>
159 <IntrinsicFunctions>true</IntrinsicFunctions>
Nguyen Anh Quynh928e1132014-05-14 07:22:32 +0800160 <PreprocessorDefinitions>CAPSTONE_DIET_NO;CAPSTONE_X86_REDUCE_NO;CAPSTONE_HAS_ARM;CAPSTONE_HAS_ARM64;CAPSTONE_HAS_MIPS;CAPSTONE_HAS_POWERPC;CAPSTONE_HAS_SPARC;CAPSTONE_HAS_SYSZ;CAPSTONE_HAS_X86;CAPSTONE_USE_SYS_DYN_MEM;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Axel 0vercl0k Souchet2ea1e222014-05-10 14:46:58 +0100161 <SDLCheck>true</SDLCheck>
162 <AdditionalIncludeDirectories>..\headers;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
163 </ClCompile>
164 <Link>
165 <SubSystem>Windows</SubSystem>
166 <GenerateDebugInformation>true</GenerateDebugInformation>
167 <EnableCOMDATFolding>true</EnableCOMDATFolding>
168 <OptimizeReferences>true</OptimizeReferences>
169 </Link>
170 </ItemDefinitionGroup>
171 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
172 <ClCompile>
173 <WarningLevel>Level3</WarningLevel>
174 <PrecompiledHeader>
175 </PrecompiledHeader>
176 <Optimization>MaxSpeed</Optimization>
177 <FunctionLevelLinking>true</FunctionLevelLinking>
178 <IntrinsicFunctions>true</IntrinsicFunctions>
Nguyen Anh Quynh928e1132014-05-14 07:22:32 +0800179 <PreprocessorDefinitions>CAPSTONE_DIET_NO;CAPSTONE_X86_REDUCE_NO;CAPSTONE_HAS_ARM;CAPSTONE_HAS_ARM64;CAPSTONE_HAS_MIPS;CAPSTONE_HAS_POWERPC;CAPSTONE_HAS_SPARC;CAPSTONE_HAS_SYSZ;CAPSTONE_HAS_X86;CAPSTONE_USE_SYS_DYN_MEM;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Axel 0vercl0k Souchet2ea1e222014-05-10 14:46:58 +0100180 <SDLCheck>true</SDLCheck>
181 <AdditionalIncludeDirectories>..\headers;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
182 </ClCompile>
183 <Link>
184 <SubSystem>Windows</SubSystem>
185 <GenerateDebugInformation>true</GenerateDebugInformation>
186 <EnableCOMDATFolding>true</EnableCOMDATFolding>
187 <OptimizeReferences>true</OptimizeReferences>
188 </Link>
189 </ItemDefinitionGroup>
190 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
191 <ImportGroup Label="ExtensionTargets">
192 </ImportGroup>
Nguyen Anh Quynh928e1132014-05-14 07:22:32 +0800193</Project>