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+ <ItemGroup >
22+ <ClCompile Include =" context.c" />
23+ <ClCompile Include =" egl_context.c" />
24+ <ClCompile Include =" init.c" />
25+ <ClCompile Include =" input.c" />
26+ <ClCompile Include =" monitor.c" />
27+ <ClCompile Include =" osmesa_context.c" />
28+ <ClCompile Include =" vulkan.c" />
29+ <ClCompile Include =" wgl_context.c" />
30+ <ClCompile Include =" win32_init.c" />
31+ <ClCompile Include =" win32_joystick.c" />
32+ <ClCompile Include =" win32_monitor.c" />
33+ <ClCompile Include =" win32_thread.c" />
34+ <ClCompile Include =" win32_time.c" />
35+ <ClCompile Include =" win32_window.c" />
36+ <ClCompile Include =" window.c" />
37+ </ItemGroup >
38+ <ItemGroup >
39+ <ClInclude Include =" egl_context.h" />
40+ <ClInclude Include =" glfw3.h" />
41+ <ClInclude Include =" glfw3native.h" />
42+ <ClInclude Include =" glfw_config.h" />
43+ <ClInclude Include =" internal.h" />
44+ <ClInclude Include =" mappings.h" />
45+ <ClInclude Include =" osmesa_context.h" />
46+ <ClInclude Include =" wgl_context.h" />
47+ <ClInclude Include =" win32_joystick.h" />
48+ <ClInclude Include =" win32_platform.h" />
49+ </ItemGroup >
50+ <PropertyGroup Label =" Globals" >
51+ <VCProjectVersion >15.0</VCProjectVersion >
52+ <ProjectGuid >{4A74163F-7D76-46EB-92BF-05C50173D846}</ProjectGuid >
53+ <Keyword >Win32Proj</Keyword >
54+ <RootNamespace >GLFW</RootNamespace >
55+ <WindowsTargetPlatformVersion >8.1</WindowsTargetPlatformVersion >
56+ </PropertyGroup >
57+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
58+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
59+ <ConfigurationType >StaticLibrary</ConfigurationType >
60+ <UseDebugLibraries >true</UseDebugLibraries >
61+ <PlatformToolset >v140</PlatformToolset >
62+ <CharacterSet >NotSet</CharacterSet >
63+ </PropertyGroup >
64+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
65+ <ConfigurationType >StaticLibrary</ConfigurationType >
66+ <UseDebugLibraries >false</UseDebugLibraries >
67+ <PlatformToolset >v140</PlatformToolset >
68+ <WholeProgramOptimization >true</WholeProgramOptimization >
69+ <CharacterSet >NotSet</CharacterSet >
70+ </PropertyGroup >
71+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
72+ <ConfigurationType >StaticLibrary</ConfigurationType >
73+ <UseDebugLibraries >true</UseDebugLibraries >
74+ <PlatformToolset >v141</PlatformToolset >
75+ <CharacterSet >Unicode</CharacterSet >
76+ </PropertyGroup >
77+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
78+ <ConfigurationType >StaticLibrary</ConfigurationType >
79+ <UseDebugLibraries >false</UseDebugLibraries >
80+ <PlatformToolset >v141</PlatformToolset >
81+ <WholeProgramOptimization >true</WholeProgramOptimization >
82+ <CharacterSet >Unicode</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|Win32'" >
103+ <LinkIncremental >true</LinkIncremental >
104+ </PropertyGroup >
105+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
106+ <LinkIncremental >true</LinkIncremental >
107+ </PropertyGroup >
108+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
109+ <LinkIncremental >false</LinkIncremental >
110+ </PropertyGroup >
111+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
112+ <LinkIncremental >false</LinkIncremental >
113+ </PropertyGroup >
114+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
115+ <ClCompile >
116+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
117+ <WarningLevel >Level3</WarningLevel >
118+ <Optimization >Disabled</Optimization >
119+ <SDLCheck >true</SDLCheck >
120+ <PreprocessorDefinitions >WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions >
121+ <ConformanceMode >true</ConformanceMode >
122+ <PrecompiledHeaderFile />
123+ </ClCompile >
124+ <Link >
125+ <SubSystem >Windows</SubSystem >
126+ <GenerateDebugInformation >true</GenerateDebugInformation >
127+ </Link >
128+ </ItemDefinitionGroup >
129+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
130+ <ClCompile >
131+ <PrecompiledHeader >Use</PrecompiledHeader >
132+ <WarningLevel >Level3</WarningLevel >
133+ <Optimization >Disabled</Optimization >
134+ <SDLCheck >true</SDLCheck >
135+ <PreprocessorDefinitions >_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions >
136+ <ConformanceMode >true</ConformanceMode >
137+ </ClCompile >
138+ <Link >
139+ <SubSystem >Windows</SubSystem >
140+ <GenerateDebugInformation >true</GenerateDebugInformation >
141+ </Link >
142+ </ItemDefinitionGroup >
143+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
144+ <ClCompile >
145+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
146+ <WarningLevel >Level3</WarningLevel >
147+ <Optimization >MaxSpeed</Optimization >
148+ <FunctionLevelLinking >true</FunctionLevelLinking >
149+ <IntrinsicFunctions >true</IntrinsicFunctions >
150+ <SDLCheck >true</SDLCheck >
151+ <PreprocessorDefinitions >WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
152+ <ConformanceMode >true</ConformanceMode >
153+ <PrecompiledHeaderFile />
154+ </ClCompile >
155+ <Link >
156+ <SubSystem >Windows</SubSystem >
157+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
158+ <OptimizeReferences >true</OptimizeReferences >
159+ <GenerateDebugInformation >true</GenerateDebugInformation >
160+ </Link >
161+ </ItemDefinitionGroup >
162+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
163+ <ClCompile >
164+ <PrecompiledHeader >Use</PrecompiledHeader >
165+ <WarningLevel >Level3</WarningLevel >
166+ <Optimization >MaxSpeed</Optimization >
167+ <FunctionLevelLinking >true</FunctionLevelLinking >
168+ <IntrinsicFunctions >true</IntrinsicFunctions >
169+ <SDLCheck >true</SDLCheck >
170+ <PreprocessorDefinitions >NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions >
171+ <ConformanceMode >true</ConformanceMode >
172+ </ClCompile >
173+ <Link >
174+ <SubSystem >Windows</SubSystem >
175+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
176+ <OptimizeReferences >true</OptimizeReferences >
177+ <GenerateDebugInformation >true</GenerateDebugInformation >
178+ </Link >
179+ </ItemDefinitionGroup >
180+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
181+ <ImportGroup Label =" ExtensionTargets" >
182+ </ImportGroup >
183+ </Project >
0 commit comments