1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project DefaultTargets =" Build" ToolsVersion =" 12.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
+ <PropertyGroup Label =" Globals" >
22
+ <ProjectGuid >{C9B06E6E-3534-4E7B-9C00-C3EA33CC4E15}</ProjectGuid >
23
+ <RootNamespace >capstone_wrapper</RootNamespace >
24
+ </PropertyGroup >
25
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
26
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
27
+ <ConfigurationType >StaticLibrary</ConfigurationType >
28
+ <UseDebugLibraries >true</UseDebugLibraries >
29
+ <PlatformToolset >v120_xp</PlatformToolset >
30
+ <CharacterSet >MultiByte</CharacterSet >
31
+ </PropertyGroup >
32
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
33
+ <ConfigurationType >StaticLibrary</ConfigurationType >
34
+ <UseDebugLibraries >true</UseDebugLibraries >
35
+ <PlatformToolset >v120_xp</PlatformToolset >
36
+ <CharacterSet >MultiByte</CharacterSet >
37
+ </PropertyGroup >
38
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
39
+ <ConfigurationType >StaticLibrary</ConfigurationType >
40
+ <UseDebugLibraries >false</UseDebugLibraries >
41
+ <PlatformToolset >v120_xp</PlatformToolset >
42
+ <WholeProgramOptimization >true</WholeProgramOptimization >
43
+ <CharacterSet >MultiByte</CharacterSet >
44
+ </PropertyGroup >
45
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
46
+ <ConfigurationType >StaticLibrary</ConfigurationType >
47
+ <UseDebugLibraries >false</UseDebugLibraries >
48
+ <PlatformToolset >v120_xp</PlatformToolset >
49
+ <WholeProgramOptimization >true</WholeProgramOptimization >
50
+ <CharacterSet >MultiByte</CharacterSet >
51
+ </PropertyGroup >
52
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
53
+ <ImportGroup Label =" ExtensionSettings" >
54
+ </ImportGroup >
55
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
56
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
57
+ </ImportGroup >
58
+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" PropertySheets" >
59
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
60
+ </ImportGroup >
61
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
62
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
63
+ </ImportGroup >
64
+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" PropertySheets" >
65
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
66
+ </ImportGroup >
67
+ <PropertyGroup Label =" UserMacros" />
68
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
69
+ <TargetExt >.lib</TargetExt >
70
+ <OutDir >$(ProjectDir)..\..\bin\x32\</OutDir >
71
+ <IntDir >$(Platform)\$(Configuration)\</IntDir >
72
+ </PropertyGroup >
73
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
74
+ <TargetExt >.lib</TargetExt >
75
+ <OutDir >$(ProjectDir)..\..\bin\x64\</OutDir >
76
+ </PropertyGroup >
77
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
78
+ <TargetExt >.lib</TargetExt >
79
+ <OutDir >$(ProjectDir)..\..\bin\x32\</OutDir >
80
+ <IntDir >$(Platform)\$(Configuration)\</IntDir >
81
+ </PropertyGroup >
82
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
83
+ <TargetExt >.lib</TargetExt >
84
+ <OutDir >$(ProjectDir)..\..\bin\x64\</OutDir >
85
+ </PropertyGroup >
86
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
87
+ <ClCompile >
88
+ <WarningLevel >Level3</WarningLevel >
89
+ <Optimization >Disabled</Optimization >
90
+ <SDLCheck >true</SDLCheck >
91
+ </ClCompile >
92
+ <Link >
93
+ <GenerateDebugInformation >true</GenerateDebugInformation >
94
+ </Link >
95
+ </ItemDefinitionGroup >
96
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
97
+ <ClCompile >
98
+ <WarningLevel >Level3</WarningLevel >
99
+ <Optimization >Disabled</Optimization >
100
+ <SDLCheck >true</SDLCheck >
101
+ </ClCompile >
102
+ <Link >
103
+ <GenerateDebugInformation >true</GenerateDebugInformation >
104
+ </Link >
105
+ </ItemDefinitionGroup >
106
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
107
+ <ClCompile >
108
+ <WarningLevel >Level3</WarningLevel >
109
+ <Optimization >MaxSpeed</Optimization >
110
+ <FunctionLevelLinking >true</FunctionLevelLinking >
111
+ <IntrinsicFunctions >true</IntrinsicFunctions >
112
+ <SDLCheck >true</SDLCheck >
113
+ <WholeProgramOptimization >false</WholeProgramOptimization >
114
+ </ClCompile >
115
+ <Link >
116
+ <GenerateDebugInformation >true</GenerateDebugInformation >
117
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
118
+ <OptimizeReferences >true</OptimizeReferences >
119
+ </Link >
120
+ </ItemDefinitionGroup >
121
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
122
+ <ClCompile >
123
+ <WarningLevel >Level3</WarningLevel >
124
+ <Optimization >MaxSpeed</Optimization >
125
+ <FunctionLevelLinking >true</FunctionLevelLinking >
126
+ <IntrinsicFunctions >true</IntrinsicFunctions >
127
+ <SDLCheck >true</SDLCheck >
128
+ <WholeProgramOptimization >false</WholeProgramOptimization >
129
+ </ClCompile >
130
+ <Link >
131
+ <GenerateDebugInformation >true</GenerateDebugInformation >
132
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
133
+ <OptimizeReferences >true</OptimizeReferences >
134
+ </Link >
135
+ </ItemDefinitionGroup >
136
+ <ItemGroup >
137
+ <ClCompile Include =" capstone_wrapper.cpp" />
138
+ </ItemGroup >
139
+ <ItemGroup >
140
+ <ClInclude Include =" capstone_wrapper.h" />
141
+ </ItemGroup >
142
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
143
+ <ImportGroup Label =" ExtensionTargets" >
144
+ </ImportGroup >
145
+ </Project >
0 commit comments