source: opengl-game/OpenGLGame.vcxproj@ df2cc24

feature/imgui-sdl points-test
Last change on this file since df2cc24 was df2cc24, checked in by Dmitry Portnoy <dmp1488@…>, 5 years ago

Add IMGUI and its dependencies to the openglgame MSVC project

  • Property mode set to 100644
File size: 7.4 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" 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 <ItemGroup>
22 <ClCompile Include="crash-logger.cpp" />
23 <ClCompile Include="FileStackWalker.cpp" />
24 <ClCompile Include="game-gui-glfw.cpp" />
25 <ClCompile Include="IMGUI\imgui.cpp" />
26 <ClCompile Include="IMGUI\imgui_demo.cpp" />
27 <ClCompile Include="IMGUI\imgui_draw.cpp" />
28 <ClCompile Include="imgui_impl_glfw_gl3.cpp" />
29 <ClCompile Include="logger.cpp" />
30 <ClCompile Include="main-opengl.cpp" />
31 <ClCompile Include="opengl-game.cpp" />
32 <ClCompile Include="StackWalker.cpp" />
33 </ItemGroup>
34 <ItemGroup>
35 <ClInclude Include="compiler.hpp" />
36 <ClInclude Include="consts.hpp" />
37 <ClInclude Include="crash-logger.hpp" />
38 <ClInclude Include="FileStackWalker.h" />
39 <ClInclude Include="game-gui-glfw.hpp" />
40 <ClInclude Include="game-gui.hpp" />
41 <ClInclude Include="IMGUI\imgui.h" />
42 <ClInclude Include="IMGUI\imgui_internal.h" />
43 <ClInclude Include="IMGUI\stb_rect_pack.h" />
44 <ClInclude Include="IMGUI\stb_textedit.h" />
45 <ClInclude Include="IMGUI\stb_truetype.h" />
46 <ClInclude Include="imgui_impl_glfw_gl3.h" />
47 <ClInclude Include="logger.hpp" />
48 <ClInclude Include="opengl-game.hpp" />
49 <ClInclude Include="StackWalker.h" />
50 </ItemGroup>
51 <PropertyGroup Label="Globals">
52 <VCProjectVersion>16.0</VCProjectVersion>
53 <ProjectGuid>{7BED9D8B-405D-4051-B872-7090AA360091}</ProjectGuid>
54 <RootNamespace>OpenGLGame</RootNamespace>
55 <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
56 </PropertyGroup>
57 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
58 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
59 <ConfigurationType>Application</ConfigurationType>
60 <UseDebugLibraries>true</UseDebugLibraries>
61 <PlatformToolset>v142</PlatformToolset>
62 <CharacterSet>MultiByte</CharacterSet>
63 </PropertyGroup>
64 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
65 <ConfigurationType>Application</ConfigurationType>
66 <UseDebugLibraries>false</UseDebugLibraries>
67 <PlatformToolset>v142</PlatformToolset>
68 <WholeProgramOptimization>true</WholeProgramOptimization>
69 <CharacterSet>MultiByte</CharacterSet>
70 </PropertyGroup>
71 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
72 <ConfigurationType>Application</ConfigurationType>
73 <UseDebugLibraries>true</UseDebugLibraries>
74 <PlatformToolset>v142</PlatformToolset>
75 <CharacterSet>MultiByte</CharacterSet>
76 </PropertyGroup>
77 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
78 <ConfigurationType>Application</ConfigurationType>
79 <UseDebugLibraries>false</UseDebugLibraries>
80 <PlatformToolset>v142</PlatformToolset>
81 <WholeProgramOptimization>true</WholeProgramOptimization>
82 <CharacterSet>MultiByte</CharacterSet>
83 </PropertyGroup>
84 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
85 <ImportGroup Label="ExtensionSettings">
86 </ImportGroup>
87 <ImportGroup Label="Shared">
88 </ImportGroup>
89 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
90 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
91 </ImportGroup>
92 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
93 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
94 </ImportGroup>
95 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
96 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
97 </ImportGroup>
98 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
99 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
100 </ImportGroup>
101 <PropertyGroup Label="UserMacros" />
102 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
103 <IncludePath>include;$(IncludePath)</IncludePath>
104 <LibraryPath>lib;$(LibraryPath)</LibraryPath>
105 </PropertyGroup>
106 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
107 <ClCompile>
108 <WarningLevel>Level3</WarningLevel>
109 <Optimization>Disabled</Optimization>
110 <SDLCheck>true</SDLCheck>
111 <ConformanceMode>true</ConformanceMode>
112 <LanguageStandard>stdcpp17</LanguageStandard>
113 <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;GLEW_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
114 </ClCompile>
115 <Link>
116 <SubSystem>Console</SubSystem>
117 <AdditionalDependencies>glew32s.lib;glfw3.lib;opengl32.lib;%(AdditionalDependencies)</AdditionalDependencies>
118 </Link>
119 </ItemDefinitionGroup>
120 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
121 <ClCompile>
122 <WarningLevel>Level3</WarningLevel>
123 <Optimization>Disabled</Optimization>
124 <SDLCheck>true</SDLCheck>
125 <ConformanceMode>true</ConformanceMode>
126 </ClCompile>
127 <Link>
128 <SubSystem>Console</SubSystem>
129 </Link>
130 </ItemDefinitionGroup>
131 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
132 <ClCompile>
133 <WarningLevel>Level3</WarningLevel>
134 <Optimization>MaxSpeed</Optimization>
135 <FunctionLevelLinking>true</FunctionLevelLinking>
136 <IntrinsicFunctions>true</IntrinsicFunctions>
137 <SDLCheck>true</SDLCheck>
138 <ConformanceMode>true</ConformanceMode>
139 </ClCompile>
140 <Link>
141 <SubSystem>Console</SubSystem>
142 <EnableCOMDATFolding>true</EnableCOMDATFolding>
143 <OptimizeReferences>true</OptimizeReferences>
144 </Link>
145 </ItemDefinitionGroup>
146 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
147 <ClCompile>
148 <WarningLevel>Level3</WarningLevel>
149 <Optimization>MaxSpeed</Optimization>
150 <FunctionLevelLinking>true</FunctionLevelLinking>
151 <IntrinsicFunctions>true</IntrinsicFunctions>
152 <SDLCheck>true</SDLCheck>
153 <ConformanceMode>true</ConformanceMode>
154 </ClCompile>
155 <Link>
156 <SubSystem>Console</SubSystem>
157 <EnableCOMDATFolding>true</EnableCOMDATFolding>
158 <OptimizeReferences>true</OptimizeReferences>
159 </Link>
160 </ItemDefinitionGroup>
161 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
162 <ImportGroup Label="ExtensionTargets">
163 </ImportGroup>
164</Project>
Note: See TracBrowser for help on using the repository browser.