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 =" Release|Win32" >
9
+ <Configuration >Release</Configuration >
10
+ <Platform >Win32</Platform >
11
+ </ProjectConfiguration >
12
+ </ItemGroup >
13
+ <ItemGroup >
14
+ <ClInclude Include =" ..\src\x86\cpu_x86.h" />
15
+ </ItemGroup >
16
+ <ItemGroup >
17
+ <None Include =" ..\src\x86\cpu_x86_Linux.ipp" />
18
+ <None Include =" ..\src\x86\cpu_x86_Windows.ipp" />
19
+ </ItemGroup >
20
+ <ItemGroup >
21
+ <ClCompile Include =" ..\src\Main.cpp" />
22
+ <ClCompile Include =" ..\src\x86\cpu_x86.cpp" />
23
+ </ItemGroup >
24
+ <PropertyGroup Label =" Globals" >
25
+ <ProjectGuid >{5AF4062D-386F-48AA-B824-2C10A4B1BA97}</ProjectGuid >
26
+ <Keyword >Win32Proj</Keyword >
27
+ <RootNamespace >FeatureDetector</RootNamespace >
28
+ </PropertyGroup >
29
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
30
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
31
+ <ConfigurationType >Application</ConfigurationType >
32
+ <UseDebugLibraries >true</UseDebugLibraries >
33
+ <PlatformToolset >v120</PlatformToolset >
34
+ <CharacterSet >Unicode</CharacterSet >
35
+ </PropertyGroup >
36
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
37
+ <ConfigurationType >Application</ConfigurationType >
38
+ <UseDebugLibraries >false</UseDebugLibraries >
39
+ <PlatformToolset >v120</PlatformToolset >
40
+ <WholeProgramOptimization >true</WholeProgramOptimization >
41
+ <CharacterSet >Unicode</CharacterSet >
42
+ </PropertyGroup >
43
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
44
+ <ImportGroup Label =" ExtensionSettings" >
45
+ </ImportGroup >
46
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
47
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
48
+ </ImportGroup >
49
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
50
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
51
+ </ImportGroup >
52
+ <PropertyGroup Label =" UserMacros" />
53
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
54
+ <LinkIncremental >true</LinkIncremental >
55
+ </PropertyGroup >
56
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
57
+ <LinkIncremental >false</LinkIncremental >
58
+ </PropertyGroup >
59
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
60
+ <ClCompile >
61
+ <PrecompiledHeader >
62
+ </PrecompiledHeader >
63
+ <WarningLevel >Level3</WarningLevel >
64
+ <Optimization >Disabled</Optimization >
65
+ <PreprocessorDefinitions >WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions >
66
+ <SDLCheck >true</SDLCheck >
67
+ </ClCompile >
68
+ <Link >
69
+ <SubSystem >Console</SubSystem >
70
+ <GenerateDebugInformation >true</GenerateDebugInformation >
71
+ </Link >
72
+ </ItemDefinitionGroup >
73
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
74
+ <ClCompile >
75
+ <WarningLevel >Level3</WarningLevel >
76
+ <PrecompiledHeader >
77
+ </PrecompiledHeader >
78
+ <Optimization >MaxSpeed</Optimization >
79
+ <FunctionLevelLinking >true</FunctionLevelLinking >
80
+ <IntrinsicFunctions >true</IntrinsicFunctions >
81
+ <PreprocessorDefinitions >WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions >
82
+ <SDLCheck >true</SDLCheck >
83
+ </ClCompile >
84
+ <Link >
85
+ <SubSystem >Console</SubSystem >
86
+ <GenerateDebugInformation >true</GenerateDebugInformation >
87
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
88
+ <OptimizeReferences >true</OptimizeReferences >
89
+ </Link >
90
+ </ItemDefinitionGroup >
91
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
92
+ <ImportGroup Label =" ExtensionTargets" >
93
+ </ImportGroup >
94
+ </Project >
0 commit comments