From 60cbbdec07ab7a5636eac5b3c024ae44e937f4d4 Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 13 Dec 2021 00:07:19 +0800 Subject: +init --- .../proj/extern/glad/CMakeFiles/generate.stamp | 1 + .../extern/glad/CMakeFiles/generate.stamp.depend | 2 + .../Box2D/proj/extern/glad/INSTALL.vcxproj | 193 +++++++++++++ .../Box2D/proj/extern/glad/INSTALL.vcxproj.filters | 13 + .../Box2D/proj/extern/glad/cmake_install.cmake | 34 +++ .../ThirdParty/Box2D/proj/extern/glad/glad.vcxproj | 279 +++++++++++++++++++ .../Box2D/proj/extern/glad/glad.vcxproj.filters | 33 +++ .../proj/extern/glfw/CMakeFiles/generate.stamp | 1 + .../extern/glfw/CMakeFiles/generate.stamp.depend | 10 + .../Box2D/proj/extern/glfw/INSTALL.vcxproj | 193 +++++++++++++ .../Box2D/proj/extern/glfw/INSTALL.vcxproj.filters | 13 + .../Box2D/proj/extern/glfw/cmake_install.cmake | 34 +++ .../ThirdParty/Box2D/proj/extern/glfw/glfw.vcxproj | 300 +++++++++++++++++++++ .../Box2D/proj/extern/glfw/glfw.vcxproj.filters | 93 +++++++ .../proj/extern/imgui/CMakeFiles/generate.stamp | 1 + .../extern/imgui/CMakeFiles/generate.stamp.depend | 2 + .../Box2D/proj/extern/imgui/INSTALL.vcxproj | 193 +++++++++++++ .../proj/extern/imgui/INSTALL.vcxproj.filters | 13 + .../Box2D/proj/extern/imgui/cmake_install.cmake | 34 +++ .../Box2D/proj/extern/imgui/imgui.vcxproj | 286 ++++++++++++++++++++ .../Box2D/proj/extern/imgui/imgui.vcxproj.filters | 22 ++ .../proj/extern/sajson/CMakeFiles/generate.stamp | 1 + .../extern/sajson/CMakeFiles/generate.stamp.depend | 2 + .../Box2D/proj/extern/sajson/INSTALL.vcxproj | 193 +++++++++++++ .../proj/extern/sajson/INSTALL.vcxproj.filters | 13 + .../Box2D/proj/extern/sajson/cmake_install.cmake | 34 +++ .../Box2D/proj/extern/sajson/sajson.vcxproj | 278 +++++++++++++++++++ .../proj/extern/sajson/sajson.vcxproj.filters | 14 + 28 files changed, 2285 insertions(+) create mode 100644 Client/ThirdParty/Box2D/proj/extern/glad/CMakeFiles/generate.stamp create mode 100644 Client/ThirdParty/Box2D/proj/extern/glad/CMakeFiles/generate.stamp.depend create mode 100644 Client/ThirdParty/Box2D/proj/extern/glad/INSTALL.vcxproj create mode 100644 Client/ThirdParty/Box2D/proj/extern/glad/INSTALL.vcxproj.filters create mode 100644 Client/ThirdParty/Box2D/proj/extern/glad/cmake_install.cmake create mode 100644 Client/ThirdParty/Box2D/proj/extern/glad/glad.vcxproj create mode 100644 Client/ThirdParty/Box2D/proj/extern/glad/glad.vcxproj.filters create mode 100644 Client/ThirdParty/Box2D/proj/extern/glfw/CMakeFiles/generate.stamp create mode 100644 Client/ThirdParty/Box2D/proj/extern/glfw/CMakeFiles/generate.stamp.depend create mode 100644 Client/ThirdParty/Box2D/proj/extern/glfw/INSTALL.vcxproj create mode 100644 Client/ThirdParty/Box2D/proj/extern/glfw/INSTALL.vcxproj.filters create mode 100644 Client/ThirdParty/Box2D/proj/extern/glfw/cmake_install.cmake create mode 100644 Client/ThirdParty/Box2D/proj/extern/glfw/glfw.vcxproj create mode 100644 Client/ThirdParty/Box2D/proj/extern/glfw/glfw.vcxproj.filters create mode 100644 Client/ThirdParty/Box2D/proj/extern/imgui/CMakeFiles/generate.stamp create mode 100644 Client/ThirdParty/Box2D/proj/extern/imgui/CMakeFiles/generate.stamp.depend create mode 100644 Client/ThirdParty/Box2D/proj/extern/imgui/INSTALL.vcxproj create mode 100644 Client/ThirdParty/Box2D/proj/extern/imgui/INSTALL.vcxproj.filters create mode 100644 Client/ThirdParty/Box2D/proj/extern/imgui/cmake_install.cmake create mode 100644 Client/ThirdParty/Box2D/proj/extern/imgui/imgui.vcxproj create mode 100644 Client/ThirdParty/Box2D/proj/extern/imgui/imgui.vcxproj.filters create mode 100644 Client/ThirdParty/Box2D/proj/extern/sajson/CMakeFiles/generate.stamp create mode 100644 Client/ThirdParty/Box2D/proj/extern/sajson/CMakeFiles/generate.stamp.depend create mode 100644 Client/ThirdParty/Box2D/proj/extern/sajson/INSTALL.vcxproj create mode 100644 Client/ThirdParty/Box2D/proj/extern/sajson/INSTALL.vcxproj.filters create mode 100644 Client/ThirdParty/Box2D/proj/extern/sajson/cmake_install.cmake create mode 100644 Client/ThirdParty/Box2D/proj/extern/sajson/sajson.vcxproj create mode 100644 Client/ThirdParty/Box2D/proj/extern/sajson/sajson.vcxproj.filters (limited to 'Client/ThirdParty/Box2D/proj/extern') diff --git a/Client/ThirdParty/Box2D/proj/extern/glad/CMakeFiles/generate.stamp b/Client/ThirdParty/Box2D/proj/extern/glad/CMakeFiles/generate.stamp new file mode 100644 index 0000000..9b5f49f --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/extern/glad/CMakeFiles/generate.stamp @@ -0,0 +1 @@ +# CMake generation timestamp file for this directory. diff --git a/Client/ThirdParty/Box2D/proj/extern/glad/CMakeFiles/generate.stamp.depend b/Client/ThirdParty/Box2D/proj/extern/glad/CMakeFiles/generate.stamp.depend new file mode 100644 index 0000000..360d398 --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/extern/glad/CMakeFiles/generate.stamp.depend @@ -0,0 +1,2 @@ +# CMake generation dependency list for this directory. +D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/extern/glad/CMakeLists.txt diff --git a/Client/ThirdParty/Box2D/proj/extern/glad/INSTALL.vcxproj b/Client/ThirdParty/Box2D/proj/extern/glad/INSTALL.vcxproj new file mode 100644 index 0000000..190e04c --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/extern/glad/INSTALL.vcxproj @@ -0,0 +1,193 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + MinSizeRel + Win32 + + + RelWithDebInfo + Win32 + + + + {9AC23237-8AB3-35CD-9010-F378760CC445} + 10.0.17763.0 + Win32Proj + Win32 + INSTALL + NoUpgrade + + + + Utility + MultiByte + v141 + + + Utility + MultiByte + v141 + + + Utility + MultiByte + v141 + + + Utility + MultiByte + v141 + + + + + + + + + + <_ProjectFileVersion>10.0.20506.1 + $(Platform)\$(Configuration)\$(ProjectName)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + + + + + setlocal +"C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd + + + + + + setlocal +"C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd + + + + + + setlocal +"C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd + + + + + + setlocal +"C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd + + + + + + setlocal +cd . +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd + %(AdditionalInputs) + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\extern\glad\CMakeFiles\INSTALL_force + false + + setlocal +cd . +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd + %(AdditionalInputs) + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\extern\glad\CMakeFiles\INSTALL_force + false + + setlocal +cd . +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd + %(AdditionalInputs) + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\extern\glad\CMakeFiles\INSTALL_force + false + + setlocal +cd . +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd + %(AdditionalInputs) + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\extern\glad\CMakeFiles\INSTALL_force + false + + + + + {BE3FCA9C-E0F7-3263-BFDC-D625CD827C80} + ZERO_CHECK + false + Never + + + {2BA85667-24FF-36F3-825F-79CEC5AB3361} + ALL_BUILD + false + Never + + + + + + \ No newline at end of file diff --git a/Client/ThirdParty/Box2D/proj/extern/glad/INSTALL.vcxproj.filters b/Client/ThirdParty/Box2D/proj/extern/glad/INSTALL.vcxproj.filters new file mode 100644 index 0000000..73b4ed6 --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/extern/glad/INSTALL.vcxproj.filters @@ -0,0 +1,13 @@ + + + + + CMake Rules + + + + + {403DEAA2-503F-3ECB-A013-6CDC0F5B48FC} + + + diff --git a/Client/ThirdParty/Box2D/proj/extern/glad/cmake_install.cmake b/Client/ThirdParty/Box2D/proj/extern/glad/cmake_install.cmake new file mode 100644 index 0000000..1fb9427 --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/extern/glad/cmake_install.cmake @@ -0,0 +1,34 @@ +# Install script for directory: D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/extern/glad + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/box2d") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Release") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + diff --git a/Client/ThirdParty/Box2D/proj/extern/glad/glad.vcxproj b/Client/ThirdParty/Box2D/proj/extern/glad/glad.vcxproj new file mode 100644 index 0000000..586e8c1 --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/extern/glad/glad.vcxproj @@ -0,0 +1,279 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + MinSizeRel + Win32 + + + RelWithDebInfo + Win32 + + + + {29408AB9-D01F-3745-93F3-94160B037370} + 10.0.17763.0 + Win32Proj + Win32 + glad + NoUpgrade + + + + StaticLibrary + MultiByte + v141 + + + StaticLibrary + MultiByte + v141 + + + StaticLibrary + MultiByte + v141 + + + StaticLibrary + MultiByte + v141 + + + + + + + + + + <_ProjectFileVersion>10.0.20506.1 + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\bin\Debug\ + glad.dir\Debug\ + glad + .lib + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\bin\Release\ + glad.dir\Release\ + glad + .lib + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\bin\MinSizeRel\ + glad.dir\MinSizeRel\ + glad + .lib + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\bin\RelWithDebInfo\ + glad.dir\RelWithDebInfo\ + glad + .lib + + + + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glad\include;%(AdditionalIncludeDirectories) + $(IntDir) + EnableFastChecks + ProgramDatabase + + + Disabled + Disabled + NotUsing + MultiThreadedDebugDLL + false + Level3 + %(PreprocessorDefinitions);WIN32;_WINDOWS;CMAKE_INTDIR="Debug" + $(IntDir) + + + %(PreprocessorDefinitions);WIN32;_DEBUG;_WINDOWS;CMAKE_INTDIR=\"Debug\" + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glad\include;%(AdditionalIncludeDirectories) + + + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glad\include;%(AdditionalIncludeDirectories) + $(ProjectDir)/$(IntDir) + %(Filename).h + %(Filename).tlb + %(Filename)_i.c + %(Filename)_p.c + + + %(AdditionalOptions) /machine:X86 + + + + + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glad\include;%(AdditionalIncludeDirectories) + $(IntDir) + + + AnySuitable + MaxSpeed + NotUsing + MultiThreadedDLL + false + Level3 + %(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;CMAKE_INTDIR="Release" + $(IntDir) + + + + + %(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;CMAKE_INTDIR=\"Release\" + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glad\include;%(AdditionalIncludeDirectories) + + + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glad\include;%(AdditionalIncludeDirectories) + $(ProjectDir)/$(IntDir) + %(Filename).h + %(Filename).tlb + %(Filename)_i.c + %(Filename)_p.c + + + %(AdditionalOptions) /machine:X86 + + + + + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glad\include;%(AdditionalIncludeDirectories) + $(IntDir) + + + OnlyExplicitInline + MinSpace + NotUsing + MultiThreadedDLL + false + Level3 + %(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;CMAKE_INTDIR="MinSizeRel" + $(IntDir) + + + + + %(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;CMAKE_INTDIR=\"MinSizeRel\" + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glad\include;%(AdditionalIncludeDirectories) + + + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glad\include;%(AdditionalIncludeDirectories) + $(ProjectDir)/$(IntDir) + %(Filename).h + %(Filename).tlb + %(Filename)_i.c + %(Filename)_p.c + + + %(AdditionalOptions) /machine:X86 + + + + + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glad\include;%(AdditionalIncludeDirectories) + $(IntDir) + ProgramDatabase + + + OnlyExplicitInline + MaxSpeed + NotUsing + MultiThreadedDLL + false + Level3 + %(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;CMAKE_INTDIR="RelWithDebInfo" + $(IntDir) + + + %(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;CMAKE_INTDIR=\"RelWithDebInfo\" + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glad\include;%(AdditionalIncludeDirectories) + + + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glad\include;%(AdditionalIncludeDirectories) + $(ProjectDir)/$(IntDir) + %(Filename).h + %(Filename).tlb + %(Filename)_i.c + %(Filename)_p.c + + + %(AdditionalOptions) /machine:X86 + + + + + Building Custom Rule D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/extern/glad/CMakeLists.txt + setlocal +"C:\Program Files\CMake\bin\cmake.exe" -SD:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D -BD:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj --check-stamp-file D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/extern/glad/CMakeFiles/generate.stamp +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd + %(AdditionalInputs) + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\extern\glad\CMakeFiles\generate.stamp + false + Building Custom Rule D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/extern/glad/CMakeLists.txt + setlocal +"C:\Program Files\CMake\bin\cmake.exe" -SD:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D -BD:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj --check-stamp-file D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/extern/glad/CMakeFiles/generate.stamp +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd + %(AdditionalInputs) + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\extern\glad\CMakeFiles\generate.stamp + false + Building Custom Rule D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/extern/glad/CMakeLists.txt + setlocal +"C:\Program Files\CMake\bin\cmake.exe" -SD:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D -BD:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj --check-stamp-file D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/extern/glad/CMakeFiles/generate.stamp +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd + %(AdditionalInputs) + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\extern\glad\CMakeFiles\generate.stamp + false + Building Custom Rule D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/extern/glad/CMakeLists.txt + setlocal +"C:\Program Files\CMake\bin\cmake.exe" -SD:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D -BD:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj --check-stamp-file D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/extern/glad/CMakeFiles/generate.stamp +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd + %(AdditionalInputs) + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\extern\glad\CMakeFiles\generate.stamp + false + + + + + + + + + + {BE3FCA9C-E0F7-3263-BFDC-D625CD827C80} + ZERO_CHECK + false + Never + + + + + + \ No newline at end of file diff --git a/Client/ThirdParty/Box2D/proj/extern/glad/glad.vcxproj.filters b/Client/ThirdParty/Box2D/proj/extern/glad/glad.vcxproj.filters new file mode 100644 index 0000000..e492470 --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/extern/glad/glad.vcxproj.filters @@ -0,0 +1,33 @@ + + + + + src + + + + + include\glad + + + include\KHR + + + + + + + + {2B754068-BECE-3CED-9144-9AA210967EB9} + + + {247E20A5-3102-3368-AEA3-7C6A2608F1DA} + + + {6C0DE5BF-9EF7-3060-890B-9D628058E4B7} + + + {A24BD43B-5C67-30C5-8AF1-02F4AF819691} + + + diff --git a/Client/ThirdParty/Box2D/proj/extern/glfw/CMakeFiles/generate.stamp b/Client/ThirdParty/Box2D/proj/extern/glfw/CMakeFiles/generate.stamp new file mode 100644 index 0000000..9b5f49f --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/extern/glfw/CMakeFiles/generate.stamp @@ -0,0 +1 @@ +# CMake generation timestamp file for this directory. diff --git a/Client/ThirdParty/Box2D/proj/extern/glfw/CMakeFiles/generate.stamp.depend b/Client/ThirdParty/Box2D/proj/extern/glfw/CMakeFiles/generate.stamp.depend new file mode 100644 index 0000000..ee5692b --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/extern/glfw/CMakeFiles/generate.stamp.depend @@ -0,0 +1,10 @@ +# CMake generation dependency list for this directory. +C:/Program Files/CMake/share/cmake-3.22/Modules/CheckCSourceCompiles.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/CheckIncludeFile.c.in +C:/Program Files/CMake/share/cmake-3.22/Modules/CheckIncludeFile.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/CheckLibraryExists.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/FindPackageMessage.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/FindThreads.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/Internal/CheckSourceCompiles.cmake +D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/extern/glfw/CMakeLists.txt diff --git a/Client/ThirdParty/Box2D/proj/extern/glfw/INSTALL.vcxproj b/Client/ThirdParty/Box2D/proj/extern/glfw/INSTALL.vcxproj new file mode 100644 index 0000000..c925fa4 --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/extern/glfw/INSTALL.vcxproj @@ -0,0 +1,193 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + MinSizeRel + Win32 + + + RelWithDebInfo + Win32 + + + + {9AC23237-8AB3-35CD-9010-F378760CC445} + 10.0.17763.0 + Win32Proj + Win32 + INSTALL + NoUpgrade + + + + Utility + MultiByte + v141 + + + Utility + MultiByte + v141 + + + Utility + MultiByte + v141 + + + Utility + MultiByte + v141 + + + + + + + + + + <_ProjectFileVersion>10.0.20506.1 + $(Platform)\$(Configuration)\$(ProjectName)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + + + + + setlocal +"C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd + + + + + + setlocal +"C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd + + + + + + setlocal +"C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd + + + + + + setlocal +"C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd + + + + + + setlocal +cd . +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd + %(AdditionalInputs) + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\extern\glfw\CMakeFiles\INSTALL_force + false + + setlocal +cd . +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd + %(AdditionalInputs) + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\extern\glfw\CMakeFiles\INSTALL_force + false + + setlocal +cd . +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd + %(AdditionalInputs) + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\extern\glfw\CMakeFiles\INSTALL_force + false + + setlocal +cd . +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd + %(AdditionalInputs) + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\extern\glfw\CMakeFiles\INSTALL_force + false + + + + + {BE3FCA9C-E0F7-3263-BFDC-D625CD827C80} + ZERO_CHECK + false + Never + + + {2BA85667-24FF-36F3-825F-79CEC5AB3361} + ALL_BUILD + false + Never + + + + + + \ No newline at end of file diff --git a/Client/ThirdParty/Box2D/proj/extern/glfw/INSTALL.vcxproj.filters b/Client/ThirdParty/Box2D/proj/extern/glfw/INSTALL.vcxproj.filters new file mode 100644 index 0000000..774c4c0 --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/extern/glfw/INSTALL.vcxproj.filters @@ -0,0 +1,13 @@ + + + + + CMake Rules + + + + + {403DEAA2-503F-3ECB-A013-6CDC0F5B48FC} + + + diff --git a/Client/ThirdParty/Box2D/proj/extern/glfw/cmake_install.cmake b/Client/ThirdParty/Box2D/proj/extern/glfw/cmake_install.cmake new file mode 100644 index 0000000..3e26128 --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/extern/glfw/cmake_install.cmake @@ -0,0 +1,34 @@ +# Install script for directory: D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/extern/glfw + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/box2d") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Release") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + diff --git a/Client/ThirdParty/Box2D/proj/extern/glfw/glfw.vcxproj b/Client/ThirdParty/Box2D/proj/extern/glfw/glfw.vcxproj new file mode 100644 index 0000000..8709b95 --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/extern/glfw/glfw.vcxproj @@ -0,0 +1,300 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + MinSizeRel + Win32 + + + RelWithDebInfo + Win32 + + + + {7F32E689-3D5C-3885-9B34-0860DAE8BE92} + 10.0.17763.0 + Win32Proj + Win32 + glfw + NoUpgrade + + + + StaticLibrary + MultiByte + v141 + + + StaticLibrary + MultiByte + v141 + + + StaticLibrary + MultiByte + v141 + + + StaticLibrary + MultiByte + v141 + + + + + + + + + + <_ProjectFileVersion>10.0.20506.1 + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\bin\Debug\ + glfw.dir\Debug\ + glfw + .lib + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\bin\Release\ + glfw.dir\Release\ + glfw + .lib + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\bin\MinSizeRel\ + glfw.dir\MinSizeRel\ + glfw + .lib + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\bin\RelWithDebInfo\ + glfw.dir\RelWithDebInfo\ + glfw + .lib + + + + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\include;%(AdditionalIncludeDirectories) + $(IntDir) + EnableFastChecks + ProgramDatabase + + + Disabled + Disabled + NotUsing + MultiThreadedDebugDLL + false + Level3 + %(PreprocessorDefinitions);WIN32;_WINDOWS;CMAKE_INTDIR="Debug" + $(IntDir) + + + %(PreprocessorDefinitions);WIN32;_DEBUG;_WINDOWS;CMAKE_INTDIR=\"Debug\" + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\include;%(AdditionalIncludeDirectories) + + + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\include;%(AdditionalIncludeDirectories) + $(ProjectDir)/$(IntDir) + %(Filename).h + %(Filename).tlb + %(Filename)_i.c + %(Filename)_p.c + + + %(AdditionalOptions) /machine:X86 + + + + + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\include;%(AdditionalIncludeDirectories) + $(IntDir) + + + AnySuitable + MaxSpeed + NotUsing + MultiThreadedDLL + false + Level3 + %(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;CMAKE_INTDIR="Release" + $(IntDir) + + + + + %(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;CMAKE_INTDIR=\"Release\" + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\include;%(AdditionalIncludeDirectories) + + + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\include;%(AdditionalIncludeDirectories) + $(ProjectDir)/$(IntDir) + %(Filename).h + %(Filename).tlb + %(Filename)_i.c + %(Filename)_p.c + + + %(AdditionalOptions) /machine:X86 + + + + + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\include;%(AdditionalIncludeDirectories) + $(IntDir) + + + OnlyExplicitInline + MinSpace + NotUsing + MultiThreadedDLL + false + Level3 + %(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;CMAKE_INTDIR="MinSizeRel" + $(IntDir) + + + + + %(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;CMAKE_INTDIR=\"MinSizeRel\" + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\include;%(AdditionalIncludeDirectories) + + + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\include;%(AdditionalIncludeDirectories) + $(ProjectDir)/$(IntDir) + %(Filename).h + %(Filename).tlb + %(Filename)_i.c + %(Filename)_p.c + + + %(AdditionalOptions) /machine:X86 + + + + + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\include;%(AdditionalIncludeDirectories) + $(IntDir) + ProgramDatabase + + + OnlyExplicitInline + MaxSpeed + NotUsing + MultiThreadedDLL + false + Level3 + %(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;CMAKE_INTDIR="RelWithDebInfo" + $(IntDir) + + + %(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;CMAKE_INTDIR=\"RelWithDebInfo\" + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\include;%(AdditionalIncludeDirectories) + + + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\include;%(AdditionalIncludeDirectories) + $(ProjectDir)/$(IntDir) + %(Filename).h + %(Filename).tlb + %(Filename)_i.c + %(Filename)_p.c + + + %(AdditionalOptions) /machine:X86 + + + + + Building Custom Rule D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/extern/glfw/CMakeLists.txt + setlocal +"C:\Program Files\CMake\bin\cmake.exe" -SD:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D -BD:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj --check-stamp-file D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/extern/glfw/CMakeFiles/generate.stamp +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd + C:\Program Files\CMake\share\cmake-3.22\Modules\CheckCSourceCompiles.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CheckIncludeFile.c.in;C:\Program Files\CMake\share\cmake-3.22\Modules\CheckIncludeFile.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CheckLibraryExists.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\FindPackageMessage.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\FindThreads.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Internal\CheckSourceCompiles.cmake;%(AdditionalInputs) + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\extern\glfw\CMakeFiles\generate.stamp + false + Building Custom Rule D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/extern/glfw/CMakeLists.txt + setlocal +"C:\Program Files\CMake\bin\cmake.exe" -SD:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D -BD:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj --check-stamp-file D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/extern/glfw/CMakeFiles/generate.stamp +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd + C:\Program Files\CMake\share\cmake-3.22\Modules\CheckCSourceCompiles.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CheckIncludeFile.c.in;C:\Program Files\CMake\share\cmake-3.22\Modules\CheckIncludeFile.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CheckLibraryExists.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\FindPackageMessage.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\FindThreads.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Internal\CheckSourceCompiles.cmake;%(AdditionalInputs) + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\extern\glfw\CMakeFiles\generate.stamp + false + Building Custom Rule D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/extern/glfw/CMakeLists.txt + setlocal +"C:\Program Files\CMake\bin\cmake.exe" -SD:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D -BD:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj --check-stamp-file D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/extern/glfw/CMakeFiles/generate.stamp +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd + C:\Program Files\CMake\share\cmake-3.22\Modules\CheckCSourceCompiles.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CheckIncludeFile.c.in;C:\Program Files\CMake\share\cmake-3.22\Modules\CheckIncludeFile.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CheckLibraryExists.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\FindPackageMessage.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\FindThreads.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Internal\CheckSourceCompiles.cmake;%(AdditionalInputs) + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\extern\glfw\CMakeFiles\generate.stamp + false + Building Custom Rule D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/extern/glfw/CMakeLists.txt + setlocal +"C:\Program Files\CMake\bin\cmake.exe" -SD:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D -BD:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj --check-stamp-file D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/extern/glfw/CMakeFiles/generate.stamp +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd + C:\Program Files\CMake\share\cmake-3.22\Modules\CheckCSourceCompiles.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CheckIncludeFile.c.in;C:\Program Files\CMake\share\cmake-3.22\Modules\CheckIncludeFile.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CheckLibraryExists.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\FindPackageHandleStandardArgs.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\FindPackageMessage.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\FindThreads.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Internal\CheckSourceCompiles.cmake;%(AdditionalInputs) + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\extern\glfw\CMakeFiles\generate.stamp + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {BE3FCA9C-E0F7-3263-BFDC-D625CD827C80} + ZERO_CHECK + false + Never + + + + + + \ No newline at end of file diff --git a/Client/ThirdParty/Box2D/proj/extern/glfw/glfw.vcxproj.filters b/Client/ThirdParty/Box2D/proj/extern/glfw/glfw.vcxproj.filters new file mode 100644 index 0000000..ec923bf --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/extern/glfw/glfw.vcxproj.filters @@ -0,0 +1,93 @@ + + + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + src + + + + + src + + + src + + + include\GLFW + + + include\GLFW + + + src + + + src + + + src + + + src + + + src + + + + + + + + {2B754068-BECE-3CED-9144-9AA210967EB9} + + + {8046E0DF-0536-3330-8D73-CADA49EA10AD} + + + {A24BD43B-5C67-30C5-8AF1-02F4AF819691} + + + diff --git a/Client/ThirdParty/Box2D/proj/extern/imgui/CMakeFiles/generate.stamp b/Client/ThirdParty/Box2D/proj/extern/imgui/CMakeFiles/generate.stamp new file mode 100644 index 0000000..9b5f49f --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/extern/imgui/CMakeFiles/generate.stamp @@ -0,0 +1 @@ +# CMake generation timestamp file for this directory. diff --git a/Client/ThirdParty/Box2D/proj/extern/imgui/CMakeFiles/generate.stamp.depend b/Client/ThirdParty/Box2D/proj/extern/imgui/CMakeFiles/generate.stamp.depend new file mode 100644 index 0000000..0fee0f9 --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/extern/imgui/CMakeFiles/generate.stamp.depend @@ -0,0 +1,2 @@ +# CMake generation dependency list for this directory. +D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/extern/imgui/CMakeLists.txt diff --git a/Client/ThirdParty/Box2D/proj/extern/imgui/INSTALL.vcxproj b/Client/ThirdParty/Box2D/proj/extern/imgui/INSTALL.vcxproj new file mode 100644 index 0000000..ad0fed8 --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/extern/imgui/INSTALL.vcxproj @@ -0,0 +1,193 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + MinSizeRel + Win32 + + + RelWithDebInfo + Win32 + + + + {9AC23237-8AB3-35CD-9010-F378760CC445} + 10.0.17763.0 + Win32Proj + Win32 + INSTALL + NoUpgrade + + + + Utility + MultiByte + v141 + + + Utility + MultiByte + v141 + + + Utility + MultiByte + v141 + + + Utility + MultiByte + v141 + + + + + + + + + + <_ProjectFileVersion>10.0.20506.1 + $(Platform)\$(Configuration)\$(ProjectName)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + + + + + setlocal +"C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd + + + + + + setlocal +"C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd + + + + + + setlocal +"C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd + + + + + + setlocal +"C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd + + + + + + setlocal +cd . +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd + %(AdditionalInputs) + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\extern\imgui\CMakeFiles\INSTALL_force + false + + setlocal +cd . +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd + %(AdditionalInputs) + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\extern\imgui\CMakeFiles\INSTALL_force + false + + setlocal +cd . +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd + %(AdditionalInputs) + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\extern\imgui\CMakeFiles\INSTALL_force + false + + setlocal +cd . +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd + %(AdditionalInputs) + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\extern\imgui\CMakeFiles\INSTALL_force + false + + + + + {BE3FCA9C-E0F7-3263-BFDC-D625CD827C80} + ZERO_CHECK + false + Never + + + {2BA85667-24FF-36F3-825F-79CEC5AB3361} + ALL_BUILD + false + Never + + + + + + \ No newline at end of file diff --git a/Client/ThirdParty/Box2D/proj/extern/imgui/INSTALL.vcxproj.filters b/Client/ThirdParty/Box2D/proj/extern/imgui/INSTALL.vcxproj.filters new file mode 100644 index 0000000..3cf65ec --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/extern/imgui/INSTALL.vcxproj.filters @@ -0,0 +1,13 @@ + + + + + CMake Rules + + + + + {403DEAA2-503F-3ECB-A013-6CDC0F5B48FC} + + + diff --git a/Client/ThirdParty/Box2D/proj/extern/imgui/cmake_install.cmake b/Client/ThirdParty/Box2D/proj/extern/imgui/cmake_install.cmake new file mode 100644 index 0000000..78732f0 --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/extern/imgui/cmake_install.cmake @@ -0,0 +1,34 @@ +# Install script for directory: D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/extern/imgui + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/box2d") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Release") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + diff --git a/Client/ThirdParty/Box2D/proj/extern/imgui/imgui.vcxproj b/Client/ThirdParty/Box2D/proj/extern/imgui/imgui.vcxproj new file mode 100644 index 0000000..449cae4 --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/extern/imgui/imgui.vcxproj @@ -0,0 +1,286 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + MinSizeRel + Win32 + + + RelWithDebInfo + Win32 + + + + {B288C97F-F14F-33EA-9CAC-B55922D1FDC7} + 10.0.17763.0 + Win32Proj + Win32 + imgui + NoUpgrade + + + + StaticLibrary + MultiByte + v141 + + + StaticLibrary + MultiByte + v141 + + + StaticLibrary + MultiByte + v141 + + + StaticLibrary + MultiByte + v141 + + + + + + + + + + <_ProjectFileVersion>10.0.20506.1 + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\bin\Debug\ + imgui.dir\Debug\ + imgui + .lib + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\bin\Release\ + imgui.dir\Release\ + imgui + .lib + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\bin\MinSizeRel\ + imgui.dir\MinSizeRel\ + imgui + .lib + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\bin\RelWithDebInfo\ + imgui.dir\RelWithDebInfo\ + imgui + .lib + + + + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\imgui\..;%(AdditionalIncludeDirectories) + $(IntDir) + EnableFastChecks + ProgramDatabase + Sync + Disabled + Disabled + NotUsing + MultiThreadedDebugDLL + true + false + Level3 + %(PreprocessorDefinitions);WIN32;_WINDOWS;CMAKE_INTDIR="Debug" + $(IntDir) + + + %(PreprocessorDefinitions);WIN32;_DEBUG;_WINDOWS;CMAKE_INTDIR=\"Debug\" + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\imgui\..;%(AdditionalIncludeDirectories) + + + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\imgui\..;%(AdditionalIncludeDirectories) + $(ProjectDir)/$(IntDir) + %(Filename).h + %(Filename).tlb + %(Filename)_i.c + %(Filename)_p.c + + + %(AdditionalOptions) /machine:X86 + + + + + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\imgui\..;%(AdditionalIncludeDirectories) + $(IntDir) + Sync + AnySuitable + MaxSpeed + NotUsing + MultiThreadedDLL + true + false + Level3 + %(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;CMAKE_INTDIR="Release" + $(IntDir) + + + + + %(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;CMAKE_INTDIR=\"Release\" + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\imgui\..;%(AdditionalIncludeDirectories) + + + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\imgui\..;%(AdditionalIncludeDirectories) + $(ProjectDir)/$(IntDir) + %(Filename).h + %(Filename).tlb + %(Filename)_i.c + %(Filename)_p.c + + + %(AdditionalOptions) /machine:X86 + + + + + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\imgui\..;%(AdditionalIncludeDirectories) + $(IntDir) + Sync + OnlyExplicitInline + MinSpace + NotUsing + MultiThreadedDLL + true + false + Level3 + %(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;CMAKE_INTDIR="MinSizeRel" + $(IntDir) + + + + + %(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;CMAKE_INTDIR=\"MinSizeRel\" + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\imgui\..;%(AdditionalIncludeDirectories) + + + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\imgui\..;%(AdditionalIncludeDirectories) + $(ProjectDir)/$(IntDir) + %(Filename).h + %(Filename).tlb + %(Filename)_i.c + %(Filename)_p.c + + + %(AdditionalOptions) /machine:X86 + + + + + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\imgui\..;%(AdditionalIncludeDirectories) + $(IntDir) + ProgramDatabase + Sync + OnlyExplicitInline + MaxSpeed + NotUsing + MultiThreadedDLL + true + false + Level3 + %(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;CMAKE_INTDIR="RelWithDebInfo" + $(IntDir) + + + %(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;CMAKE_INTDIR=\"RelWithDebInfo\" + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\imgui\..;%(AdditionalIncludeDirectories) + + + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\imgui\..;%(AdditionalIncludeDirectories) + $(ProjectDir)/$(IntDir) + %(Filename).h + %(Filename).tlb + %(Filename)_i.c + %(Filename)_p.c + + + %(AdditionalOptions) /machine:X86 + + + + + Building Custom Rule D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/extern/imgui/CMakeLists.txt + setlocal +"C:\Program Files\CMake\bin\cmake.exe" -SD:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D -BD:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj --check-stamp-file D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/extern/imgui/CMakeFiles/generate.stamp +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd + %(AdditionalInputs) + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\extern\imgui\CMakeFiles\generate.stamp + false + Building Custom Rule D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/extern/imgui/CMakeLists.txt + setlocal +"C:\Program Files\CMake\bin\cmake.exe" -SD:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D -BD:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj --check-stamp-file D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/extern/imgui/CMakeFiles/generate.stamp +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd + %(AdditionalInputs) + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\extern\imgui\CMakeFiles\generate.stamp + false + Building Custom Rule D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/extern/imgui/CMakeLists.txt + setlocal +"C:\Program Files\CMake\bin\cmake.exe" -SD:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D -BD:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj --check-stamp-file D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/extern/imgui/CMakeFiles/generate.stamp +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd + %(AdditionalInputs) + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\extern\imgui\CMakeFiles\generate.stamp + false + Building Custom Rule D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/extern/imgui/CMakeLists.txt + setlocal +"C:\Program Files\CMake\bin\cmake.exe" -SD:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D -BD:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj --check-stamp-file D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/extern/imgui/CMakeFiles/generate.stamp +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd + %(AdditionalInputs) + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\extern\imgui\CMakeFiles\generate.stamp + false + + + + + + + + + + + + + + + + + {BE3FCA9C-E0F7-3263-BFDC-D625CD827C80} + ZERO_CHECK + false + Never + + + + + + \ No newline at end of file diff --git a/Client/ThirdParty/Box2D/proj/extern/imgui/imgui.vcxproj.filters b/Client/ThirdParty/Box2D/proj/extern/imgui/imgui.vcxproj.filters new file mode 100644 index 0000000..513764a --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/extern/imgui/imgui.vcxproj.filters @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/Client/ThirdParty/Box2D/proj/extern/sajson/CMakeFiles/generate.stamp b/Client/ThirdParty/Box2D/proj/extern/sajson/CMakeFiles/generate.stamp new file mode 100644 index 0000000..9b5f49f --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/extern/sajson/CMakeFiles/generate.stamp @@ -0,0 +1 @@ +# CMake generation timestamp file for this directory. diff --git a/Client/ThirdParty/Box2D/proj/extern/sajson/CMakeFiles/generate.stamp.depend b/Client/ThirdParty/Box2D/proj/extern/sajson/CMakeFiles/generate.stamp.depend new file mode 100644 index 0000000..6358b51 --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/extern/sajson/CMakeFiles/generate.stamp.depend @@ -0,0 +1,2 @@ +# CMake generation dependency list for this directory. +D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/extern/sajson/CMakeLists.txt diff --git a/Client/ThirdParty/Box2D/proj/extern/sajson/INSTALL.vcxproj b/Client/ThirdParty/Box2D/proj/extern/sajson/INSTALL.vcxproj new file mode 100644 index 0000000..3966786 --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/extern/sajson/INSTALL.vcxproj @@ -0,0 +1,193 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + MinSizeRel + Win32 + + + RelWithDebInfo + Win32 + + + + {9AC23237-8AB3-35CD-9010-F378760CC445} + 10.0.17763.0 + Win32Proj + Win32 + INSTALL + NoUpgrade + + + + Utility + MultiByte + v141 + + + Utility + MultiByte + v141 + + + Utility + MultiByte + v141 + + + Utility + MultiByte + v141 + + + + + + + + + + <_ProjectFileVersion>10.0.20506.1 + $(Platform)\$(Configuration)\$(ProjectName)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + $(Platform)\$(Configuration)\$(ProjectName)\ + + + + + setlocal +"C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd + + + + + + setlocal +"C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd + + + + + + setlocal +"C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd + + + + + + setlocal +"C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd + + + + + + setlocal +cd . +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd + %(AdditionalInputs) + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\extern\sajson\CMakeFiles\INSTALL_force + false + + setlocal +cd . +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd + %(AdditionalInputs) + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\extern\sajson\CMakeFiles\INSTALL_force + false + + setlocal +cd . +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd + %(AdditionalInputs) + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\extern\sajson\CMakeFiles\INSTALL_force + false + + setlocal +cd . +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd + %(AdditionalInputs) + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\extern\sajson\CMakeFiles\INSTALL_force + false + + + + + {BE3FCA9C-E0F7-3263-BFDC-D625CD827C80} + ZERO_CHECK + false + Never + + + {2BA85667-24FF-36F3-825F-79CEC5AB3361} + ALL_BUILD + false + Never + + + + + + \ No newline at end of file diff --git a/Client/ThirdParty/Box2D/proj/extern/sajson/INSTALL.vcxproj.filters b/Client/ThirdParty/Box2D/proj/extern/sajson/INSTALL.vcxproj.filters new file mode 100644 index 0000000..068dfc2 --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/extern/sajson/INSTALL.vcxproj.filters @@ -0,0 +1,13 @@ + + + + + CMake Rules + + + + + {403DEAA2-503F-3ECB-A013-6CDC0F5B48FC} + + + diff --git a/Client/ThirdParty/Box2D/proj/extern/sajson/cmake_install.cmake b/Client/ThirdParty/Box2D/proj/extern/sajson/cmake_install.cmake new file mode 100644 index 0000000..9de7c41 --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/extern/sajson/cmake_install.cmake @@ -0,0 +1,34 @@ +# Install script for directory: D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/extern/sajson + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/box2d") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Release") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + diff --git a/Client/ThirdParty/Box2D/proj/extern/sajson/sajson.vcxproj b/Client/ThirdParty/Box2D/proj/extern/sajson/sajson.vcxproj new file mode 100644 index 0000000..0a2534b --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/extern/sajson/sajson.vcxproj @@ -0,0 +1,278 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + MinSizeRel + Win32 + + + RelWithDebInfo + Win32 + + + + {EE68EE8F-E321-3CD7-A04C-C0A66C401380} + 10.0.17763.0 + Win32Proj + Win32 + sajson + NoUpgrade + + + + StaticLibrary + MultiByte + v141 + + + StaticLibrary + MultiByte + v141 + + + StaticLibrary + MultiByte + v141 + + + StaticLibrary + MultiByte + v141 + + + + + + + + + + <_ProjectFileVersion>10.0.20506.1 + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\bin\Debug\ + sajson.dir\Debug\ + sajson + .lib + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\bin\Release\ + sajson.dir\Release\ + sajson + .lib + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\bin\MinSizeRel\ + sajson.dir\MinSizeRel\ + sajson + .lib + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\bin\RelWithDebInfo\ + sajson.dir\RelWithDebInfo\ + sajson + .lib + + + + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\sajson\..;%(AdditionalIncludeDirectories) + $(IntDir) + EnableFastChecks + ProgramDatabase + Sync + Disabled + Disabled + NotUsing + MultiThreadedDebugDLL + true + false + Level3 + %(PreprocessorDefinitions);WIN32;_WINDOWS;CMAKE_INTDIR="Debug" + $(IntDir) + + + %(PreprocessorDefinitions);WIN32;_DEBUG;_WINDOWS;CMAKE_INTDIR=\"Debug\" + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\sajson\..;%(AdditionalIncludeDirectories) + + + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\sajson\..;%(AdditionalIncludeDirectories) + $(ProjectDir)/$(IntDir) + %(Filename).h + %(Filename).tlb + %(Filename)_i.c + %(Filename)_p.c + + + %(AdditionalOptions) /machine:X86 + + + + + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\sajson\..;%(AdditionalIncludeDirectories) + $(IntDir) + Sync + AnySuitable + MaxSpeed + NotUsing + MultiThreadedDLL + true + false + Level3 + %(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;CMAKE_INTDIR="Release" + $(IntDir) + + + + + %(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;CMAKE_INTDIR=\"Release\" + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\sajson\..;%(AdditionalIncludeDirectories) + + + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\sajson\..;%(AdditionalIncludeDirectories) + $(ProjectDir)/$(IntDir) + %(Filename).h + %(Filename).tlb + %(Filename)_i.c + %(Filename)_p.c + + + %(AdditionalOptions) /machine:X86 + + + + + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\sajson\..;%(AdditionalIncludeDirectories) + $(IntDir) + Sync + OnlyExplicitInline + MinSpace + NotUsing + MultiThreadedDLL + true + false + Level3 + %(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;CMAKE_INTDIR="MinSizeRel" + $(IntDir) + + + + + %(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;CMAKE_INTDIR=\"MinSizeRel\" + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\sajson\..;%(AdditionalIncludeDirectories) + + + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\sajson\..;%(AdditionalIncludeDirectories) + $(ProjectDir)/$(IntDir) + %(Filename).h + %(Filename).tlb + %(Filename)_i.c + %(Filename)_p.c + + + %(AdditionalOptions) /machine:X86 + + + + + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\sajson\..;%(AdditionalIncludeDirectories) + $(IntDir) + ProgramDatabase + Sync + OnlyExplicitInline + MaxSpeed + NotUsing + MultiThreadedDLL + true + false + Level3 + %(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;CMAKE_INTDIR="RelWithDebInfo" + $(IntDir) + + + %(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;CMAKE_INTDIR=\"RelWithDebInfo\" + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\sajson\..;%(AdditionalIncludeDirectories) + + + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\sajson\..;%(AdditionalIncludeDirectories) + $(ProjectDir)/$(IntDir) + %(Filename).h + %(Filename).tlb + %(Filename)_i.c + %(Filename)_p.c + + + %(AdditionalOptions) /machine:X86 + + + + + Building Custom Rule D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/extern/sajson/CMakeLists.txt + setlocal +"C:\Program Files\CMake\bin\cmake.exe" -SD:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D -BD:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj --check-stamp-file D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/extern/sajson/CMakeFiles/generate.stamp +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd + %(AdditionalInputs) + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\extern\sajson\CMakeFiles\generate.stamp + false + Building Custom Rule D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/extern/sajson/CMakeLists.txt + setlocal +"C:\Program Files\CMake\bin\cmake.exe" -SD:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D -BD:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj --check-stamp-file D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/extern/sajson/CMakeFiles/generate.stamp +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd + %(AdditionalInputs) + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\extern\sajson\CMakeFiles\generate.stamp + false + Building Custom Rule D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/extern/sajson/CMakeLists.txt + setlocal +"C:\Program Files\CMake\bin\cmake.exe" -SD:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D -BD:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj --check-stamp-file D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/extern/sajson/CMakeFiles/generate.stamp +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd + %(AdditionalInputs) + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\extern\sajson\CMakeFiles\generate.stamp + false + Building Custom Rule D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/extern/sajson/CMakeLists.txt + setlocal +"C:\Program Files\CMake\bin\cmake.exe" -SD:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D -BD:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj --check-stamp-file D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/extern/sajson/CMakeFiles/generate.stamp +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd + %(AdditionalInputs) + D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\extern\sajson\CMakeFiles\generate.stamp + false + + + + + + + + + {BE3FCA9C-E0F7-3263-BFDC-D625CD827C80} + ZERO_CHECK + false + Never + + + + + + \ No newline at end of file diff --git a/Client/ThirdParty/Box2D/proj/extern/sajson/sajson.vcxproj.filters b/Client/ThirdParty/Box2D/proj/extern/sajson/sajson.vcxproj.filters new file mode 100644 index 0000000..cfcef01 --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/extern/sajson/sajson.vcxproj.filters @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + -- cgit v1.1-26-g67d0