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
+ <ProjectConfiguration Include =" tesr|Win32" >
13
+ <Configuration >tesr</Configuration >
14
+ <Platform >Win32</Platform >
15
+ </ProjectConfiguration >
16
+ </ItemGroup >
17
+ <ItemGroup >
18
+ <ClInclude Include =" src\application.h" />
19
+ <ClInclude Include =" src\bishop.h" />
20
+ <ClInclude Include =" src\board.h" />
21
+ <ClInclude Include =" src\camera.h" />
22
+ <ClInclude Include =" src\game.h" />
23
+ <ClInclude Include =" src\king.h" />
24
+ <ClInclude Include =" src\knight.h" />
25
+ <ClInclude Include =" src\light.h" />
26
+ <ClInclude Include =" src\pawn.h" />
27
+ <ClInclude Include =" src\piece.h" />
28
+ <ClInclude Include =" src\player.h" />
29
+ <ClInclude Include =" src\program.h" />
30
+ <ClInclude Include =" src\queen.h" />
31
+ <ClInclude Include =" src\rook.h" />
32
+ <ClInclude Include =" src\scene.h" />
33
+ <ClInclude Include =" src\shader.h" />
34
+ <ClInclude Include =" src\stb_image.h" />
35
+ <ClInclude Include =" src\tga.h" />
36
+ <ClInclude Include =" src\vao.h" />
37
+ </ItemGroup >
38
+ <ItemGroup >
39
+ <ClCompile Include =" src\application.cpp" />
40
+ <ClCompile Include =" src\bishop.cpp" />
41
+ <ClCompile Include =" src\board.cpp" />
42
+ <ClCompile Include =" src\camera.cpp" />
43
+ <ClCompile Include =" src\game.cpp" />
44
+ <ClCompile Include =" src\king.cpp" />
45
+ <ClCompile Include =" src\knight.cpp" />
46
+ <ClCompile Include =" src\light.cpp" />
47
+ <ClCompile Include =" src\main.cpp" />
48
+ <ClCompile Include =" src\pawn.cpp" />
49
+ <ClCompile Include =" src\piece.cpp" />
50
+ <ClCompile Include =" src\player.cpp" />
51
+ <ClCompile Include =" src\program.cpp" />
52
+ <ClCompile Include =" src\queen.cpp" />
53
+ <ClCompile Include =" src\rook.cpp" />
54
+ <ClCompile Include =" src\scene.cpp" />
55
+ <ClCompile Include =" src\shader.cpp" />
56
+ <ClCompile Include =" src\stb_image.cpp" />
57
+ <ClCompile Include =" src\tga.cpp" />
58
+ <ClCompile Include =" src\vao.cpp" />
59
+ </ItemGroup >
60
+ <PropertyGroup Label =" Globals" >
61
+ <ProjectGuid >{DA0E7302-C229-4FA1-85E9-ECD015BD4F7F}</ProjectGuid >
62
+ <RootNamespace >Chess3D</RootNamespace >
63
+ </PropertyGroup >
64
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
65
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
66
+ <ConfigurationType >Application</ConfigurationType >
67
+ <UseDebugLibraries >true</UseDebugLibraries >
68
+ <PlatformToolset >v120</PlatformToolset >
69
+ <CharacterSet >MultiByte</CharacterSet >
70
+ </PropertyGroup >
71
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
72
+ <ConfigurationType >Application</ConfigurationType >
73
+ <UseDebugLibraries >false</UseDebugLibraries >
74
+ <PlatformToolset >v120</PlatformToolset >
75
+ <WholeProgramOptimization >true</WholeProgramOptimization >
76
+ <CharacterSet >MultiByte</CharacterSet >
77
+ </PropertyGroup >
78
+ <PropertyGroup Label =" Configuration" Condition =" '$(Configuration)|$(Platform)'=='tesr|Win32'" >
79
+ <PlatformToolset >v120</PlatformToolset >
80
+ </PropertyGroup >
81
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
82
+ <ImportGroup Label =" ExtensionSettings" >
83
+ </ImportGroup >
84
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
85
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
86
+ </ImportGroup >
87
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
88
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
89
+ </ImportGroup >
90
+ <PropertyGroup Label =" UserMacros" />
91
+ <PropertyGroup />
92
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
93
+ <ClCompile >
94
+ <WarningLevel >Level3</WarningLevel >
95
+ <Optimization >Disabled</Optimization >
96
+ <SDLCheck >true</SDLCheck >
97
+ <AdditionalIncludeDirectories >E:\Documents\GitHub\Chess3D\dependencies\glm-0.9.6.3;E:\Documents\GitHub\Chess3D\dependencies\glfw-3.1.1\include;E:\Documents\GitHub\Chess3D\dependencies\glew-1.12.0\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
98
+ <PreprocessorDefinitions >_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
99
+ </ClCompile >
100
+ <Link >
101
+ <GenerateDebugInformation >true</GenerateDebugInformation >
102
+ <AdditionalLibraryDirectories >E:\Documents\GitHub\Chess3D\dependencies\glfw-3.1.1\lib;E:\Documents\GitHub\Chess3D\dependencies\glew-1.12.0\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories >
103
+ <AdditionalDependencies >opengl32.lib;glew32.lib;glfw3.lib;%(AdditionalDependencies)</AdditionalDependencies >
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
+ <AdditionalIncludeDirectories >E:\Documents\GitHub\Chess3D\Dependencies\glm-0.9.6.3;E:\Documents\GitHub\Chess3D\Dependencies\glfw-3.1.1\include;E:\Documents\GitHub\Chess3D\Dependencies\glew-1.12.0\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
114
+ <PreprocessorDefinitions >_USE_MATH_DEFINES;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
115
+ </ClCompile >
116
+ <Link >
117
+ <GenerateDebugInformation >true</GenerateDebugInformation >
118
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
119
+ <OptimizeReferences >true</OptimizeReferences >
120
+ <AdditionalLibraryDirectories >E:\Documents\GitHub\Chess3D\Dependencies\glfw-3.1.1\lib;E:\Documents\GitHub\Chess3D\Dependencies\glew-1.12.0\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories >
121
+ <AdditionalDependencies >opengl32.lib;glew32.lib;glfw3.lib;%(AdditionalDependencies)</AdditionalDependencies >
122
+ </Link >
123
+ </ItemDefinitionGroup >
124
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
125
+ <ImportGroup Label =" ExtensionTargets" >
126
+ </ImportGroup >
127
+ </Project >
0 commit comments