diff options
Diffstat (limited to 'Client/ThirdParty/Box2D/proj')
111 files changed, 8497 insertions, 0 deletions
diff --git a/Client/ThirdParty/Box2D/proj/ALL_BUILD.vcxproj b/Client/ThirdParty/Box2D/proj/ALL_BUILD.vcxproj new file mode 100644 index 0000000..d8a2af6 --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/ALL_BUILD.vcxproj @@ -0,0 +1,201 @@ +<?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>{2BA85667-24FF-36F3-825F-79CEC5AB3361}</ProjectGuid> + <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion> + <Keyword>Win32Proj</Keyword> + <Platform>Win32</Platform> + <ProjectName>ALL_BUILD</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'"> + <Midl> + <AdditionalIncludeDirectories>%(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> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> + <Midl> + <AdditionalIncludeDirectories>%(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> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> + <Midl> + <AdditionalIncludeDirectories>%(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> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> + <Midl> + <AdditionalIncludeDirectories>%(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> + </ItemDefinitionGroup> + <ItemGroup> + <CustomBuild Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\CMakeLists.txt"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/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/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</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeCCompiler.cmake.in;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeCCompilerABI.c;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeCXXCompiler.cmake.in;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeCXXCompilerABI.cpp;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeDetermineCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeDetermineCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeDetermineRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeDetermineSystem.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeInitializeConfigs.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeParseImplicitIncludeInfo.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeParseLibraryArchitecture.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeRCCompiler.cmake.in;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeSystem.cmake.in;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeTestCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeTestCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeTestRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\ARMClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\FujitsuClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\IntelLLVM-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\NVHPC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\XLClang-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\XLClang-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.22\Modules\GNUInstallDirs.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Internal\FeatureTesting.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Platform\Windows-Determine-CXX.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Platform\WindowsPaths.cmake;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\CMakeFiles\3.22.0-rc2\CMakeCCompiler.cmake;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\CMakeFiles\3.22.0-rc2\CMakeCXXCompiler.cmake;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\CMakeFiles\3.22.0-rc2\CMakeRCCompiler.cmake;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\CMakeFiles\3.22.0-rc2\CMakeSystem.cmake;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\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/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/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</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeCCompiler.cmake.in;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeCCompilerABI.c;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeCXXCompiler.cmake.in;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeCXXCompilerABI.cpp;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeDetermineCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeDetermineCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeDetermineRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeDetermineSystem.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeInitializeConfigs.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeParseImplicitIncludeInfo.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeParseLibraryArchitecture.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeRCCompiler.cmake.in;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeSystem.cmake.in;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeTestCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeTestCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeTestRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\ARMClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\FujitsuClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\IntelLLVM-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\NVHPC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\XLClang-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\XLClang-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.22\Modules\GNUInstallDirs.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Internal\FeatureTesting.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Platform\Windows-Determine-CXX.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Platform\WindowsPaths.cmake;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\CMakeFiles\3.22.0-rc2\CMakeCCompiler.cmake;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\CMakeFiles\3.22.0-rc2\CMakeCXXCompiler.cmake;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\CMakeFiles\3.22.0-rc2\CMakeRCCompiler.cmake;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\CMakeFiles\3.22.0-rc2\CMakeSystem.cmake;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\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/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/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</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeCCompiler.cmake.in;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeCCompilerABI.c;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeCXXCompiler.cmake.in;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeCXXCompilerABI.cpp;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeDetermineCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeDetermineCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeDetermineRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeDetermineSystem.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeInitializeConfigs.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeParseImplicitIncludeInfo.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeParseLibraryArchitecture.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeRCCompiler.cmake.in;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeSystem.cmake.in;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeTestCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeTestCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeTestRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\ARMClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\FujitsuClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\IntelLLVM-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\NVHPC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\XLClang-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\XLClang-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.22\Modules\GNUInstallDirs.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Internal\FeatureTesting.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Platform\Windows-Determine-CXX.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Platform\WindowsPaths.cmake;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\CMakeFiles\3.22.0-rc2\CMakeCCompiler.cmake;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\CMakeFiles\3.22.0-rc2\CMakeCXXCompiler.cmake;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\CMakeFiles\3.22.0-rc2\CMakeRCCompiler.cmake;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\CMakeFiles\3.22.0-rc2\CMakeSystem.cmake;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\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/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/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</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeCCompiler.cmake.in;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeCCompilerABI.c;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeCXXCompiler.cmake.in;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeCXXCompilerABI.cpp;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeDetermineCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeDetermineCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeDetermineRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeDetermineSystem.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeInitializeConfigs.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeParseImplicitIncludeInfo.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeParseLibraryArchitecture.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeRCCompiler.cmake.in;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeSystem.cmake.in;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeTestCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeTestCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeTestRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\ARMClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\FujitsuClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\IntelLLVM-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\NVHPC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\XLClang-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\XLClang-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CompilerId\VS-10.vcxproj.in;C:\Program Files\CMake\share\cmake-3.22\Modules\GNUInstallDirs.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Internal\FeatureTesting.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Platform\Windows-Determine-CXX.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Platform\WindowsPaths.cmake;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\CMakeFiles\3.22.0-rc2\CMakeCCompiler.cmake;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\CMakeFiles\3.22.0-rc2\CMakeCXXCompiler.cmake;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\CMakeFiles\3.22.0-rc2\CMakeRCCompiler.cmake;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\CMakeFiles\3.22.0-rc2\CMakeSystem.cmake;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\CMakeFiles\generate.stamp</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + </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\src\box2d.vcxproj"> + <Project>{4C709A21-ABF6-3B27-8C03-FCEBEB527A6E}</Project> + <Name>box2d</Name> + </ProjectReference> + <ProjectReference Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\extern\glad\glad.vcxproj"> + <Project>{29408AB9-D01F-3745-93F3-94160B037370}</Project> + <Name>glad</Name> + </ProjectReference> + <ProjectReference Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\extern\glfw\glfw.vcxproj"> + <Project>{7F32E689-3D5C-3885-9B34-0860DAE8BE92}</Project> + <Name>glfw</Name> + </ProjectReference> + <ProjectReference Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\extern\imgui\imgui.vcxproj"> + <Project>{B288C97F-F14F-33EA-9CAC-B55922D1FDC7}</Project> + <Name>imgui</Name> + </ProjectReference> + <ProjectReference Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\extern\sajson\sajson.vcxproj"> + <Project>{EE68EE8F-E321-3CD7-A04C-C0A66C401380}</Project> + <Name>sajson</Name> + </ProjectReference> + <ProjectReference Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\testbed\testbed.vcxproj"> + <Project>{A168F045-AE5A-3724-B305-AA2A8C4749BA}</Project> + <Name>testbed</Name> + </ProjectReference> + <ProjectReference Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\unit-test\unit_test.vcxproj"> + <Project>{7ED467E4-0B19-329B-B677-9C4C01A3EC52}</Project> + <Name>unit_test</Name> + </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/ALL_BUILD.vcxproj.filters b/Client/ThirdParty/Box2D/proj/ALL_BUILD.vcxproj.filters new file mode 100644 index 0000000..9443b67 --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/ALL_BUILD.vcxproj.filters @@ -0,0 +1,8 @@ +<?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\CMakeLists.txt" /> + </ItemGroup> + <ItemGroup> + </ItemGroup> +</Project> diff --git a/Client/ThirdParty/Box2D/proj/CMakeCache.txt b/Client/ThirdParty/Box2D/proj/CMakeCache.txt new file mode 100644 index 0000000..545df5f --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/CMakeCache.txt @@ -0,0 +1,441 @@ +# This is the CMakeCache file. +# For build in directory: d:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj +# It was generated by CMake: C:/Program Files/CMake/bin/cmake.exe +# You can edit this file to change values found and used by cmake. +# If you do not want to change any of the values, simply exit the editor. +# If you do want to change a value, simply edit, save, and exit the editor. +# The syntax for the file is as follows: +# KEY:TYPE=VALUE +# KEY is the name of a variable in the cache. +# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. +# VALUE is the current value for the KEY. + +######################## +# EXTERNAL cache entries +######################## + +//Build the Box2D documentation +BOX2D_BUILD_DOCS:BOOL=OFF + +//Build the Box2D testbed +BOX2D_BUILD_TESTBED:BOOL=ON + +//Build the Box2D unit tests +BOX2D_BUILD_UNIT_TESTS:BOOL=ON + +//Override Box2D settings with b2UserSettings.h +BOX2D_USER_SETTINGS:BOOL=OFF + +//Build Box2D as a shared library +BUILD_SHARED_LIBS:BOOL=OFF + +//Path to a program. +CMAKE_AR:FILEPATH=C:/Program Files (x86)/Microsoft Visual Studio/2017/Enterprise/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x86/lib.exe + +//Semicolon separated list of supported configuration types, only +// supports Debug, Release, MinSizeRel, and RelWithDebInfo, anything +// else will be ignored. +CMAKE_CONFIGURATION_TYPES:STRING=Debug;Release;MinSizeRel;RelWithDebInfo + +//Flags used by the CXX compiler during all build types. +CMAKE_CXX_FLAGS:STRING=/DWIN32 /D_WINDOWS /W3 /GR /EHsc + +//Flags used by the CXX compiler during DEBUG builds. +CMAKE_CXX_FLAGS_DEBUG:STRING=/MDd /Zi /Ob0 /Od /RTC1 + +//Flags used by the CXX compiler during MINSIZEREL builds. +CMAKE_CXX_FLAGS_MINSIZEREL:STRING=/MD /O1 /Ob1 /DNDEBUG + +//Flags used by the CXX compiler during RELEASE builds. +CMAKE_CXX_FLAGS_RELEASE:STRING=/MD /O2 /Ob2 /DNDEBUG + +//Flags used by the CXX compiler during RELWITHDEBINFO builds. +CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=/MD /Zi /O2 /Ob1 /DNDEBUG + +//Libraries linked by default with all C++ applications. +CMAKE_CXX_STANDARD_LIBRARIES:STRING=kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib + +//Flags used by the C compiler during all build types. +CMAKE_C_FLAGS:STRING=/DWIN32 /D_WINDOWS /W3 + +//Flags used by the C compiler during DEBUG builds. +CMAKE_C_FLAGS_DEBUG:STRING=/MDd /Zi /Ob0 /Od /RTC1 + +//Flags used by the C compiler during MINSIZEREL builds. +CMAKE_C_FLAGS_MINSIZEREL:STRING=/MD /O1 /Ob1 /DNDEBUG + +//Flags used by the C compiler during RELEASE builds. +CMAKE_C_FLAGS_RELEASE:STRING=/MD /O2 /Ob2 /DNDEBUG + +//Flags used by the C compiler during RELWITHDEBINFO builds. +CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=/MD /Zi /O2 /Ob1 /DNDEBUG + +//Libraries linked by default with all C applications. +CMAKE_C_STANDARD_LIBRARIES:STRING=kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib + +//Flags used by the linker during all build types. +CMAKE_EXE_LINKER_FLAGS:STRING=/machine:X86 + +//Flags used by the linker during DEBUG builds. +CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=/debug /INCREMENTAL + +//Flags used by the linker during MINSIZEREL builds. +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=/INCREMENTAL:NO + +//Flags used by the linker during RELEASE builds. +CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=/INCREMENTAL:NO + +//Flags used by the linker during RELWITHDEBINFO builds. +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=/debug /INCREMENTAL + +//User executables (bin) +CMAKE_INSTALL_BINDIR:PATH=bin + +//Read-only architecture-independent data (DATAROOTDIR) +CMAKE_INSTALL_DATADIR:PATH= + +//Read-only architecture-independent data root (share) +CMAKE_INSTALL_DATAROOTDIR:PATH=share + +//Documentation root (DATAROOTDIR/doc/PROJECT_NAME) +CMAKE_INSTALL_DOCDIR:PATH= + +//C header files (include) +CMAKE_INSTALL_INCLUDEDIR:PATH=include + +//Info documentation (DATAROOTDIR/info) +CMAKE_INSTALL_INFODIR:PATH= + +//Object code libraries (lib) +CMAKE_INSTALL_LIBDIR:PATH=lib + +//Program executables (libexec) +CMAKE_INSTALL_LIBEXECDIR:PATH=libexec + +//Locale-dependent data (DATAROOTDIR/locale) +CMAKE_INSTALL_LOCALEDIR:PATH= + +//Modifiable single-machine data (var) +CMAKE_INSTALL_LOCALSTATEDIR:PATH=var + +//Man documentation (DATAROOTDIR/man) +CMAKE_INSTALL_MANDIR:PATH= + +//C header files for non-gcc (/usr/include) +CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include + +//Install path prefix, prepended onto install directories. +CMAKE_INSTALL_PREFIX:PATH=C:/Program Files (x86)/box2d + +//Run-time variable data (LOCALSTATEDIR/run) +CMAKE_INSTALL_RUNSTATEDIR:PATH= + +//System admin executables (sbin) +CMAKE_INSTALL_SBINDIR:PATH=sbin + +//Modifiable architecture-independent data (com) +CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com + +//Read-only single-machine data (etc) +CMAKE_INSTALL_SYSCONFDIR:PATH=etc + +//Path to a program. +CMAKE_LINKER:FILEPATH=C:/Program Files (x86)/Microsoft Visual Studio/2017/Enterprise/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x86/link.exe + +//Flags used by the linker during the creation of modules during +// all build types. +CMAKE_MODULE_LINKER_FLAGS:STRING=/machine:X86 + +//Flags used by the linker during the creation of modules during +// DEBUG builds. +CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=/debug /INCREMENTAL + +//Flags used by the linker during the creation of modules during +// MINSIZEREL builds. +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=/INCREMENTAL:NO + +//Flags used by the linker during the creation of modules during +// RELEASE builds. +CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=/INCREMENTAL:NO + +//Flags used by the linker during the creation of modules during +// RELWITHDEBINFO builds. +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=/debug /INCREMENTAL + +//Path to a program. +CMAKE_MT:FILEPATH=CMAKE_MT-NOTFOUND + +//Value Computed by CMake +CMAKE_PROJECT_DESCRIPTION:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_HOMEPAGE_URL:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_NAME:STATIC=box2d + +//Value Computed by CMake +CMAKE_PROJECT_VERSION:STATIC=2.4.1 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_MAJOR:STATIC=2 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_MINOR:STATIC=4 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_PATCH:STATIC=1 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_TWEAK:STATIC= + +//RC compiler +CMAKE_RC_COMPILER:FILEPATH=rc + +//Flags for Windows Resource Compiler during all build types. +CMAKE_RC_FLAGS:STRING=-DWIN32 + +//Flags for Windows Resource Compiler during DEBUG builds. +CMAKE_RC_FLAGS_DEBUG:STRING=-D_DEBUG + +//Flags for Windows Resource Compiler during MINSIZEREL builds. +CMAKE_RC_FLAGS_MINSIZEREL:STRING= + +//Flags for Windows Resource Compiler during RELEASE builds. +CMAKE_RC_FLAGS_RELEASE:STRING= + +//Flags for Windows Resource Compiler during RELWITHDEBINFO builds. +CMAKE_RC_FLAGS_RELWITHDEBINFO:STRING= + +//Flags used by the linker during the creation of shared libraries +// during all build types. +CMAKE_SHARED_LINKER_FLAGS:STRING=/machine:X86 + +//Flags used by the linker during the creation of shared libraries +// during DEBUG builds. +CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=/debug /INCREMENTAL + +//Flags used by the linker during the creation of shared libraries +// during MINSIZEREL builds. +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=/INCREMENTAL:NO + +//Flags used by the linker during the creation of shared libraries +// during RELEASE builds. +CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=/INCREMENTAL:NO + +//Flags used by the linker during the creation of shared libraries +// during RELWITHDEBINFO builds. +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=/debug /INCREMENTAL + +//If set, runtime paths are not added when installing shared libraries, +// but are added when building. +CMAKE_SKIP_INSTALL_RPATH:BOOL=NO + +//If set, runtime paths are not added when using shared libraries. +CMAKE_SKIP_RPATH:BOOL=NO + +//Flags used by the linker during the creation of static libraries +// during all build types. +CMAKE_STATIC_LINKER_FLAGS:STRING=/machine:X86 + +//Flags used by the linker during the creation of static libraries +// during DEBUG builds. +CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of static libraries +// during MINSIZEREL builds. +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELEASE builds. +CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELWITHDEBINFO builds. +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//If this value is on, makefiles will be generated without the +// .SILENT directive, and all commands will be echoed to the console +// during the make. This is useful for debugging only. With Visual +// Studio IDE projects all commands are done without /nologo. +CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE + +//Value Computed by CMake +box2d_BINARY_DIR:STATIC=D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj + +//Value Computed by CMake +box2d_IS_TOP_LEVEL:STATIC=ON + +//Value Computed by CMake +box2d_SOURCE_DIR:STATIC=D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D + + +######################## +# INTERNAL cache entries +######################## + +//ADVANCED property for variable: CMAKE_AR +CMAKE_AR-ADVANCED:INTERNAL=1 +//This is the directory where this CMakeCache.txt was created +CMAKE_CACHEFILE_DIR:INTERNAL=d:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj +//Major version of cmake used to create the current loaded cache +CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 +//Minor version of cmake used to create the current loaded cache +CMAKE_CACHE_MINOR_VERSION:INTERNAL=22 +//Patch version of cmake used to create the current loaded cache +CMAKE_CACHE_PATCH_VERSION:INTERNAL=0 +//Path to CMake executable. +CMAKE_COMMAND:INTERNAL=C:/Program Files/CMake/bin/cmake.exe +//Path to cpack program executable. +CMAKE_CPACK_COMMAND:INTERNAL=C:/Program Files/CMake/bin/cpack.exe +//Path to ctest program executable. +CMAKE_CTEST_COMMAND:INTERNAL=C:/Program Files/CMake/bin/ctest.exe +//ADVANCED property for variable: CMAKE_CXX_FLAGS +CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG +CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL +CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE +CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO +CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_STANDARD_LIBRARIES +CMAKE_CXX_STANDARD_LIBRARIES-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS +CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG +CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL +CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE +CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO +CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_STANDARD_LIBRARIES +CMAKE_C_STANDARD_LIBRARIES-ADVANCED:INTERNAL=1 +//Executable file format +CMAKE_EXECUTABLE_FORMAT:INTERNAL=Unknown +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS +CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG +CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE +CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//Name of external makefile project generator. +CMAKE_EXTRA_GENERATOR:INTERNAL= +//Name of generator. +CMAKE_GENERATOR:INTERNAL=Visual Studio 15 2017 +//Generator instance identifier. +CMAKE_GENERATOR_INSTANCE:INTERNAL=C:/Program Files (x86)/Microsoft Visual Studio/2017/Enterprise +//Name of generator platform. +CMAKE_GENERATOR_PLATFORM:INTERNAL= +//Name of generator toolset. +CMAKE_GENERATOR_TOOLSET:INTERNAL= +//Have include pthread.h +CMAKE_HAVE_PTHREAD_H:INTERNAL= +//Source directory with the top level CMakeLists.txt file for this +// project +CMAKE_HOME_DIRECTORY:INTERNAL=D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D +//ADVANCED property for variable: CMAKE_INSTALL_BINDIR +CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DATADIR +CMAKE_INSTALL_DATADIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DATAROOTDIR +CMAKE_INSTALL_DATAROOTDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DOCDIR +CMAKE_INSTALL_DOCDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_INCLUDEDIR +CMAKE_INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_INFODIR +CMAKE_INSTALL_INFODIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LIBDIR +CMAKE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LIBEXECDIR +CMAKE_INSTALL_LIBEXECDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LOCALEDIR +CMAKE_INSTALL_LOCALEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LOCALSTATEDIR +CMAKE_INSTALL_LOCALSTATEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_MANDIR +CMAKE_INSTALL_MANDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_OLDINCLUDEDIR +CMAKE_INSTALL_OLDINCLUDEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_RUNSTATEDIR +CMAKE_INSTALL_RUNSTATEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SBINDIR +CMAKE_INSTALL_SBINDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SHAREDSTATEDIR +CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR +CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_LINKER +CMAKE_LINKER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS +CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG +CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE +CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MT +CMAKE_MT-ADVANCED:INTERNAL=1 +//number of local generators +CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=8 +//Platform information initialized +CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 +//noop for ranlib +CMAKE_RANLIB:INTERNAL=: +//ADVANCED property for variable: CMAKE_RC_COMPILER +CMAKE_RC_COMPILER-ADVANCED:INTERNAL=1 +CMAKE_RC_COMPILER_WORKS:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RC_FLAGS +CMAKE_RC_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RC_FLAGS_DEBUG +CMAKE_RC_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RC_FLAGS_MINSIZEREL +CMAKE_RC_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RC_FLAGS_RELEASE +CMAKE_RC_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RC_FLAGS_RELWITHDEBINFO +CMAKE_RC_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//Path to CMake installation. +CMAKE_ROOT:INTERNAL=C:/Program Files/CMake/share/cmake-3.22 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS +CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG +CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE +CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH +CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_RPATH +CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS +CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG +CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE +CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE +CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 +//Details about finding Threads +FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()] +//CMAKE_INSTALL_PREFIX during last run +_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=C:/Program Files (x86)/box2d + diff --git a/Client/ThirdParty/Box2D/proj/CMakeFiles/049e1eb7380682ec4cf9a2c62dad57db/INSTALL_force.rule b/Client/ThirdParty/Box2D/proj/CMakeFiles/049e1eb7380682ec4cf9a2c62dad57db/INSTALL_force.rule new file mode 100644 index 0000000..2d3998c --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/CMakeFiles/049e1eb7380682ec4cf9a2c62dad57db/INSTALL_force.rule @@ -0,0 +1 @@ +# generated from CMake diff --git a/Client/ThirdParty/Box2D/proj/CMakeFiles/14f8a92cc8883d19b638672092016c39/INSTALL_force.rule b/Client/ThirdParty/Box2D/proj/CMakeFiles/14f8a92cc8883d19b638672092016c39/INSTALL_force.rule new file mode 100644 index 0000000..2d3998c --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/CMakeFiles/14f8a92cc8883d19b638672092016c39/INSTALL_force.rule @@ -0,0 +1 @@ +# generated from CMake diff --git a/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CMakeCCompiler.cmake b/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CMakeCCompiler.cmake new file mode 100644 index 0000000..08969aa --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CMakeCCompiler.cmake @@ -0,0 +1,72 @@ +set(CMAKE_C_COMPILER "C:/Program Files (x86)/Microsoft Visual Studio/2017/Enterprise/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x86/cl.exe") +set(CMAKE_C_COMPILER_ARG1 "") +set(CMAKE_C_COMPILER_ID "MSVC") +set(CMAKE_C_COMPILER_VERSION "19.16.27045.0") +set(CMAKE_C_COMPILER_VERSION_INTERNAL "") +set(CMAKE_C_COMPILER_WRAPPER "") +set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "90") +set(CMAKE_C_EXTENSIONS_COMPUTED_DEFAULT "OFF") +set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_std_99;c_std_11;c_function_prototypes;c_variadic_macros") +set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes") +set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_variadic_macros") +set(CMAKE_C11_COMPILE_FEATURES "c_std_11") +set(CMAKE_C17_COMPILE_FEATURES "") +set(CMAKE_C23_COMPILE_FEATURES "") + +set(CMAKE_C_PLATFORM_ID "Windows") +set(CMAKE_C_SIMULATE_ID "") +set(CMAKE_C_COMPILER_FRONTEND_VARIANT "") +set(CMAKE_C_SIMULATE_VERSION "") +set(CMAKE_C_COMPILER_ARCHITECTURE_ID X86) + +set(MSVC_C_ARCHITECTURE_ID X86) + +set(CMAKE_AR "C:/Program Files (x86)/Microsoft Visual Studio/2017/Enterprise/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x86/lib.exe") +set(CMAKE_C_COMPILER_AR "") +set(CMAKE_RANLIB ":") +set(CMAKE_C_COMPILER_RANLIB "") +set(CMAKE_LINKER "C:/Program Files (x86)/Microsoft Visual Studio/2017/Enterprise/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x86/link.exe") +set(CMAKE_MT "CMAKE_MT-NOTFOUND") +set(CMAKE_COMPILER_IS_GNUCC ) +set(CMAKE_C_COMPILER_LOADED 1) +set(CMAKE_C_COMPILER_WORKS TRUE) +set(CMAKE_C_ABI_COMPILED TRUE) + +set(CMAKE_C_COMPILER_ENV_VAR "CC") + +set(CMAKE_C_COMPILER_ID_RUN 1) +set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m) +set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) +set(CMAKE_C_LINKER_PREFERENCE 10) + +# Save compiler ABI information. +set(CMAKE_C_SIZEOF_DATA_PTR "4") +set(CMAKE_C_COMPILER_ABI "") +set(CMAKE_C_BYTE_ORDER "LITTLE_ENDIAN") +set(CMAKE_C_LIBRARY_ARCHITECTURE "") + +if(CMAKE_C_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_C_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}") +endif() + +if(CMAKE_C_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "") +endif() + +set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_C_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "") +set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "") +set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "") +set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CMakeCXXCompiler.cmake b/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CMakeCXXCompiler.cmake new file mode 100644 index 0000000..e905aa1 --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CMakeCXXCompiler.cmake @@ -0,0 +1,83 @@ +set(CMAKE_CXX_COMPILER "C:/Program Files (x86)/Microsoft Visual Studio/2017/Enterprise/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x86/cl.exe") +set(CMAKE_CXX_COMPILER_ARG1 "") +set(CMAKE_CXX_COMPILER_ID "MSVC") +set(CMAKE_CXX_COMPILER_VERSION "19.16.27045.0") +set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") +set(CMAKE_CXX_COMPILER_WRAPPER "") +set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "14") +set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "OFF") +set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20") +set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters") +set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates") +set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates") +set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17") +set(CMAKE_CXX20_COMPILE_FEATURES "cxx_std_20") +set(CMAKE_CXX23_COMPILE_FEATURES "") + +set(CMAKE_CXX_PLATFORM_ID "Windows") +set(CMAKE_CXX_SIMULATE_ID "") +set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "") +set(CMAKE_CXX_SIMULATE_VERSION "") +set(CMAKE_CXX_COMPILER_ARCHITECTURE_ID X86) + +set(MSVC_CXX_ARCHITECTURE_ID X86) + +set(CMAKE_AR "C:/Program Files (x86)/Microsoft Visual Studio/2017/Enterprise/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x86/lib.exe") +set(CMAKE_CXX_COMPILER_AR "") +set(CMAKE_RANLIB ":") +set(CMAKE_CXX_COMPILER_RANLIB "") +set(CMAKE_LINKER "C:/Program Files (x86)/Microsoft Visual Studio/2017/Enterprise/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x86/link.exe") +set(CMAKE_MT "CMAKE_MT-NOTFOUND") +set(CMAKE_COMPILER_IS_GNUCXX ) +set(CMAKE_CXX_COMPILER_LOADED 1) +set(CMAKE_CXX_COMPILER_WORKS TRUE) +set(CMAKE_CXX_ABI_COMPILED TRUE) + +set(CMAKE_CXX_COMPILER_ENV_VAR "CXX") + +set(CMAKE_CXX_COMPILER_ID_RUN 1) +set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm) +set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) + +foreach (lang C OBJC OBJCXX) + if (CMAKE_${lang}_COMPILER_ID_RUN) + foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS) + list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension}) + endforeach() + endif() +endforeach() + +set(CMAKE_CXX_LINKER_PREFERENCE 30) +set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) + +# Save compiler ABI information. +set(CMAKE_CXX_SIZEOF_DATA_PTR "4") +set(CMAKE_CXX_COMPILER_ABI "") +set(CMAKE_CXX_BYTE_ORDER "LITTLE_ENDIAN") +set(CMAKE_CXX_LIBRARY_ARCHITECTURE "") + +if(CMAKE_CXX_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_CXX_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}") +endif() + +if(CMAKE_CXX_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "") +endif() + +set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "") +set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "") +set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "") +set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CMakeDetermineCompilerABI_C.bin b/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CMakeDetermineCompilerABI_C.bin Binary files differnew file mode 100644 index 0000000..1f16555 --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CMakeDetermineCompilerABI_C.bin diff --git a/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CMakeDetermineCompilerABI_CXX.bin b/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CMakeDetermineCompilerABI_CXX.bin Binary files differnew file mode 100644 index 0000000..54e380e --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CMakeDetermineCompilerABI_CXX.bin diff --git a/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CMakeRCCompiler.cmake b/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CMakeRCCompiler.cmake new file mode 100644 index 0000000..0f61961 --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CMakeRCCompiler.cmake @@ -0,0 +1,6 @@ +set(CMAKE_RC_COMPILER "rc") +set(CMAKE_RC_COMPILER_ARG1 "") +set(CMAKE_RC_COMPILER_LOADED 1) +set(CMAKE_RC_SOURCE_FILE_EXTENSIONS rc;RC) +set(CMAKE_RC_OUTPUT_EXTENSION .res) +set(CMAKE_RC_COMPILER_ENV_VAR "RC") diff --git a/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CMakeSystem.cmake b/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CMakeSystem.cmake new file mode 100644 index 0000000..013b053 --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CMakeSystem.cmake @@ -0,0 +1,15 @@ +set(CMAKE_HOST_SYSTEM "Windows-10.0.19042") +set(CMAKE_HOST_SYSTEM_NAME "Windows") +set(CMAKE_HOST_SYSTEM_VERSION "10.0.19042") +set(CMAKE_HOST_SYSTEM_PROCESSOR "AMD64") + + + +set(CMAKE_SYSTEM "Windows-10.0.19042") +set(CMAKE_SYSTEM_NAME "Windows") +set(CMAKE_SYSTEM_VERSION "10.0.19042") +set(CMAKE_SYSTEM_PROCESSOR "AMD64") + +set(CMAKE_CROSSCOMPILING "FALSE") + +set(CMAKE_SYSTEM_LOADED 1) diff --git a/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CompilerIdC/CMakeCCompilerId.c b/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CompilerIdC/CMakeCCompilerId.c new file mode 100644 index 0000000..55753d5 --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CompilerIdC/CMakeCCompilerId.c @@ -0,0 +1,803 @@ +#ifdef __cplusplus +# error "A C++ compiler has been selected for C." +#endif + +#if defined(__18CXX) +# define ID_VOID_MAIN +#endif +#if defined(__CLASSIC_C__) +/* cv-qualifiers did not exist in K&R C */ +# define const +# define volatile +#endif + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#endif +#if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +#endif +#if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +#elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +#endif +#if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +#endif +#if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +#endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_C) +# define COMPILER_ID "SunPro" +# if __SUNPRO_C >= 0x5100 + /* __SUNPRO_C = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) +# endif + +#elif defined(__HP_cc) +# define COMPILER_ID "HP" + /* __HP_cc = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100) + +#elif defined(__DECC) +# define COMPILER_ID "Compaq" + /* __DECC_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000) + +#elif defined(__IBMC__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800 +# define COMPILER_ID "XL" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__TINYC__) +# define COMPILER_ID "TinyCC" + +#elif defined(__BCC__) +# define COMPILER_ID "Bruce" + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__GNUC__) +# define COMPILER_ID "GNU" +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__) +# define COMPILER_ID "ADSP" +#if defined(__VISUALDSPVERSION__) + /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ +# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24) +# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + +#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC) +# define COMPILER_ID "SDCC" +# if defined(__SDCC_VERSION_MAJOR) +# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR) +# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR) +# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH) +# else + /* SDCC = VRP */ +# define COMPILER_VERSION_MAJOR DEC(SDCC/100) +# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10) +# define COMPILER_VERSION_PATCH DEC(SDCC % 10) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__MSYS__) +# define PLATFORM_ID "MSYS" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__TI_COMPILER_VERSION__) +# if defined(__TI_ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__MSP430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__TMS320C28XX__) +# define ARCHITECTURE_ID "TMS320C28x" + +# elif defined(__TMS320C6X__) || defined(_TMS320C6X) +# define ARCHITECTURE_ID "TMS320C6x" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(COMPILER_VERSION_MAJOR) +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#if !defined(__STDC__) && !defined(__clang__) +# if defined(_MSC_VER) || defined(__ibmxl__) || defined(__IBMC__) +# define C_VERSION "90" +# else +# define C_VERSION +# endif +#elif __STDC_VERSION__ > 201710L +# define C_VERSION "23" +#elif __STDC_VERSION__ >= 201710L +# define C_VERSION "17" +#elif __STDC_VERSION__ >= 201000L +# define C_VERSION "11" +#elif __STDC_VERSION__ >= 199901L +# define C_VERSION "99" +#else +# define C_VERSION "90" +#endif +const char* info_language_standard_default = + "INFO" ":" "standard_default[" C_VERSION "]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +// !defined(_MSC_VER) to exclude Clang's MSVC compatibility mode. +#if (defined(__clang__) || defined(__GNUC__) || \ + defined(__TI_COMPILER_VERSION__)) && \ + !defined(__STRICT_ANSI__) && !defined(_MSC_VER) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +#ifdef ID_VOID_MAIN +void main() {} +#else +# if defined(__CLASSIC_C__) +int main(argc, argv) int argc; char *argv[]; +# else +int main(int argc, char* argv[]) +# endif +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef COMPILER_VERSION_INTERNAL + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} +#endif diff --git a/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CompilerIdC/CompilerIdC.exe b/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CompilerIdC/CompilerIdC.exe Binary files differnew file mode 100644 index 0000000..3d8110a --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CompilerIdC/CompilerIdC.exe diff --git a/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CompilerIdC/CompilerIdC.vcxproj b/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CompilerIdC/CompilerIdC.vcxproj new file mode 100644 index 0000000..a96ed0a --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CompilerIdC/CompilerIdC.vcxproj @@ -0,0 +1,71 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup Label="ProjectConfigurations"> + <ProjectConfiguration Include="Debug|Win32"> + <Configuration>Debug</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectGuid>{CAE07175-D007-4FC3-BFE8-47B392814159}</ProjectGuid> + <RootNamespace>CompilerIdC</RootNamespace> + <Keyword>Win32Proj</Keyword> + + + <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion> + + + + + </PropertyGroup> + + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup> + + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <PlatformToolset>v141</PlatformToolset> + <CharacterSet>MultiByte</CharacterSet> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> + <ImportGroup Label="ExtensionSettings"> + + </ImportGroup> + <PropertyGroup> + <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> + <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\</OutDir> + <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\</IntDir> + <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkIncremental> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> + <ClCompile> + <Optimization>Disabled</Optimization> + <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions> + <MinimalRebuild>false</MinimalRebuild> + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> + <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> + <PrecompiledHeader> + </PrecompiledHeader> + <WarningLevel>TurnOffAllWarnings</WarningLevel> + <DebugInformationFormat> + </DebugInformationFormat> + </ClCompile> + + <Link> + <GenerateDebugInformation>false</GenerateDebugInformation> + <SubSystem>Console</SubSystem> + + </Link> + <PostBuildEvent> + <Command>for %%i in (cl.exe) do %40echo CMAKE_C_COMPILER=%%~$PATH:i</Command> + </PostBuildEvent> + </ItemDefinitionGroup> + <ItemGroup> + <ClCompile Include="CMakeCCompilerId.c" /> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"> + + </ImportGroup> +</Project> diff --git a/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CompilerIdC/Debug/CMakeCCompilerId.obj b/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CompilerIdC/Debug/CMakeCCompilerId.obj Binary files differnew file mode 100644 index 0000000..c0c9d27 --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CompilerIdC/Debug/CMakeCCompilerId.obj diff --git a/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CompilerIdC/Debug/CompilerIdC.tlog/CL.command.1.tlog b/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CompilerIdC/Debug/CompilerIdC.tlog/CL.command.1.tlog Binary files differnew file mode 100644 index 0000000..1f3c250 --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CompilerIdC/Debug/CompilerIdC.tlog/CL.command.1.tlog diff --git a/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CompilerIdC/Debug/CompilerIdC.tlog/CL.read.1.tlog b/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CompilerIdC/Debug/CompilerIdC.tlog/CL.read.1.tlog Binary files differnew file mode 100644 index 0000000..ee0a19b --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CompilerIdC/Debug/CompilerIdC.tlog/CL.read.1.tlog diff --git a/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CompilerIdC/Debug/CompilerIdC.tlog/CL.write.1.tlog b/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CompilerIdC/Debug/CompilerIdC.tlog/CL.write.1.tlog Binary files differnew file mode 100644 index 0000000..b0bc733 --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CompilerIdC/Debug/CompilerIdC.tlog/CL.write.1.tlog diff --git a/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CompilerIdC/Debug/CompilerIdC.tlog/CompilerIdC.lastbuildstate b/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CompilerIdC/Debug/CompilerIdC.tlog/CompilerIdC.lastbuildstate new file mode 100644 index 0000000..3773964 --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CompilerIdC/Debug/CompilerIdC.tlog/CompilerIdC.lastbuildstate @@ -0,0 +1,2 @@ +#TargetFrameworkVersion=v4.0:PlatformToolSet=v141:EnableManagedIncrementalBuild=false:VCToolArchitecture=Native32Bit:WindowsTargetPlatformVersion=10.0.17763.0 +Debug|Win32|D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\CMakeFiles\3.22.0-rc2\CompilerIdC\| diff --git a/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CompilerIdC/Debug/CompilerIdC.tlog/link.command.1.tlog b/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CompilerIdC/Debug/CompilerIdC.tlog/link.command.1.tlog Binary files differnew file mode 100644 index 0000000..d89b4b2 --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CompilerIdC/Debug/CompilerIdC.tlog/link.command.1.tlog diff --git a/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CompilerIdC/Debug/CompilerIdC.tlog/link.read.1.tlog b/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CompilerIdC/Debug/CompilerIdC.tlog/link.read.1.tlog Binary files differnew file mode 100644 index 0000000..022717c --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CompilerIdC/Debug/CompilerIdC.tlog/link.read.1.tlog diff --git a/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CompilerIdC/Debug/CompilerIdC.tlog/link.write.1.tlog b/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CompilerIdC/Debug/CompilerIdC.tlog/link.write.1.tlog Binary files differnew file mode 100644 index 0000000..958b952 --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CompilerIdC/Debug/CompilerIdC.tlog/link.write.1.tlog diff --git a/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CompilerIdCXX/CMakeCXXCompilerId.cpp b/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CompilerIdCXX/CMakeCXXCompilerId.cpp new file mode 100644 index 0000000..adc0bb8 --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CompilerIdCXX/CMakeCXXCompilerId.cpp @@ -0,0 +1,791 @@ +/* This source file must have a .cpp extension so that all C++ compilers + recognize the extension without flags. Borland does not know .cxx for + example. */ +#ifndef __cplusplus +# error "A C compiler has been selected for C++." +#endif + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__COMO__) +# define COMPILER_ID "Comeau" + /* __COMO_VERSION__ = VRR */ +# define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100) +# define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100) + +#elif defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#endif +#if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +#endif +#if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +#elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +#endif +#if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +#endif +#if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +#endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_CC) +# define COMPILER_ID "SunPro" +# if __SUNPRO_CC >= 0x5100 + /* __SUNPRO_CC = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# endif + +#elif defined(__HP_aCC) +# define COMPILER_ID "HP" + /* __HP_aCC = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100) + +#elif defined(__DECCXX) +# define COMPILER_ID "Compaq" + /* __DECCXX_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000) + +#elif defined(__IBMCPP__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800 +# define COMPILER_ID "XL" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__GNUC__) || defined(__GNUG__) +# define COMPILER_ID "GNU" +# if defined(__GNUC__) +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# else +# define COMPILER_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__) +# define COMPILER_ID "ADSP" +#if defined(__VISUALDSPVERSION__) + /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ +# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24) +# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__MSYS__) +# define PLATFORM_ID "MSYS" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__TI_COMPILER_VERSION__) +# if defined(__TI_ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__MSP430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__TMS320C28XX__) +# define ARCHITECTURE_ID "TMS320C28x" + +# elif defined(__TMS320C6X__) || defined(_TMS320C6X) +# define ARCHITECTURE_ID "TMS320C6x" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(COMPILER_VERSION_MAJOR) +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) && _MSVC_LANG < 201403L +# if defined(__INTEL_CXX11_MODE__) +# if defined(__cpp_aggregate_nsdmi) +# define CXX_STD 201402L +# else +# define CXX_STD 201103L +# endif +# else +# define CXX_STD 199711L +# endif +#elif defined(_MSC_VER) && defined(_MSVC_LANG) +# define CXX_STD _MSVC_LANG +#else +# define CXX_STD __cplusplus +#endif + +const char* info_language_standard_default = "INFO" ":" "standard_default[" +#if CXX_STD > 202002L + "23" +#elif CXX_STD > 201703L + "20" +#elif CXX_STD >= 201703L + "17" +#elif CXX_STD >= 201402L + "14" +#elif CXX_STD >= 201103L + "11" +#else + "98" +#endif +"]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +// !defined(_MSC_VER) to exclude Clang's MSVC compatibility mode. +#if (defined(__clang__) || defined(__GNUC__) || \ + defined(__TI_COMPILER_VERSION__)) && \ + !defined(__STRICT_ANSI__) && !defined(_MSC_VER) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +int main(int argc, char* argv[]) +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef COMPILER_VERSION_INTERNAL + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} diff --git a/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CompilerIdCXX/CompilerIdCXX.exe b/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CompilerIdCXX/CompilerIdCXX.exe Binary files differnew file mode 100644 index 0000000..d241921 --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CompilerIdCXX/CompilerIdCXX.exe diff --git a/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CompilerIdCXX/CompilerIdCXX.vcxproj b/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CompilerIdCXX/CompilerIdCXX.vcxproj new file mode 100644 index 0000000..2bf082a --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CompilerIdCXX/CompilerIdCXX.vcxproj @@ -0,0 +1,71 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup Label="ProjectConfigurations"> + <ProjectConfiguration Include="Debug|Win32"> + <Configuration>Debug</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectGuid>{CAE07175-D007-4FC3-BFE8-47B392814159}</ProjectGuid> + <RootNamespace>CompilerIdCXX</RootNamespace> + <Keyword>Win32Proj</Keyword> + + + <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion> + + + + + </PropertyGroup> + + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup> + + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <PlatformToolset>v141</PlatformToolset> + <CharacterSet>MultiByte</CharacterSet> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> + <ImportGroup Label="ExtensionSettings"> + + </ImportGroup> + <PropertyGroup> + <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> + <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\</OutDir> + <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\</IntDir> + <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkIncremental> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> + <ClCompile> + <Optimization>Disabled</Optimization> + <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions> + <MinimalRebuild>false</MinimalRebuild> + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> + <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> + <PrecompiledHeader> + </PrecompiledHeader> + <WarningLevel>TurnOffAllWarnings</WarningLevel> + <DebugInformationFormat> + </DebugInformationFormat> + </ClCompile> + + <Link> + <GenerateDebugInformation>false</GenerateDebugInformation> + <SubSystem>Console</SubSystem> + + </Link> + <PostBuildEvent> + <Command>for %%i in (cl.exe) do %40echo CMAKE_CXX_COMPILER=%%~$PATH:i</Command> + </PostBuildEvent> + </ItemDefinitionGroup> + <ItemGroup> + <ClCompile Include="CMakeCXXCompilerId.cpp" /> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"> + + </ImportGroup> +</Project> diff --git a/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CompilerIdCXX/Debug/CMakeCXXCompilerId.obj b/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CompilerIdCXX/Debug/CMakeCXXCompilerId.obj Binary files differnew file mode 100644 index 0000000..f963658 --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CompilerIdCXX/Debug/CMakeCXXCompilerId.obj diff --git a/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CompilerIdCXX/Debug/CompilerIdCXX.tlog/CL.command.1.tlog b/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CompilerIdCXX/Debug/CompilerIdCXX.tlog/CL.command.1.tlog Binary files differnew file mode 100644 index 0000000..8c79403 --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CompilerIdCXX/Debug/CompilerIdCXX.tlog/CL.command.1.tlog diff --git a/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CompilerIdCXX/Debug/CompilerIdCXX.tlog/CL.read.1.tlog b/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CompilerIdCXX/Debug/CompilerIdCXX.tlog/CL.read.1.tlog Binary files differnew file mode 100644 index 0000000..ebb0c38 --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CompilerIdCXX/Debug/CompilerIdCXX.tlog/CL.read.1.tlog diff --git a/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CompilerIdCXX/Debug/CompilerIdCXX.tlog/CL.write.1.tlog b/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CompilerIdCXX/Debug/CompilerIdCXX.tlog/CL.write.1.tlog Binary files differnew file mode 100644 index 0000000..5a23772 --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CompilerIdCXX/Debug/CompilerIdCXX.tlog/CL.write.1.tlog diff --git a/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CompilerIdCXX/Debug/CompilerIdCXX.tlog/CompilerIdCXX.lastbuildstate b/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CompilerIdCXX/Debug/CompilerIdCXX.tlog/CompilerIdCXX.lastbuildstate new file mode 100644 index 0000000..17c7430 --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CompilerIdCXX/Debug/CompilerIdCXX.tlog/CompilerIdCXX.lastbuildstate @@ -0,0 +1,2 @@ +#TargetFrameworkVersion=v4.0:PlatformToolSet=v141:EnableManagedIncrementalBuild=false:VCToolArchitecture=Native32Bit:WindowsTargetPlatformVersion=10.0.17763.0 +Debug|Win32|D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\CMakeFiles\3.22.0-rc2\CompilerIdCXX\| diff --git a/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CompilerIdCXX/Debug/CompilerIdCXX.tlog/link.command.1.tlog b/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CompilerIdCXX/Debug/CompilerIdCXX.tlog/link.command.1.tlog Binary files differnew file mode 100644 index 0000000..e4d58e8 --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CompilerIdCXX/Debug/CompilerIdCXX.tlog/link.command.1.tlog diff --git a/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CompilerIdCXX/Debug/CompilerIdCXX.tlog/link.read.1.tlog b/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CompilerIdCXX/Debug/CompilerIdCXX.tlog/link.read.1.tlog Binary files differnew file mode 100644 index 0000000..270e397 --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CompilerIdCXX/Debug/CompilerIdCXX.tlog/link.read.1.tlog diff --git a/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CompilerIdCXX/Debug/CompilerIdCXX.tlog/link.write.1.tlog b/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CompilerIdCXX/Debug/CompilerIdCXX.tlog/link.write.1.tlog Binary files differnew file mode 100644 index 0000000..864cc81 --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CompilerIdCXX/Debug/CompilerIdCXX.tlog/link.write.1.tlog diff --git a/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/Debug/VCTargetsPath.tlog/VCTargetsPath.lastbuildstate b/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/Debug/VCTargetsPath.tlog/VCTargetsPath.lastbuildstate new file mode 100644 index 0000000..9bf662b --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/Debug/VCTargetsPath.tlog/VCTargetsPath.lastbuildstate @@ -0,0 +1,2 @@ +#TargetFrameworkVersion=v4.0:PlatformToolSet=v141:EnableManagedIncrementalBuild=false:VCToolArchitecture=Native32Bit:WindowsTargetPlatformVersion=10.0.17763.0 +Debug|Win32|D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\CMakeFiles\3.22.0-rc2\| diff --git a/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/VCTargetsPath.txt b/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/VCTargetsPath.txt new file mode 100644 index 0000000..80259da --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/VCTargetsPath.txt @@ -0,0 +1 @@ +C:/Program Files (x86)/Microsoft Visual Studio/2017/Enterprise/Common7/IDE/VC/VCTargets diff --git a/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/VCTargetsPath.vcxproj b/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/VCTargetsPath.vcxproj new file mode 100644 index 0000000..84ac03b --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/VCTargetsPath.vcxproj @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup Label="ProjectConfigurations"> + <ProjectConfiguration Include="Debug|Win32"> + <Configuration>Debug</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectGuid>{F3FC6D86-508D-3FB1-96D2-995F08B142EC}</ProjectGuid> + <Keyword>Win32Proj</Keyword> + <Platform>Win32</Platform> + <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props"/> + <PropertyGroup Label="Configuration"> + <ConfigurationType>Utility</ConfigurationType> + <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props"/> + <ItemDefinitionGroup> + <PostBuildEvent> + <Command>echo VCTargetsPath=$(VCTargetsPath)</Command> + </PostBuildEvent> + </ItemDefinitionGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets"/> +</Project> diff --git a/Client/ThirdParty/Box2D/proj/CMakeFiles/3f042071a51acdc6d8fcb5e7be7244c8/INSTALL_force.rule b/Client/ThirdParty/Box2D/proj/CMakeFiles/3f042071a51acdc6d8fcb5e7be7244c8/INSTALL_force.rule new file mode 100644 index 0000000..2d3998c --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/CMakeFiles/3f042071a51acdc6d8fcb5e7be7244c8/INSTALL_force.rule @@ -0,0 +1 @@ +# generated from CMake diff --git a/Client/ThirdParty/Box2D/proj/CMakeFiles/3f042071a51acdc6d8fcb5e7be7244c8/generate.stamp.rule b/Client/ThirdParty/Box2D/proj/CMakeFiles/3f042071a51acdc6d8fcb5e7be7244c8/generate.stamp.rule new file mode 100644 index 0000000..2d3998c --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/CMakeFiles/3f042071a51acdc6d8fcb5e7be7244c8/generate.stamp.rule @@ -0,0 +1 @@ +# generated from CMake diff --git a/Client/ThirdParty/Box2D/proj/CMakeFiles/455517aeb2285a20077dbce51065d1ef/INSTALL_force.rule b/Client/ThirdParty/Box2D/proj/CMakeFiles/455517aeb2285a20077dbce51065d1ef/INSTALL_force.rule new file mode 100644 index 0000000..2d3998c --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/CMakeFiles/455517aeb2285a20077dbce51065d1ef/INSTALL_force.rule @@ -0,0 +1 @@ +# generated from CMake diff --git a/Client/ThirdParty/Box2D/proj/CMakeFiles/5db6461968e3a28c7176c305697cc35c/INSTALL_force.rule b/Client/ThirdParty/Box2D/proj/CMakeFiles/5db6461968e3a28c7176c305697cc35c/INSTALL_force.rule new file mode 100644 index 0000000..2d3998c --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/CMakeFiles/5db6461968e3a28c7176c305697cc35c/INSTALL_force.rule @@ -0,0 +1 @@ +# generated from CMake diff --git a/Client/ThirdParty/Box2D/proj/CMakeFiles/6ddefecedef78174b7ed9b2bc8a1e035/INSTALL_force.rule b/Client/ThirdParty/Box2D/proj/CMakeFiles/6ddefecedef78174b7ed9b2bc8a1e035/INSTALL_force.rule new file mode 100644 index 0000000..2d3998c --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/CMakeFiles/6ddefecedef78174b7ed9b2bc8a1e035/INSTALL_force.rule @@ -0,0 +1 @@ +# generated from CMake diff --git a/Client/ThirdParty/Box2D/proj/CMakeFiles/9ab13db7d2176474a16e440b6b1b97a8/INSTALL_force.rule b/Client/ThirdParty/Box2D/proj/CMakeFiles/9ab13db7d2176474a16e440b6b1b97a8/INSTALL_force.rule new file mode 100644 index 0000000..2d3998c --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/CMakeFiles/9ab13db7d2176474a16e440b6b1b97a8/INSTALL_force.rule @@ -0,0 +1 @@ +# generated from CMake diff --git a/Client/ThirdParty/Box2D/proj/CMakeFiles/CMakeError.log b/Client/ThirdParty/Box2D/proj/CMakeFiles/CMakeError.log new file mode 100644 index 0000000..e554191 --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/CMakeFiles/CMakeError.log @@ -0,0 +1,16 @@ +Determining if the include file pthread.h exists failed with the following output:
+Change Dir: D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/CMakeFiles/CMakeTmp
+
+Run Build Command(s):C:/Program Files (x86)/Microsoft Visual Studio/2017/Enterprise/MSBuild/15.0/Bin/MSBuild.exe cmTC_ba595.vcxproj /p:Configuration=Debug /p:Platform=Win32 /p:VisualStudioVersion=15.0 /v:m && 用于 .NET Framework 的 Microsoft (R) 生成引擎版本 15.9.21+g9802d43bc3
+版权所有(C) Microsoft Corporation。保留所有权利。
+
+ 用于 x86 的 Microsoft (R) C/C++ 优化编译器 19.16.27045 版
+ 版权所有(C) Microsoft Corporation。保留所有权利。
+
+ cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /Oy- /D _MBCS /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_ba595.dir\Debug\\" /Fd"cmTC_ba595.dir\Debug\vc141.pdb" /Gd /TC /analyze- /errorReport:queue D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\CMakeFiles\CMakeTmp\CheckIncludeFile.c
+ CheckIncludeFile.c
+
+D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\CMakeFiles\CMakeTmp\CheckIncludeFile.c(1): fatal error C1083: 无法打开包括文件: “pthread.h”: No such file or directory [D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\CMakeFiles\CMakeTmp\cmTC_ba595.vcxproj]
+
+
+
diff --git a/Client/ThirdParty/Box2D/proj/CMakeFiles/CMakeOutput.log b/Client/ThirdParty/Box2D/proj/CMakeFiles/CMakeOutput.log new file mode 100644 index 0000000..56666a2 --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/CMakeFiles/CMakeOutput.log @@ -0,0 +1,123 @@ +The system is: Windows - 10.0.19042 - AMD64
+Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
+Compiler:
+Build flags:
+Id flags:
+
+The output was:
+0
+用于 .NET Framework 的 Microsoft (R) 生成引擎版本 15.9.21+g9802d43bc3
+版权所有(C) Microsoft Corporation。保留所有权利。
+
+生成启动时间为 2021/12/10 0:31:45。
+节点 1 上的项目“D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\CMakeFiles\3.22.0-rc2\CompilerIdC\CompilerIdC.vcxproj”(默认目标)。
+PrepareForBuild:
+ 正在创建目录“Debug\”。
+ 正在创建目录“Debug\CompilerIdC.tlog\”。
+InitializeBuildStatus:
+ 正在创建“Debug\CompilerIdC.tlog\unsuccessfulbuild”,因为已指定“AlwaysCreate”。
+ClCompile:
+ C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Tools\MSVC\14.16.27023\bin\HostX86\x86\CL.exe /c /nologo /W0 /WX- /diagnostics:classic /Od /Oy- /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"Debug\\" /Fd"Debug\vc141.pdb" /Gd /TC /analyze- /FC /errorReport:queue CMakeCCompilerId.c
+ CMakeCCompilerId.c
+Link:
+ C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Tools\MSVC\14.16.27023\bin\HostX86\x86\link.exe /ERRORREPORT:QUEUE /OUT:".\CompilerIdC.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:".\CompilerIdC.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:".\CompilerIdC.lib" /MACHINE:X86 /SAFESEH Debug\CMakeCCompilerId.obj
+ CompilerIdC.vcxproj -> D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\CMakeFiles\3.22.0-rc2\CompilerIdC\.\CompilerIdC.exe
+PostBuildEvent:
+ for %%i in (cl.exe) do @echo CMAKE_C_COMPILER=%%~$PATH:i
+ :VCEnd
+ CMAKE_C_COMPILER=C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Tools\MSVC\14.16.27023\bin\Hostx86\x86\cl.exe
+FinalizeBuildStatus:
+ 正在删除文件“Debug\CompilerIdC.tlog\unsuccessfulbuild”。
+ 正在对“Debug\CompilerIdC.tlog\CompilerIdC.lastbuildstate”执行 Touch 任务。
+已完成生成项目“D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\CMakeFiles\3.22.0-rc2\CompilerIdC\CompilerIdC.vcxproj”(默认目标)的操作。
+
+已成功生成。
+ 0 个警告
+ 0 个错误
+
+已用时间 00:00:02.03
+
+
+Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "CompilerIdC.exe"
+
+Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "CompilerIdC.vcxproj"
+
+The C compiler identification is MSVC, found in "D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CompilerIdC/CompilerIdC.exe"
+
+Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
+Compiler:
+Build flags:
+Id flags:
+
+The output was:
+0
+用于 .NET Framework 的 Microsoft (R) 生成引擎版本 15.9.21+g9802d43bc3
+版权所有(C) Microsoft Corporation。保留所有权利。
+
+生成启动时间为 2021/12/10 0:31:48。
+节点 1 上的项目“D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\CMakeFiles\3.22.0-rc2\CompilerIdCXX\CompilerIdCXX.vcxproj”(默认目标)。
+PrepareForBuild:
+ 正在创建目录“Debug\”。
+ 正在创建目录“Debug\CompilerIdCXX.tlog\”。
+InitializeBuildStatus:
+ 正在创建“Debug\CompilerIdCXX.tlog\unsuccessfulbuild”,因为已指定“AlwaysCreate”。
+ClCompile:
+ C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Tools\MSVC\14.16.27023\bin\HostX86\x86\CL.exe /c /nologo /W0 /WX- /diagnostics:classic /Od /Oy- /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"Debug\\" /Fd"Debug\vc141.pdb" /Gd /TP /analyze- /FC /errorReport:queue CMakeCXXCompilerId.cpp
+ CMakeCXXCompilerId.cpp
+Link:
+ C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Tools\MSVC\14.16.27023\bin\HostX86\x86\link.exe /ERRORREPORT:QUEUE /OUT:".\CompilerIdCXX.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:".\CompilerIdCXX.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:".\CompilerIdCXX.lib" /MACHINE:X86 /SAFESEH Debug\CMakeCXXCompilerId.obj
+ CompilerIdCXX.vcxproj -> D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\CMakeFiles\3.22.0-rc2\CompilerIdCXX\.\CompilerIdCXX.exe
+PostBuildEvent:
+ for %%i in (cl.exe) do @echo CMAKE_CXX_COMPILER=%%~$PATH:i
+ :VCEnd
+ CMAKE_CXX_COMPILER=C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Tools\MSVC\14.16.27023\bin\Hostx86\x86\cl.exe
+FinalizeBuildStatus:
+ 正在删除文件“Debug\CompilerIdCXX.tlog\unsuccessfulbuild”。
+ 正在对“Debug\CompilerIdCXX.tlog\CompilerIdCXX.lastbuildstate”执行 Touch 任务。
+已完成生成项目“D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\CMakeFiles\3.22.0-rc2\CompilerIdCXX\CompilerIdCXX.vcxproj”(默认目标)的操作。
+
+已成功生成。
+ 0 个警告
+ 0 个错误
+
+已用时间 00:00:01.06
+
+
+Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "CompilerIdCXX.exe"
+
+Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "CompilerIdCXX.vcxproj"
+
+The CXX compiler identification is MSVC, found in "D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CompilerIdCXX/CompilerIdCXX.exe"
+
+Detecting C compiler ABI info compiled with the following output:
+Change Dir: D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/CMakeFiles/CMakeTmp
+
+Run Build Command(s):C:/Program Files (x86)/Microsoft Visual Studio/2017/Enterprise/MSBuild/15.0/Bin/MSBuild.exe cmTC_33301.vcxproj /p:Configuration=Debug /p:Platform=Win32 /p:VisualStudioVersion=15.0 /v:m && 用于 .NET Framework 的 Microsoft (R) 生成引擎版本 15.9.21+g9802d43bc3
+版权所有(C) Microsoft Corporation。保留所有权利。
+
+ 用于 x86 的 Microsoft (R) C/C++ 优化编译器 19.16.27045 版
+ 版权所有(C) Microsoft Corporation。保留所有权利。
+
+ cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /Oy- /D _MBCS /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_33301.dir\Debug\\" /Fd"cmTC_33301.dir\Debug\vc141.pdb" /Gd /TC /analyze- /errorReport:queue "C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeCCompilerABI.c"
+ CMakeCCompilerABI.c
+
+ cmTC_33301.vcxproj -> D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\CMakeFiles\CMakeTmp\Debug\cmTC_33301.exe
+
+
+
+Detecting CXX compiler ABI info compiled with the following output:
+Change Dir: D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/CMakeFiles/CMakeTmp
+
+Run Build Command(s):C:/Program Files (x86)/Microsoft Visual Studio/2017/Enterprise/MSBuild/15.0/Bin/MSBuild.exe cmTC_3f802.vcxproj /p:Configuration=Debug /p:Platform=Win32 /p:VisualStudioVersion=15.0 /v:m && 用于 .NET Framework 的 Microsoft (R) 生成引擎版本 15.9.21+g9802d43bc3
+版权所有(C) Microsoft Corporation。保留所有权利。
+
+ 用于 x86 的 Microsoft (R) C/C++ 优化编译器 19.16.27045 版
+ 版权所有(C) Microsoft Corporation。保留所有权利。
+
+ cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /Oy- /D _MBCS /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"cmTC_3f802.dir\Debug\\" /Fd"cmTC_3f802.dir\Debug\vc141.pdb" /Gd /TP /analyze- /errorReport:queue "C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeCXXCompilerABI.cpp"
+ CMakeCXXCompilerABI.cpp
+
+ cmTC_3f802.vcxproj -> D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\CMakeFiles\CMakeTmp\Debug\cmTC_3f802.exe
+
+
+
diff --git a/Client/ThirdParty/Box2D/proj/CMakeFiles/TargetDirectories.txt b/Client/ThirdParty/Box2D/proj/CMakeFiles/TargetDirectories.txt new file mode 100644 index 0000000..312a8c9 --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/CMakeFiles/TargetDirectories.txt @@ -0,0 +1,17 @@ +D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/CMakeFiles/INSTALL.dir +D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/CMakeFiles/ALL_BUILD.dir +D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/CMakeFiles/ZERO_CHECK.dir +D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/src/CMakeFiles/box2d.dir +D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/src/CMakeFiles/INSTALL.dir +D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/unit-test/CMakeFiles/unit_test.dir +D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/unit-test/CMakeFiles/INSTALL.dir +D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/extern/glad/CMakeFiles/glad.dir +D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/extern/glad/CMakeFiles/INSTALL.dir +D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/extern/glfw/CMakeFiles/glfw.dir +D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/extern/glfw/CMakeFiles/INSTALL.dir +D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/extern/imgui/CMakeFiles/imgui.dir +D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/extern/imgui/CMakeFiles/INSTALL.dir +D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/extern/sajson/CMakeFiles/sajson.dir +D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/extern/sajson/CMakeFiles/INSTALL.dir +D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/testbed/CMakeFiles/testbed.dir +D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/testbed/CMakeFiles/INSTALL.dir diff --git a/Client/ThirdParty/Box2D/proj/CMakeFiles/bfe9de955132cd9d067c24acf7d98bef/INSTALL_force.rule b/Client/ThirdParty/Box2D/proj/CMakeFiles/bfe9de955132cd9d067c24acf7d98bef/INSTALL_force.rule new file mode 100644 index 0000000..2d3998c --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/CMakeFiles/bfe9de955132cd9d067c24acf7d98bef/INSTALL_force.rule @@ -0,0 +1 @@ +# generated from CMake diff --git a/Client/ThirdParty/Box2D/proj/CMakeFiles/cmake.check_cache b/Client/ThirdParty/Box2D/proj/CMakeFiles/cmake.check_cache new file mode 100644 index 0000000..3dccd73 --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/CMakeFiles/cmake.check_cache @@ -0,0 +1 @@ +# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/Client/ThirdParty/Box2D/proj/CMakeFiles/generate.stamp b/Client/ThirdParty/Box2D/proj/CMakeFiles/generate.stamp new file mode 100644 index 0000000..9b5f49f --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/CMakeFiles/generate.stamp @@ -0,0 +1 @@ +# CMake generation timestamp file for this directory. diff --git a/Client/ThirdParty/Box2D/proj/CMakeFiles/generate.stamp.depend b/Client/ThirdParty/Box2D/proj/CMakeFiles/generate.stamp.depend new file mode 100644 index 0000000..ac4d405 --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/CMakeFiles/generate.stamp.depend @@ -0,0 +1,96 @@ +# CMake generation dependency list for this directory. +C:/Program Files/CMake/share/cmake-3.22/Modules/CMakeCCompiler.cmake.in +C:/Program Files/CMake/share/cmake-3.22/Modules/CMakeCCompilerABI.c +C:/Program Files/CMake/share/cmake-3.22/Modules/CMakeCInformation.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/CMakeCXXCompiler.cmake.in +C:/Program Files/CMake/share/cmake-3.22/Modules/CMakeCXXCompilerABI.cpp +C:/Program Files/CMake/share/cmake-3.22/Modules/CMakeCXXInformation.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/CMakeCommonLanguageInclude.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/CMakeCompilerIdDetection.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/CMakeDetermineCCompiler.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/CMakeDetermineCXXCompiler.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/CMakeDetermineCompileFeatures.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/CMakeDetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/CMakeDetermineCompilerABI.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/CMakeDetermineCompilerId.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/CMakeDetermineRCCompiler.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/CMakeDetermineSystem.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/CMakeFindBinUtils.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/CMakeGenericSystem.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/CMakeInitializeConfigs.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/CMakeLanguageInformation.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/CMakeParseImplicitIncludeInfo.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/CMakeParseImplicitLinkInfo.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/CMakeParseLibraryArchitecture.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/CMakeRCCompiler.cmake.in +C:/Program Files/CMake/share/cmake-3.22/Modules/CMakeRCInformation.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/CMakeSystem.cmake.in +C:/Program Files/CMake/share/cmake-3.22/Modules/CMakeSystemSpecificInformation.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/CMakeSystemSpecificInitialize.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/CMakeTestCCompiler.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/CMakeTestCXXCompiler.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/CMakeTestCompilerCommon.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/CMakeTestRCCompiler.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/Compiler/ADSP-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/Compiler/ARMCC-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/Compiler/ARMClang-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/Compiler/AppleClang-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/Compiler/Borland-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/Compiler/Bruce-C-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/Compiler/CMakeCommonCompilerMacros.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/Compiler/Clang-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/Compiler/Clang-DetermineCompilerInternal.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/Compiler/Compaq-C-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/Compiler/Cray-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/Compiler/Embarcadero-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/Compiler/Fujitsu-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/Compiler/GHS-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/Compiler/GNU-C-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/Compiler/HP-C-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/Compiler/HP-CXX-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/Compiler/IAR-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/Compiler/Intel-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/Compiler/MSVC-C.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/Compiler/MSVC-CXX.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/Compiler/MSVC-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/Compiler/NVHPC-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/Compiler/NVIDIA-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/Compiler/PGI-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/Compiler/PathScale-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/Compiler/SCO-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/Compiler/SDCC-C-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/Compiler/SunPro-C-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/Compiler/TI-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/Compiler/Watcom-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/Compiler/XL-C-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/Compiler/XL-CXX-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/Compiler/XLClang-C-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/Compiler/zOS-C-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/CompilerId/VS-10.vcxproj.in +C:/Program Files/CMake/share/cmake-3.22/Modules/GNUInstallDirs.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/Internal/FeatureTesting.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/Platform/Windows-Determine-CXX.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/Platform/Windows-MSVC-C.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/Platform/Windows-MSVC-CXX.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/Platform/Windows-MSVC.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/Platform/Windows.cmake +C:/Program Files/CMake/share/cmake-3.22/Modules/Platform/WindowsPaths.cmake +D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/CMakeLists.txt +D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CMakeCCompiler.cmake +D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CMakeCXXCompiler.cmake +D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CMakeRCCompiler.cmake +D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/CMakeFiles/3.22.0-rc2/CMakeSystem.cmake diff --git a/Client/ThirdParty/Box2D/proj/CMakeFiles/generate.stamp.list b/Client/ThirdParty/Box2D/proj/CMakeFiles/generate.stamp.list new file mode 100644 index 0000000..9ff9311 --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/CMakeFiles/generate.stamp.list @@ -0,0 +1,8 @@ +D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/CMakeFiles/generate.stamp +D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/src/CMakeFiles/generate.stamp +D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/unit-test/CMakeFiles/generate.stamp +D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/extern/glad/CMakeFiles/generate.stamp +D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/extern/glfw/CMakeFiles/generate.stamp +D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/extern/imgui/CMakeFiles/generate.stamp +D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/extern/sajson/CMakeFiles/generate.stamp +D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/testbed/CMakeFiles/generate.stamp diff --git a/Client/ThirdParty/Box2D/proj/INSTALL.vcxproj b/Client/ThirdParty/Box2D/proj/INSTALL.vcxproj new file mode 100644 index 0000000..53a7ff2 --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/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 & call :cmErrorLevel %errorlevel% & 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 & call :cmErrorLevel %errorlevel% & 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 & call :cmErrorLevel %errorlevel% & 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 & call :cmErrorLevel %errorlevel% & 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\3f042071a51acdc6d8fcb5e7be7244c8\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 & call :cmErrorLevel %errorlevel% & 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\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 & call :cmErrorLevel %errorlevel% & 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\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 & call :cmErrorLevel %errorlevel% & 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\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 & call :cmErrorLevel %errorlevel% & 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\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/INSTALL.vcxproj.filters b/Client/ThirdParty/Box2D/proj/INSTALL.vcxproj.filters new file mode 100644 index 0000000..8aed76c --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/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\3f042071a51acdc6d8fcb5e7be7244c8\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/ZERO_CHECK.vcxproj b/Client/ThirdParty/Box2D/proj/ZERO_CHECK.vcxproj new file mode 100644 index 0000000..afb370d --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/ZERO_CHECK.vcxproj @@ -0,0 +1,167 @@ +<?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>{BE3FCA9C-E0F7-3263-BFDC-D625CD827C80}</ProjectGuid> + <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion> + <Keyword>Win32Proj</Keyword> + <Platform>Win32</Platform> + <ProjectName>ZERO_CHECK</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'"> + <Midl> + <AdditionalIncludeDirectories>%(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> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> + <Midl> + <AdditionalIncludeDirectories>%(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> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> + <Midl> + <AdditionalIncludeDirectories>%(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> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> + <Midl> + <AdditionalIncludeDirectories>%(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> + </ItemDefinitionGroup> + <ItemGroup> + <CustomBuild Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\CMakeFiles\3f042071a51acdc6d8fcb5e7be7244c8\generate.stamp.rule"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Checking Build System</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-list CMakeFiles/generate.stamp.list --vs-solution-file D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/box2d.sln +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & 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\CMakeCCompiler.cmake.in;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeCCompilerABI.c;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeCXXCompiler.cmake.in;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeCXXCompilerABI.cpp;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeDetermineCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeDetermineCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeDetermineRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeDetermineSystem.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeInitializeConfigs.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakePackageConfigHelpers.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeParseImplicitIncludeInfo.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeParseLibraryArchitecture.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeRCCompiler.cmake.in;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeSystem.cmake.in;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeTestCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeTestCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeTestRCCompiler.cmake;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\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\ARMClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\FujitsuClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\IntelLLVM-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\NVHPC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\XLClang-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\XLClang-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CompilerId\VS-10.vcxproj.in;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\GNUInstallDirs.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Internal\CheckSourceCompiles.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Internal\FeatureTesting.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Platform\Windows-Determine-CXX.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Platform\WindowsPaths.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\WriteBasicConfigVersionFile.cmake;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\CMakeLists.txt;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glad\CMakeLists.txt;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\CMakeLists.txt;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\imgui\CMakeLists.txt;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\sajson\CMakeLists.txt;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\CMakeFiles\3.22.0-rc2\CMakeCCompiler.cmake;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\CMakeFiles\3.22.0-rc2\CMakeCXXCompiler.cmake;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\CMakeFiles\3.22.0-rc2\CMakeRCCompiler.cmake;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\CMakeFiles\3.22.0-rc2\CMakeSystem.cmake;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\CMakeLists.txt;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\CMakeLists.txt;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\unit-test\CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\CMakeFiles\generate.stamp;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\src\CMakeFiles\generate.stamp;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\unit-test\CMakeFiles\generate.stamp;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\extern\glad\CMakeFiles\generate.stamp;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\extern\glfw\CMakeFiles\generate.stamp;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\extern\imgui\CMakeFiles\generate.stamp;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\extern\sajson\CMakeFiles\generate.stamp;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\testbed\CMakeFiles\generate.stamp</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Checking Build System</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-list CMakeFiles/generate.stamp.list --vs-solution-file D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/box2d.sln +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & 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\CMakeCCompiler.cmake.in;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeCCompilerABI.c;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeCXXCompiler.cmake.in;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeCXXCompilerABI.cpp;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeDetermineCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeDetermineCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeDetermineRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeDetermineSystem.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeInitializeConfigs.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakePackageConfigHelpers.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeParseImplicitIncludeInfo.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeParseLibraryArchitecture.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeRCCompiler.cmake.in;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeSystem.cmake.in;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeTestCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeTestCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeTestRCCompiler.cmake;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\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\ARMClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\FujitsuClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\IntelLLVM-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\NVHPC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\XLClang-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\XLClang-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CompilerId\VS-10.vcxproj.in;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\GNUInstallDirs.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Internal\CheckSourceCompiles.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Internal\FeatureTesting.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Platform\Windows-Determine-CXX.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Platform\WindowsPaths.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\WriteBasicConfigVersionFile.cmake;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\CMakeLists.txt;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glad\CMakeLists.txt;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\CMakeLists.txt;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\imgui\CMakeLists.txt;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\sajson\CMakeLists.txt;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\CMakeFiles\3.22.0-rc2\CMakeCCompiler.cmake;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\CMakeFiles\3.22.0-rc2\CMakeCXXCompiler.cmake;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\CMakeFiles\3.22.0-rc2\CMakeRCCompiler.cmake;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\CMakeFiles\3.22.0-rc2\CMakeSystem.cmake;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\CMakeLists.txt;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\CMakeLists.txt;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\unit-test\CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\CMakeFiles\generate.stamp;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\src\CMakeFiles\generate.stamp;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\unit-test\CMakeFiles\generate.stamp;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\extern\glad\CMakeFiles\generate.stamp;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\extern\glfw\CMakeFiles\generate.stamp;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\extern\imgui\CMakeFiles\generate.stamp;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\extern\sajson\CMakeFiles\generate.stamp;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\testbed\CMakeFiles\generate.stamp</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Checking Build System</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-list CMakeFiles/generate.stamp.list --vs-solution-file D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/box2d.sln +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & 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\CMakeCCompiler.cmake.in;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeCCompilerABI.c;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeCXXCompiler.cmake.in;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeCXXCompilerABI.cpp;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeDetermineCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeDetermineCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeDetermineRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeDetermineSystem.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeInitializeConfigs.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakePackageConfigHelpers.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeParseImplicitIncludeInfo.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeParseLibraryArchitecture.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeRCCompiler.cmake.in;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeSystem.cmake.in;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeTestCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeTestCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeTestRCCompiler.cmake;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\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\ARMClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\FujitsuClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\IntelLLVM-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\NVHPC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\XLClang-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\XLClang-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CompilerId\VS-10.vcxproj.in;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\GNUInstallDirs.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Internal\CheckSourceCompiles.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Internal\FeatureTesting.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Platform\Windows-Determine-CXX.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Platform\WindowsPaths.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\WriteBasicConfigVersionFile.cmake;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\CMakeLists.txt;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glad\CMakeLists.txt;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\CMakeLists.txt;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\imgui\CMakeLists.txt;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\sajson\CMakeLists.txt;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\CMakeFiles\3.22.0-rc2\CMakeCCompiler.cmake;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\CMakeFiles\3.22.0-rc2\CMakeCXXCompiler.cmake;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\CMakeFiles\3.22.0-rc2\CMakeRCCompiler.cmake;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\CMakeFiles\3.22.0-rc2\CMakeSystem.cmake;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\CMakeLists.txt;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\CMakeLists.txt;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\unit-test\CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\CMakeFiles\generate.stamp;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\src\CMakeFiles\generate.stamp;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\unit-test\CMakeFiles\generate.stamp;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\extern\glad\CMakeFiles\generate.stamp;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\extern\glfw\CMakeFiles\generate.stamp;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\extern\imgui\CMakeFiles\generate.stamp;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\extern\sajson\CMakeFiles\generate.stamp;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\testbed\CMakeFiles\generate.stamp</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects> + <Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Checking Build System</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-list CMakeFiles/generate.stamp.list --vs-solution-file D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/box2d.sln +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & 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\CMakeCCompiler.cmake.in;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeCCompilerABI.c;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeCInformation.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeCXXCompiler.cmake.in;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeCXXCompilerABI.cpp;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeCXXInformation.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeCommonLanguageInclude.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeCompilerIdDetection.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeDetermineCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeDetermineCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeDetermineCompileFeatures.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeDetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeDetermineCompilerABI.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeDetermineCompilerId.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeDetermineRCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeDetermineSystem.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeFindBinUtils.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeGenericSystem.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeInitializeConfigs.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeLanguageInformation.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakePackageConfigHelpers.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeParseImplicitIncludeInfo.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeParseImplicitLinkInfo.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeParseLibraryArchitecture.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeRCCompiler.cmake.in;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeRCInformation.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeSystem.cmake.in;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeSystemSpecificInformation.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeSystemSpecificInitialize.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeTestCCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeTestCXXCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeTestCompilerCommon.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CMakeTestRCCompiler.cmake;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\Compiler\ADSP-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\ARMCC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\ARMClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\AppleClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Borland-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Bruce-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Clang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Clang-DetermineCompilerInternal.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Comeau-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Compaq-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Compaq-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Cray-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Embarcadero-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Fujitsu-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\FujitsuClang-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\GHS-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\GNU-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\GNU-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\HP-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\HP-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\IAR-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\IBMCPP-C-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\IBMCPP-CXX-DetermineVersionInternal.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Intel-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\IntelLLVM-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\MSVC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\NVHPC-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\NVIDIA-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\OpenWatcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\PGI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\PathScale-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\SCO-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\SDCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\SunPro-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\SunPro-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\TI-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\TinyCC-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\VisualAge-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\VisualAge-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\Watcom-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\XL-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\XL-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\XLClang-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\XLClang-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\zOS-C-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Compiler\zOS-CXX-DetermineCompiler.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\CompilerId\VS-10.vcxproj.in;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\GNUInstallDirs.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Internal\CheckSourceCompiles.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Internal\FeatureTesting.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Platform\Windows-Determine-CXX.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Platform\Windows-MSVC-C.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Platform\Windows-MSVC-CXX.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Platform\Windows-MSVC.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Platform\Windows.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\Platform\WindowsPaths.cmake;C:\Program Files\CMake\share\cmake-3.22\Modules\WriteBasicConfigVersionFile.cmake;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\CMakeLists.txt;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glad\CMakeLists.txt;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\CMakeLists.txt;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\imgui\CMakeLists.txt;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\sajson\CMakeLists.txt;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\CMakeFiles\3.22.0-rc2\CMakeCCompiler.cmake;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\CMakeFiles\3.22.0-rc2\CMakeCXXCompiler.cmake;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\CMakeFiles\3.22.0-rc2\CMakeRCCompiler.cmake;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\CMakeFiles\3.22.0-rc2\CMakeSystem.cmake;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\CMakeLists.txt;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\CMakeLists.txt;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\unit-test\CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\CMakeFiles\generate.stamp;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\src\CMakeFiles\generate.stamp;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\unit-test\CMakeFiles\generate.stamp;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\extern\glad\CMakeFiles\generate.stamp;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\extern\glfw\CMakeFiles\generate.stamp;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\extern\imgui\CMakeFiles\generate.stamp;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\extern\sajson\CMakeFiles\generate.stamp;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\testbed\CMakeFiles\generate.stamp</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + </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/ZERO_CHECK.vcxproj.filters b/Client/ThirdParty/Box2D/proj/ZERO_CHECK.vcxproj.filters new file mode 100644 index 0000000..9347418 --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/ZERO_CHECK.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\3f042071a51acdc6d8fcb5e7be7244c8\generate.stamp.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/box2d.sln b/Client/ThirdParty/Box2D/proj/box2d.sln new file mode 100644 index 0000000..e4d5968 --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/box2d.sln @@ -0,0 +1,164 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CMakePredefinedTargets", "CMakePredefinedTargets", "{71FC76BE-FD8A-37AA-B070-4AD8DFF9C5B9}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testbed", "testbed\testbed.vcxproj", "{A168F045-AE5A-3724-B305-AA2A8C4749BA}" + ProjectSection(ProjectDependencies) = postProject + {BE3FCA9C-E0F7-3263-BFDC-D625CD827C80} = {BE3FCA9C-E0F7-3263-BFDC-D625CD827C80} + {4C709A21-ABF6-3B27-8C03-FCEBEB527A6E} = {4C709A21-ABF6-3B27-8C03-FCEBEB527A6E} + {29408AB9-D01F-3745-93F3-94160B037370} = {29408AB9-D01F-3745-93F3-94160B037370} + {7F32E689-3D5C-3885-9B34-0860DAE8BE92} = {7F32E689-3D5C-3885-9B34-0860DAE8BE92} + {B288C97F-F14F-33EA-9CAC-B55922D1FDC7} = {B288C97F-F14F-33EA-9CAC-B55922D1FDC7} + {EE68EE8F-E321-3CD7-A04C-C0A66C401380} = {EE68EE8F-E321-3CD7-A04C-C0A66C401380} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ALL_BUILD", "ALL_BUILD.vcxproj", "{2BA85667-24FF-36F3-825F-79CEC5AB3361}" + ProjectSection(ProjectDependencies) = postProject + {BE3FCA9C-E0F7-3263-BFDC-D625CD827C80} = {BE3FCA9C-E0F7-3263-BFDC-D625CD827C80} + {4C709A21-ABF6-3B27-8C03-FCEBEB527A6E} = {4C709A21-ABF6-3B27-8C03-FCEBEB527A6E} + {29408AB9-D01F-3745-93F3-94160B037370} = {29408AB9-D01F-3745-93F3-94160B037370} + {7F32E689-3D5C-3885-9B34-0860DAE8BE92} = {7F32E689-3D5C-3885-9B34-0860DAE8BE92} + {B288C97F-F14F-33EA-9CAC-B55922D1FDC7} = {B288C97F-F14F-33EA-9CAC-B55922D1FDC7} + {EE68EE8F-E321-3CD7-A04C-C0A66C401380} = {EE68EE8F-E321-3CD7-A04C-C0A66C401380} + {A168F045-AE5A-3724-B305-AA2A8C4749BA} = {A168F045-AE5A-3724-B305-AA2A8C4749BA} + {7ED467E4-0B19-329B-B677-9C4C01A3EC52} = {7ED467E4-0B19-329B-B677-9C4C01A3EC52} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "INSTALL", "INSTALL.vcxproj", "{9AC23237-8AB3-35CD-9010-F378760CC445}" + ProjectSection(ProjectDependencies) = postProject + {2BA85667-24FF-36F3-825F-79CEC5AB3361} = {2BA85667-24FF-36F3-825F-79CEC5AB3361} + {BE3FCA9C-E0F7-3263-BFDC-D625CD827C80} = {BE3FCA9C-E0F7-3263-BFDC-D625CD827C80} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ZERO_CHECK", "ZERO_CHECK.vcxproj", "{BE3FCA9C-E0F7-3263-BFDC-D625CD827C80}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "box2d", "src\box2d.vcxproj", "{4C709A21-ABF6-3B27-8C03-FCEBEB527A6E}" + ProjectSection(ProjectDependencies) = postProject + {BE3FCA9C-E0F7-3263-BFDC-D625CD827C80} = {BE3FCA9C-E0F7-3263-BFDC-D625CD827C80} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "glad", "extern\glad\glad.vcxproj", "{29408AB9-D01F-3745-93F3-94160B037370}" + ProjectSection(ProjectDependencies) = postProject + {BE3FCA9C-E0F7-3263-BFDC-D625CD827C80} = {BE3FCA9C-E0F7-3263-BFDC-D625CD827C80} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "glfw", "extern\glfw\glfw.vcxproj", "{7F32E689-3D5C-3885-9B34-0860DAE8BE92}" + ProjectSection(ProjectDependencies) = postProject + {BE3FCA9C-E0F7-3263-BFDC-D625CD827C80} = {BE3FCA9C-E0F7-3263-BFDC-D625CD827C80} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "imgui", "extern\imgui\imgui.vcxproj", "{B288C97F-F14F-33EA-9CAC-B55922D1FDC7}" + ProjectSection(ProjectDependencies) = postProject + {BE3FCA9C-E0F7-3263-BFDC-D625CD827C80} = {BE3FCA9C-E0F7-3263-BFDC-D625CD827C80} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sajson", "extern\sajson\sajson.vcxproj", "{EE68EE8F-E321-3CD7-A04C-C0A66C401380}" + ProjectSection(ProjectDependencies) = postProject + {BE3FCA9C-E0F7-3263-BFDC-D625CD827C80} = {BE3FCA9C-E0F7-3263-BFDC-D625CD827C80} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "unit_test", "unit-test\unit_test.vcxproj", "{7ED467E4-0B19-329B-B677-9C4C01A3EC52}" + ProjectSection(ProjectDependencies) = postProject + {BE3FCA9C-E0F7-3263-BFDC-D625CD827C80} = {BE3FCA9C-E0F7-3263-BFDC-D625CD827C80} + {4C709A21-ABF6-3B27-8C03-FCEBEB527A6E} = {4C709A21-ABF6-3B27-8C03-FCEBEB527A6E} + EndProjectSection +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + MinSizeRel|Win32 = MinSizeRel|Win32 + RelWithDebInfo|Win32 = RelWithDebInfo|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {A168F045-AE5A-3724-B305-AA2A8C4749BA}.Debug|Win32.ActiveCfg = Debug|Win32 + {A168F045-AE5A-3724-B305-AA2A8C4749BA}.Debug|Win32.Build.0 = Debug|Win32 + {A168F045-AE5A-3724-B305-AA2A8C4749BA}.Release|Win32.ActiveCfg = Release|Win32 + {A168F045-AE5A-3724-B305-AA2A8C4749BA}.Release|Win32.Build.0 = Release|Win32 + {A168F045-AE5A-3724-B305-AA2A8C4749BA}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32 + {A168F045-AE5A-3724-B305-AA2A8C4749BA}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32 + {A168F045-AE5A-3724-B305-AA2A8C4749BA}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32 + {A168F045-AE5A-3724-B305-AA2A8C4749BA}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32 + {2BA85667-24FF-36F3-825F-79CEC5AB3361}.Debug|Win32.ActiveCfg = Debug|Win32 + {2BA85667-24FF-36F3-825F-79CEC5AB3361}.Debug|Win32.Build.0 = Debug|Win32 + {2BA85667-24FF-36F3-825F-79CEC5AB3361}.Release|Win32.ActiveCfg = Release|Win32 + {2BA85667-24FF-36F3-825F-79CEC5AB3361}.Release|Win32.Build.0 = Release|Win32 + {2BA85667-24FF-36F3-825F-79CEC5AB3361}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32 + {2BA85667-24FF-36F3-825F-79CEC5AB3361}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32 + {2BA85667-24FF-36F3-825F-79CEC5AB3361}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32 + {2BA85667-24FF-36F3-825F-79CEC5AB3361}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32 + {9AC23237-8AB3-35CD-9010-F378760CC445}.Debug|Win32.ActiveCfg = Debug|Win32 + {9AC23237-8AB3-35CD-9010-F378760CC445}.Release|Win32.ActiveCfg = Release|Win32 + {9AC23237-8AB3-35CD-9010-F378760CC445}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32 + {9AC23237-8AB3-35CD-9010-F378760CC445}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32 + {BE3FCA9C-E0F7-3263-BFDC-D625CD827C80}.Debug|Win32.ActiveCfg = Debug|Win32 + {BE3FCA9C-E0F7-3263-BFDC-D625CD827C80}.Debug|Win32.Build.0 = Debug|Win32 + {BE3FCA9C-E0F7-3263-BFDC-D625CD827C80}.Release|Win32.ActiveCfg = Release|Win32 + {BE3FCA9C-E0F7-3263-BFDC-D625CD827C80}.Release|Win32.Build.0 = Release|Win32 + {BE3FCA9C-E0F7-3263-BFDC-D625CD827C80}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32 + {BE3FCA9C-E0F7-3263-BFDC-D625CD827C80}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32 + {BE3FCA9C-E0F7-3263-BFDC-D625CD827C80}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32 + {BE3FCA9C-E0F7-3263-BFDC-D625CD827C80}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32 + {4C709A21-ABF6-3B27-8C03-FCEBEB527A6E}.Debug|Win32.ActiveCfg = Debug|Win32 + {4C709A21-ABF6-3B27-8C03-FCEBEB527A6E}.Debug|Win32.Build.0 = Debug|Win32 + {4C709A21-ABF6-3B27-8C03-FCEBEB527A6E}.Release|Win32.ActiveCfg = Release|Win32 + {4C709A21-ABF6-3B27-8C03-FCEBEB527A6E}.Release|Win32.Build.0 = Release|Win32 + {4C709A21-ABF6-3B27-8C03-FCEBEB527A6E}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32 + {4C709A21-ABF6-3B27-8C03-FCEBEB527A6E}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32 + {4C709A21-ABF6-3B27-8C03-FCEBEB527A6E}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32 + {4C709A21-ABF6-3B27-8C03-FCEBEB527A6E}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32 + {29408AB9-D01F-3745-93F3-94160B037370}.Debug|Win32.ActiveCfg = Debug|Win32 + {29408AB9-D01F-3745-93F3-94160B037370}.Debug|Win32.Build.0 = Debug|Win32 + {29408AB9-D01F-3745-93F3-94160B037370}.Release|Win32.ActiveCfg = Release|Win32 + {29408AB9-D01F-3745-93F3-94160B037370}.Release|Win32.Build.0 = Release|Win32 + {29408AB9-D01F-3745-93F3-94160B037370}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32 + {29408AB9-D01F-3745-93F3-94160B037370}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32 + {29408AB9-D01F-3745-93F3-94160B037370}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32 + {29408AB9-D01F-3745-93F3-94160B037370}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32 + {7F32E689-3D5C-3885-9B34-0860DAE8BE92}.Debug|Win32.ActiveCfg = Debug|Win32 + {7F32E689-3D5C-3885-9B34-0860DAE8BE92}.Debug|Win32.Build.0 = Debug|Win32 + {7F32E689-3D5C-3885-9B34-0860DAE8BE92}.Release|Win32.ActiveCfg = Release|Win32 + {7F32E689-3D5C-3885-9B34-0860DAE8BE92}.Release|Win32.Build.0 = Release|Win32 + {7F32E689-3D5C-3885-9B34-0860DAE8BE92}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32 + {7F32E689-3D5C-3885-9B34-0860DAE8BE92}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32 + {7F32E689-3D5C-3885-9B34-0860DAE8BE92}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32 + {7F32E689-3D5C-3885-9B34-0860DAE8BE92}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32 + {B288C97F-F14F-33EA-9CAC-B55922D1FDC7}.Debug|Win32.ActiveCfg = Debug|Win32 + {B288C97F-F14F-33EA-9CAC-B55922D1FDC7}.Debug|Win32.Build.0 = Debug|Win32 + {B288C97F-F14F-33EA-9CAC-B55922D1FDC7}.Release|Win32.ActiveCfg = Release|Win32 + {B288C97F-F14F-33EA-9CAC-B55922D1FDC7}.Release|Win32.Build.0 = Release|Win32 + {B288C97F-F14F-33EA-9CAC-B55922D1FDC7}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32 + {B288C97F-F14F-33EA-9CAC-B55922D1FDC7}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32 + {B288C97F-F14F-33EA-9CAC-B55922D1FDC7}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32 + {B288C97F-F14F-33EA-9CAC-B55922D1FDC7}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32 + {EE68EE8F-E321-3CD7-A04C-C0A66C401380}.Debug|Win32.ActiveCfg = Debug|Win32 + {EE68EE8F-E321-3CD7-A04C-C0A66C401380}.Debug|Win32.Build.0 = Debug|Win32 + {EE68EE8F-E321-3CD7-A04C-C0A66C401380}.Release|Win32.ActiveCfg = Release|Win32 + {EE68EE8F-E321-3CD7-A04C-C0A66C401380}.Release|Win32.Build.0 = Release|Win32 + {EE68EE8F-E321-3CD7-A04C-C0A66C401380}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32 + {EE68EE8F-E321-3CD7-A04C-C0A66C401380}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32 + {EE68EE8F-E321-3CD7-A04C-C0A66C401380}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32 + {EE68EE8F-E321-3CD7-A04C-C0A66C401380}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32 + {7ED467E4-0B19-329B-B677-9C4C01A3EC52}.Debug|Win32.ActiveCfg = Debug|Win32 + {7ED467E4-0B19-329B-B677-9C4C01A3EC52}.Debug|Win32.Build.0 = Debug|Win32 + {7ED467E4-0B19-329B-B677-9C4C01A3EC52}.Release|Win32.ActiveCfg = Release|Win32 + {7ED467E4-0B19-329B-B677-9C4C01A3EC52}.Release|Win32.Build.0 = Release|Win32 + {7ED467E4-0B19-329B-B677-9C4C01A3EC52}.MinSizeRel|Win32.ActiveCfg = MinSizeRel|Win32 + {7ED467E4-0B19-329B-B677-9C4C01A3EC52}.MinSizeRel|Win32.Build.0 = MinSizeRel|Win32 + {7ED467E4-0B19-329B-B677-9C4C01A3EC52}.RelWithDebInfo|Win32.ActiveCfg = RelWithDebInfo|Win32 + {7ED467E4-0B19-329B-B677-9C4C01A3EC52}.RelWithDebInfo|Win32.Build.0 = RelWithDebInfo|Win32 + EndGlobalSection + GlobalSection(NestedProjects) = preSolution + {2BA85667-24FF-36F3-825F-79CEC5AB3361} = {71FC76BE-FD8A-37AA-B070-4AD8DFF9C5B9} + {9AC23237-8AB3-35CD-9010-F378760CC445} = {71FC76BE-FD8A-37AA-B070-4AD8DFF9C5B9} + {BE3FCA9C-E0F7-3263-BFDC-D625CD827C80} = {71FC76BE-FD8A-37AA-B070-4AD8DFF9C5B9} + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {97ED1C2D-8C4A-3AB8-B57A-98BCD6D53BC0} + EndGlobalSection + GlobalSection(ExtensibilityAddIns) = postSolution + EndGlobalSection +EndGlobal diff --git a/Client/ThirdParty/Box2D/proj/cmake_install.cmake b/Client/ThirdParty/Box2D/proj/cmake_install.cmake new file mode 100644 index 0000000..c934970 --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/cmake_install.cmake @@ -0,0 +1,60 @@ +# Install script for directory: D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D + +# 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) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include" TYPE DIRECTORY FILES "D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/include/box2d") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for each subdirectory. + include("D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/src/cmake_install.cmake") + include("D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/unit-test/cmake_install.cmake") + include("D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/extern/glad/cmake_install.cmake") + include("D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/extern/glfw/cmake_install.cmake") + include("D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/extern/imgui/cmake_install.cmake") + include("D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/extern/sajson/cmake_install.cmake") + include("D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/testbed/cmake_install.cmake") + +endif() + +if(CMAKE_INSTALL_COMPONENT) + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") +else() + set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +file(WRITE "D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/${CMAKE_INSTALL_MANIFEST}" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") 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 @@ +<?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 & call :cmErrorLevel %errorlevel% & 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 & call :cmErrorLevel %errorlevel% & 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 & call :cmErrorLevel %errorlevel% & 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 & call :cmErrorLevel %errorlevel% & 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\14f8a92cc8883d19b638672092016c39\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 & call :cmErrorLevel %errorlevel% & 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\extern\glad\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 & call :cmErrorLevel %errorlevel% & 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\extern\glad\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 & call :cmErrorLevel %errorlevel% & 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\extern\glad\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 & call :cmErrorLevel %errorlevel% & 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\extern\glad\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/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 @@ +<?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\14f8a92cc8883d19b638672092016c39\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/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 @@ +<?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>{29408AB9-D01F-3745-93F3-94160B037370}</ProjectGuid> + <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion> + <Keyword>Win32Proj</Keyword> + <Platform>Win32</Platform> + <ProjectName>glad</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'">glad.dir\Debug\</IntDir> + <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">glad</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'">glad.dir\Release\</IntDir> + <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">glad</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'">glad.dir\MinSizeRel\</IntDir> + <TargetName Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">glad</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'">glad.dir\RelWithDebInfo\</IntDir> + <TargetName Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">glad</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\extern\glad\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + <ExceptionHandling> + </ExceptionHandling> + <InlineFunctionExpansion>Disabled</InlineFunctionExpansion> + <Optimization>Disabled</Optimization> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> + <UseFullPaths>false</UseFullPaths> + <WarningLevel>Level3</WarningLevel> + <PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;CMAKE_INTDIR="Debug"</PreprocessorDefinitions> + <ObjectFileName>$(IntDir)</ObjectFileName> + </ClCompile> + <ResourceCompile> + <PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_DEBUG;_WINDOWS;CMAKE_INTDIR=\"Debug\"</PreprocessorDefinitions> + <AdditionalIncludeDirectories>D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glad\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ResourceCompile> + <Midl> + <AdditionalIncludeDirectories>D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glad\include;%(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\extern\glad\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> + <ExceptionHandling> + </ExceptionHandling> + <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> + <Optimization>MaxSpeed</Optimization> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> + <UseFullPaths>false</UseFullPaths> + <WarningLevel>Level3</WarningLevel> + <PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;CMAKE_INTDIR="Release"</PreprocessorDefinitions> + <ObjectFileName>$(IntDir)</ObjectFileName> + <DebugInformationFormat> + </DebugInformationFormat> + </ClCompile> + <ResourceCompile> + <PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;CMAKE_INTDIR=\"Release\"</PreprocessorDefinitions> + <AdditionalIncludeDirectories>D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glad\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ResourceCompile> + <Midl> + <AdditionalIncludeDirectories>D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glad\include;%(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\extern\glad\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> + <ExceptionHandling> + </ExceptionHandling> + <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> + <Optimization>MinSpace</Optimization> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> + <UseFullPaths>false</UseFullPaths> + <WarningLevel>Level3</WarningLevel> + <PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;CMAKE_INTDIR="MinSizeRel"</PreprocessorDefinitions> + <ObjectFileName>$(IntDir)</ObjectFileName> + <DebugInformationFormat> + </DebugInformationFormat> + </ClCompile> + <ResourceCompile> + <PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;CMAKE_INTDIR=\"MinSizeRel\"</PreprocessorDefinitions> + <AdditionalIncludeDirectories>D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glad\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ResourceCompile> + <Midl> + <AdditionalIncludeDirectories>D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glad\include;%(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\extern\glad\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + <ExceptionHandling> + </ExceptionHandling> + <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> + <Optimization>MaxSpeed</Optimization> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> + <UseFullPaths>false</UseFullPaths> + <WarningLevel>Level3</WarningLevel> + <PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;CMAKE_INTDIR="RelWithDebInfo"</PreprocessorDefinitions> + <ObjectFileName>$(IntDir)</ObjectFileName> + </ClCompile> + <ResourceCompile> + <PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;CMAKE_INTDIR=\"RelWithDebInfo\"</PreprocessorDefinitions> + <AdditionalIncludeDirectories>D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glad\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ResourceCompile> + <Midl> + <AdditionalIncludeDirectories>D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glad\include;%(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\extern\glad\CMakeLists.txt"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/extern/glad/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/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</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\extern\glad\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/extern/glad/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/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</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\extern\glad\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/extern/glad/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/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</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\extern\glad\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/extern/glad/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/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</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\extern\glad\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\extern\glad\src\gl.c" /> + <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glad\include\glad\gl.h" /> + <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glad\include\KHR\khrplatform.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/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 @@ +<?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\extern\glad\src\gl.c"> + <Filter>src</Filter> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glad\include\glad\gl.h"> + <Filter>include\glad</Filter> + </ClInclude> + <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glad\include\KHR\khrplatform.h"> + <Filter>include\KHR</Filter> + </ClInclude> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glad\CMakeLists.txt" /> + </ItemGroup> + <ItemGroup> + <Filter Include="include"> + <UniqueIdentifier>{2B754068-BECE-3CED-9144-9AA210967EB9}</UniqueIdentifier> + </Filter> + <Filter Include="include\KHR"> + <UniqueIdentifier>{247E20A5-3102-3368-AEA3-7C6A2608F1DA}</UniqueIdentifier> + </Filter> + <Filter Include="include\glad"> + <UniqueIdentifier>{6C0DE5BF-9EF7-3060-890B-9D628058E4B7}</UniqueIdentifier> + </Filter> + <Filter Include="src"> + <UniqueIdentifier>{A24BD43B-5C67-30C5-8AF1-02F4AF819691}</UniqueIdentifier> + </Filter> + </ItemGroup> +</Project> 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 @@ +<?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 & call :cmErrorLevel %errorlevel% & 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 & call :cmErrorLevel %errorlevel% & 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 & call :cmErrorLevel %errorlevel% & 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 & call :cmErrorLevel %errorlevel% & 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\455517aeb2285a20077dbce51065d1ef\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 & call :cmErrorLevel %errorlevel% & 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\extern\glfw\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 & call :cmErrorLevel %errorlevel% & 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\extern\glfw\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 & call :cmErrorLevel %errorlevel% & 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\extern\glfw\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 & call :cmErrorLevel %errorlevel% & 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\extern\glfw\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/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 @@ +<?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\455517aeb2285a20077dbce51065d1ef\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/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 @@ +<?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>{7F32E689-3D5C-3885-9B34-0860DAE8BE92}</ProjectGuid> + <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion> + <Keyword>Win32Proj</Keyword> + <Platform>Win32</Platform> + <ProjectName>glfw</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'">glfw.dir\Debug\</IntDir> + <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">glfw</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'">glfw.dir\Release\</IntDir> + <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">glfw</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'">glfw.dir\MinSizeRel\</IntDir> + <TargetName Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">glfw</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'">glfw.dir\RelWithDebInfo\</IntDir> + <TargetName Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">glfw</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\extern\glfw\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + <ExceptionHandling> + </ExceptionHandling> + <InlineFunctionExpansion>Disabled</InlineFunctionExpansion> + <Optimization>Disabled</Optimization> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> + <UseFullPaths>false</UseFullPaths> + <WarningLevel>Level3</WarningLevel> + <PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;CMAKE_INTDIR="Debug"</PreprocessorDefinitions> + <ObjectFileName>$(IntDir)</ObjectFileName> + </ClCompile> + <ResourceCompile> + <PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_DEBUG;_WINDOWS;CMAKE_INTDIR=\"Debug\"</PreprocessorDefinitions> + <AdditionalIncludeDirectories>D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ResourceCompile> + <Midl> + <AdditionalIncludeDirectories>D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\include;%(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\extern\glfw\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> + <ExceptionHandling> + </ExceptionHandling> + <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> + <Optimization>MaxSpeed</Optimization> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> + <UseFullPaths>false</UseFullPaths> + <WarningLevel>Level3</WarningLevel> + <PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;CMAKE_INTDIR="Release"</PreprocessorDefinitions> + <ObjectFileName>$(IntDir)</ObjectFileName> + <DebugInformationFormat> + </DebugInformationFormat> + </ClCompile> + <ResourceCompile> + <PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;CMAKE_INTDIR=\"Release\"</PreprocessorDefinitions> + <AdditionalIncludeDirectories>D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ResourceCompile> + <Midl> + <AdditionalIncludeDirectories>D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\include;%(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\extern\glfw\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> + <ExceptionHandling> + </ExceptionHandling> + <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> + <Optimization>MinSpace</Optimization> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> + <UseFullPaths>false</UseFullPaths> + <WarningLevel>Level3</WarningLevel> + <PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;CMAKE_INTDIR="MinSizeRel"</PreprocessorDefinitions> + <ObjectFileName>$(IntDir)</ObjectFileName> + <DebugInformationFormat> + </DebugInformationFormat> + </ClCompile> + <ResourceCompile> + <PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;CMAKE_INTDIR=\"MinSizeRel\"</PreprocessorDefinitions> + <AdditionalIncludeDirectories>D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ResourceCompile> + <Midl> + <AdditionalIncludeDirectories>D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\include;%(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\extern\glfw\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + <ExceptionHandling> + </ExceptionHandling> + <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> + <Optimization>MaxSpeed</Optimization> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> + <UseFullPaths>false</UseFullPaths> + <WarningLevel>Level3</WarningLevel> + <PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;CMAKE_INTDIR="RelWithDebInfo"</PreprocessorDefinitions> + <ObjectFileName>$(IntDir)</ObjectFileName> + </ClCompile> + <ResourceCompile> + <PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;CMAKE_INTDIR=\"RelWithDebInfo\"</PreprocessorDefinitions> + <AdditionalIncludeDirectories>D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ResourceCompile> + <Midl> + <AdditionalIncludeDirectories>D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\include;%(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\extern\glfw\CMakeLists.txt"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/extern/glfw/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/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</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">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)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\extern\glfw\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/extern/glfw/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/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</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">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)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\extern\glfw\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/extern/glfw/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/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</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">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)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\extern\glfw\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/extern/glfw/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/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</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">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)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\extern\glfw\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\extern\glfw\src\context.c" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\src\init.c" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\src\input.c" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\src\monitor.c" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\src\vulkan.c" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\src\window.c" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\src\win32_init.c" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\src\win32_joystick.c" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\src\win32_monitor.c" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\src\win32_time.c" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\src\win32_thread.c" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\src\win32_window.c" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\src\wgl_context.c" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\src\egl_context.c" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\src\osmesa_context.c" /> + <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\src\internal.h" /> + <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\src\mappings.h" /> + <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\include\GLFW\glfw3.h" /> + <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\include\GLFW\glfw3native.h" /> + <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\src\win32_platform.h" /> + <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\src\win32_joystick.h" /> + <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\src\wgl_context.h" /> + <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\src\egl_context.h" /> + <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\src\osmesa_context.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/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 @@ +<?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\extern\glfw\src\context.c"> + <Filter>src</Filter> + </ClCompile> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\src\init.c"> + <Filter>src</Filter> + </ClCompile> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\src\input.c"> + <Filter>src</Filter> + </ClCompile> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\src\monitor.c"> + <Filter>src</Filter> + </ClCompile> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\src\vulkan.c"> + <Filter>src</Filter> + </ClCompile> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\src\window.c"> + <Filter>src</Filter> + </ClCompile> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\src\win32_init.c"> + <Filter>src</Filter> + </ClCompile> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\src\win32_joystick.c"> + <Filter>src</Filter> + </ClCompile> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\src\win32_monitor.c"> + <Filter>src</Filter> + </ClCompile> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\src\win32_time.c"> + <Filter>src</Filter> + </ClCompile> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\src\win32_thread.c"> + <Filter>src</Filter> + </ClCompile> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\src\win32_window.c"> + <Filter>src</Filter> + </ClCompile> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\src\wgl_context.c"> + <Filter>src</Filter> + </ClCompile> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\src\egl_context.c"> + <Filter>src</Filter> + </ClCompile> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\src\osmesa_context.c"> + <Filter>src</Filter> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\src\internal.h"> + <Filter>src</Filter> + </ClInclude> + <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\src\mappings.h"> + <Filter>src</Filter> + </ClInclude> + <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\include\GLFW\glfw3.h"> + <Filter>include\GLFW</Filter> + </ClInclude> + <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\include\GLFW\glfw3native.h"> + <Filter>include\GLFW</Filter> + </ClInclude> + <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\src\win32_platform.h"> + <Filter>src</Filter> + </ClInclude> + <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\src\win32_joystick.h"> + <Filter>src</Filter> + </ClInclude> + <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\src\wgl_context.h"> + <Filter>src</Filter> + </ClInclude> + <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\src\egl_context.h"> + <Filter>src</Filter> + </ClInclude> + <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\src\osmesa_context.h"> + <Filter>src</Filter> + </ClInclude> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\CMakeLists.txt" /> + </ItemGroup> + <ItemGroup> + <Filter Include="include"> + <UniqueIdentifier>{2B754068-BECE-3CED-9144-9AA210967EB9}</UniqueIdentifier> + </Filter> + <Filter Include="include\GLFW"> + <UniqueIdentifier>{8046E0DF-0536-3330-8D73-CADA49EA10AD}</UniqueIdentifier> + </Filter> + <Filter Include="src"> + <UniqueIdentifier>{A24BD43B-5C67-30C5-8AF1-02F4AF819691}</UniqueIdentifier> + </Filter> + </ItemGroup> +</Project> 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 @@ +<?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 & call :cmErrorLevel %errorlevel% & 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 & call :cmErrorLevel %errorlevel% & 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 & call :cmErrorLevel %errorlevel% & 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 & call :cmErrorLevel %errorlevel% & 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\9ab13db7d2176474a16e440b6b1b97a8\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 & call :cmErrorLevel %errorlevel% & 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\extern\imgui\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 & call :cmErrorLevel %errorlevel% & 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\extern\imgui\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 & call :cmErrorLevel %errorlevel% & 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\extern\imgui\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 & call :cmErrorLevel %errorlevel% & 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\extern\imgui\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/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 @@ +<?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\9ab13db7d2176474a16e440b6b1b97a8\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/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 @@ +<?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>{B288C97F-F14F-33EA-9CAC-B55922D1FDC7}</ProjectGuid> + <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion> + <Keyword>Win32Proj</Keyword> + <Platform>Win32</Platform> + <ProjectName>imgui</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'">imgui.dir\Debug\</IntDir> + <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">imgui</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'">imgui.dir\Release\</IntDir> + <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">imgui</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'">imgui.dir\MinSizeRel\</IntDir> + <TargetName Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">imgui</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'">imgui.dir\RelWithDebInfo\</IntDir> + <TargetName Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">imgui</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\extern\imgui\..;%(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> + </ClCompile> + <ResourceCompile> + <PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_DEBUG;_WINDOWS;CMAKE_INTDIR=\"Debug\"</PreprocessorDefinitions> + <AdditionalIncludeDirectories>D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\imgui\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ResourceCompile> + <Midl> + <AdditionalIncludeDirectories>D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\imgui\..;%(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\extern\imgui\..;%(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> + </ClCompile> + <ResourceCompile> + <PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;CMAKE_INTDIR=\"Release\"</PreprocessorDefinitions> + <AdditionalIncludeDirectories>D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\imgui\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ResourceCompile> + <Midl> + <AdditionalIncludeDirectories>D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\imgui\..;%(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\extern\imgui\..;%(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> + </ClCompile> + <ResourceCompile> + <PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;CMAKE_INTDIR=\"MinSizeRel\"</PreprocessorDefinitions> + <AdditionalIncludeDirectories>D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\imgui\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ResourceCompile> + <Midl> + <AdditionalIncludeDirectories>D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\imgui\..;%(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\extern\imgui\..;%(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> + </ClCompile> + <ResourceCompile> + <PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;CMAKE_INTDIR=\"RelWithDebInfo\"</PreprocessorDefinitions> + <AdditionalIncludeDirectories>D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\imgui\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ResourceCompile> + <Midl> + <AdditionalIncludeDirectories>D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\imgui\..;%(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\extern\imgui\CMakeLists.txt"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/extern/imgui/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/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</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\extern\imgui\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/extern/imgui/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/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</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\extern\imgui\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/extern/imgui/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/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</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\extern\imgui\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/extern/imgui/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/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</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\extern\imgui\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\extern\imgui\imgui.cpp" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\imgui\imgui_demo.cpp" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\imgui\imgui_draw.cpp" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\imgui\imgui_widgets.cpp" /> + <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\imgui\imconfig.h" /> + <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\imgui\imgui.h" /> + <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\imgui\imgui_internal.h" /> + <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\imgui\imstb_rectpack.h" /> + <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\imgui\imstb_textedit.h" /> + <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\imgui\imstb_truetype.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/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 @@ +<?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\extern\imgui\imgui.cpp" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\imgui\imgui_demo.cpp" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\imgui\imgui_draw.cpp" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\imgui\imgui_widgets.cpp" /> + </ItemGroup> + <ItemGroup> + <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\imgui\imconfig.h" /> + <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\imgui\imgui.h" /> + <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\imgui\imgui_internal.h" /> + <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\imgui\imstb_rectpack.h" /> + <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\imgui\imstb_textedit.h" /> + <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\imgui\imstb_truetype.h" /> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\imgui\CMakeLists.txt" /> + </ItemGroup> + <ItemGroup> + </ItemGroup> +</Project> 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 @@ +<?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 & call :cmErrorLevel %errorlevel% & 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 & call :cmErrorLevel %errorlevel% & 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 & call :cmErrorLevel %errorlevel% & 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 & call :cmErrorLevel %errorlevel% & 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\049e1eb7380682ec4cf9a2c62dad57db\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 & call :cmErrorLevel %errorlevel% & 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\extern\sajson\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 & call :cmErrorLevel %errorlevel% & 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\extern\sajson\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 & call :cmErrorLevel %errorlevel% & 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\extern\sajson\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 & call :cmErrorLevel %errorlevel% & 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\extern\sajson\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/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 @@ +<?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\049e1eb7380682ec4cf9a2c62dad57db\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/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 @@ +<?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>{EE68EE8F-E321-3CD7-A04C-C0A66C401380}</ProjectGuid> + <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion> + <Keyword>Win32Proj</Keyword> + <Platform>Win32</Platform> + <ProjectName>sajson</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'">sajson.dir\Debug\</IntDir> + <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">sajson</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'">sajson.dir\Release\</IntDir> + <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">sajson</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'">sajson.dir\MinSizeRel\</IntDir> + <TargetName Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">sajson</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'">sajson.dir\RelWithDebInfo\</IntDir> + <TargetName Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">sajson</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\extern\sajson\..;%(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> + </ClCompile> + <ResourceCompile> + <PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_DEBUG;_WINDOWS;CMAKE_INTDIR=\"Debug\"</PreprocessorDefinitions> + <AdditionalIncludeDirectories>D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\sajson\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ResourceCompile> + <Midl> + <AdditionalIncludeDirectories>D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\sajson\..;%(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\extern\sajson\..;%(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> + </ClCompile> + <ResourceCompile> + <PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;CMAKE_INTDIR=\"Release\"</PreprocessorDefinitions> + <AdditionalIncludeDirectories>D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\sajson\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ResourceCompile> + <Midl> + <AdditionalIncludeDirectories>D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\sajson\..;%(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\extern\sajson\..;%(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> + </ClCompile> + <ResourceCompile> + <PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;CMAKE_INTDIR=\"MinSizeRel\"</PreprocessorDefinitions> + <AdditionalIncludeDirectories>D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\sajson\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ResourceCompile> + <Midl> + <AdditionalIncludeDirectories>D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\sajson\..;%(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\extern\sajson\..;%(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> + </ClCompile> + <ResourceCompile> + <PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;CMAKE_INTDIR=\"RelWithDebInfo\"</PreprocessorDefinitions> + <AdditionalIncludeDirectories>D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\sajson\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ResourceCompile> + <Midl> + <AdditionalIncludeDirectories>D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\sajson\..;%(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\extern\sajson\CMakeLists.txt"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/extern/sajson/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/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</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\extern\sajson\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/extern/sajson/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/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</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\extern\sajson\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/extern/sajson/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/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</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\extern\sajson\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/extern/sajson/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/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</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\extern\sajson\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\extern\sajson\sajson.cpp" /> + <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\sajson\sajson.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/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 @@ +<?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\extern\sajson\sajson.cpp" /> + </ItemGroup> + <ItemGroup> + <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\sajson\sajson.h" /> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\sajson\CMakeLists.txt" /> + </ItemGroup> + <ItemGroup> + </ItemGroup> +</Project> 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 & call :cmErrorLevel %errorlevel% & 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 & call :cmErrorLevel %errorlevel% & 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 & call :cmErrorLevel %errorlevel% & 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 & call :cmErrorLevel %errorlevel% & 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 & call :cmErrorLevel %errorlevel% & 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 & call :cmErrorLevel %errorlevel% & 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 & call :cmErrorLevel %errorlevel% & 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 & call :cmErrorLevel %errorlevel% & 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 & call :cmErrorLevel %errorlevel% & 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 & call :cmErrorLevel %errorlevel% & 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 & call :cmErrorLevel %errorlevel% & 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 & call :cmErrorLevel %errorlevel% & 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() + diff --git a/Client/ThirdParty/Box2D/proj/testbed/CMakeFiles/generate.stamp b/Client/ThirdParty/Box2D/proj/testbed/CMakeFiles/generate.stamp new file mode 100644 index 0000000..9b5f49f --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/testbed/CMakeFiles/generate.stamp @@ -0,0 +1 @@ +# CMake generation timestamp file for this directory. diff --git a/Client/ThirdParty/Box2D/proj/testbed/CMakeFiles/generate.stamp.depend b/Client/ThirdParty/Box2D/proj/testbed/CMakeFiles/generate.stamp.depend new file mode 100644 index 0000000..d9dafb9 --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/testbed/CMakeFiles/generate.stamp.depend @@ -0,0 +1,2 @@ +# CMake generation dependency list for this directory. +D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/testbed/CMakeLists.txt diff --git a/Client/ThirdParty/Box2D/proj/testbed/INSTALL.vcxproj b/Client/ThirdParty/Box2D/proj/testbed/INSTALL.vcxproj new file mode 100644 index 0000000..c4594d2 --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/testbed/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 & call :cmErrorLevel %errorlevel% & 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 & call :cmErrorLevel %errorlevel% & 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 & call :cmErrorLevel %errorlevel% & 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 & call :cmErrorLevel %errorlevel% & 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\bfe9de955132cd9d067c24acf7d98bef\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 & call :cmErrorLevel %errorlevel% & 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\testbed\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 & call :cmErrorLevel %errorlevel% & 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\testbed\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 & call :cmErrorLevel %errorlevel% & 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\testbed\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 & call :cmErrorLevel %errorlevel% & 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\testbed\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/testbed/INSTALL.vcxproj.filters b/Client/ThirdParty/Box2D/proj/testbed/INSTALL.vcxproj.filters new file mode 100644 index 0000000..53254e6 --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/testbed/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\bfe9de955132cd9d067c24acf7d98bef\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/testbed/cmake_install.cmake b/Client/ThirdParty/Box2D/proj/testbed/cmake_install.cmake new file mode 100644 index 0000000..56b763e --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/testbed/cmake_install.cmake @@ -0,0 +1,34 @@ +# Install script for directory: D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/testbed + +# 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/testbed/testbed.vcxproj b/Client/ThirdParty/Box2D/proj/testbed/testbed.vcxproj new file mode 100644 index 0000000..6bd4fe2 --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/testbed/testbed.vcxproj @@ -0,0 +1,465 @@ +<?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>{A168F045-AE5A-3724-B305-AA2A8C4749BA}</ProjectGuid> + <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion> + <Keyword>Win32Proj</Keyword> + <Platform>Win32</Platform> + <ProjectName>testbed</ProjectName> + <VCProjectUpgraderObjectName>NoUpgrade</VCProjectUpgraderObjectName> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration"> + <ConfigurationType>Application</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> + <LocalDebuggerWorkingDirectory Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/testbed</LocalDebuggerWorkingDirectory> + <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\bin\Debug\</OutDir> + <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">testbed.dir\Debug\</IntDir> + <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">testbed</TargetName> + <TargetExt Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.exe</TargetExt> + <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> + <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</GenerateManifest> + <LocalDebuggerWorkingDirectory Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/testbed</LocalDebuggerWorkingDirectory> + <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\bin\Release\</OutDir> + <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">testbed.dir\Release\</IntDir> + <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">testbed</TargetName> + <TargetExt Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.exe</TargetExt> + <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> + <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</GenerateManifest> + <LocalDebuggerWorkingDirectory Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/testbed</LocalDebuggerWorkingDirectory> + <OutDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\bin\MinSizeRel\</OutDir> + <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">testbed.dir\MinSizeRel\</IntDir> + <TargetName Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">testbed</TargetName> + <TargetExt Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">.exe</TargetExt> + <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkIncremental> + <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">true</GenerateManifest> + <LocalDebuggerWorkingDirectory Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/testbed</LocalDebuggerWorkingDirectory> + <OutDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\bin\RelWithDebInfo\</OutDir> + <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">testbed.dir\RelWithDebInfo\</IntDir> + <TargetName Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">testbed</TargetName> + <TargetExt Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">.exe</TargetExt> + <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">true</LinkIncremental> + <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">true</GenerateManifest> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> + <ClCompile> + <AdditionalIncludeDirectories>D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\..\include;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\include;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\imgui\..;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\sajson\..;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glad\include;%(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> + </ClCompile> + <ResourceCompile> + <PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_DEBUG;_WINDOWS;CMAKE_INTDIR=\"Debug\"</PreprocessorDefinitions> + <AdditionalIncludeDirectories>D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\..\include;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\include;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\imgui\..;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\sajson\..;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glad\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ResourceCompile> + <Midl> + <AdditionalIncludeDirectories>D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\..\include;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\include;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\imgui\..;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\sajson\..;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glad\include;%(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> + <PostBuildEvent> + <Message></Message> + <Command>setlocal +"C:\Program Files\CMake\bin\cmake.exe" -E copy_directory D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/testbed/data/ D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/testbed/data/ +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + </PostBuildEvent> + <Link> + <AdditionalDependencies>..\bin\Debug\box2d.lib;..\bin\Debug\glfw.lib;..\bin\Debug\imgui.lib;..\bin\Debug\sajson.lib;..\bin\Debug\glad.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib</AdditionalDependencies> + <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <AdditionalOptions>%(AdditionalOptions) /machine:X86</AdditionalOptions> + <GenerateDebugInformation>true</GenerateDebugInformation> + <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> + <ImportLibrary>D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/bin/Debug/testbed.lib</ImportLibrary> + <ProgramDataBaseFile>D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/bin/Debug/testbed.pdb</ProgramDataBaseFile> + <SubSystem>Console</SubSystem> + </Link> + <ProjectReference> + <LinkLibraryDependencies>false</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> + <ClCompile> + <AdditionalIncludeDirectories>D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\..\include;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\include;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\imgui\..;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\sajson\..;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glad\include;%(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> + </ClCompile> + <ResourceCompile> + <PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;CMAKE_INTDIR=\"Release\"</PreprocessorDefinitions> + <AdditionalIncludeDirectories>D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\..\include;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\include;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\imgui\..;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\sajson\..;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glad\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ResourceCompile> + <Midl> + <AdditionalIncludeDirectories>D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\..\include;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\include;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\imgui\..;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\sajson\..;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glad\include;%(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> + <PostBuildEvent> + <Message></Message> + <Command>setlocal +"C:\Program Files\CMake\bin\cmake.exe" -E copy_directory D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/testbed/data/ D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/testbed/data/ +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + </PostBuildEvent> + <Link> + <AdditionalDependencies>..\bin\Release\box2d.lib;..\bin\Release\glfw.lib;..\bin\Release\imgui.lib;..\bin\Release\sajson.lib;..\bin\Release\glad.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib</AdditionalDependencies> + <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <AdditionalOptions>%(AdditionalOptions) /machine:X86</AdditionalOptions> + <GenerateDebugInformation>false</GenerateDebugInformation> + <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> + <ImportLibrary>D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/bin/Release/testbed.lib</ImportLibrary> + <ProgramDataBaseFile>D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/bin/Release/testbed.pdb</ProgramDataBaseFile> + <SubSystem>Console</SubSystem> + </Link> + <ProjectReference> + <LinkLibraryDependencies>false</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> + <ClCompile> + <AdditionalIncludeDirectories>D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\..\include;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\include;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\imgui\..;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\sajson\..;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glad\include;%(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> + </ClCompile> + <ResourceCompile> + <PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;CMAKE_INTDIR=\"MinSizeRel\"</PreprocessorDefinitions> + <AdditionalIncludeDirectories>D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\..\include;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\include;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\imgui\..;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\sajson\..;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glad\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ResourceCompile> + <Midl> + <AdditionalIncludeDirectories>D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\..\include;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\include;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\imgui\..;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\sajson\..;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glad\include;%(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> + <PostBuildEvent> + <Message></Message> + <Command>setlocal +"C:\Program Files\CMake\bin\cmake.exe" -E copy_directory D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/testbed/data/ D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/testbed/data/ +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + </PostBuildEvent> + <Link> + <AdditionalDependencies>..\bin\MinSizeRel\box2d.lib;..\bin\MinSizeRel\glfw.lib;..\bin\MinSizeRel\imgui.lib;..\bin\MinSizeRel\sajson.lib;..\bin\MinSizeRel\glad.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib</AdditionalDependencies> + <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <AdditionalOptions>%(AdditionalOptions) /machine:X86</AdditionalOptions> + <GenerateDebugInformation>false</GenerateDebugInformation> + <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> + <ImportLibrary>D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/bin/MinSizeRel/testbed.lib</ImportLibrary> + <ProgramDataBaseFile>D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/bin/MinSizeRel/testbed.pdb</ProgramDataBaseFile> + <SubSystem>Console</SubSystem> + </Link> + <ProjectReference> + <LinkLibraryDependencies>false</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> + <ClCompile> + <AdditionalIncludeDirectories>D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\..\include;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\include;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\imgui\..;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\sajson\..;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glad\include;%(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> + </ClCompile> + <ResourceCompile> + <PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;CMAKE_INTDIR=\"RelWithDebInfo\"</PreprocessorDefinitions> + <AdditionalIncludeDirectories>D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\..\include;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\include;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\imgui\..;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\sajson\..;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glad\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ResourceCompile> + <Midl> + <AdditionalIncludeDirectories>D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\..\include;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glfw\include;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\imgui\..;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\sajson\..;D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\extern\glad\include;%(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> + <PostBuildEvent> + <Message></Message> + <Command>setlocal +"C:\Program Files\CMake\bin\cmake.exe" -E copy_directory D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/testbed/data/ D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/testbed/data/ +if %errorlevel% neq 0 goto :cmEnd +:cmEnd +endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone +:cmErrorLevel +exit /b %1 +:cmDone +if %errorlevel% neq 0 goto :VCEnd</Command> + </PostBuildEvent> + <Link> + <AdditionalDependencies>..\bin\RelWithDebInfo\box2d.lib;..\bin\RelWithDebInfo\glfw.lib;..\bin\RelWithDebInfo\imgui.lib;..\bin\RelWithDebInfo\sajson.lib;..\bin\RelWithDebInfo\glad.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib</AdditionalDependencies> + <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <AdditionalOptions>%(AdditionalOptions) /machine:X86</AdditionalOptions> + <GenerateDebugInformation>true</GenerateDebugInformation> + <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> + <ImportLibrary>D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/bin/RelWithDebInfo/testbed.lib</ImportLibrary> + <ProgramDataBaseFile>D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/bin/RelWithDebInfo/testbed.pdb</ProgramDataBaseFile> + <SubSystem>Console</SubSystem> + </Link> + <ProjectReference> + <LinkLibraryDependencies>false</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <ItemGroup> + <CustomBuild Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\CMakeLists.txt"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/testbed/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/testbed/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</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\testbed\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/testbed/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/testbed/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</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\testbed\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/testbed/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/testbed/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</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\testbed\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/testbed/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/testbed/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</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\testbed\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\testbed\draw.cpp" /> + <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\draw.h" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\imgui_impl_glfw.cpp" /> + <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\imgui_impl_glfw.h" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\imgui_impl_opengl3.cpp" /> + <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\imgui_impl_opengl3.h" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\main.cpp" /> + <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\settings.h" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\settings.cpp" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\test.cpp" /> + <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\test.h" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\add_pair.cpp" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\apply_force.cpp" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\body_types.cpp" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\box_stack.cpp" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\breakable.cpp" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\bridge.cpp" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\bullet_test.cpp" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\cantilever.cpp" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\car.cpp" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\chain.cpp" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\chain_problem.cpp" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\character_collision.cpp" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\circle_stack.cpp" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\collision_filtering.cpp" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\collision_processing.cpp" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\compound_shapes.cpp" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\confined.cpp" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\continuous_test.cpp" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\convex_hull.cpp" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\conveyor_belt.cpp" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\distance_joint.cpp" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\distance_test.cpp" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\dominos.cpp" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\dump_loader.cpp" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\dynamic_tree.cpp" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\edge_shapes.cpp" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\edge_test.cpp" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\friction.cpp" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\gear_joint.cpp" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\heavy1.cpp" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\heavy2.cpp" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\mobile_balanced.cpp" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\mobile_unbalanced.cpp" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\motor_joint.cpp" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\pinball.cpp" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\platformer.cpp" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\polygon_collision.cpp" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\polygon_shapes.cpp" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\prismatic_joint.cpp" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\pulley_joint.cpp" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\pyramid.cpp" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\ray_cast.cpp" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\restitution.cpp" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\revolute_joint.cpp" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\rope.cpp" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\sensor.cpp" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\shape_cast.cpp" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\shape_editing.cpp" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\skier.cpp" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\slider_crank_1.cpp" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\slider_crank_2.cpp" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\theo_jansen.cpp" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\tiles.cpp" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\time_of_impact.cpp" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\tumbler.cpp" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\web.cpp" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\wheel_joint.cpp" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\wrecking_ball.cpp" /> + </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\src\box2d.vcxproj"> + <Project>{4C709A21-ABF6-3B27-8C03-FCEBEB527A6E}</Project> + <Name>box2d</Name> + </ProjectReference> + <ProjectReference Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\extern\glad\glad.vcxproj"> + <Project>{29408AB9-D01F-3745-93F3-94160B037370}</Project> + <Name>glad</Name> + </ProjectReference> + <ProjectReference Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\extern\glfw\glfw.vcxproj"> + <Project>{7F32E689-3D5C-3885-9B34-0860DAE8BE92}</Project> + <Name>glfw</Name> + </ProjectReference> + <ProjectReference Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\extern\imgui\imgui.vcxproj"> + <Project>{B288C97F-F14F-33EA-9CAC-B55922D1FDC7}</Project> + <Name>imgui</Name> + </ProjectReference> + <ProjectReference Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\extern\sajson\sajson.vcxproj"> + <Project>{EE68EE8F-E321-3CD7-A04C-C0A66C401380}</Project> + <Name>sajson</Name> + </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/testbed/testbed.vcxproj.filters b/Client/ThirdParty/Box2D/proj/testbed/testbed.vcxproj.filters new file mode 100644 index 0000000..2781f18 --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/testbed/testbed.vcxproj.filters @@ -0,0 +1,200 @@ +<?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\testbed\draw.cpp" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\imgui_impl_glfw.cpp" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\imgui_impl_opengl3.cpp" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\main.cpp" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\settings.cpp" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\test.cpp" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\add_pair.cpp"> + <Filter>tests</Filter> + </ClCompile> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\apply_force.cpp"> + <Filter>tests</Filter> + </ClCompile> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\body_types.cpp"> + <Filter>tests</Filter> + </ClCompile> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\box_stack.cpp"> + <Filter>tests</Filter> + </ClCompile> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\breakable.cpp"> + <Filter>tests</Filter> + </ClCompile> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\bridge.cpp"> + <Filter>tests</Filter> + </ClCompile> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\bullet_test.cpp"> + <Filter>tests</Filter> + </ClCompile> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\cantilever.cpp"> + <Filter>tests</Filter> + </ClCompile> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\car.cpp"> + <Filter>tests</Filter> + </ClCompile> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\chain.cpp"> + <Filter>tests</Filter> + </ClCompile> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\chain_problem.cpp"> + <Filter>tests</Filter> + </ClCompile> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\character_collision.cpp"> + <Filter>tests</Filter> + </ClCompile> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\circle_stack.cpp"> + <Filter>tests</Filter> + </ClCompile> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\collision_filtering.cpp"> + <Filter>tests</Filter> + </ClCompile> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\collision_processing.cpp"> + <Filter>tests</Filter> + </ClCompile> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\compound_shapes.cpp"> + <Filter>tests</Filter> + </ClCompile> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\confined.cpp"> + <Filter>tests</Filter> + </ClCompile> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\continuous_test.cpp"> + <Filter>tests</Filter> + </ClCompile> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\convex_hull.cpp"> + <Filter>tests</Filter> + </ClCompile> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\conveyor_belt.cpp"> + <Filter>tests</Filter> + </ClCompile> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\distance_joint.cpp"> + <Filter>tests</Filter> + </ClCompile> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\distance_test.cpp"> + <Filter>tests</Filter> + </ClCompile> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\dominos.cpp"> + <Filter>tests</Filter> + </ClCompile> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\dump_loader.cpp"> + <Filter>tests</Filter> + </ClCompile> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\dynamic_tree.cpp"> + <Filter>tests</Filter> + </ClCompile> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\edge_shapes.cpp"> + <Filter>tests</Filter> + </ClCompile> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\edge_test.cpp"> + <Filter>tests</Filter> + </ClCompile> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\friction.cpp"> + <Filter>tests</Filter> + </ClCompile> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\gear_joint.cpp"> + <Filter>tests</Filter> + </ClCompile> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\heavy1.cpp"> + <Filter>tests</Filter> + </ClCompile> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\heavy2.cpp"> + <Filter>tests</Filter> + </ClCompile> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\mobile_balanced.cpp"> + <Filter>tests</Filter> + </ClCompile> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\mobile_unbalanced.cpp"> + <Filter>tests</Filter> + </ClCompile> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\motor_joint.cpp"> + <Filter>tests</Filter> + </ClCompile> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\pinball.cpp"> + <Filter>tests</Filter> + </ClCompile> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\platformer.cpp"> + <Filter>tests</Filter> + </ClCompile> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\polygon_collision.cpp"> + <Filter>tests</Filter> + </ClCompile> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\polygon_shapes.cpp"> + <Filter>tests</Filter> + </ClCompile> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\prismatic_joint.cpp"> + <Filter>tests</Filter> + </ClCompile> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\pulley_joint.cpp"> + <Filter>tests</Filter> + </ClCompile> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\pyramid.cpp"> + <Filter>tests</Filter> + </ClCompile> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\ray_cast.cpp"> + <Filter>tests</Filter> + </ClCompile> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\restitution.cpp"> + <Filter>tests</Filter> + </ClCompile> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\revolute_joint.cpp"> + <Filter>tests</Filter> + </ClCompile> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\rope.cpp"> + <Filter>tests</Filter> + </ClCompile> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\sensor.cpp"> + <Filter>tests</Filter> + </ClCompile> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\shape_cast.cpp"> + <Filter>tests</Filter> + </ClCompile> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\shape_editing.cpp"> + <Filter>tests</Filter> + </ClCompile> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\skier.cpp"> + <Filter>tests</Filter> + </ClCompile> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\slider_crank_1.cpp"> + <Filter>tests</Filter> + </ClCompile> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\slider_crank_2.cpp"> + <Filter>tests</Filter> + </ClCompile> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\theo_jansen.cpp"> + <Filter>tests</Filter> + </ClCompile> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\tiles.cpp"> + <Filter>tests</Filter> + </ClCompile> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\time_of_impact.cpp"> + <Filter>tests</Filter> + </ClCompile> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\tumbler.cpp"> + <Filter>tests</Filter> + </ClCompile> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\web.cpp"> + <Filter>tests</Filter> + </ClCompile> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\wheel_joint.cpp"> + <Filter>tests</Filter> + </ClCompile> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\tests\wrecking_ball.cpp"> + <Filter>tests</Filter> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\draw.h" /> + <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\imgui_impl_glfw.h" /> + <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\imgui_impl_opengl3.h" /> + <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\settings.h" /> + <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\test.h" /> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\testbed\CMakeLists.txt" /> + </ItemGroup> + <ItemGroup> + <Filter Include="tests"> + <UniqueIdentifier>{E24537DA-4173-36D5-9B2A-0CFE337F0649}</UniqueIdentifier> + </Filter> + </ItemGroup> +</Project> diff --git a/Client/ThirdParty/Box2D/proj/unit-test/CMakeFiles/generate.stamp b/Client/ThirdParty/Box2D/proj/unit-test/CMakeFiles/generate.stamp new file mode 100644 index 0000000..9b5f49f --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/unit-test/CMakeFiles/generate.stamp @@ -0,0 +1 @@ +# CMake generation timestamp file for this directory. diff --git a/Client/ThirdParty/Box2D/proj/unit-test/CMakeFiles/generate.stamp.depend b/Client/ThirdParty/Box2D/proj/unit-test/CMakeFiles/generate.stamp.depend new file mode 100644 index 0000000..e940e58 --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/unit-test/CMakeFiles/generate.stamp.depend @@ -0,0 +1,2 @@ +# CMake generation dependency list for this directory. +D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/unit-test/CMakeLists.txt diff --git a/Client/ThirdParty/Box2D/proj/unit-test/INSTALL.vcxproj b/Client/ThirdParty/Box2D/proj/unit-test/INSTALL.vcxproj new file mode 100644 index 0000000..42b9eb6 --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/unit-test/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 & call :cmErrorLevel %errorlevel% & 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 & call :cmErrorLevel %errorlevel% & 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 & call :cmErrorLevel %errorlevel% & 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 & call :cmErrorLevel %errorlevel% & 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\6ddefecedef78174b7ed9b2bc8a1e035\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 & call :cmErrorLevel %errorlevel% & 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\unit-test\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 & call :cmErrorLevel %errorlevel% & 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\unit-test\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 & call :cmErrorLevel %errorlevel% & 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\unit-test\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 & call :cmErrorLevel %errorlevel% & 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\unit-test\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/unit-test/INSTALL.vcxproj.filters b/Client/ThirdParty/Box2D/proj/unit-test/INSTALL.vcxproj.filters new file mode 100644 index 0000000..82a060e --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/unit-test/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\6ddefecedef78174b7ed9b2bc8a1e035\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/unit-test/cmake_install.cmake b/Client/ThirdParty/Box2D/proj/unit-test/cmake_install.cmake new file mode 100644 index 0000000..e76260f --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/unit-test/cmake_install.cmake @@ -0,0 +1,34 @@ +# Install script for directory: D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/unit-test + +# 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/unit-test/unit_test.vcxproj b/Client/ThirdParty/Box2D/proj/unit-test/unit_test.vcxproj new file mode 100644 index 0000000..38beb60 --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/unit-test/unit_test.vcxproj @@ -0,0 +1,334 @@ +<?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>{7ED467E4-0B19-329B-B677-9C4C01A3EC52}</ProjectGuid> + <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion> + <Keyword>Win32Proj</Keyword> + <Platform>Win32</Platform> + <ProjectName>unit_test</ProjectName> + <VCProjectUpgraderObjectName>NoUpgrade</VCProjectUpgraderObjectName> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration"> + <ConfigurationType>Application</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'">unit_test.dir\Debug\</IntDir> + <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">unit_test</TargetName> + <TargetExt Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.exe</TargetExt> + <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> + <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</GenerateManifest> + <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\bin\Release\</OutDir> + <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">unit_test.dir\Release\</IntDir> + <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">unit_test</TargetName> + <TargetExt Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.exe</TargetExt> + <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> + <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</GenerateManifest> + <OutDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\bin\MinSizeRel\</OutDir> + <IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">unit_test.dir\MinSizeRel\</IntDir> + <TargetName Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">unit_test</TargetName> + <TargetExt Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">.exe</TargetExt> + <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkIncremental> + <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">true</GenerateManifest> + <OutDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\bin\RelWithDebInfo\</OutDir> + <IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">unit_test.dir\RelWithDebInfo\</IntDir> + <TargetName Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">unit_test</TargetName> + <TargetExt Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">.exe</TargetExt> + <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">true</LinkIncremental> + <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">true</GenerateManifest> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> + <ClCompile> + <AdditionalIncludeDirectories>D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\..\include;%(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> + </ClCompile> + <ResourceCompile> + <PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_DEBUG;_WINDOWS;CMAKE_INTDIR=\"Debug\"</PreprocessorDefinitions> + <AdditionalIncludeDirectories>D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ResourceCompile> + <Midl> + <AdditionalIncludeDirectories>D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\..\include;%(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> + <Link> + <AdditionalDependencies>..\bin\Debug\box2d.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib</AdditionalDependencies> + <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <AdditionalOptions>%(AdditionalOptions) /machine:X86</AdditionalOptions> + <GenerateDebugInformation>true</GenerateDebugInformation> + <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> + <ImportLibrary>D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/bin/Debug/unit_test.lib</ImportLibrary> + <ProgramDataBaseFile>D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/bin/Debug/unit_test.pdb</ProgramDataBaseFile> + <SubSystem>Console</SubSystem> + </Link> + <ProjectReference> + <LinkLibraryDependencies>false</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> + <ClCompile> + <AdditionalIncludeDirectories>D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\..\include;%(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> + </ClCompile> + <ResourceCompile> + <PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;CMAKE_INTDIR=\"Release\"</PreprocessorDefinitions> + <AdditionalIncludeDirectories>D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ResourceCompile> + <Midl> + <AdditionalIncludeDirectories>D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\..\include;%(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> + <Link> + <AdditionalDependencies>..\bin\Release\box2d.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib</AdditionalDependencies> + <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <AdditionalOptions>%(AdditionalOptions) /machine:X86</AdditionalOptions> + <GenerateDebugInformation>false</GenerateDebugInformation> + <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> + <ImportLibrary>D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/bin/Release/unit_test.lib</ImportLibrary> + <ProgramDataBaseFile>D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/bin/Release/unit_test.pdb</ProgramDataBaseFile> + <SubSystem>Console</SubSystem> + </Link> + <ProjectReference> + <LinkLibraryDependencies>false</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> + <ClCompile> + <AdditionalIncludeDirectories>D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\..\include;%(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> + </ClCompile> + <ResourceCompile> + <PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;CMAKE_INTDIR=\"MinSizeRel\"</PreprocessorDefinitions> + <AdditionalIncludeDirectories>D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ResourceCompile> + <Midl> + <AdditionalIncludeDirectories>D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\..\include;%(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> + <Link> + <AdditionalDependencies>..\bin\MinSizeRel\box2d.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib</AdditionalDependencies> + <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <AdditionalOptions>%(AdditionalOptions) /machine:X86</AdditionalOptions> + <GenerateDebugInformation>false</GenerateDebugInformation> + <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> + <ImportLibrary>D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/bin/MinSizeRel/unit_test.lib</ImportLibrary> + <ProgramDataBaseFile>D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/bin/MinSizeRel/unit_test.pdb</ProgramDataBaseFile> + <SubSystem>Console</SubSystem> + </Link> + <ProjectReference> + <LinkLibraryDependencies>false</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> + <ClCompile> + <AdditionalIncludeDirectories>D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\..\include;%(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> + </ClCompile> + <ResourceCompile> + <PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;CMAKE_INTDIR=\"RelWithDebInfo\"</PreprocessorDefinitions> + <AdditionalIncludeDirectories>D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ResourceCompile> + <Midl> + <AdditionalIncludeDirectories>D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\src\..\include;%(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> + <Link> + <AdditionalDependencies>..\bin\RelWithDebInfo\box2d.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib</AdditionalDependencies> + <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <AdditionalOptions>%(AdditionalOptions) /machine:X86</AdditionalOptions> + <GenerateDebugInformation>true</GenerateDebugInformation> + <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> + <ImportLibrary>D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/bin/RelWithDebInfo/unit_test.lib</ImportLibrary> + <ProgramDataBaseFile>D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/proj/bin/RelWithDebInfo/unit_test.pdb</ProgramDataBaseFile> + <SubSystem>Console</SubSystem> + </Link> + <ProjectReference> + <LinkLibraryDependencies>false</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <ItemGroup> + <CustomBuild Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\unit-test\CMakeLists.txt"> + <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule D:/Documents/VisualStudio2017/Projects/Ragdolls/Client/ThirdParty/Box2D/unit-test/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/unit-test/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</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\unit-test\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/unit-test/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/unit-test/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</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\unit-test\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/unit-test/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/unit-test/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</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\unit-test\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/unit-test/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/unit-test/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</Command> + <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">%(AdditionalInputs)</AdditionalInputs> + <Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\proj\unit-test\CMakeFiles\generate.stamp</Outputs> + <LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\unit-test\doctest.h" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\unit-test\hello_world.cpp" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\unit-test\collision_test.cpp" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\unit-test\joint_test.cpp" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\unit-test\math_test.cpp" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\unit-test\world_test.cpp" /> + </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\src\box2d.vcxproj"> + <Project>{4C709A21-ABF6-3B27-8C03-FCEBEB527A6E}</Project> + <Name>box2d</Name> + </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/unit-test/unit_test.vcxproj.filters b/Client/ThirdParty/Box2D/proj/unit-test/unit_test.vcxproj.filters new file mode 100644 index 0000000..993ecd0 --- /dev/null +++ b/Client/ThirdParty/Box2D/proj/unit-test/unit_test.vcxproj.filters @@ -0,0 +1,18 @@ +<?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\unit-test\hello_world.cpp" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\unit-test\collision_test.cpp" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\unit-test\joint_test.cpp" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\unit-test\math_test.cpp" /> + <ClCompile Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\unit-test\world_test.cpp" /> + </ItemGroup> + <ItemGroup> + <ClInclude Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\unit-test\doctest.h" /> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="D:\Documents\VisualStudio2017\Projects\Ragdolls\Client\ThirdParty\Box2D\unit-test\CMakeLists.txt" /> + </ItemGroup> + <ItemGroup> + </ItemGroup> +</Project> |