1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" ToolsVersion =" 15.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 =" Debug|x64" >
13+ <Configuration >Debug</Configuration >
14+ <Platform >x64</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 >{CC073955-1044-4888-90A8-5A760C026D73}</ProjectGuid >
23+ <RootNamespace >10_TextureMapping</RootNamespace >
24+ <WindowsTargetPlatformVersion >10.0.18362.0</WindowsTargetPlatformVersion >
25+ </PropertyGroup >
26+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
27+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
28+ <ConfigurationType >Application</ConfigurationType >
29+ <UseDebugLibraries >true</UseDebugLibraries >
30+ <PlatformToolset >v140</PlatformToolset >
31+ <CharacterSet >MultiByte</CharacterSet >
32+ </PropertyGroup >
33+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
34+ <ConfigurationType >Application</ConfigurationType >
35+ <UseDebugLibraries >false</UseDebugLibraries >
36+ <PlatformToolset >v141</PlatformToolset >
37+ <WholeProgramOptimization >true</WholeProgramOptimization >
38+ <CharacterSet >MultiByte</CharacterSet >
39+ </PropertyGroup >
40+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
41+ <ConfigurationType >Application</ConfigurationType >
42+ <UseDebugLibraries >true</UseDebugLibraries >
43+ <PlatformToolset >v141</PlatformToolset >
44+ <CharacterSet >MultiByte</CharacterSet >
45+ </PropertyGroup >
46+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
47+ <ConfigurationType >Application</ConfigurationType >
48+ <UseDebugLibraries >false</UseDebugLibraries >
49+ <PlatformToolset >v141</PlatformToolset >
50+ <WholeProgramOptimization >true</WholeProgramOptimization >
51+ <CharacterSet >MultiByte</CharacterSet >
52+ </PropertyGroup >
53+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
54+ <ImportGroup Label =" ExtensionSettings" >
55+ </ImportGroup >
56+ <ImportGroup Label =" Shared" >
57+ </ImportGroup >
58+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
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 Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
65+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
66+ </ImportGroup >
67+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
68+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
69+ </ImportGroup >
70+ <PropertyGroup Label =" UserMacros" />
71+ <PropertyGroup />
72+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
73+ <ClCompile >
74+ <WarningLevel >Level3</WarningLevel >
75+ <Optimization >Disabled</Optimization >
76+ <SDLCheck >true</SDLCheck >
77+ <AdditionalIncludeDirectories >include;$(SolutionDir)external-deps/GLFW/include;$(SolutionDir)external-deps/GLM;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
78+ <PreprocessorDefinitions >_CRT_SECURE_NO_WARNINGS;_MBCS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
79+ </ClCompile >
80+ <Link >
81+ <AdditionalLibraryDirectories >$(SolutionDir)external-deps/GLFW/lib-vc2015;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories >
82+ <AdditionalDependencies >opengl32.lib;glfw3.lib;%(AdditionalDependencies)</AdditionalDependencies >
83+ <SubSystem >Console</SubSystem >
84+ </Link >
85+ </ItemDefinitionGroup >
86+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
87+ <ClCompile >
88+ <WarningLevel >Level3</WarningLevel >
89+ <Optimization >Disabled</Optimization >
90+ <SDLCheck >true</SDLCheck >
91+ </ClCompile >
92+ </ItemDefinitionGroup >
93+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
94+ <ClCompile >
95+ <WarningLevel >Level3</WarningLevel >
96+ <Optimization >MaxSpeed</Optimization >
97+ <FunctionLevelLinking >true</FunctionLevelLinking >
98+ <IntrinsicFunctions >true</IntrinsicFunctions >
99+ <SDLCheck >true</SDLCheck >
100+ </ClCompile >
101+ <Link >
102+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
103+ <OptimizeReferences >true</OptimizeReferences >
104+ <AdditionalDependencies >opengl32.lib;glfw3.lib;%(AdditionalDependencies)</AdditionalDependencies >
105+ </Link >
106+ </ItemDefinitionGroup >
107+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
108+ <ClCompile >
109+ <WarningLevel >Level3</WarningLevel >
110+ <Optimization >MaxSpeed</Optimization >
111+ <FunctionLevelLinking >true</FunctionLevelLinking >
112+ <IntrinsicFunctions >true</IntrinsicFunctions >
113+ <SDLCheck >true</SDLCheck >
114+ </ClCompile >
115+ <Link >
116+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
117+ <OptimizeReferences >true</OptimizeReferences >
118+ </Link >
119+ </ItemDefinitionGroup >
120+ <ItemGroup >
121+ <ClCompile Include =" src\3D\Matrix4f.cpp" />
122+ <ClCompile Include =" src\3D\Quaternion.cpp" />
123+ <ClCompile Include =" src\3D\Vector4f.cpp" />
124+ <ClCompile Include =" src\Common\Image.cpp" />
125+ <ClCompile Include =" src\Common\Pixel.cpp" />
126+ <ClCompile Include =" src\Common\RandomAccessFile.cpp" />
127+ <ClCompile Include =" src\Common\Sprite.cpp" />
128+ <ClCompile Include =" src\Common\TGA.cpp" />
129+ <ClCompile Include =" src\Engine\GameEngine.cpp" />
130+ <ClCompile Include =" src\Engine\InputManager.cpp" />
131+ <ClCompile Include =" src\Engine\Timer.cpp" />
132+ <ClCompile Include =" src\main.cpp" />
133+ <ClCompile Include =" src\Renderer\Edge.cpp" />
134+ <ClCompile Include =" src\Renderer\Graphics.cpp" />
135+ <ClCompile Include =" src\Renderer\OpenGL.cpp" />
136+ </ItemGroup >
137+ <ItemGroup >
138+ <ClInclude Include =" include\3D\Matrix4f.h" />
139+ <ClInclude Include =" include\3D\Quaternion.h" />
140+ <ClInclude Include =" include\3D\Vector4f.h" />
141+ <ClInclude Include =" include\3D\Vertex.h" />
142+ <ClInclude Include =" include\Common\Defines.h" />
143+ <ClInclude Include =" include\Common\Image.h" />
144+ <ClInclude Include =" include\Common\Pixel.h" />
145+ <ClInclude Include =" include\Common\RandomAccessFile.h" />
146+ <ClInclude Include =" include\Common\Singleton.h" />
147+ <ClInclude Include =" include\Common\Sprite.h" />
148+ <ClInclude Include =" include\Common\TGA.h" />
149+ <ClInclude Include =" include\Engine\GameEngine.h" />
150+ <ClInclude Include =" include\Engine\InputManager.h" />
151+ <ClInclude Include =" include\Engine\Timer.h" />
152+ <ClInclude Include =" include\Renderer\Edge.h" />
153+ <ClInclude Include =" include\Renderer\Graphics.h" />
154+ <ClInclude Include =" include\Renderer\IShader.h" />
155+ <ClInclude Include =" include\Renderer\OpenGL.h" />
156+ </ItemGroup >
157+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
158+ <ImportGroup Label =" ExtensionTargets" >
159+ </ImportGroup >
160+ </Project >
0 commit comments