source: opengl-game/OpenGLReference.vcxproj

feature/imgui-sdl
Last change on this file was 6d698e5, checked in by Dmitry Portnoy <dportnoy@…>, 2 years ago

Upgrade to Visual Studio 2022

  • Property mode set to 100644
File size: 9.2 KB
Line 
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 <VCProjectVersion>15.0</VCProjectVersion>
23 <ProjectGuid>{2D79C35D-6372-4B1F-8EFE-55F53BC9D0C7}</ProjectGuid>
24 <RootNamespace>NewOpenGLGame</RootNamespace>
25 <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
26 </PropertyGroup>
27 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
28 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
29 <ConfigurationType>Application</ConfigurationType>
30 <UseDebugLibraries>true</UseDebugLibraries>
31 <PlatformToolset>v143</PlatformToolset>
32 <CharacterSet>MultiByte</CharacterSet>
33 </PropertyGroup>
34 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
35 <ConfigurationType>Application</ConfigurationType>
36 <UseDebugLibraries>false</UseDebugLibraries>
37 <PlatformToolset>v143</PlatformToolset>
38 <WholeProgramOptimization>true</WholeProgramOptimization>
39 <CharacterSet>MultiByte</CharacterSet>
40 </PropertyGroup>
41 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
42 <ConfigurationType>Application</ConfigurationType>
43 <UseDebugLibraries>true</UseDebugLibraries>
44 <PlatformToolset>v143</PlatformToolset>
45 <CharacterSet>MultiByte</CharacterSet>
46 </PropertyGroup>
47 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
48 <ConfigurationType>Application</ConfigurationType>
49 <UseDebugLibraries>false</UseDebugLibraries>
50 <PlatformToolset>v143</PlatformToolset>
51 <WholeProgramOptimization>true</WholeProgramOptimization>
52 <CharacterSet>MultiByte</CharacterSet>
53 </PropertyGroup>
54 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
55 <ImportGroup Label="ExtensionSettings">
56 </ImportGroup>
57 <ImportGroup Label="Shared">
58 </ImportGroup>
59 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
60 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
61 </ImportGroup>
62 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
63 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
64 </ImportGroup>
65 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
66 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
67 </ImportGroup>
68 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
69 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
70 </ImportGroup>
71 <PropertyGroup Label="UserMacros" />
72 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
73 <IncludePath>include;$(IncludePath)</IncludePath>
74 <LibraryPath>lib;$(LibraryPath)</LibraryPath>
75 </PropertyGroup>
76 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
77 <IncludePath>include;$(IncludePath)</IncludePath>
78 <LibraryPath>lib;$(LibraryPath)</LibraryPath>
79 </PropertyGroup>
80 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
81 <IncludePath>include;$(IncludePath)</IncludePath>
82 <LibraryPath>lib;$(LibraryPath)</LibraryPath>
83 </PropertyGroup>
84 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
85 <IncludePath>include;$(IncludePath)</IncludePath>
86 <LibraryPath>lib;$(LibraryPath)</LibraryPath>
87 </PropertyGroup>
88 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
89 <ClCompile>
90 <WarningLevel>Level3</WarningLevel>
91 <Optimization>Disabled</Optimization>
92 <SDLCheck>true</SDLCheck>
93 <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;GLEW_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
94 </ClCompile>
95 <Link>
96 <AdditionalDependencies>glew32s.lib;glfw3.lib;opengl32.lib;%(AdditionalDependencies)</AdditionalDependencies>
97 <SubSystem>Console</SubSystem>
98 </Link>
99 </ItemDefinitionGroup>
100 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
101 <ClCompile>
102 <WarningLevel>Level3</WarningLevel>
103 <Optimization>Disabled</Optimization>
104 <SDLCheck>true</SDLCheck>
105 <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;GLEW_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
106 </ClCompile>
107 <Link>
108 <AdditionalDependencies>glew32s.lib;glfw3.lib;opengl32.lib;%(AdditionalDependencies)</AdditionalDependencies>
109 <SubSystem>Console</SubSystem>
110 </Link>
111 </ItemDefinitionGroup>
112 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
113 <ClCompile>
114 <WarningLevel>Level3</WarningLevel>
115 <Optimization>MaxSpeed</Optimization>
116 <FunctionLevelLinking>true</FunctionLevelLinking>
117 <IntrinsicFunctions>true</IntrinsicFunctions>
118 <SDLCheck>true</SDLCheck>
119 <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;GLEW_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
120 </ClCompile>
121 <Link>
122 <EnableCOMDATFolding>true</EnableCOMDATFolding>
123 <OptimizeReferences>true</OptimizeReferences>
124 <AdditionalDependencies>glew32s.lib;glfw3.lib;opengl32.lib;%(AdditionalDependencies)</AdditionalDependencies>
125 <SubSystem>Console</SubSystem>
126 </Link>
127 </ItemDefinitionGroup>
128 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
129 <ClCompile>
130 <WarningLevel>Level3</WarningLevel>
131 <Optimization>MaxSpeed</Optimization>
132 <FunctionLevelLinking>true</FunctionLevelLinking>
133 <IntrinsicFunctions>true</IntrinsicFunctions>
134 <SDLCheck>true</SDLCheck>
135 <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;GLEW_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
136 </ClCompile>
137 <Link>
138 <EnableCOMDATFolding>true</EnableCOMDATFolding>
139 <OptimizeReferences>true</OptimizeReferences>
140 <AdditionalDependencies>glew32s.lib;glfw3.lib;opengl32.lib;%(AdditionalDependencies)</AdditionalDependencies>
141 <SubSystem>Console</SubSystem>
142 </Link>
143 </ItemDefinitionGroup>
144 <ItemGroup>
145 <ClCompile Include="crash-logger.cpp" />
146 <ClCompile Include="FileStackWalker.cpp" />
147 <ClCompile Include="IMGUI\imgui.cpp" />
148 <ClCompile Include="IMGUI\imgui_demo.cpp" />
149 <ClCompile Include="IMGUI\imgui_draw.cpp" />
150 <ClCompile Include="IMGUI\imgui_impl_glfw.cpp" />
151 <ClCompile Include="IMGUI\imgui_impl_opengl3.cpp" />
152 <ClCompile Include="IMGUI\imgui_widgets.cpp" />
153 <ClCompile Include="logger.cpp" />
154 <ClCompile Include="new-game.cpp" />
155 <ClCompile Include="StackWalker.cpp" />
156 <ClCompile Include="utils.cpp" />
157 </ItemGroup>
158 <ItemGroup>
159 <ClInclude Include="crash-logger.hpp" />
160 <ClInclude Include="FileStackWalker.h" />
161 <ClInclude Include="IMGUI\imconfig.h" />
162 <ClInclude Include="IMGUI\imgui.h" />
163 <ClInclude Include="IMGUI\imgui_impl_glfw.h" />
164 <ClInclude Include="IMGUI\imgui_impl_opengl3.h" />
165 <ClInclude Include="IMGUI\imgui_internal.h" />
166 <ClInclude Include="IMGUI\imstb_rectpack.h" />
167 <ClInclude Include="IMGUI\imstb_textedit.h" />
168 <ClInclude Include="IMGUI\imstb_truetype.h" />
169 <ClInclude Include="logger.hpp" />
170 <ClInclude Include="StackWalker.h" />
171 <ClInclude Include="stb_image.h" />
172 <ClInclude Include="utils.hpp" />
173 </ItemGroup>
174 <ItemGroup>
175 <Text Include="gl.log" />
176 <Text Include="opengl-notes.txt" />
177 <Text Include="README.txt" />
178 <Text Include="TODO.txt" />
179 </ItemGroup>
180 <ItemGroup>
181 <None Include="gl-shaders\asteroid.frag" />
182 <None Include="gl-shaders\asteroid.vert" />
183 <None Include="gl-shaders\explosion.frag" />
184 <None Include="gl-shaders\explosion.vert" />
185 <None Include="gl-shaders\laser.frag" />
186 <None Include="gl-shaders\laser.vert" />
187 <None Include="gl-shaders\ship.frag" />
188 <None Include="gl-shaders\ship.vert" />
189 </ItemGroup>
190 <ItemGroup>
191 <Image Include="laser.png" />
192 </ItemGroup>
193 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
194 <ImportGroup Label="ExtensionTargets">
195 </ImportGroup>
196</Project>
Note: See TracBrowser for help on using the repository browser.