1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project DefaultTargets =" Build" ToolsVersion =" 14.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
+ <PropertyGroup Label =" Globals" >
14
+ <SccProjectName />
15
+ <SccLocalPath />
16
+ <ProjectGuid >{664E6F0D-6784-4760-9565-D54F8EB1EDF4}</ProjectGuid >
17
+ <WindowsTargetPlatformVersion >8.1</WindowsTargetPlatformVersion >
18
+ </PropertyGroup >
19
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
20
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
21
+ <ConfigurationType >StaticLibrary</ConfigurationType >
22
+ <UseOfMfc >false</UseOfMfc >
23
+ <CharacterSet >MultiByte</CharacterSet >
24
+ <PlatformToolset >v140</PlatformToolset >
25
+ </PropertyGroup >
26
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
27
+ <ConfigurationType >StaticLibrary</ConfigurationType >
28
+ <UseOfMfc >false</UseOfMfc >
29
+ <CharacterSet >MultiByte</CharacterSet >
30
+ <PlatformToolset >v140</PlatformToolset >
31
+ </PropertyGroup >
32
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
33
+ <ImportGroup Label =" ExtensionSettings" >
34
+ </ImportGroup >
35
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
36
+ <Import Project =" ..\Common.props" />
37
+ </ImportGroup >
38
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
39
+ <Import Project =" ..\Common.props" />
40
+ </ImportGroup >
41
+ <PropertyGroup Label =" UserMacros" />
42
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
43
+ <OutDir >$(xrBinDir)</OutDir >
44
+ <IntDir >$(xrIntDir)$(ProjectName)\</IntDir >
45
+ <TargetName >glew32</TargetName >
46
+ </PropertyGroup >
47
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
48
+ <OutDir >$(xrBinDir)</OutDir >
49
+ <IntDir >$(xrIntDir)$(ProjectName)\</IntDir >
50
+ <TargetName >glew32</TargetName >
51
+ </PropertyGroup >
52
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
53
+ <ClCompile >
54
+ <RuntimeLibrary >MultiThreadedDLL</RuntimeLibrary >
55
+ <InlineFunctionExpansion >OnlyExplicitInline</InlineFunctionExpansion >
56
+ <StringPooling >true</StringPooling >
57
+ <FunctionLevelLinking >true</FunctionLevelLinking >
58
+ <Optimization >MaxSpeed</Optimization >
59
+ <SuppressStartupBanner >true</SuppressStartupBanner >
60
+ <WarningLevel >Level3</WarningLevel >
61
+ <AdditionalIncludeDirectories >glew/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
62
+ <PreprocessorDefinitions >WIN32;NDEBUG;_LIB;WIN32_LEAN_AND_MEAN;GLEW_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions >
63
+ </ClCompile >
64
+ <ResourceCompile >
65
+ <Culture >0x0409</Culture >
66
+ <PreprocessorDefinitions >NDEBUG;GLEW_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions >
67
+ </ResourceCompile >
68
+ <Bscmake >
69
+ <SuppressStartupBanner >true</SuppressStartupBanner >
70
+ </Bscmake >
71
+ <Lib >
72
+ <SuppressStartupBanner >true</SuppressStartupBanner >
73
+ <OutputFile >$(OutDir)$(TargetName)$(TargetExt)</OutputFile >
74
+ <TargetMachine >MachineX86</TargetMachine >
75
+ </Lib >
76
+ </ItemDefinitionGroup >
77
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
78
+ <ClCompile >
79
+ <RuntimeLibrary >MultiThreadedDLL</RuntimeLibrary >
80
+ <InlineFunctionExpansion >Default</InlineFunctionExpansion >
81
+ <FunctionLevelLinking >false</FunctionLevelLinking >
82
+ <Optimization >Disabled</Optimization >
83
+ <SuppressStartupBanner >true</SuppressStartupBanner >
84
+ <WarningLevel >Level3</WarningLevel >
85
+ <AdditionalIncludeDirectories >glew/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
86
+ <PreprocessorDefinitions >WIN32;_DEBUG;_LIB;WIN32_LEAN_AND_MEAN;GLEW_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions >
87
+ <BasicRuntimeChecks >EnableFastChecks</BasicRuntimeChecks >
88
+ </ClCompile >
89
+ <ResourceCompile >
90
+ <Culture >0x0409</Culture >
91
+ <PreprocessorDefinitions >_DEBUG;GLEW_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions >
92
+ </ResourceCompile >
93
+ <Bscmake >
94
+ <SuppressStartupBanner >true</SuppressStartupBanner >
95
+ </Bscmake >
96
+ <Lib >
97
+ <SuppressStartupBanner >true</SuppressStartupBanner >
98
+ <OutputFile >$(OutDir)$(TargetName)$(TargetExt)</OutputFile >
99
+ <TargetMachine >MachineX86</TargetMachine >
100
+ </Lib >
101
+ </ItemDefinitionGroup >
102
+ <ItemGroup >
103
+ <ClCompile Include =" glew\src\glew.c" />
104
+ </ItemGroup >
105
+ <ItemGroup >
106
+ <ClInclude Include =" glew\include\GL\glew.h" />
107
+ <ClInclude Include =" glew\include\GL\wglew.h" />
108
+ </ItemGroup >
109
+ <ItemGroup >
110
+ <ResourceCompile Include =" glew\build\glew.rc" />
111
+ </ItemGroup >
112
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
113
+ <ImportGroup Label =" ExtensionTargets" >
114
+ </ImportGroup >
115
+ </Project >
0 commit comments