summaryrefslogtreecommitdiff
path: root/platform/win32/libglfw.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'platform/win32/libglfw.vcproj')
-rw-r--r--platform/win32/libglfw.vcproj231
1 files changed, 231 insertions, 0 deletions
diff --git a/platform/win32/libglfw.vcproj b/platform/win32/libglfw.vcproj
new file mode 100644
index 00000000..f209c823
--- /dev/null
+++ b/platform/win32/libglfw.vcproj
@@ -0,0 +1,231 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="libglfw"
+ ProjectGUID="{A1B75D29-9F5C-4A0F-B368-322A10477D0C}"
+ RootNamespace="libglfw"
+ Keyword="Win32Proj"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="4"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ PreprocessorDefinitions="_CRT_SECURE_NO_WARNINGS;_GLFW_WIN32;_GLFW_WGL;_GLFW_USE_OPENGL"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="4"
+ CharacterSet="1"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="_CRT_SECURE_NO_WARNINGS;_GLFW_WIN32;_GLFW_WGL;_GLFW_USE_OPENGL"
+ RuntimeLibrary="2"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="include"
+ >
+ <File
+ RelativePath="..\..\thirdparty\glfw\include\GLFW\glfw3.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\glfw\include\GLFW\glfw3native.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="src"
+ >
+ <File
+ RelativePath="..\..\thirdparty\glfw\src\context.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\glfw\src\init.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\glfw\src\input.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\glfw\src\internal.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\glfw\src\monitor.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\glfw\src\wgl_context.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\glfw\src\wgl_context.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\glfw\src\win32_init.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\glfw\src\win32_monitor.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\glfw\src\win32_platform.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\glfw\src\win32_time.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\glfw\src\win32_tls.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\glfw\src\win32_tls.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\glfw\src\win32_window.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\glfw\src\window.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\glfw\src\winmm_joystick.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\thirdparty\glfw\src\winmm_joystick.h"
+ >
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>