Files
2dGameProject/deps/glfw.vcxproj
2025-01-03 08:09:58 -07:00

202 lines
9.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<VCProjectVersion>17.0</VCProjectVersion>
<ProjectGuid>{1153A50D-40F1-4B5A-BA79-072CEE778C0E}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v143</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v143</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v143</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v143</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup Label="Shared">
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<LinkIncremental>true</LinkIncremental>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<LinkIncremental>true</LinkIncremental>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LinkIncremental>true</LinkIncremental>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<LinkIncremental>true</LinkIncremental>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<WarningLevel>Level3</WarningLevel>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
<SubSystem>Windows</SubSystem>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
<PreprocessorDefinitions>_DEBUG;_LIB;_GLFW_WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<WarningLevel>Level3</WarningLevel>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
<SubSystem>Windows</SubSystem>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<WarningLevel>Level3</WarningLevel>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
<SubSystem>Windows</SubSystem>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
<PreprocessorDefinitions>NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<WarningLevel>Level3</WarningLevel>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
<SubSystem>Windows</SubSystem>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="glfw\deps\getopt.c" />
<ClCompile Include="glfw\deps\tinycthread.c" />
<ClCompile Include="glfw\src\cocoa_time.c" />
<ClCompile Include="glfw\src\context.c" />
<ClCompile Include="glfw\src\egl_context.c" />
<ClCompile Include="glfw\src\glx_context.c" />
<ClCompile Include="glfw\src\init.c" />
<ClCompile Include="glfw\src\input.c" />
<ClCompile Include="glfw\src\linux_joystick.c" />
<ClCompile Include="glfw\src\monitor.c" />
<ClCompile Include="glfw\src\null_init.c" />
<ClCompile Include="glfw\src\null_joystick.c" />
<ClCompile Include="glfw\src\null_monitor.c" />
<ClCompile Include="glfw\src\null_window.c" />
<ClCompile Include="glfw\src\osmesa_context.c" />
<ClCompile Include="glfw\src\platform.c" />
<ClCompile Include="glfw\src\posix_module.c" />
<ClCompile Include="glfw\src\posix_poll.c" />
<ClCompile Include="glfw\src\posix_thread.c" />
<ClCompile Include="glfw\src\posix_time.c" />
<ClCompile Include="glfw\src\vulkan.c" />
<ClCompile Include="glfw\src\wgl_context.c" />
<ClCompile Include="glfw\src\win32_init.c" />
<ClCompile Include="glfw\src\win32_joystick.c" />
<ClCompile Include="glfw\src\win32_module.c" />
<ClCompile Include="glfw\src\win32_monitor.c" />
<ClCompile Include="glfw\src\win32_thread.c" />
<ClCompile Include="glfw\src\win32_time.c" />
<ClCompile Include="glfw\src\win32_window.c" />
<ClCompile Include="glfw\src\window.c" />
<ClCompile Include="glfw\src\wl_init.c" />
<ClCompile Include="glfw\src\wl_monitor.c" />
<ClCompile Include="glfw\src\wl_window.c" />
<ClCompile Include="glfw\src\x11_init.c" />
<ClCompile Include="glfw\src\x11_monitor.c" />
<ClCompile Include="glfw\src\x11_window.c" />
<ClCompile Include="glfw\src\xkb_unicode.c" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="glfw\deps\getopt.h" />
<ClInclude Include="glfw\deps\glad\gl.h" />
<ClInclude Include="glfw\deps\glad\gles2.h" />
<ClInclude Include="glfw\deps\glad\vulkan.h" />
<ClInclude Include="glfw\deps\linmath.h" />
<ClInclude Include="glfw\deps\mingw\dinput.h" />
<ClInclude Include="glfw\deps\mingw\xinput.h" />
<ClInclude Include="glfw\deps\mingw\_mingw_dxhelper.h" />
<ClInclude Include="glfw\deps\nuklear.h" />
<ClInclude Include="glfw\deps\nuklear_glfw_gl2.h" />
<ClInclude Include="glfw\deps\stb_image_write.h" />
<ClInclude Include="glfw\deps\tinycthread.h" />
<ClInclude Include="glfw\include\glfw\glfw3.h" />
<ClInclude Include="glfw\include\glfw\glfw3native.h" />
<ClInclude Include="glfw\src\cocoa_joystick.h" />
<ClInclude Include="glfw\src\cocoa_platform.h" />
<ClInclude Include="glfw\src\cocoa_time.h" />
<ClInclude Include="glfw\src\internal.h" />
<ClInclude Include="glfw\src\linux_joystick.h" />
<ClInclude Include="glfw\src\mappings.h" />
<ClInclude Include="glfw\src\null_joystick.h" />
<ClInclude Include="glfw\src\null_platform.h" />
<ClInclude Include="glfw\src\platform.h" />
<ClInclude Include="glfw\src\posix_poll.h" />
<ClInclude Include="glfw\src\posix_thread.h" />
<ClInclude Include="glfw\src\posix_time.h" />
<ClInclude Include="glfw\src\win32_joystick.h" />
<ClInclude Include="glfw\src\win32_platform.h" />
<ClInclude Include="glfw\src\win32_thread.h" />
<ClInclude Include="glfw\src\win32_time.h" />
<ClInclude Include="glfw\src\wl_platform.h" />
<ClInclude Include="glfw\src\x11_platform.h" />
<ClInclude Include="glfw\src\xkb_unicode.h" />
</ItemGroup>
<ItemGroup>
<None Include="glfw\docs\footer.html" />
<None Include="glfw\docs\header.html" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>