summaryrefslogtreecommitdiff
path: root/Client/ThirdParty/Box2D/proj/src
diff options
context:
space:
mode:
Diffstat (limited to 'Client/ThirdParty/Box2D/proj/src')
-rw-r--r--Client/ThirdParty/Box2D/proj/src/CMakeFiles/Export/lib/cmake/box2d/box2dConfig-debug.cmake19
-rw-r--r--Client/ThirdParty/Box2D/proj/src/CMakeFiles/Export/lib/cmake/box2d/box2dConfig-minsizerel.cmake19
-rw-r--r--Client/ThirdParty/Box2D/proj/src/CMakeFiles/Export/lib/cmake/box2d/box2dConfig-release.cmake19
-rw-r--r--Client/ThirdParty/Box2D/proj/src/CMakeFiles/Export/lib/cmake/box2d/box2dConfig-relwithdebinfo.cmake19
-rw-r--r--Client/ThirdParty/Box2D/proj/src/CMakeFiles/Export/lib/cmake/box2d/box2dConfig.cmake94
-rw-r--r--Client/ThirdParty/Box2D/proj/src/CMakeFiles/generate.stamp1
-rw-r--r--Client/ThirdParty/Box2D/proj/src/CMakeFiles/generate.stamp.depend5
-rw-r--r--Client/ThirdParty/Box2D/proj/src/INSTALL.vcxproj193
-rw-r--r--Client/ThirdParty/Box2D/proj/src/INSTALL.vcxproj.filters13
-rw-r--r--Client/ThirdParty/Box2D/proj/src/box2d.vcxproj374
-rw-r--r--Client/ThirdParty/Box2D/proj/src/box2d.vcxproj.filters315
-rw-r--r--Client/ThirdParty/Box2D/proj/src/box2dConfigVersion.cmake70
-rw-r--r--Client/ThirdParty/Box2D/proj/src/cmake_install.cmake90
13 files changed, 1231 insertions, 0 deletions
diff --git a/Client/ThirdParty/Box2D/proj/src/CMakeFiles/Export/lib/cmake/box2d/box2dConfig-debug.cmake b/Client/ThirdParty/Box2D/proj/src/CMakeFiles/Export/lib/cmake/box2d/box2dConfig-debug.cmake
new file mode 100644
index 0000000..786d951
--- /dev/null
+++ b/Client/ThirdParty/Box2D/proj/src/CMakeFiles/Export/lib/cmake/box2d/box2dConfig-debug.cmake
@@ -0,0 +1,19 @@
+#----------------------------------------------------------------
+# Generated CMake target import file for configuration "Debug".
+#----------------------------------------------------------------
+
+# Commands may need to know the format version.
+set(CMAKE_IMPORT_FILE_VERSION 1)
+
+# Import target "box2d::box2d" for configuration "Debug"
+set_property(TARGET box2d::box2d APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
+set_target_properties(box2d::box2d PROPERTIES
+ IMPORTED_LINK_INTERFACE_LANGUAGES_DEBUG "CXX"
+ IMPORTED_LOCATION_DEBUG "${_IMPORT_PREFIX}/lib/box2d.lib"
+ )
+
+list(APPEND _IMPORT_CHECK_TARGETS box2d::box2d )
+list(APPEND _IMPORT_CHECK_FILES_FOR_box2d::box2d "${_IMPORT_PREFIX}/lib/box2d.lib" )
+
+# Commands beyond this point should not need to know the version.
+set(CMAKE_IMPORT_FILE_VERSION)
diff --git a/Client/ThirdParty/Box2D/proj/src/CMakeFiles/Export/lib/cmake/box2d/box2dConfig-minsizerel.cmake b/Client/ThirdParty/Box2D/proj/src/CMakeFiles/Export/lib/cmake/box2d/box2dConfig-minsizerel.cmake
new file mode 100644
index 0000000..330120c
--- /dev/null
+++ b/Client/ThirdParty/Box2D/proj/src/CMakeFiles/Export/lib/cmake/box2d/box2dConfig-minsizerel.cmake
@@ -0,0 +1,19 @@
+#----------------------------------------------------------------
+# Generated CMake target import file for configuration "MinSizeRel".
+#----------------------------------------------------------------
+
+# Commands may need to know the format version.
+set(CMAKE_IMPORT_FILE_VERSION 1)
+
+# Import target "box2d::box2d" for configuration "MinSizeRel"
+set_property(TARGET box2d::box2d APPEND PROPERTY IMPORTED_CONFIGURATIONS MINSIZEREL)
+set_target_properties(box2d::box2d PROPERTIES
+ IMPORTED_LINK_INTERFACE_LANGUAGES_MINSIZEREL "CXX"
+ IMPORTED_LOCATION_MINSIZEREL "${_IMPORT_PREFIX}/lib/box2d.lib"
+ )
+
+list(APPEND _IMPORT_CHECK_TARGETS box2d::box2d )
+list(APPEND _IMPORT_CHECK_FILES_FOR_box2d::box2d "${_IMPORT_PREFIX}/lib/box2d.lib" )
+
+# Commands beyond this point should not need to know the version.
+set(CMAKE_IMPORT_FILE_VERSION)
diff --git a/Client/ThirdParty/Box2D/proj/src/CMakeFiles/Export/lib/cmake/box2d/box2dConfig-release.cmake b/Client/ThirdParty/Box2D/proj/src/CMakeFiles/Export/lib/cmake/box2d/box2dConfig-release.cmake
new file mode 100644
index 0000000..e29ee82
--- /dev/null
+++ b/Client/ThirdParty/Box2D/proj/src/CMakeFiles/Export/lib/cmake/box2d/box2dConfig-release.cmake
@@ -0,0 +1,19 @@
+#----------------------------------------------------------------
+# Generated CMake target import file for configuration "Release".
+#----------------------------------------------------------------
+
+# Commands may need to know the format version.
+set(CMAKE_IMPORT_FILE_VERSION 1)
+
+# Import target "box2d::box2d" for configuration "Release"
+set_property(TARGET box2d::box2d APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
+set_target_properties(box2d::box2d PROPERTIES
+ IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE "CXX"
+ IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/box2d.lib"
+ )
+
+list(APPEND _IMPORT_CHECK_TARGETS box2d::box2d )
+list(APPEND _IMPORT_CHECK_FILES_FOR_box2d::box2d "${_IMPORT_PREFIX}/lib/box2d.lib" )
+
+# Commands beyond this point should not need to know the version.
+set(CMAKE_IMPORT_FILE_VERSION)
diff --git a/Client/ThirdParty/Box2D/proj/src/CMakeFiles/Export/lib/cmake/box2d/box2dConfig-relwithdebinfo.cmake b/Client/ThirdParty/Box2D/proj/src/CMakeFiles/Export/lib/cmake/box2d/box2dConfig-relwithdebinfo.cmake
new file mode 100644
index 0000000..a41bfce
--- /dev/null
+++ b/Client/ThirdParty/Box2D/proj/src/CMakeFiles/Export/lib/cmake/box2d/box2dConfig-relwithdebinfo.cmake
@@ -0,0 +1,19 @@
+#----------------------------------------------------------------
+# Generated CMake target import file for configuration "RelWithDebInfo".
+#----------------------------------------------------------------
+
+# Commands may need to know the format version.
+set(CMAKE_IMPORT_FILE_VERSION 1)
+
+# Import target "box2d::box2d" for configuration "RelWithDebInfo"
+set_property(TARGET box2d::box2d APPEND PROPERTY IMPORTED_CONFIGURATIONS RELWITHDEBINFO)
+set_target_properties(box2d::box2d PROPERTIES
+ IMPORTED_LINK_INTERFACE_LANGUAGES_RELWITHDEBINFO "CXX"
+ IMPORTED_LOCATION_RELWITHDEBINFO "${_IMPORT_PREFIX}/lib/box2d.lib"
+ )
+
+list(APPEND _IMPORT_CHECK_TARGETS box2d::box2d )
+list(APPEND _IMPORT_CHECK_FILES_FOR_box2d::box2d "${_IMPORT_PREFIX}/lib/box2d.lib" )
+
+# Commands beyond this point should not need to know the version.
+set(CMAKE_IMPORT_FILE_VERSION)
diff --git a/Client/ThirdParty/Box2D/proj/src/CMakeFiles/Export/lib/cmake/box2d/box2dConfig.cmake b/Client/ThirdParty/Box2D/proj/src/CMakeFiles/Export/lib/cmake/box2d/box2dConfig.cmake
new file mode 100644
index 0000000..5a32fdc
--- /dev/null
+++ b/Client/ThirdParty/Box2D/proj/src/CMakeFiles/Export/lib/cmake/box2d/box2dConfig.cmake
@@ -0,0 +1,94 @@
+# Generated by CMake
+
+if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.6)
+ message(FATAL_ERROR "CMake >= 2.6.0 required")
+endif()
+cmake_policy(PUSH)
+cmake_policy(VERSION 2.6...3.20)
+#----------------------------------------------------------------
+# Generated CMake target import file.
+#----------------------------------------------------------------
+
+# Commands may need to know the format version.
+set(CMAKE_IMPORT_FILE_VERSION 1)
+
+# Protect against multiple inclusion, which would fail when already imported targets are added once more.
+set(_targetsDefined)
+set(_targetsNotDefined)
+set(_expectedTargets)
+foreach(_expectedTarget box2d::box2d)
+ list(APPEND _expectedTargets ${_expectedTarget})
+ if(NOT TARGET ${_expectedTarget})
+ list(APPEND _targetsNotDefined ${_expectedTarget})
+ endif()
+ if(TARGET ${_expectedTarget})
+ list(APPEND _targetsDefined ${_expectedTarget})
+ endif()
+endforeach()
+if("${_targetsDefined}" STREQUAL "${_expectedTargets}")
+ unset(_targetsDefined)
+ unset(_targetsNotDefined)
+ unset(_expectedTargets)
+ set(CMAKE_IMPORT_FILE_VERSION)
+ cmake_policy(POP)
+ return()
+endif()
+if(NOT "${_targetsDefined}" STREQUAL "")
+ message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_targetsDefined}\nTargets not yet defined: ${_targetsNotDefined}\n")
+endif()
+unset(_targetsDefined)
+unset(_targetsNotDefined)
+unset(_expectedTargets)
+
+
+# Compute the installation prefix relative to this file.
+get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH)
+get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
+get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
+get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
+if(_IMPORT_PREFIX STREQUAL "/")
+ set(_IMPORT_PREFIX "")
+endif()
+
+# Create imported target box2d::box2d
+add_library(box2d::box2d STATIC IMPORTED)
+
+set_target_properties(box2d::box2d PROPERTIES
+ INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include"
+)
+
+# Load information for each installed configuration.
+get_filename_component(_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
+file(GLOB CONFIG_FILES "${_DIR}/box2dConfig-*.cmake")
+foreach(f ${CONFIG_FILES})
+ include(${f})
+endforeach()
+
+# Cleanup temporary variables.
+set(_IMPORT_PREFIX)
+
+# Loop over all imported files and verify that they actually exist
+foreach(target ${_IMPORT_CHECK_TARGETS} )
+ foreach(file ${_IMPORT_CHECK_FILES_FOR_${target}} )
+ if(NOT EXISTS "${file}" )
+ message(FATAL_ERROR "The imported target \"${target}\" references the file
+ \"${file}\"
+but this file does not exist. Possible reasons include:
+* The file was deleted, renamed, or moved to another location.
+* An install or uninstall procedure did not complete successfully.
+* The installation package was faulty and contained
+ \"${CMAKE_CURRENT_LIST_FILE}\"
+but not all the files it references.
+")
+ endif()
+ endforeach()
+ unset(_IMPORT_CHECK_FILES_FOR_${target})
+endforeach()
+unset(_IMPORT_CHECK_TARGETS)
+
+# This file does not depend on other imported targets which have
+# been exported from the same project but in a separate export set.
+
+# Commands beyond this point should not need to know the version.
+set(CMAKE_IMPORT_FILE_VERSION)
+cmake_policy(POP)
diff --git a/Client/ThirdParty/Box2D/proj/src/CMakeFiles/generate.stamp b/Client/ThirdParty/Box2D/proj/src/CMakeFiles/generate.stamp
new file mode 100644
index 0000000..9b5f49f
--- /dev/null
+++ b/Client/ThirdParty/Box2D/proj/src/CMakeFiles/generate.stamp
@@ -0,0 +1 @@
+# CMake generation timestamp file for this directory.
diff --git a/Client/ThirdParty/Box2D/proj/src/CMakeFiles/generate.stamp.depend b/Client/ThirdParty/Box2D/proj/src/CMakeFiles/generate.stamp.depend
new file mode 100644
index 0000000..36bdce4
--- /dev/null
+++ b/Client/ThirdParty/Box2D/proj/src/CMakeFiles/generate.stamp.depend
@@ -0,0 +1,5 @@
+# CMake generation dependency list for this directory.
+C:/Program Files/CMake/share/cmake-3.22/Modules/BasicConfigVersion-SameMajorVersion.cmake.in
+C:/Program Files/CMake/share/cmake-3.22/Modules/CMakePackageConfigHelpers.cmake
+C:/Program Files/CMake/share/cmake-3.22/Modules/WriteBasicConfigVersionFile.cmake
+D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/src/CMakeLists.txt
diff --git a/Client/ThirdParty/Box2D/proj/src/INSTALL.vcxproj b/Client/ThirdParty/Box2D/proj/src/INSTALL.vcxproj
new file mode 100644
index 0000000..c715096
--- /dev/null
+++ b/Client/ThirdParty/Box2D/proj/src/INSTALL.vcxproj
@@ -0,0 +1,193 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" ToolsVersion="15.0" 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="MinSizeRel|Win32">
+ <Configuration>MinSizeRel</Configuration>
+ <Platform>Win32</Platform>
+ </ProjectConfiguration>
+ <ProjectConfiguration Include="RelWithDebInfo|Win32">
+ <Configuration>RelWithDebInfo</Configuration>
+ <Platform>Win32</Platform>
+ </ProjectConfiguration>
+ </ItemGroup>
+ <PropertyGroup Label="Globals">
+ <ProjectGuid>{9AC23237-8AB3-35CD-9010-F378760CC445}</ProjectGuid>
+ <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
+ <Keyword>Win32Proj</Keyword>
+ <Platform>Win32</Platform>
+ <ProjectName>INSTALL</ProjectName>
+ <VCProjectUpgraderObjectName>NoUpgrade</VCProjectUpgraderObjectName>
+ </PropertyGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
+ <ConfigurationType>Utility</ConfigurationType>
+ <CharacterSet>MultiByte</CharacterSet>
+ <PlatformToolset>v141</PlatformToolset>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
+ <ConfigurationType>Utility</ConfigurationType>
+ <CharacterSet>MultiByte</CharacterSet>
+ <PlatformToolset>v141</PlatformToolset>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
+ <ConfigurationType>Utility</ConfigurationType>
+ <CharacterSet>MultiByte</CharacterSet>
+ <PlatformToolset>v141</PlatformToolset>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
+ <ConfigurationType>Utility</ConfigurationType>
+ <CharacterSet>MultiByte</CharacterSet>
+ <PlatformToolset>v141</PlatformToolset>
+ </PropertyGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
+ <ImportGroup Label="ExtensionSettings">
+ </ImportGroup>
+ <ImportGroup Label="PropertySheets">
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+ </ImportGroup>
+ <PropertyGroup Label="UserMacros" />
+ <PropertyGroup>
+ <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
+ <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
+ <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
+ <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
+ <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
+ </PropertyGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
+ <PostBuildEvent>
+ <Message></Message>
+ <Command>setlocal
+"C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
+if %errorlevel% neq 0 goto :cmEnd
+:cmEnd
+endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
+:cmErrorLevel
+exit /b %1
+:cmDone
+if %errorlevel% neq 0 goto :VCEnd</Command>
+ </PostBuildEvent>
+ </ItemDefinitionGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
+ <PostBuildEvent>
+ <Message></Message>
+ <Command>setlocal
+"C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
+if %errorlevel% neq 0 goto :cmEnd
+:cmEnd
+endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
+:cmErrorLevel
+exit /b %1
+:cmDone
+if %errorlevel% neq 0 goto :VCEnd</Command>
+ </PostBuildEvent>
+ </ItemDefinitionGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
+ <PostBuildEvent>
+ <Message></Message>
+ <Command>setlocal
+"C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
+if %errorlevel% neq 0 goto :cmEnd
+:cmEnd
+endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
+:cmErrorLevel
+exit /b %1
+:cmDone
+if %errorlevel% neq 0 goto :VCEnd</Command>
+ </PostBuildEvent>
+ </ItemDefinitionGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
+ <PostBuildEvent>
+ <Message></Message>
+ <Command>setlocal
+"C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
+if %errorlevel% neq 0 goto :cmEnd
+:cmEnd
+endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
+:cmErrorLevel
+exit /b %1
+:cmDone
+if %errorlevel% neq 0 goto :VCEnd</Command>
+ </PostBuildEvent>
+ </ItemDefinitionGroup>
+ <ItemGroup>
+ <CustomBuild Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\CMakeFiles\5db6461968e3a28c7176c305697cc35c\INSTALL_force.rule">
+ <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
+ <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
+cd .
+if %errorlevel% neq 0 goto :cmEnd
+:cmEnd
+endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
+:cmErrorLevel
+exit /b %1
+:cmDone
+if %errorlevel% neq 0 goto :VCEnd</Command>
+ <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalInputs)</AdditionalInputs>
+ <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\src\CMakeFiles\INSTALL_force</Outputs>
+ <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects>
+ <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
+ <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
+cd .
+if %errorlevel% neq 0 goto :cmEnd
+:cmEnd
+endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
+:cmErrorLevel
+exit /b %1
+:cmDone
+if %errorlevel% neq 0 goto :VCEnd</Command>
+ <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalInputs)</AdditionalInputs>
+ <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\src\CMakeFiles\INSTALL_force</Outputs>
+ <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects>
+ <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
+ <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
+cd .
+if %errorlevel% neq 0 goto :cmEnd
+:cmEnd
+endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
+:cmErrorLevel
+exit /b %1
+:cmDone
+if %errorlevel% neq 0 goto :VCEnd</Command>
+ <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">%(AdditionalInputs)</AdditionalInputs>
+ <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\src\CMakeFiles\INSTALL_force</Outputs>
+ <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects>
+ <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
+ <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
+cd .
+if %errorlevel% neq 0 goto :cmEnd
+:cmEnd
+endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
+:cmErrorLevel
+exit /b %1
+:cmDone
+if %errorlevel% neq 0 goto :VCEnd</Command>
+ <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">%(AdditionalInputs)</AdditionalInputs>
+ <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\src\CMakeFiles\INSTALL_force</Outputs>
+ <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects>
+ </CustomBuild>
+ </ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\ZERO_CHECK.vcxproj">
+ <Project>{BE3FCA9C-E0F7-3263-BFDC-D625CD827C80}</Project>
+ <Name>ZERO_CHECK</Name>
+ <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
+ <CopyToOutputDirectory>Never</CopyToOutputDirectory>
+ </ProjectReference>
+ <ProjectReference Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\ALL_BUILD.vcxproj">
+ <Project>{2BA85667-24FF-36F3-825F-79CEC5AB3361}</Project>
+ <Name>ALL_BUILD</Name>
+ <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
+ <CopyToOutputDirectory>Never</CopyToOutputDirectory>
+ </ProjectReference>
+ </ItemGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
+ <ImportGroup Label="ExtensionTargets">
+ </ImportGroup>
+</Project> \ No newline at end of file
diff --git a/Client/ThirdParty/Box2D/proj/src/INSTALL.vcxproj.filters b/Client/ThirdParty/Box2D/proj/src/INSTALL.vcxproj.filters
new file mode 100644
index 0000000..d373820
--- /dev/null
+++ b/Client/ThirdParty/Box2D/proj/src/INSTALL.vcxproj.filters
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <ItemGroup>
+ <CustomBuild Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\CMakeFiles\5db6461968e3a28c7176c305697cc35c\INSTALL_force.rule">
+ <Filter>CMake Rules</Filter>
+ </CustomBuild>
+ </ItemGroup>
+ <ItemGroup>
+ <Filter Include="CMake Rules">
+ <UniqueIdentifier>{403DEAA2-503F-3ECB-A013-6CDC0F5B48FC}</UniqueIdentifier>
+ </Filter>
+ </ItemGroup>
+</Project>
diff --git a/Client/ThirdParty/Box2D/proj/src/box2d.vcxproj b/Client/ThirdParty/Box2D/proj/src/box2d.vcxproj
new file mode 100644
index 0000000..4c28ee3
--- /dev/null
+++ b/Client/ThirdParty/Box2D/proj/src/box2d.vcxproj
@@ -0,0 +1,374 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" ToolsVersion="15.0" 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="MinSizeRel|Win32">
+ <Configuration>MinSizeRel</Configuration>
+ <Platform>Win32</Platform>
+ </ProjectConfiguration>
+ <ProjectConfiguration Include="RelWithDebInfo|Win32">
+ <Configuration>RelWithDebInfo</Configuration>
+ <Platform>Win32</Platform>
+ </ProjectConfiguration>
+ </ItemGroup>
+ <PropertyGroup Label="Globals">
+ <ProjectGuid>{4C709A21-ABF6-3B27-8C03-FCEBEB527A6E}</ProjectGuid>
+ <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
+ <Keyword>Win32Proj</Keyword>
+ <Platform>Win32</Platform>
+ <ProjectName>box2d</ProjectName>
+ <VCProjectUpgraderObjectName>NoUpgrade</VCProjectUpgraderObjectName>
+ </PropertyGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
+ <ConfigurationType>StaticLibrary</ConfigurationType>
+ <CharacterSet>MultiByte</CharacterSet>
+ <PlatformToolset>v141</PlatformToolset>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
+ <ConfigurationType>StaticLibrary</ConfigurationType>
+ <CharacterSet>MultiByte</CharacterSet>
+ <PlatformToolset>v141</PlatformToolset>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
+ <ConfigurationType>StaticLibrary</ConfigurationType>
+ <CharacterSet>MultiByte</CharacterSet>
+ <PlatformToolset>v141</PlatformToolset>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
+ <ConfigurationType>StaticLibrary</ConfigurationType>
+ <CharacterSet>MultiByte</CharacterSet>
+ <PlatformToolset>v141</PlatformToolset>
+ </PropertyGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
+ <ImportGroup Label="ExtensionSettings">
+ </ImportGroup>
+ <ImportGroup Label="PropertySheets">
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+ </ImportGroup>
+ <PropertyGroup Label="UserMacros" />
+ <PropertyGroup>
+ <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
+ <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\bin\Debug\</OutDir>
+ <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">box2d.dir\Debug\</IntDir>
+ <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">box2d</TargetName>
+ <TargetExt Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.lib</TargetExt>
+ <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\bin\Release\</OutDir>
+ <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">box2d.dir\Release\</IntDir>
+ <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">box2d</TargetName>
+ <TargetExt Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.lib</TargetExt>
+ <OutDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\bin\MinSizeRel\</OutDir>
+ <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">box2d.dir\MinSizeRel\</IntDir>
+ <TargetName Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">box2d</TargetName>
+ <TargetExt Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">.lib</TargetExt>
+ <OutDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\bin\RelWithDebInfo\</OutDir>
+ <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">box2d.dir\RelWithDebInfo\</IntDir>
+ <TargetName Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">box2d</TargetName>
+ <TargetExt Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">.lib</TargetExt>
+ </PropertyGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
+ <ClCompile>
+ <AdditionalIncludeDirectories>D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\..\include;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
+ <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
+ <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
+ <ExceptionHandling>Sync</ExceptionHandling>
+ <InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
+ <Optimization>Disabled</Optimization>
+ <PrecompiledHeader>NotUsing</PrecompiledHeader>
+ <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
+ <RuntimeTypeInfo>true</RuntimeTypeInfo>
+ <UseFullPaths>false</UseFullPaths>
+ <WarningLevel>Level3</WarningLevel>
+ <PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;CMAKE_INTDIR="Debug"</PreprocessorDefinitions>
+ <ObjectFileName>$(IntDir)</ObjectFileName>
+ <ProgramDataBaseFileName>D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\src\Debug\box2d.pdb</ProgramDataBaseFileName>
+ </ClCompile>
+ <ResourceCompile>
+ <PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_DEBUG;_WINDOWS;CMAKE_INTDIR=\"Debug\"</PreprocessorDefinitions>
+ <AdditionalIncludeDirectories>D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\..\include;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ </ResourceCompile>
+ <Midl>
+ <AdditionalIncludeDirectories>D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\..\include;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
+ <HeaderFileName>%(Filename).h</HeaderFileName>
+ <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
+ <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
+ <ProxyFileName>%(Filename)_p.c</ProxyFileName>
+ </Midl>
+ <Lib>
+ <AdditionalOptions>%(AdditionalOptions) /machine:X86</AdditionalOptions>
+ </Lib>
+ </ItemDefinitionGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
+ <ClCompile>
+ <AdditionalIncludeDirectories>D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\..\include;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
+ <ExceptionHandling>Sync</ExceptionHandling>
+ <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
+ <Optimization>MaxSpeed</Optimization>
+ <PrecompiledHeader>NotUsing</PrecompiledHeader>
+ <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
+ <RuntimeTypeInfo>true</RuntimeTypeInfo>
+ <UseFullPaths>false</UseFullPaths>
+ <WarningLevel>Level3</WarningLevel>
+ <PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;CMAKE_INTDIR="Release"</PreprocessorDefinitions>
+ <ObjectFileName>$(IntDir)</ObjectFileName>
+ <DebugInformationFormat>
+ </DebugInformationFormat>
+ <ProgramDataBaseFileName>D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\src\Release\box2d.pdb</ProgramDataBaseFileName>
+ </ClCompile>
+ <ResourceCompile>
+ <PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;CMAKE_INTDIR=\"Release\"</PreprocessorDefinitions>
+ <AdditionalIncludeDirectories>D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\..\include;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ </ResourceCompile>
+ <Midl>
+ <AdditionalIncludeDirectories>D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\..\include;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
+ <HeaderFileName>%(Filename).h</HeaderFileName>
+ <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
+ <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
+ <ProxyFileName>%(Filename)_p.c</ProxyFileName>
+ </Midl>
+ <Lib>
+ <AdditionalOptions>%(AdditionalOptions) /machine:X86</AdditionalOptions>
+ </Lib>
+ </ItemDefinitionGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
+ <ClCompile>
+ <AdditionalIncludeDirectories>D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\..\include;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
+ <ExceptionHandling>Sync</ExceptionHandling>
+ <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
+ <Optimization>MinSpace</Optimization>
+ <PrecompiledHeader>NotUsing</PrecompiledHeader>
+ <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
+ <RuntimeTypeInfo>true</RuntimeTypeInfo>
+ <UseFullPaths>false</UseFullPaths>
+ <WarningLevel>Level3</WarningLevel>
+ <PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;CMAKE_INTDIR="MinSizeRel"</PreprocessorDefinitions>
+ <ObjectFileName>$(IntDir)</ObjectFileName>
+ <DebugInformationFormat>
+ </DebugInformationFormat>
+ <ProgramDataBaseFileName>D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\src\MinSizeRel\box2d.pdb</ProgramDataBaseFileName>
+ </ClCompile>
+ <ResourceCompile>
+ <PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;CMAKE_INTDIR=\"MinSizeRel\"</PreprocessorDefinitions>
+ <AdditionalIncludeDirectories>D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\..\include;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ </ResourceCompile>
+ <Midl>
+ <AdditionalIncludeDirectories>D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\..\include;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
+ <HeaderFileName>%(Filename).h</HeaderFileName>
+ <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
+ <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
+ <ProxyFileName>%(Filename)_p.c</ProxyFileName>
+ </Midl>
+ <Lib>
+ <AdditionalOptions>%(AdditionalOptions) /machine:X86</AdditionalOptions>
+ </Lib>
+ </ItemDefinitionGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
+ <ClCompile>
+ <AdditionalIncludeDirectories>D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\..\include;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
+ <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
+ <ExceptionHandling>Sync</ExceptionHandling>
+ <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
+ <Optimization>MaxSpeed</Optimization>
+ <PrecompiledHeader>NotUsing</PrecompiledHeader>
+ <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
+ <RuntimeTypeInfo>true</RuntimeTypeInfo>
+ <UseFullPaths>false</UseFullPaths>
+ <WarningLevel>Level3</WarningLevel>
+ <PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;CMAKE_INTDIR="RelWithDebInfo"</PreprocessorDefinitions>
+ <ObjectFileName>$(IntDir)</ObjectFileName>
+ <ProgramDataBaseFileName>D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\src\RelWithDebInfo\box2d.pdb</ProgramDataBaseFileName>
+ </ClCompile>
+ <ResourceCompile>
+ <PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;CMAKE_INTDIR=\"RelWithDebInfo\"</PreprocessorDefinitions>
+ <AdditionalIncludeDirectories>D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\..\include;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ </ResourceCompile>
+ <Midl>
+ <AdditionalIncludeDirectories>D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\..\include;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
+ <HeaderFileName>%(Filename).h</HeaderFileName>
+ <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
+ <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
+ <ProxyFileName>%(Filename)_p.c</ProxyFileName>
+ </Midl>
+ <Lib>
+ <AdditionalOptions>%(AdditionalOptions) /machine:X86</AdditionalOptions>
+ </Lib>
+ </ItemDefinitionGroup>
+ <ItemGroup>
+ <CustomBuild Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\CMakeLists.txt">
+ <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/src/CMakeLists.txt</Message>
+ <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">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/src/CMakeFiles/generate.stamp
+if %errorlevel% neq 0 goto :cmEnd
+:cmEnd
+endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
+:cmErrorLevel
+exit /b %1
+:cmDone
+if %errorlevel% neq 0 goto :VCEnd</Command>
+ <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\Program Files\CMake\share\cmake-3.22\Modules\BasicConfigVersion-SameMajorVersion.cmake.in;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakePackageConfigHelpers.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\WriteBasicConfigVersionFile.cmake;%(AdditionalInputs)</AdditionalInputs>
+ <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\src\CMakeFiles\generate.stamp</Outputs>
+ <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects>
+ <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/src/CMakeLists.txt</Message>
+ <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">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/src/CMakeFiles/generate.stamp
+if %errorlevel% neq 0 goto :cmEnd
+:cmEnd
+endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
+:cmErrorLevel
+exit /b %1
+:cmDone
+if %errorlevel% neq 0 goto :VCEnd</Command>
+ <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\Program Files\CMake\share\cmake-3.22\Modules\BasicConfigVersion-SameMajorVersion.cmake.in;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakePackageConfigHelpers.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\WriteBasicConfigVersionFile.cmake;%(AdditionalInputs)</AdditionalInputs>
+ <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\src\CMakeFiles\generate.stamp</Outputs>
+ <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects>
+ <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/src/CMakeLists.txt</Message>
+ <Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">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/src/CMakeFiles/generate.stamp
+if %errorlevel% neq 0 goto :cmEnd
+:cmEnd
+endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
+:cmErrorLevel
+exit /b %1
+:cmDone
+if %errorlevel% neq 0 goto :VCEnd</Command>
+ <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\Program Files\CMake\share\cmake-3.22\Modules\BasicConfigVersion-SameMajorVersion.cmake.in;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakePackageConfigHelpers.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\WriteBasicConfigVersionFile.cmake;%(AdditionalInputs)</AdditionalInputs>
+ <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\src\CMakeFiles\generate.stamp</Outputs>
+ <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects>
+ <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/src/CMakeLists.txt</Message>
+ <Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">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/src/CMakeFiles/generate.stamp
+if %errorlevel% neq 0 goto :cmEnd
+:cmEnd
+endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
+:cmErrorLevel
+exit /b %1
+:cmDone
+if %errorlevel% neq 0 goto :VCEnd</Command>
+ <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\Program Files\CMake\share\cmake-3.22\Modules\BasicConfigVersion-SameMajorVersion.cmake.in;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakePackageConfigHelpers.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\WriteBasicConfigVersionFile.cmake;%(AdditionalInputs)</AdditionalInputs>
+ <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\src\CMakeFiles\generate.stamp</Outputs>
+ <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects>
+ </CustomBuild>
+ </ItemGroup>
+ <ItemGroup>
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\collision\b2_broad_phase.cpp" />
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\collision\b2_chain_shape.cpp" />
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\collision\b2_circle_shape.cpp" />
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\collision\b2_collide_circle.cpp" />
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\collision\b2_collide_edge.cpp" />
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\collision\b2_collide_polygon.cpp" />
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\collision\b2_collision.cpp" />
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\collision\b2_distance.cpp" />
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\collision\b2_dynamic_tree.cpp" />
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\collision\b2_edge_shape.cpp" />
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\collision\b2_polygon_shape.cpp" />
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\collision\b2_time_of_impact.cpp" />
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\common\b2_block_allocator.cpp" />
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\common\b2_draw.cpp" />
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\common\b2_math.cpp" />
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\common\b2_settings.cpp" />
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\common\b2_stack_allocator.cpp" />
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\common\b2_timer.cpp" />
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\dynamics\b2_body.cpp" />
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\dynamics\b2_chain_circle_contact.cpp" />
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\dynamics\b2_chain_circle_contact.h" />
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\dynamics\b2_chain_polygon_contact.cpp" />
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\dynamics\b2_chain_polygon_contact.h" />
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\dynamics\b2_circle_contact.cpp" />
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\dynamics\b2_circle_contact.h" />
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\dynamics\b2_contact.cpp" />
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\dynamics\b2_contact_manager.cpp" />
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\dynamics\b2_contact_solver.cpp" />
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\dynamics\b2_contact_solver.h" />
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\dynamics\b2_distance_joint.cpp" />
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\dynamics\b2_edge_circle_contact.cpp" />
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\dynamics\b2_edge_circle_contact.h" />
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\dynamics\b2_edge_polygon_contact.cpp" />
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\dynamics\b2_edge_polygon_contact.h" />
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\dynamics\b2_fixture.cpp" />
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\dynamics\b2_friction_joint.cpp" />
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\dynamics\b2_gear_joint.cpp" />
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\dynamics\b2_island.cpp" />
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\dynamics\b2_island.h" />
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\dynamics\b2_joint.cpp" />
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\dynamics\b2_motor_joint.cpp" />
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\dynamics\b2_mouse_joint.cpp" />
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\dynamics\b2_polygon_circle_contact.cpp" />
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\dynamics\b2_polygon_circle_contact.h" />
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\dynamics\b2_polygon_contact.cpp" />
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\dynamics\b2_polygon_contact.h" />
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\dynamics\b2_prismatic_joint.cpp" />
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\dynamics\b2_pulley_joint.cpp" />
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\dynamics\b2_revolute_joint.cpp" />
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\dynamics\b2_weld_joint.cpp" />
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\dynamics\b2_wheel_joint.cpp" />
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\dynamics\b2_world.cpp" />
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\dynamics\b2_world_callbacks.cpp" />
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\rope\b2_rope.cpp" />
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\b2_api.h" />
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\b2_block_allocator.h" />
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\b2_body.h" />
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\b2_broad_phase.h" />
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\b2_chain_shape.h" />
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\b2_circle_shape.h" />
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\b2_collision.h" />
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\b2_common.h" />
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\b2_contact.h" />
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\b2_contact_manager.h" />
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\b2_distance.h" />
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\b2_distance_joint.h" />
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\b2_draw.h" />
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\b2_dynamic_tree.h" />
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\b2_edge_shape.h" />
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\b2_fixture.h" />
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\b2_friction_joint.h" />
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\b2_gear_joint.h" />
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\b2_growable_stack.h" />
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\b2_joint.h" />
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\b2_math.h" />
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\b2_motor_joint.h" />
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\b2_mouse_joint.h" />
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\b2_polygon_shape.h" />
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\b2_prismatic_joint.h" />
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\b2_pulley_joint.h" />
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\b2_revolute_joint.h" />
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\b2_rope.h" />
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\b2_settings.h" />
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\b2_shape.h" />
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\b2_stack_allocator.h" />
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\b2_time_of_impact.h" />
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\b2_timer.h" />
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\b2_time_step.h" />
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\b2_types.h" />
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\b2_weld_joint.h" />
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\b2_wheel_joint.h" />
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\b2_world.h" />
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\b2_world_callbacks.h" />
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\box2d.h" />
+ </ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\ZERO_CHECK.vcxproj">
+ <Project>{BE3FCA9C-E0F7-3263-BFDC-D625CD827C80}</Project>
+ <Name>ZERO_CHECK</Name>
+ <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
+ <CopyToOutputDirectory>Never</CopyToOutputDirectory>
+ </ProjectReference>
+ </ItemGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
+ <ImportGroup Label="ExtensionTargets">
+ </ImportGroup>
+</Project> \ No newline at end of file
diff --git a/Client/ThirdParty/Box2D/proj/src/box2d.vcxproj.filters b/Client/ThirdParty/Box2D/proj/src/box2d.vcxproj.filters
new file mode 100644
index 0000000..6a9ca63
--- /dev/null
+++ b/Client/ThirdParty/Box2D/proj/src/box2d.vcxproj.filters
@@ -0,0 +1,315 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <ItemGroup>
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\collision\b2_broad_phase.cpp">
+ <Filter>src\collision</Filter>
+ </ClCompile>
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\collision\b2_chain_shape.cpp">
+ <Filter>src\collision</Filter>
+ </ClCompile>
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\collision\b2_circle_shape.cpp">
+ <Filter>src\collision</Filter>
+ </ClCompile>
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\collision\b2_collide_circle.cpp">
+ <Filter>src\collision</Filter>
+ </ClCompile>
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\collision\b2_collide_edge.cpp">
+ <Filter>src\collision</Filter>
+ </ClCompile>
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\collision\b2_collide_polygon.cpp">
+ <Filter>src\collision</Filter>
+ </ClCompile>
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\collision\b2_collision.cpp">
+ <Filter>src\collision</Filter>
+ </ClCompile>
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\collision\b2_distance.cpp">
+ <Filter>src\collision</Filter>
+ </ClCompile>
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\collision\b2_dynamic_tree.cpp">
+ <Filter>src\collision</Filter>
+ </ClCompile>
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\collision\b2_edge_shape.cpp">
+ <Filter>src\collision</Filter>
+ </ClCompile>
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\collision\b2_polygon_shape.cpp">
+ <Filter>src\collision</Filter>
+ </ClCompile>
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\collision\b2_time_of_impact.cpp">
+ <Filter>src\collision</Filter>
+ </ClCompile>
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\common\b2_block_allocator.cpp">
+ <Filter>src\common</Filter>
+ </ClCompile>
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\common\b2_draw.cpp">
+ <Filter>src\common</Filter>
+ </ClCompile>
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\common\b2_math.cpp">
+ <Filter>src\common</Filter>
+ </ClCompile>
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\common\b2_settings.cpp">
+ <Filter>src\common</Filter>
+ </ClCompile>
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\common\b2_stack_allocator.cpp">
+ <Filter>src\common</Filter>
+ </ClCompile>
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\common\b2_timer.cpp">
+ <Filter>src\common</Filter>
+ </ClCompile>
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\dynamics\b2_body.cpp">
+ <Filter>src\dynamics</Filter>
+ </ClCompile>
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\dynamics\b2_chain_circle_contact.cpp">
+ <Filter>src\dynamics</Filter>
+ </ClCompile>
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\dynamics\b2_chain_polygon_contact.cpp">
+ <Filter>src\dynamics</Filter>
+ </ClCompile>
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\dynamics\b2_circle_contact.cpp">
+ <Filter>src\dynamics</Filter>
+ </ClCompile>
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\dynamics\b2_contact.cpp">
+ <Filter>src\dynamics</Filter>
+ </ClCompile>
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\dynamics\b2_contact_manager.cpp">
+ <Filter>src\dynamics</Filter>
+ </ClCompile>
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\dynamics\b2_contact_solver.cpp">
+ <Filter>src\dynamics</Filter>
+ </ClCompile>
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\dynamics\b2_distance_joint.cpp">
+ <Filter>src\dynamics</Filter>
+ </ClCompile>
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\dynamics\b2_edge_circle_contact.cpp">
+ <Filter>src\dynamics</Filter>
+ </ClCompile>
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\dynamics\b2_edge_polygon_contact.cpp">
+ <Filter>src\dynamics</Filter>
+ </ClCompile>
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\dynamics\b2_fixture.cpp">
+ <Filter>src\dynamics</Filter>
+ </ClCompile>
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\dynamics\b2_friction_joint.cpp">
+ <Filter>src\dynamics</Filter>
+ </ClCompile>
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\dynamics\b2_gear_joint.cpp">
+ <Filter>src\dynamics</Filter>
+ </ClCompile>
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\dynamics\b2_island.cpp">
+ <Filter>src\dynamics</Filter>
+ </ClCompile>
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\dynamics\b2_joint.cpp">
+ <Filter>src\dynamics</Filter>
+ </ClCompile>
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\dynamics\b2_motor_joint.cpp">
+ <Filter>src\dynamics</Filter>
+ </ClCompile>
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\dynamics\b2_mouse_joint.cpp">
+ <Filter>src\dynamics</Filter>
+ </ClCompile>
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\dynamics\b2_polygon_circle_contact.cpp">
+ <Filter>src\dynamics</Filter>
+ </ClCompile>
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\dynamics\b2_polygon_contact.cpp">
+ <Filter>src\dynamics</Filter>
+ </ClCompile>
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\dynamics\b2_prismatic_joint.cpp">
+ <Filter>src\dynamics</Filter>
+ </ClCompile>
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\dynamics\b2_pulley_joint.cpp">
+ <Filter>src\dynamics</Filter>
+ </ClCompile>
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\dynamics\b2_revolute_joint.cpp">
+ <Filter>src\dynamics</Filter>
+ </ClCompile>
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\dynamics\b2_weld_joint.cpp">
+ <Filter>src\dynamics</Filter>
+ </ClCompile>
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\dynamics\b2_wheel_joint.cpp">
+ <Filter>src\dynamics</Filter>
+ </ClCompile>
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\dynamics\b2_world.cpp">
+ <Filter>src\dynamics</Filter>
+ </ClCompile>
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\dynamics\b2_world_callbacks.cpp">
+ <Filter>src\dynamics</Filter>
+ </ClCompile>
+ <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\rope\b2_rope.cpp">
+ <Filter>src\rope</Filter>
+ </ClCompile>
+ </ItemGroup>
+ <ItemGroup>
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\dynamics\b2_chain_circle_contact.h">
+ <Filter>src\dynamics</Filter>
+ </ClInclude>
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\dynamics\b2_chain_polygon_contact.h">
+ <Filter>src\dynamics</Filter>
+ </ClInclude>
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\dynamics\b2_circle_contact.h">
+ <Filter>src\dynamics</Filter>
+ </ClInclude>
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\dynamics\b2_contact_solver.h">
+ <Filter>src\dynamics</Filter>
+ </ClInclude>
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\dynamics\b2_edge_circle_contact.h">
+ <Filter>src\dynamics</Filter>
+ </ClInclude>
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\dynamics\b2_edge_polygon_contact.h">
+ <Filter>src\dynamics</Filter>
+ </ClInclude>
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\dynamics\b2_island.h">
+ <Filter>src\dynamics</Filter>
+ </ClInclude>
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\dynamics\b2_polygon_circle_contact.h">
+ <Filter>src\dynamics</Filter>
+ </ClInclude>
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\dynamics\b2_polygon_contact.h">
+ <Filter>src\dynamics</Filter>
+ </ClInclude>
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\b2_api.h">
+ <Filter>include\box2d</Filter>
+ </ClInclude>
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\b2_block_allocator.h">
+ <Filter>include\box2d</Filter>
+ </ClInclude>
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\b2_body.h">
+ <Filter>include\box2d</Filter>
+ </ClInclude>
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\b2_broad_phase.h">
+ <Filter>include\box2d</Filter>
+ </ClInclude>
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\b2_chain_shape.h">
+ <Filter>include\box2d</Filter>
+ </ClInclude>
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\b2_circle_shape.h">
+ <Filter>include\box2d</Filter>
+ </ClInclude>
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\b2_collision.h">
+ <Filter>include\box2d</Filter>
+ </ClInclude>
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\b2_common.h">
+ <Filter>include\box2d</Filter>
+ </ClInclude>
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\b2_contact.h">
+ <Filter>include\box2d</Filter>
+ </ClInclude>
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\b2_contact_manager.h">
+ <Filter>include\box2d</Filter>
+ </ClInclude>
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\b2_distance.h">
+ <Filter>include\box2d</Filter>
+ </ClInclude>
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\b2_distance_joint.h">
+ <Filter>include\box2d</Filter>
+ </ClInclude>
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\b2_draw.h">
+ <Filter>include\box2d</Filter>
+ </ClInclude>
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\b2_dynamic_tree.h">
+ <Filter>include\box2d</Filter>
+ </ClInclude>
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\b2_edge_shape.h">
+ <Filter>include\box2d</Filter>
+ </ClInclude>
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\b2_fixture.h">
+ <Filter>include\box2d</Filter>
+ </ClInclude>
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\b2_friction_joint.h">
+ <Filter>include\box2d</Filter>
+ </ClInclude>
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\b2_gear_joint.h">
+ <Filter>include\box2d</Filter>
+ </ClInclude>
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\b2_growable_stack.h">
+ <Filter>include\box2d</Filter>
+ </ClInclude>
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\b2_joint.h">
+ <Filter>include\box2d</Filter>
+ </ClInclude>
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\b2_math.h">
+ <Filter>include\box2d</Filter>
+ </ClInclude>
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\b2_motor_joint.h">
+ <Filter>include\box2d</Filter>
+ </ClInclude>
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\b2_mouse_joint.h">
+ <Filter>include\box2d</Filter>
+ </ClInclude>
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\b2_polygon_shape.h">
+ <Filter>include\box2d</Filter>
+ </ClInclude>
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\b2_prismatic_joint.h">
+ <Filter>include\box2d</Filter>
+ </ClInclude>
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\b2_pulley_joint.h">
+ <Filter>include\box2d</Filter>
+ </ClInclude>
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\b2_revolute_joint.h">
+ <Filter>include\box2d</Filter>
+ </ClInclude>
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\b2_rope.h">
+ <Filter>include\box2d</Filter>
+ </ClInclude>
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\b2_settings.h">
+ <Filter>include\box2d</Filter>
+ </ClInclude>
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\b2_shape.h">
+ <Filter>include\box2d</Filter>
+ </ClInclude>
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\b2_stack_allocator.h">
+ <Filter>include\box2d</Filter>
+ </ClInclude>
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\b2_time_of_impact.h">
+ <Filter>include\box2d</Filter>
+ </ClInclude>
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\b2_timer.h">
+ <Filter>include\box2d</Filter>
+ </ClInclude>
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\b2_time_step.h">
+ <Filter>include\box2d</Filter>
+ </ClInclude>
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\b2_types.h">
+ <Filter>include\box2d</Filter>
+ </ClInclude>
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\b2_weld_joint.h">
+ <Filter>include\box2d</Filter>
+ </ClInclude>
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\b2_wheel_joint.h">
+ <Filter>include\box2d</Filter>
+ </ClInclude>
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\b2_world.h">
+ <Filter>include\box2d</Filter>
+ </ClInclude>
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\b2_world_callbacks.h">
+ <Filter>include\box2d</Filter>
+ </ClInclude>
+ <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\include\box2d\box2d.h">
+ <Filter>include\box2d</Filter>
+ </ClInclude>
+ </ItemGroup>
+ <ItemGroup>
+ <CustomBuild Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\CMakeLists.txt" />
+ </ItemGroup>
+ <ItemGroup>
+ <Filter Include="include">
+ <UniqueIdentifier>{2B754068-BECE-3CED-9144-9AA210967EB9}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="include\box2d">
+ <UniqueIdentifier>{44BE8560-7149-31D1-86F4-77906E2C0964}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="src">
+ <UniqueIdentifier>{A24BD43B-5C67-30C5-8AF1-02F4AF819691}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="src\collision">
+ <UniqueIdentifier>{44A461AD-15F1-3F81-9DD3-2F84788CC206}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="src\common">
+ <UniqueIdentifier>{E64D37AD-9345-3075-89E6-11CF67457044}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="src\dynamics">
+ <UniqueIdentifier>{322B13ED-462E-37F0-920F-C4B6752E7654}</UniqueIdentifier>
+ </Filter>
+ <Filter Include="src\rope">
+ <UniqueIdentifier>{BC484391-F853-356A-BCD3-79E86AF80865}</UniqueIdentifier>
+ </Filter>
+ </ItemGroup>
+</Project>
diff --git a/Client/ThirdParty/Box2D/proj/src/box2dConfigVersion.cmake b/Client/ThirdParty/Box2D/proj/src/box2dConfigVersion.cmake
new file mode 100644
index 0000000..e1421d4
--- /dev/null
+++ b/Client/ThirdParty/Box2D/proj/src/box2dConfigVersion.cmake
@@ -0,0 +1,70 @@
+# This is a basic version file for the Config-mode of find_package().
+# It is used by write_basic_package_version_file() as input file for configure_file()
+# to create a version-file which can be installed along a config.cmake file.
+#
+# The created file sets PACKAGE_VERSION_EXACT if the current version string and
+# the requested version string are exactly the same and it sets
+# PACKAGE_VERSION_COMPATIBLE if the current version is >= requested version,
+# but only if the requested major version is the same as the current one.
+# The variable CVF_VERSION must be set before calling configure_file().
+
+
+set(PACKAGE_VERSION "2.4.1")
+
+if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION)
+ set(PACKAGE_VERSION_COMPATIBLE FALSE)
+else()
+
+ if("2.4.1" MATCHES "^([0-9]+)\\.")
+ set(CVF_VERSION_MAJOR "${CMAKE_MATCH_1}")
+ if(NOT CVF_VERSION_MAJOR VERSION_EQUAL 0)
+ string(REGEX REPLACE "^0+" "" CVF_VERSION_MAJOR "${CVF_VERSION_MAJOR}")
+ endif()
+ else()
+ set(CVF_VERSION_MAJOR "2.4.1")
+ endif()
+
+ if(PACKAGE_FIND_VERSION_RANGE)
+ # both endpoints of the range must have the expected major version
+ math (EXPR CVF_VERSION_MAJOR_NEXT "${CVF_VERSION_MAJOR} + 1")
+ if (NOT PACKAGE_FIND_VERSION_MIN_MAJOR STREQUAL CVF_VERSION_MAJOR
+ OR ((PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "INCLUDE" AND NOT PACKAGE_FIND_VERSION_MAX_MAJOR STREQUAL CVF_VERSION_MAJOR)
+ OR (PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "EXCLUDE" AND NOT PACKAGE_FIND_VERSION_MAX VERSION_LESS_EQUAL CVF_VERSION_MAJOR_NEXT)))
+ set(PACKAGE_VERSION_COMPATIBLE FALSE)
+ elseif(PACKAGE_FIND_VERSION_MIN_MAJOR STREQUAL CVF_VERSION_MAJOR
+ AND ((PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "INCLUDE" AND PACKAGE_VERSION VERSION_LESS_EQUAL PACKAGE_FIND_VERSION_MAX)
+ OR (PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "EXCLUDE" AND PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION_MAX)))
+ set(PACKAGE_VERSION_COMPATIBLE TRUE)
+ else()
+ set(PACKAGE_VERSION_COMPATIBLE FALSE)
+ endif()
+ else()
+ if(PACKAGE_FIND_VERSION_MAJOR STREQUAL CVF_VERSION_MAJOR)
+ set(PACKAGE_VERSION_COMPATIBLE TRUE)
+ else()
+ set(PACKAGE_VERSION_COMPATIBLE FALSE)
+ endif()
+
+ if(PACKAGE_FIND_VERSION STREQUAL PACKAGE_VERSION)
+ set(PACKAGE_VERSION_EXACT TRUE)
+ endif()
+ endif()
+endif()
+
+
+# if the installed project requested no architecture check, don't perform the check
+if("FALSE")
+ return()
+endif()
+
+# if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it:
+if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "4" STREQUAL "")
+ return()
+endif()
+
+# check that the installed version has the same 32/64bit-ness as the one which is currently searching:
+if(NOT CMAKE_SIZEOF_VOID_P STREQUAL "4")
+ math(EXPR installedBits "4 * 8")
+ set(PACKAGE_VERSION "${PACKAGE_VERSION} (${installedBits}bit)")
+ set(PACKAGE_VERSION_UNSUITABLE TRUE)
+endif()
diff --git a/Client/ThirdParty/Box2D/proj/src/cmake_install.cmake b/Client/ThirdParty/Box2D/proj/src/cmake_install.cmake
new file mode 100644
index 0000000..eaa7515
--- /dev/null
+++ b/Client/ThirdParty/Box2D/proj/src/cmake_install.cmake
@@ -0,0 +1,90 @@
+# Install script for directory: D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/src
+
+# 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()
+
+if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
+ if("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Dd][Ee][Bb][Uu][Gg])$")
+ file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE FILE OPTIONAL FILES "D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/src/Debug/box2d.pdb")
+ elseif("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$")
+ file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE FILE OPTIONAL FILES "D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/src/Release/box2d.pdb")
+ elseif("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$")
+ file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE FILE OPTIONAL FILES "D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/src/MinSizeRel/box2d.pdb")
+ elseif("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$")
+ file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE FILE OPTIONAL FILES "D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/src/RelWithDebInfo/box2d.pdb")
+ endif()
+endif()
+
+if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
+ if("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Dd][Ee][Bb][Uu][Gg])$")
+ file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/bin/Debug/box2d.lib")
+ elseif("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$")
+ file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/bin/Release/box2d.lib")
+ elseif("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$")
+ file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/bin/MinSizeRel/box2d.lib")
+ elseif("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$")
+ file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/bin/RelWithDebInfo/box2d.lib")
+ endif()
+endif()
+
+if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
+ if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/box2d/box2dConfig.cmake")
+ file(DIFFERENT EXPORT_FILE_CHANGED FILES
+ "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/box2d/box2dConfig.cmake"
+ "D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/src/CMakeFiles/Export/lib/cmake/box2d/box2dConfig.cmake")
+ if(EXPORT_FILE_CHANGED)
+ file(GLOB OLD_CONFIG_FILES "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/box2d/box2dConfig-*.cmake")
+ if(OLD_CONFIG_FILES)
+ message(STATUS "Old export file \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/box2d/box2dConfig.cmake\" will be replaced. Removing files [${OLD_CONFIG_FILES}].")
+ file(REMOVE ${OLD_CONFIG_FILES})
+ endif()
+ endif()
+ endif()
+ file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/box2d" TYPE FILE FILES "D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/src/CMakeFiles/Export/lib/cmake/box2d/box2dConfig.cmake")
+ if("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Dd][Ee][Bb][Uu][Gg])$")
+ file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/box2d" TYPE FILE FILES "D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/src/CMakeFiles/Export/lib/cmake/box2d/box2dConfig-debug.cmake")
+ endif()
+ if("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Mm][Ii][Nn][Ss][Ii][Zz][Ee][Rr][Ee][Ll])$")
+ file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/box2d" TYPE FILE FILES "D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/src/CMakeFiles/Export/lib/cmake/box2d/box2dConfig-minsizerel.cmake")
+ endif()
+ if("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$")
+ file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/box2d" TYPE FILE FILES "D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/src/CMakeFiles/Export/lib/cmake/box2d/box2dConfig-relwithdebinfo.cmake")
+ endif()
+ if("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$")
+ file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/box2d" TYPE FILE FILES "D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/src/CMakeFiles/Export/lib/cmake/box2d/box2dConfig-release.cmake")
+ endif()
+endif()
+
+if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
+ file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/box2d" TYPE FILE FILES "D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/src/box2dConfigVersion.cmake")
+endif()
+