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 >{CC073951-1040-4884-90A4-5A760C026D6F}</ProjectGuid >
23+ <RootNamespace >06_Triangle</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+ </ClCompile >
79+ <Link >
80+ <AdditionalLibraryDirectories >$(SolutionDir)external-deps/GLFW/lib-vc2015;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories >
81+ <AdditionalDependencies >opengl32.lib;glfw3.lib;%(AdditionalDependencies)</AdditionalDependencies >
82+ <SubSystem >Console</SubSystem >
83+ </Link >
84+ </ItemDefinitionGroup >
85+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
86+ <ClCompile >
87+ <WarningLevel >Level3</WarningLevel >
88+ <Optimization >Disabled</Optimization >
89+ <SDLCheck >true</SDLCheck >
90+ </ClCompile >
91+ </ItemDefinitionGroup >
92+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
93+ <ClCompile >
94+ <WarningLevel >Level3</WarningLevel >
95+ <Optimization >MaxSpeed</Optimization >
96+ <FunctionLevelLinking >true</FunctionLevelLinking >
97+ <IntrinsicFunctions >true</IntrinsicFunctions >
98+ <SDLCheck >true</SDLCheck >
99+ </ClCompile >
100+ <Link >
101+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
102+ <OptimizeReferences >true</OptimizeReferences >
103+ <AdditionalDependencies >opengl32.lib;glfw3.lib;%(AdditionalDependencies)</AdditionalDependencies >
104+ </Link >
105+ </ItemDefinitionGroup >
106+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
107+ <ClCompile >
108+ <WarningLevel >Level3</WarningLevel >
109+ <Optimization >MaxSpeed</Optimization >
110+ <FunctionLevelLinking >true</FunctionLevelLinking >
111+ <IntrinsicFunctions >true</IntrinsicFunctions >
112+ <SDLCheck >true</SDLCheck >
113+ </ClCompile >
114+ <Link >
115+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
116+ <OptimizeReferences >true</OptimizeReferences >
117+ </Link >
118+ </ItemDefinitionGroup >
119+ <ItemGroup >
120+ <ClCompile Include =" src\3D\Vector4f.cpp" />
121+ <ClCompile Include =" src\Common\Pixel.cpp" />
122+ <ClCompile Include =" src\Common\Sprite.cpp" />
123+ <ClCompile Include =" src\Engine\GameEngine.cpp" />
124+ <ClCompile Include =" src\Engine\InputManager.cpp" />
125+ <ClCompile Include =" src\Engine\Timer.cpp" />
126+ <ClCompile Include =" src\main.cpp" />
127+ <ClCompile Include =" src\Renderer\Edge.cpp" />
128+ <ClCompile Include =" src\Renderer\Graphics.cpp" />
129+ </ItemGroup >
130+ <ItemGroup >
131+ <ClInclude Include =" include\3D\Vector4f.h" />
132+ <ClInclude Include =" include\3D\Vertex.h" />
133+ <ClInclude Include =" include\Common\Defines.h" />
134+ <ClInclude Include =" include\Common\Pixel.h" />
135+ <ClInclude Include =" include\Common\Singleton.h" />
136+ <ClInclude Include =" include\Common\Sprite.h" />
137+ <ClInclude Include =" include\Engine\GameEngine.h" />
138+ <ClInclude Include =" include\Engine\InputManager.h" />
139+ <ClInclude Include =" include\Engine\Timer.h" />
140+ <ClInclude Include =" include\Renderer\Edge.h" />
141+ <ClInclude Include =" include\Renderer\Graphics.h" />
142+ </ItemGroup >
143+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
144+ <ImportGroup Label =" ExtensionTargets" >
145+ </ImportGroup >
146+ </Project >
0 commit comments