diff options
| author | Sheikh Dawood Abdul Ajees <[email protected]> | 2018-01-26 19:43:03 -0600 |
|---|---|---|
| committer | Sheikh Dawood Abdul Ajees <[email protected]> | 2018-01-26 19:43:03 -0600 |
| commit | b6db9a56548cd1c41bee309e721d76ea2c9320da (patch) | |
| tree | 1f0436b187db50c21e576b4f4d491530113c91bc /PhysX_3.4/Snippets | |
| parent | PhysX 3.4.1, APEX 1.4.1 Release @23307153 (diff) | |
| download | physx-3.4-b6db9a56548cd1c41bee309e721d76ea2c9320da.tar.xz physx-3.4-b6db9a56548cd1c41bee309e721d76ea2c9320da.zip | |
PhysX 3.4, APEX 1.4 patch release @23472123
Diffstat (limited to 'PhysX_3.4/Snippets')
74 files changed, 7550 insertions, 27114 deletions
diff --git a/PhysX_3.4/Snippets/compiler/vc11win32/SnippetArticulation.vcxproj b/PhysX_3.4/Snippets/compiler/vc11win32/SnippetArticulation.vcxproj deleted file mode 100644 index 927870ab..00000000 --- a/PhysX_3.4/Snippets/compiler/vc11win32/SnippetArticulation.vcxproj +++ /dev/null @@ -1,272 +0,0 @@ -<?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> - <ProjectConfiguration Include="checked|Win32"> - <Configuration>checked</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|Win32"> - <Configuration>profile</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|Win32"> - <Configuration>release</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{D2B2C97A-CB7A-CF86-8AFE-AD5E9F3BFE58}</ProjectGuid> - <RootNamespace>SnippetArticulation</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> - <ImportGroup Label="ExtensionSettings"> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetArticulation/debug\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)DEBUG</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win32 PhysX3CommonDEBUG_x86.lib PhysX3DEBUG_x86.lib PhysX3CookingDEBUG_x86.lib PhysX3CharacterKinematicDEBUG_x86.lib PhysX3ExtensionsDEBUG.lib PhysX3VehicleDEBUG.lib PxPvdSDKDEBUG_x86.lib PxTaskDEBUG_x86.lib PxFoundationDEBUG_x86.lib PsFastXmlDEBUG_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsDEBUG.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationDEBUG_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKDEBUG_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetArticulation/checked\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)CHECKED</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win32 PhysX3CommonCHECKED_x86.lib PhysX3CHECKED_x86.lib PhysX3CookingCHECKED_x86.lib PhysX3CharacterKinematicCHECKED_x86.lib PhysX3ExtensionsCHECKED.lib PhysX3VehicleCHECKED.lib PxPvdSDKCHECKED_x86.lib PxTaskCHECKED_x86.lib PxFoundationCHECKED_x86.lib PsFastXmlCHECKED_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsCHECKED.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationCHECKED_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKCHECKED_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetArticulation/profile\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)PROFILE</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win32 PhysX3CommonPROFILE_x86.lib PhysX3PROFILE_x86.lib PhysX3CookingPROFILE_x86.lib PhysX3CharacterKinematicPROFILE_x86.lib PhysX3ExtensionsPROFILE.lib PhysX3VehiclePROFILE.lib PxPvdSDKPROFILE_x86.lib PxTaskPROFILE_x86.lib PxFoundationPROFILE_x86.lib PsFastXmlPROFILE_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsPROFILE.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationPROFILE_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKPROFILE_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetArticulation/release\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win32 PhysX3Common_x86.lib PhysX3_x86.lib PhysX3Cooking_x86.lib PhysX3CharacterKinematic_x86.lib PhysX3Extensions.lib PhysX3Vehicle.lib PxPvdSDK_x86.lib PxTask_x86.lib PxFoundation_x86.lib PsFastXml_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtils.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundation_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDK_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetCommon\ClassicMain.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetArticulation\SnippetArticulation.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetArticulation\SnippetArticulationRender.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetUtils.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetRender.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> -</Project> diff --git a/PhysX_3.4/Snippets/compiler/vc11win32/SnippetCloth.vcxproj b/PhysX_3.4/Snippets/compiler/vc11win32/SnippetCloth.vcxproj deleted file mode 100644 index 3ee5435c..00000000 --- a/PhysX_3.4/Snippets/compiler/vc11win32/SnippetCloth.vcxproj +++ /dev/null @@ -1,270 +0,0 @@ -<?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> - <ProjectConfiguration Include="checked|Win32"> - <Configuration>checked</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|Win32"> - <Configuration>profile</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|Win32"> - <Configuration>release</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{DD488F6F-459D-0072-D8B0-D9FFED855758}</ProjectGuid> - <RootNamespace>SnippetCloth</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> - <ImportGroup Label="ExtensionSettings"> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetCloth/debug\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)DEBUG</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win32 PhysX3CommonDEBUG_x86.lib PhysX3DEBUG_x86.lib PhysX3CookingDEBUG_x86.lib PhysX3CharacterKinematicDEBUG_x86.lib PhysX3ExtensionsDEBUG.lib PhysX3VehicleDEBUG.lib PxPvdSDKDEBUG_x86.lib PxTaskDEBUG_x86.lib PxFoundationDEBUG_x86.lib PsFastXmlDEBUG_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsDEBUG.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationDEBUG_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKDEBUG_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetCloth/checked\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)CHECKED</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win32 PhysX3CommonCHECKED_x86.lib PhysX3CHECKED_x86.lib PhysX3CookingCHECKED_x86.lib PhysX3CharacterKinematicCHECKED_x86.lib PhysX3ExtensionsCHECKED.lib PhysX3VehicleCHECKED.lib PxPvdSDKCHECKED_x86.lib PxTaskCHECKED_x86.lib PxFoundationCHECKED_x86.lib PsFastXmlCHECKED_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsCHECKED.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationCHECKED_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKCHECKED_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetCloth/profile\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)PROFILE</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win32 PhysX3CommonPROFILE_x86.lib PhysX3PROFILE_x86.lib PhysX3CookingPROFILE_x86.lib PhysX3CharacterKinematicPROFILE_x86.lib PhysX3ExtensionsPROFILE.lib PhysX3VehiclePROFILE.lib PxPvdSDKPROFILE_x86.lib PxTaskPROFILE_x86.lib PxFoundationPROFILE_x86.lib PsFastXmlPROFILE_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsPROFILE.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationPROFILE_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKPROFILE_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetCloth/release\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win32 PhysX3Common_x86.lib PhysX3_x86.lib PhysX3Cooking_x86.lib PhysX3CharacterKinematic_x86.lib PhysX3Extensions.lib PhysX3Vehicle.lib PxPvdSDK_x86.lib PxTask_x86.lib PxFoundation_x86.lib PsFastXml_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtils.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundation_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDK_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetCommon\ClassicMain.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetCloth\SnippetCloth.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetUtils.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetRender.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> -</Project> diff --git a/PhysX_3.4/Snippets/compiler/vc11win32/SnippetContactModification.vcxproj b/PhysX_3.4/Snippets/compiler/vc11win32/SnippetContactModification.vcxproj deleted file mode 100644 index 41ca98dd..00000000 --- a/PhysX_3.4/Snippets/compiler/vc11win32/SnippetContactModification.vcxproj +++ /dev/null @@ -1,272 +0,0 @@ -<?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> - <ProjectConfiguration Include="checked|Win32"> - <Configuration>checked</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|Win32"> - <Configuration>profile</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|Win32"> - <Configuration>release</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{85514BB1-43A6-1265-D4FB-DAFC843D2497}</ProjectGuid> - <RootNamespace>SnippetContactModification</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> - <ImportGroup Label="ExtensionSettings"> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetContactModification/debug\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)DEBUG</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win32 PhysX3CommonDEBUG_x86.lib PhysX3DEBUG_x86.lib PhysX3CookingDEBUG_x86.lib PhysX3CharacterKinematicDEBUG_x86.lib PhysX3ExtensionsDEBUG.lib PhysX3VehicleDEBUG.lib PxPvdSDKDEBUG_x86.lib PxTaskDEBUG_x86.lib PxFoundationDEBUG_x86.lib PsFastXmlDEBUG_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsDEBUG.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationDEBUG_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKDEBUG_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetContactModification/checked\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)CHECKED</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win32 PhysX3CommonCHECKED_x86.lib PhysX3CHECKED_x86.lib PhysX3CookingCHECKED_x86.lib PhysX3CharacterKinematicCHECKED_x86.lib PhysX3ExtensionsCHECKED.lib PhysX3VehicleCHECKED.lib PxPvdSDKCHECKED_x86.lib PxTaskCHECKED_x86.lib PxFoundationCHECKED_x86.lib PsFastXmlCHECKED_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsCHECKED.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationCHECKED_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKCHECKED_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetContactModification/profile\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)PROFILE</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win32 PhysX3CommonPROFILE_x86.lib PhysX3PROFILE_x86.lib PhysX3CookingPROFILE_x86.lib PhysX3CharacterKinematicPROFILE_x86.lib PhysX3ExtensionsPROFILE.lib PhysX3VehiclePROFILE.lib PxPvdSDKPROFILE_x86.lib PxTaskPROFILE_x86.lib PxFoundationPROFILE_x86.lib PsFastXmlPROFILE_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsPROFILE.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationPROFILE_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKPROFILE_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetContactModification/release\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win32 PhysX3Common_x86.lib PhysX3_x86.lib PhysX3Cooking_x86.lib PhysX3CharacterKinematic_x86.lib PhysX3Extensions.lib PhysX3Vehicle.lib PxPvdSDK_x86.lib PxTask_x86.lib PxFoundation_x86.lib PsFastXml_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtils.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundation_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDK_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetCommon\ClassicMain.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetContactModification\SnippetContactModification.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetContactModification\SnippetContactModificationRender.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetUtils.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetRender.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> -</Project> diff --git a/PhysX_3.4/Snippets/compiler/vc11win32/SnippetContactReport.vcxproj b/PhysX_3.4/Snippets/compiler/vc11win32/SnippetContactReport.vcxproj deleted file mode 100644 index e5386ef6..00000000 --- a/PhysX_3.4/Snippets/compiler/vc11win32/SnippetContactReport.vcxproj +++ /dev/null @@ -1,272 +0,0 @@ -<?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> - <ProjectConfiguration Include="checked|Win32"> - <Configuration>checked</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|Win32"> - <Configuration>profile</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|Win32"> - <Configuration>release</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{2BC6F7EC-7134-1CFA-DB36-58FC4A87EF8C}</ProjectGuid> - <RootNamespace>SnippetContactReport</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> - <ImportGroup Label="ExtensionSettings"> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetContactReport/debug\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)DEBUG</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win32 PhysX3CommonDEBUG_x86.lib PhysX3DEBUG_x86.lib PhysX3CookingDEBUG_x86.lib PhysX3CharacterKinematicDEBUG_x86.lib PhysX3ExtensionsDEBUG.lib PhysX3VehicleDEBUG.lib PxPvdSDKDEBUG_x86.lib PxTaskDEBUG_x86.lib PxFoundationDEBUG_x86.lib PsFastXmlDEBUG_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsDEBUG.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationDEBUG_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKDEBUG_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetContactReport/checked\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)CHECKED</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win32 PhysX3CommonCHECKED_x86.lib PhysX3CHECKED_x86.lib PhysX3CookingCHECKED_x86.lib PhysX3CharacterKinematicCHECKED_x86.lib PhysX3ExtensionsCHECKED.lib PhysX3VehicleCHECKED.lib PxPvdSDKCHECKED_x86.lib PxTaskCHECKED_x86.lib PxFoundationCHECKED_x86.lib PsFastXmlCHECKED_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsCHECKED.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationCHECKED_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKCHECKED_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetContactReport/profile\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)PROFILE</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win32 PhysX3CommonPROFILE_x86.lib PhysX3PROFILE_x86.lib PhysX3CookingPROFILE_x86.lib PhysX3CharacterKinematicPROFILE_x86.lib PhysX3ExtensionsPROFILE.lib PhysX3VehiclePROFILE.lib PxPvdSDKPROFILE_x86.lib PxTaskPROFILE_x86.lib PxFoundationPROFILE_x86.lib PsFastXmlPROFILE_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsPROFILE.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationPROFILE_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKPROFILE_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetContactReport/release\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win32 PhysX3Common_x86.lib PhysX3_x86.lib PhysX3Cooking_x86.lib PhysX3CharacterKinematic_x86.lib PhysX3Extensions.lib PhysX3Vehicle.lib PxPvdSDK_x86.lib PxTask_x86.lib PxFoundation_x86.lib PsFastXml_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtils.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundation_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDK_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetCommon\ClassicMain.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetContactReport\SnippetContactReport.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetContactReport\SnippetContactReportRender.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetUtils.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetRender.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> -</Project> diff --git a/PhysX_3.4/Snippets/compiler/vc11win32/SnippetContactReportCCD.vcxproj b/PhysX_3.4/Snippets/compiler/vc11win32/SnippetContactReportCCD.vcxproj deleted file mode 100644 index c09e09cf..00000000 --- a/PhysX_3.4/Snippets/compiler/vc11win32/SnippetContactReportCCD.vcxproj +++ /dev/null @@ -1,272 +0,0 @@ -<?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> - <ProjectConfiguration Include="checked|Win32"> - <Configuration>checked</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|Win32"> - <Configuration>profile</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|Win32"> - <Configuration>release</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{F5284425-F024-74C4-808B-7EF11F900C36}</ProjectGuid> - <RootNamespace>SnippetContactReportCCD</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> - <ImportGroup Label="ExtensionSettings"> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetContactReportCCD/debug\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)DEBUG</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win32 PhysX3CommonDEBUG_x86.lib PhysX3DEBUG_x86.lib PhysX3CookingDEBUG_x86.lib PhysX3CharacterKinematicDEBUG_x86.lib PhysX3ExtensionsDEBUG.lib PhysX3VehicleDEBUG.lib PxPvdSDKDEBUG_x86.lib PxTaskDEBUG_x86.lib PxFoundationDEBUG_x86.lib PsFastXmlDEBUG_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsDEBUG.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationDEBUG_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKDEBUG_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetContactReportCCD/checked\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)CHECKED</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win32 PhysX3CommonCHECKED_x86.lib PhysX3CHECKED_x86.lib PhysX3CookingCHECKED_x86.lib PhysX3CharacterKinematicCHECKED_x86.lib PhysX3ExtensionsCHECKED.lib PhysX3VehicleCHECKED.lib PxPvdSDKCHECKED_x86.lib PxTaskCHECKED_x86.lib PxFoundationCHECKED_x86.lib PsFastXmlCHECKED_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsCHECKED.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationCHECKED_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKCHECKED_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetContactReportCCD/profile\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)PROFILE</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win32 PhysX3CommonPROFILE_x86.lib PhysX3PROFILE_x86.lib PhysX3CookingPROFILE_x86.lib PhysX3CharacterKinematicPROFILE_x86.lib PhysX3ExtensionsPROFILE.lib PhysX3VehiclePROFILE.lib PxPvdSDKPROFILE_x86.lib PxTaskPROFILE_x86.lib PxFoundationPROFILE_x86.lib PsFastXmlPROFILE_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsPROFILE.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationPROFILE_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKPROFILE_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetContactReportCCD/release\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win32 PhysX3Common_x86.lib PhysX3_x86.lib PhysX3Cooking_x86.lib PhysX3CharacterKinematic_x86.lib PhysX3Extensions.lib PhysX3Vehicle.lib PxPvdSDK_x86.lib PxTask_x86.lib PxFoundation_x86.lib PsFastXml_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtils.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundation_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDK_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetCommon\ClassicMain.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetContactReportCCD\SnippetContactReportCCD.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetContactReportCCD\SnippetContactReportCCDRender.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetUtils.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetRender.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> -</Project> diff --git a/PhysX_3.4/Snippets/compiler/vc11win32/SnippetConvert.vcxproj b/PhysX_3.4/Snippets/compiler/vc11win32/SnippetConvert.vcxproj deleted file mode 100644 index e41edcab..00000000 --- a/PhysX_3.4/Snippets/compiler/vc11win32/SnippetConvert.vcxproj +++ /dev/null @@ -1,270 +0,0 @@ -<?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> - <ProjectConfiguration Include="checked|Win32"> - <Configuration>checked</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|Win32"> - <Configuration>profile</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|Win32"> - <Configuration>release</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{C460F2AB-6306-B774-D658-E27B1D52A5B0}</ProjectGuid> - <RootNamespace>SnippetConvert</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> - <ImportGroup Label="ExtensionSettings"> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetConvert/debug\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)DEBUG</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win32 PhysX3CommonDEBUG_x86.lib PhysX3DEBUG_x86.lib PhysX3CookingDEBUG_x86.lib PhysX3CharacterKinematicDEBUG_x86.lib PhysX3ExtensionsDEBUG.lib PhysX3VehicleDEBUG.lib PxPvdSDKDEBUG_x86.lib PxTaskDEBUG_x86.lib PxFoundationDEBUG_x86.lib PsFastXmlDEBUG_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsDEBUG.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationDEBUG_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKDEBUG_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetConvert/checked\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)CHECKED</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win32 PhysX3CommonCHECKED_x86.lib PhysX3CHECKED_x86.lib PhysX3CookingCHECKED_x86.lib PhysX3CharacterKinematicCHECKED_x86.lib PhysX3ExtensionsCHECKED.lib PhysX3VehicleCHECKED.lib PxPvdSDKCHECKED_x86.lib PxTaskCHECKED_x86.lib PxFoundationCHECKED_x86.lib PsFastXmlCHECKED_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsCHECKED.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationCHECKED_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKCHECKED_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetConvert/profile\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)PROFILE</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win32 PhysX3CommonPROFILE_x86.lib PhysX3PROFILE_x86.lib PhysX3CookingPROFILE_x86.lib PhysX3CharacterKinematicPROFILE_x86.lib PhysX3ExtensionsPROFILE.lib PhysX3VehiclePROFILE.lib PxPvdSDKPROFILE_x86.lib PxTaskPROFILE_x86.lib PxFoundationPROFILE_x86.lib PsFastXmlPROFILE_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsPROFILE.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationPROFILE_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKPROFILE_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetConvert/release\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win32 PhysX3Common_x86.lib PhysX3_x86.lib PhysX3Cooking_x86.lib PhysX3CharacterKinematic_x86.lib PhysX3Extensions.lib PhysX3Vehicle.lib PxPvdSDK_x86.lib PxTask_x86.lib PxFoundation_x86.lib PsFastXml_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtils.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundation_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDK_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetCommon\ClassicMain.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetConvert\SnippetConvert.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetUtils.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetRender.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> -</Project> diff --git a/PhysX_3.4/Snippets/compiler/vc11win32/SnippetConvexMeshCreate.vcxproj b/PhysX_3.4/Snippets/compiler/vc11win32/SnippetConvexMeshCreate.vcxproj deleted file mode 100644 index 9d3efe73..00000000 --- a/PhysX_3.4/Snippets/compiler/vc11win32/SnippetConvexMeshCreate.vcxproj +++ /dev/null @@ -1,270 +0,0 @@ -<?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> - <ProjectConfiguration Include="checked|Win32"> - <Configuration>checked</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|Win32"> - <Configuration>profile</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|Win32"> - <Configuration>release</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{3713E2DC-5074-D3FC-9235-6BD80502B02C}</ProjectGuid> - <RootNamespace>SnippetConvexMeshCreate</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> - <ImportGroup Label="ExtensionSettings"> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetConvexMeshCreate/debug\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)DEBUG</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win32 PhysX3CommonDEBUG_x86.lib PhysX3DEBUG_x86.lib PhysX3CookingDEBUG_x86.lib PhysX3CharacterKinematicDEBUG_x86.lib PhysX3ExtensionsDEBUG.lib PhysX3VehicleDEBUG.lib PxPvdSDKDEBUG_x86.lib PxTaskDEBUG_x86.lib PxFoundationDEBUG_x86.lib PsFastXmlDEBUG_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsDEBUG.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationDEBUG_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKDEBUG_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetConvexMeshCreate/checked\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)CHECKED</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win32 PhysX3CommonCHECKED_x86.lib PhysX3CHECKED_x86.lib PhysX3CookingCHECKED_x86.lib PhysX3CharacterKinematicCHECKED_x86.lib PhysX3ExtensionsCHECKED.lib PhysX3VehicleCHECKED.lib PxPvdSDKCHECKED_x86.lib PxTaskCHECKED_x86.lib PxFoundationCHECKED_x86.lib PsFastXmlCHECKED_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsCHECKED.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationCHECKED_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKCHECKED_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetConvexMeshCreate/profile\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)PROFILE</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win32 PhysX3CommonPROFILE_x86.lib PhysX3PROFILE_x86.lib PhysX3CookingPROFILE_x86.lib PhysX3CharacterKinematicPROFILE_x86.lib PhysX3ExtensionsPROFILE.lib PhysX3VehiclePROFILE.lib PxPvdSDKPROFILE_x86.lib PxTaskPROFILE_x86.lib PxFoundationPROFILE_x86.lib PsFastXmlPROFILE_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsPROFILE.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationPROFILE_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKPROFILE_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetConvexMeshCreate/release\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win32 PhysX3Common_x86.lib PhysX3_x86.lib PhysX3Cooking_x86.lib PhysX3CharacterKinematic_x86.lib PhysX3Extensions.lib PhysX3Vehicle.lib PxPvdSDK_x86.lib PxTask_x86.lib PxFoundation_x86.lib PsFastXml_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtils.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundation_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDK_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetCommon\ClassicMain.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetConvexMeshCreate\SnippetConvexMeshCreate.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetUtils.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetRender.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> -</Project> diff --git a/PhysX_3.4/Snippets/compiler/vc11win32/SnippetCustomJoint.vcxproj b/PhysX_3.4/Snippets/compiler/vc11win32/SnippetCustomJoint.vcxproj deleted file mode 100644 index 2520e717..00000000 --- a/PhysX_3.4/Snippets/compiler/vc11win32/SnippetCustomJoint.vcxproj +++ /dev/null @@ -1,276 +0,0 @@ -<?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> - <ProjectConfiguration Include="checked|Win32"> - <Configuration>checked</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|Win32"> - <Configuration>profile</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|Win32"> - <Configuration>release</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{62A37CEB-4FBA-6D10-BEEE-012C7FAC1D22}</ProjectGuid> - <RootNamespace>SnippetCustomJoint</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> - <ImportGroup Label="ExtensionSettings"> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetCustomJoint/debug\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)DEBUG</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win32 PhysX3CommonDEBUG_x86.lib PhysX3DEBUG_x86.lib PhysX3CookingDEBUG_x86.lib PhysX3CharacterKinematicDEBUG_x86.lib PhysX3ExtensionsDEBUG.lib PhysX3VehicleDEBUG.lib PxPvdSDKDEBUG_x86.lib PxTaskDEBUG_x86.lib PxFoundationDEBUG_x86.lib PsFastXmlDEBUG_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsDEBUG.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationDEBUG_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKDEBUG_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetCustomJoint/checked\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)CHECKED</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win32 PhysX3CommonCHECKED_x86.lib PhysX3CHECKED_x86.lib PhysX3CookingCHECKED_x86.lib PhysX3CharacterKinematicCHECKED_x86.lib PhysX3ExtensionsCHECKED.lib PhysX3VehicleCHECKED.lib PxPvdSDKCHECKED_x86.lib PxTaskCHECKED_x86.lib PxFoundationCHECKED_x86.lib PsFastXmlCHECKED_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsCHECKED.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationCHECKED_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKCHECKED_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetCustomJoint/profile\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)PROFILE</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win32 PhysX3CommonPROFILE_x86.lib PhysX3PROFILE_x86.lib PhysX3CookingPROFILE_x86.lib PhysX3CharacterKinematicPROFILE_x86.lib PhysX3ExtensionsPROFILE.lib PhysX3VehiclePROFILE.lib PxPvdSDKPROFILE_x86.lib PxTaskPROFILE_x86.lib PxFoundationPROFILE_x86.lib PsFastXmlPROFILE_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsPROFILE.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationPROFILE_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKPROFILE_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetCustomJoint/release\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win32 PhysX3Common_x86.lib PhysX3_x86.lib PhysX3Cooking_x86.lib PhysX3CharacterKinematic_x86.lib PhysX3Extensions.lib PhysX3Vehicle.lib PxPvdSDK_x86.lib PxTask_x86.lib PxFoundation_x86.lib PsFastXml_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtils.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundation_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDK_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetCommon\ClassicMain.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetCustomJoint\PulleyJoint.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetCustomJoint\SnippetCustomJoint.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetCustomJoint\SnippetCustomJointRender.cpp"> - </ClCompile> - <ClInclude Include="..\..\SnippetCustomJoint\PulleyJoint.h"> - </ClInclude> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetUtils.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetRender.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> -</Project> diff --git a/PhysX_3.4/Snippets/compiler/vc11win32/SnippetCustomProfiler.vcxproj b/PhysX_3.4/Snippets/compiler/vc11win32/SnippetCustomProfiler.vcxproj deleted file mode 100644 index 23dc76da..00000000 --- a/PhysX_3.4/Snippets/compiler/vc11win32/SnippetCustomProfiler.vcxproj +++ /dev/null @@ -1,272 +0,0 @@ -<?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> - <ProjectConfiguration Include="checked|Win32"> - <Configuration>checked</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|Win32"> - <Configuration>profile</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|Win32"> - <Configuration>release</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{A1DC7298-F468-3208-0C49-44F0BA003BE1}</ProjectGuid> - <RootNamespace>SnippetCustomProfiler</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> - <ImportGroup Label="ExtensionSettings"> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetCustomProfiler/debug\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)DEBUG</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win32 PhysX3CommonDEBUG_x86.lib PhysX3DEBUG_x86.lib PhysX3CookingDEBUG_x86.lib PhysX3CharacterKinematicDEBUG_x86.lib PhysX3ExtensionsDEBUG.lib PhysX3VehicleDEBUG.lib PxPvdSDKDEBUG_x86.lib PxTaskDEBUG_x86.lib PxFoundationDEBUG_x86.lib PsFastXmlDEBUG_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsDEBUG.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationDEBUG_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKDEBUG_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetCustomProfiler/checked\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)CHECKED</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win32 PhysX3CommonCHECKED_x86.lib PhysX3CHECKED_x86.lib PhysX3CookingCHECKED_x86.lib PhysX3CharacterKinematicCHECKED_x86.lib PhysX3ExtensionsCHECKED.lib PhysX3VehicleCHECKED.lib PxPvdSDKCHECKED_x86.lib PxTaskCHECKED_x86.lib PxFoundationCHECKED_x86.lib PsFastXmlCHECKED_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsCHECKED.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationCHECKED_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKCHECKED_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetCustomProfiler/profile\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)PROFILE</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win32 PhysX3CommonPROFILE_x86.lib PhysX3PROFILE_x86.lib PhysX3CookingPROFILE_x86.lib PhysX3CharacterKinematicPROFILE_x86.lib PhysX3ExtensionsPROFILE.lib PhysX3VehiclePROFILE.lib PxPvdSDKPROFILE_x86.lib PxTaskPROFILE_x86.lib PxFoundationPROFILE_x86.lib PsFastXmlPROFILE_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsPROFILE.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationPROFILE_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKPROFILE_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetCustomProfiler/release\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win32 PhysX3Common_x86.lib PhysX3_x86.lib PhysX3Cooking_x86.lib PhysX3CharacterKinematic_x86.lib PhysX3Extensions.lib PhysX3Vehicle.lib PxPvdSDK_x86.lib PxTask_x86.lib PxFoundation_x86.lib PsFastXml_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtils.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundation_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDK_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetCommon\ClassicMain.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetCustomProfiler\SnippetCustomProfiler.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetCustomProfiler\SnippetCustomProfilerRender.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetUtils.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetRender.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> -</Project> diff --git a/PhysX_3.4/Snippets/compiler/vc11win32/SnippetHelloGRB.vcxproj b/PhysX_3.4/Snippets/compiler/vc11win32/SnippetHelloGRB.vcxproj deleted file mode 100644 index b8ec4f2c..00000000 --- a/PhysX_3.4/Snippets/compiler/vc11win32/SnippetHelloGRB.vcxproj +++ /dev/null @@ -1,272 +0,0 @@ -<?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> - <ProjectConfiguration Include="checked|Win32"> - <Configuration>checked</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|Win32"> - <Configuration>profile</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|Win32"> - <Configuration>release</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{B2817996-FAFC-5EC2-B600-92D86C7063CE}</ProjectGuid> - <RootNamespace>SnippetHelloGRB</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> - <ImportGroup Label="ExtensionSettings"> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetHelloGRB/debug\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)DEBUG</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win32 PhysX3CommonDEBUG_x86.lib PhysX3DEBUG_x86.lib PhysX3CookingDEBUG_x86.lib PhysX3CharacterKinematicDEBUG_x86.lib PhysX3ExtensionsDEBUG.lib PhysX3VehicleDEBUG.lib PxPvdSDKDEBUG_x86.lib PxTaskDEBUG_x86.lib PxFoundationDEBUG_x86.lib PsFastXmlDEBUG_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsDEBUG.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationDEBUG_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKDEBUG_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetHelloGRB/checked\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)CHECKED</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win32 PhysX3CommonCHECKED_x86.lib PhysX3CHECKED_x86.lib PhysX3CookingCHECKED_x86.lib PhysX3CharacterKinematicCHECKED_x86.lib PhysX3ExtensionsCHECKED.lib PhysX3VehicleCHECKED.lib PxPvdSDKCHECKED_x86.lib PxTaskCHECKED_x86.lib PxFoundationCHECKED_x86.lib PsFastXmlCHECKED_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsCHECKED.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationCHECKED_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKCHECKED_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetHelloGRB/profile\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)PROFILE</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win32 PhysX3CommonPROFILE_x86.lib PhysX3PROFILE_x86.lib PhysX3CookingPROFILE_x86.lib PhysX3CharacterKinematicPROFILE_x86.lib PhysX3ExtensionsPROFILE.lib PhysX3VehiclePROFILE.lib PxPvdSDKPROFILE_x86.lib PxTaskPROFILE_x86.lib PxFoundationPROFILE_x86.lib PsFastXmlPROFILE_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsPROFILE.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationPROFILE_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKPROFILE_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetHelloGRB/release\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win32 PhysX3Common_x86.lib PhysX3_x86.lib PhysX3Cooking_x86.lib PhysX3CharacterKinematic_x86.lib PhysX3Extensions.lib PhysX3Vehicle.lib PxPvdSDK_x86.lib PxTask_x86.lib PxFoundation_x86.lib PsFastXml_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtils.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundation_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDK_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetCommon\ClassicMain.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetHelloGRB\SnippetHelloGRB.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetHelloGRB\SnippetHelloGRBRender.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetUtils.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetRender.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> -</Project> diff --git a/PhysX_3.4/Snippets/compiler/vc11win32/SnippetHelloWorld.vcxproj b/PhysX_3.4/Snippets/compiler/vc11win32/SnippetHelloWorld.vcxproj deleted file mode 100644 index 96393b21..00000000 --- a/PhysX_3.4/Snippets/compiler/vc11win32/SnippetHelloWorld.vcxproj +++ /dev/null @@ -1,272 +0,0 @@ -<?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> - <ProjectConfiguration Include="checked|Win32"> - <Configuration>checked</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|Win32"> - <Configuration>profile</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|Win32"> - <Configuration>release</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{DF91286C-A048-0858-C381-C4106C184C0B}</ProjectGuid> - <RootNamespace>SnippetHelloWorld</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> - <ImportGroup Label="ExtensionSettings"> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetHelloWorld/debug\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)DEBUG</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win32 PhysX3CommonDEBUG_x86.lib PhysX3DEBUG_x86.lib PhysX3CookingDEBUG_x86.lib PhysX3CharacterKinematicDEBUG_x86.lib PhysX3ExtensionsDEBUG.lib PhysX3VehicleDEBUG.lib PxPvdSDKDEBUG_x86.lib PxTaskDEBUG_x86.lib PxFoundationDEBUG_x86.lib PsFastXmlDEBUG_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsDEBUG.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationDEBUG_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKDEBUG_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetHelloWorld/checked\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)CHECKED</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win32 PhysX3CommonCHECKED_x86.lib PhysX3CHECKED_x86.lib PhysX3CookingCHECKED_x86.lib PhysX3CharacterKinematicCHECKED_x86.lib PhysX3ExtensionsCHECKED.lib PhysX3VehicleCHECKED.lib PxPvdSDKCHECKED_x86.lib PxTaskCHECKED_x86.lib PxFoundationCHECKED_x86.lib PsFastXmlCHECKED_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsCHECKED.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationCHECKED_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKCHECKED_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetHelloWorld/profile\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)PROFILE</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win32 PhysX3CommonPROFILE_x86.lib PhysX3PROFILE_x86.lib PhysX3CookingPROFILE_x86.lib PhysX3CharacterKinematicPROFILE_x86.lib PhysX3ExtensionsPROFILE.lib PhysX3VehiclePROFILE.lib PxPvdSDKPROFILE_x86.lib PxTaskPROFILE_x86.lib PxFoundationPROFILE_x86.lib PsFastXmlPROFILE_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsPROFILE.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationPROFILE_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKPROFILE_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetHelloWorld/release\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win32 PhysX3Common_x86.lib PhysX3_x86.lib PhysX3Cooking_x86.lib PhysX3CharacterKinematic_x86.lib PhysX3Extensions.lib PhysX3Vehicle.lib PxPvdSDK_x86.lib PxTask_x86.lib PxFoundation_x86.lib PsFastXml_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtils.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundation_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDK_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetCommon\ClassicMain.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetHelloWorld\SnippetHelloWorld.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetHelloWorld\SnippetHelloWorldRender.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetUtils.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetRender.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> -</Project> diff --git a/PhysX_3.4/Snippets/compiler/vc11win32/SnippetImmediateMode.vcxproj b/PhysX_3.4/Snippets/compiler/vc11win32/SnippetImmediateMode.vcxproj deleted file mode 100644 index 5a6703d4..00000000 --- a/PhysX_3.4/Snippets/compiler/vc11win32/SnippetImmediateMode.vcxproj +++ /dev/null @@ -1,272 +0,0 @@ -<?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> - <ProjectConfiguration Include="checked|Win32"> - <Configuration>checked</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|Win32"> - <Configuration>profile</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|Win32"> - <Configuration>release</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{F7CE93CE-0BAE-6EF7-73B9-F960570DDA77}</ProjectGuid> - <RootNamespace>SnippetImmediateMode</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> - <ImportGroup Label="ExtensionSettings"> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetImmediateMode/debug\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)DEBUG</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win32 PhysX3CommonDEBUG_x86.lib PhysX3DEBUG_x86.lib PhysX3CookingDEBUG_x86.lib PhysX3CharacterKinematicDEBUG_x86.lib PhysX3ExtensionsDEBUG.lib PhysX3VehicleDEBUG.lib PxPvdSDKDEBUG_x86.lib PxTaskDEBUG_x86.lib PxFoundationDEBUG_x86.lib PsFastXmlDEBUG_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsDEBUG.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationDEBUG_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKDEBUG_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetImmediateMode/checked\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)CHECKED</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win32 PhysX3CommonCHECKED_x86.lib PhysX3CHECKED_x86.lib PhysX3CookingCHECKED_x86.lib PhysX3CharacterKinematicCHECKED_x86.lib PhysX3ExtensionsCHECKED.lib PhysX3VehicleCHECKED.lib PxPvdSDKCHECKED_x86.lib PxTaskCHECKED_x86.lib PxFoundationCHECKED_x86.lib PsFastXmlCHECKED_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsCHECKED.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationCHECKED_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKCHECKED_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetImmediateMode/profile\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)PROFILE</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win32 PhysX3CommonPROFILE_x86.lib PhysX3PROFILE_x86.lib PhysX3CookingPROFILE_x86.lib PhysX3CharacterKinematicPROFILE_x86.lib PhysX3ExtensionsPROFILE.lib PhysX3VehiclePROFILE.lib PxPvdSDKPROFILE_x86.lib PxTaskPROFILE_x86.lib PxFoundationPROFILE_x86.lib PsFastXmlPROFILE_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsPROFILE.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationPROFILE_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKPROFILE_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetImmediateMode/release\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win32 PhysX3Common_x86.lib PhysX3_x86.lib PhysX3Cooking_x86.lib PhysX3CharacterKinematic_x86.lib PhysX3Extensions.lib PhysX3Vehicle.lib PxPvdSDK_x86.lib PxTask_x86.lib PxFoundation_x86.lib PsFastXml_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtils.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundation_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDK_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetCommon\ClassicMain.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetImmediateMode\SnippetImmediateMode.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetImmediateMode\SnippetImmediateModeRender.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetUtils.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetRender.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> -</Project> diff --git a/PhysX_3.4/Snippets/compiler/vc11win32/SnippetJoint.vcxproj b/PhysX_3.4/Snippets/compiler/vc11win32/SnippetJoint.vcxproj deleted file mode 100644 index 13e9154c..00000000 --- a/PhysX_3.4/Snippets/compiler/vc11win32/SnippetJoint.vcxproj +++ /dev/null @@ -1,272 +0,0 @@ -<?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> - <ProjectConfiguration Include="checked|Win32"> - <Configuration>checked</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|Win32"> - <Configuration>profile</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|Win32"> - <Configuration>release</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{E746C271-EEAC-0E0A-DB12-98275484FF29}</ProjectGuid> - <RootNamespace>SnippetJoint</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> - <ImportGroup Label="ExtensionSettings"> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetJoint/debug\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)DEBUG</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win32 PhysX3CommonDEBUG_x86.lib PhysX3DEBUG_x86.lib PhysX3CookingDEBUG_x86.lib PhysX3CharacterKinematicDEBUG_x86.lib PhysX3ExtensionsDEBUG.lib PhysX3VehicleDEBUG.lib PxPvdSDKDEBUG_x86.lib PxTaskDEBUG_x86.lib PxFoundationDEBUG_x86.lib PsFastXmlDEBUG_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsDEBUG.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationDEBUG_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKDEBUG_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetJoint/checked\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)CHECKED</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win32 PhysX3CommonCHECKED_x86.lib PhysX3CHECKED_x86.lib PhysX3CookingCHECKED_x86.lib PhysX3CharacterKinematicCHECKED_x86.lib PhysX3ExtensionsCHECKED.lib PhysX3VehicleCHECKED.lib PxPvdSDKCHECKED_x86.lib PxTaskCHECKED_x86.lib PxFoundationCHECKED_x86.lib PsFastXmlCHECKED_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsCHECKED.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationCHECKED_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKCHECKED_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetJoint/profile\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)PROFILE</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win32 PhysX3CommonPROFILE_x86.lib PhysX3PROFILE_x86.lib PhysX3CookingPROFILE_x86.lib PhysX3CharacterKinematicPROFILE_x86.lib PhysX3ExtensionsPROFILE.lib PhysX3VehiclePROFILE.lib PxPvdSDKPROFILE_x86.lib PxTaskPROFILE_x86.lib PxFoundationPROFILE_x86.lib PsFastXmlPROFILE_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsPROFILE.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationPROFILE_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKPROFILE_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetJoint/release\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win32 PhysX3Common_x86.lib PhysX3_x86.lib PhysX3Cooking_x86.lib PhysX3CharacterKinematic_x86.lib PhysX3Extensions.lib PhysX3Vehicle.lib PxPvdSDK_x86.lib PxTask_x86.lib PxFoundation_x86.lib PsFastXml_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtils.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundation_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDK_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetCommon\ClassicMain.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetJoint\SnippetJoint.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetJoint\SnippetJointRender.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetUtils.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetRender.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> -</Project> diff --git a/PhysX_3.4/Snippets/compiler/vc11win32/SnippetLoadCollection.vcxproj b/PhysX_3.4/Snippets/compiler/vc11win32/SnippetLoadCollection.vcxproj deleted file mode 100644 index 324bcbc0..00000000 --- a/PhysX_3.4/Snippets/compiler/vc11win32/SnippetLoadCollection.vcxproj +++ /dev/null @@ -1,270 +0,0 @@ -<?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> - <ProjectConfiguration Include="checked|Win32"> - <Configuration>checked</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|Win32"> - <Configuration>profile</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|Win32"> - <Configuration>release</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{6FDCDABC-5CE8-F7EA-8EF3-D124D7B23FB8}</ProjectGuid> - <RootNamespace>SnippetLoadCollection</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> - <ImportGroup Label="ExtensionSettings"> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetLoadCollection/debug\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)DEBUG</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win32 PhysX3CommonDEBUG_x86.lib PhysX3DEBUG_x86.lib PhysX3CookingDEBUG_x86.lib PhysX3CharacterKinematicDEBUG_x86.lib PhysX3ExtensionsDEBUG.lib PhysX3VehicleDEBUG.lib PxPvdSDKDEBUG_x86.lib PxTaskDEBUG_x86.lib PxFoundationDEBUG_x86.lib PsFastXmlDEBUG_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsDEBUG.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationDEBUG_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKDEBUG_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetLoadCollection/checked\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)CHECKED</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win32 PhysX3CommonCHECKED_x86.lib PhysX3CHECKED_x86.lib PhysX3CookingCHECKED_x86.lib PhysX3CharacterKinematicCHECKED_x86.lib PhysX3ExtensionsCHECKED.lib PhysX3VehicleCHECKED.lib PxPvdSDKCHECKED_x86.lib PxTaskCHECKED_x86.lib PxFoundationCHECKED_x86.lib PsFastXmlCHECKED_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsCHECKED.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationCHECKED_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKCHECKED_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetLoadCollection/profile\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)PROFILE</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win32 PhysX3CommonPROFILE_x86.lib PhysX3PROFILE_x86.lib PhysX3CookingPROFILE_x86.lib PhysX3CharacterKinematicPROFILE_x86.lib PhysX3ExtensionsPROFILE.lib PhysX3VehiclePROFILE.lib PxPvdSDKPROFILE_x86.lib PxTaskPROFILE_x86.lib PxFoundationPROFILE_x86.lib PsFastXmlPROFILE_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsPROFILE.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationPROFILE_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKPROFILE_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetLoadCollection/release\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win32 PhysX3Common_x86.lib PhysX3_x86.lib PhysX3Cooking_x86.lib PhysX3CharacterKinematic_x86.lib PhysX3Extensions.lib PhysX3Vehicle.lib PxPvdSDK_x86.lib PxTask_x86.lib PxFoundation_x86.lib PsFastXml_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtils.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundation_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDK_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetCommon\ClassicMain.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetLoadCollection\SnippetLoadCollection.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetUtils.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetRender.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> -</Project> diff --git a/PhysX_3.4/Snippets/compiler/vc11win32/SnippetMBP.vcxproj b/PhysX_3.4/Snippets/compiler/vc11win32/SnippetMBP.vcxproj deleted file mode 100644 index be6ec5ab..00000000 --- a/PhysX_3.4/Snippets/compiler/vc11win32/SnippetMBP.vcxproj +++ /dev/null @@ -1,272 +0,0 @@ -<?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> - <ProjectConfiguration Include="checked|Win32"> - <Configuration>checked</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|Win32"> - <Configuration>profile</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|Win32"> - <Configuration>release</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{C23AC35D-E93E-B90C-CAD0-151A87D76CEA}</ProjectGuid> - <RootNamespace>SnippetMBP</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> - <ImportGroup Label="ExtensionSettings"> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetMBP/debug\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)DEBUG</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win32 PhysX3CommonDEBUG_x86.lib PhysX3DEBUG_x86.lib PhysX3CookingDEBUG_x86.lib PhysX3CharacterKinematicDEBUG_x86.lib PhysX3ExtensionsDEBUG.lib PhysX3VehicleDEBUG.lib PxPvdSDKDEBUG_x86.lib PxTaskDEBUG_x86.lib PxFoundationDEBUG_x86.lib PsFastXmlDEBUG_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsDEBUG.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationDEBUG_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKDEBUG_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetMBP/checked\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)CHECKED</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win32 PhysX3CommonCHECKED_x86.lib PhysX3CHECKED_x86.lib PhysX3CookingCHECKED_x86.lib PhysX3CharacterKinematicCHECKED_x86.lib PhysX3ExtensionsCHECKED.lib PhysX3VehicleCHECKED.lib PxPvdSDKCHECKED_x86.lib PxTaskCHECKED_x86.lib PxFoundationCHECKED_x86.lib PsFastXmlCHECKED_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsCHECKED.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationCHECKED_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKCHECKED_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetMBP/profile\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)PROFILE</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win32 PhysX3CommonPROFILE_x86.lib PhysX3PROFILE_x86.lib PhysX3CookingPROFILE_x86.lib PhysX3CharacterKinematicPROFILE_x86.lib PhysX3ExtensionsPROFILE.lib PhysX3VehiclePROFILE.lib PxPvdSDKPROFILE_x86.lib PxTaskPROFILE_x86.lib PxFoundationPROFILE_x86.lib PsFastXmlPROFILE_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsPROFILE.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationPROFILE_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKPROFILE_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetMBP/release\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win32 PhysX3Common_x86.lib PhysX3_x86.lib PhysX3Cooking_x86.lib PhysX3CharacterKinematic_x86.lib PhysX3Extensions.lib PhysX3Vehicle.lib PxPvdSDK_x86.lib PxTask_x86.lib PxFoundation_x86.lib PsFastXml_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtils.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundation_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDK_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetCommon\ClassicMain.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetMBP\SnippetMBP.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetMBP\SnippetMBPRender.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetUtils.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetRender.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> -</Project> diff --git a/PhysX_3.4/Snippets/compiler/vc11win32/SnippetMultiThreading.vcxproj b/PhysX_3.4/Snippets/compiler/vc11win32/SnippetMultiThreading.vcxproj deleted file mode 100644 index adef2901..00000000 --- a/PhysX_3.4/Snippets/compiler/vc11win32/SnippetMultiThreading.vcxproj +++ /dev/null @@ -1,270 +0,0 @@ -<?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> - <ProjectConfiguration Include="checked|Win32"> - <Configuration>checked</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|Win32"> - <Configuration>profile</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|Win32"> - <Configuration>release</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{84DDC75F-EE90-06FB-B3E0-E011B27CF590}</ProjectGuid> - <RootNamespace>SnippetMultiThreading</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> - <ImportGroup Label="ExtensionSettings"> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetMultiThreading/debug\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)DEBUG</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win32 PhysX3CommonDEBUG_x86.lib PhysX3DEBUG_x86.lib PhysX3CookingDEBUG_x86.lib PhysX3CharacterKinematicDEBUG_x86.lib PhysX3ExtensionsDEBUG.lib PhysX3VehicleDEBUG.lib PxPvdSDKDEBUG_x86.lib PxTaskDEBUG_x86.lib PxFoundationDEBUG_x86.lib PsFastXmlDEBUG_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsDEBUG.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationDEBUG_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKDEBUG_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetMultiThreading/checked\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)CHECKED</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win32 PhysX3CommonCHECKED_x86.lib PhysX3CHECKED_x86.lib PhysX3CookingCHECKED_x86.lib PhysX3CharacterKinematicCHECKED_x86.lib PhysX3ExtensionsCHECKED.lib PhysX3VehicleCHECKED.lib PxPvdSDKCHECKED_x86.lib PxTaskCHECKED_x86.lib PxFoundationCHECKED_x86.lib PsFastXmlCHECKED_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsCHECKED.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationCHECKED_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKCHECKED_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetMultiThreading/profile\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)PROFILE</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win32 PhysX3CommonPROFILE_x86.lib PhysX3PROFILE_x86.lib PhysX3CookingPROFILE_x86.lib PhysX3CharacterKinematicPROFILE_x86.lib PhysX3ExtensionsPROFILE.lib PhysX3VehiclePROFILE.lib PxPvdSDKPROFILE_x86.lib PxTaskPROFILE_x86.lib PxFoundationPROFILE_x86.lib PsFastXmlPROFILE_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsPROFILE.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationPROFILE_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKPROFILE_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetMultiThreading/release\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win32 PhysX3Common_x86.lib PhysX3_x86.lib PhysX3Cooking_x86.lib PhysX3CharacterKinematic_x86.lib PhysX3Extensions.lib PhysX3Vehicle.lib PxPvdSDK_x86.lib PxTask_x86.lib PxFoundation_x86.lib PsFastXml_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtils.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundation_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDK_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetCommon\ClassicMain.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetMultiThreading\SnippetMultiThreading.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetUtils.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetRender.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> -</Project> diff --git a/PhysX_3.4/Snippets/compiler/vc11win32/SnippetNestedScene.vcxproj b/PhysX_3.4/Snippets/compiler/vc11win32/SnippetNestedScene.vcxproj deleted file mode 100644 index 77249019..00000000 --- a/PhysX_3.4/Snippets/compiler/vc11win32/SnippetNestedScene.vcxproj +++ /dev/null @@ -1,302 +0,0 @@ -<?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> - <ProjectConfiguration Include="checked|Win32"> - <Configuration>checked</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|Win32"> - <Configuration>profile</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|Win32"> - <Configuration>release</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{34A5A81F-631D-D4D8-C390-E52FDCC0463C}</ProjectGuid> - <RootNamespace>SnippetNestedScene</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> - <ImportGroup Label="ExtensionSettings"> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetNestedScene/debug\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)DEBUG</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win32 PhysX3CommonDEBUG_x86.lib PhysX3DEBUG_x86.lib PhysX3CookingDEBUG_x86.lib PhysX3CharacterKinematicDEBUG_x86.lib PhysX3ExtensionsDEBUG.lib PhysX3VehicleDEBUG.lib PxPvdSDKDEBUG_x86.lib PxTaskDEBUG_x86.lib PxFoundationDEBUG_x86.lib PsFastXmlDEBUG_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsDEBUG.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationDEBUG_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKDEBUG_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetNestedScene/checked\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)CHECKED</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win32 PhysX3CommonCHECKED_x86.lib PhysX3CHECKED_x86.lib PhysX3CookingCHECKED_x86.lib PhysX3CharacterKinematicCHECKED_x86.lib PhysX3ExtensionsCHECKED.lib PhysX3VehicleCHECKED.lib PxPvdSDKCHECKED_x86.lib PxTaskCHECKED_x86.lib PxFoundationCHECKED_x86.lib PsFastXmlCHECKED_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsCHECKED.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationCHECKED_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKCHECKED_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetNestedScene/profile\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)PROFILE</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win32 PhysX3CommonPROFILE_x86.lib PhysX3PROFILE_x86.lib PhysX3CookingPROFILE_x86.lib PhysX3CharacterKinematicPROFILE_x86.lib PhysX3ExtensionsPROFILE.lib PhysX3VehiclePROFILE.lib PxPvdSDKPROFILE_x86.lib PxTaskPROFILE_x86.lib PxFoundationPROFILE_x86.lib PsFastXmlPROFILE_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsPROFILE.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationPROFILE_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKPROFILE_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetNestedScene/release\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win32 PhysX3Common_x86.lib PhysX3_x86.lib PhysX3Cooking_x86.lib PhysX3CharacterKinematic_x86.lib PhysX3Extensions.lib PhysX3Vehicle.lib PxPvdSDK_x86.lib PxTask_x86.lib PxFoundation_x86.lib PsFastXml_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtils.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundation_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDK_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetCommon\ClassicMain.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetNestedScene\SnippetNestedScene.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetNestedScene\SnippetNestedSceneRender.cpp"> - </ClCompile> - <ClInclude Include="..\..\SnippetNestedScene\NestedScene.h"> - </ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicle4WCreate.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleCreate.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleFilterShader.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleNoDriveCreate.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleSceneQuery.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleTankCreate.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleTireFriction.cpp"> - </ClCompile> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleConcurrency.h"> - </ClInclude> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleCreate.h"> - </ClInclude> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleFilterShader.h"> - </ClInclude> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleSceneQuery.h"> - </ClInclude> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleTireFriction.h"> - </ClInclude> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleWheelQueryResult.h"> - </ClInclude> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetUtils.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetRender.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> -</Project> diff --git a/PhysX_3.4/Snippets/compiler/vc11win32/SnippetPrunerSerialization.vcxproj b/PhysX_3.4/Snippets/compiler/vc11win32/SnippetPrunerSerialization.vcxproj deleted file mode 100644 index cff76064..00000000 --- a/PhysX_3.4/Snippets/compiler/vc11win32/SnippetPrunerSerialization.vcxproj +++ /dev/null @@ -1,270 +0,0 @@ -<?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> - <ProjectConfiguration Include="checked|Win32"> - <Configuration>checked</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|Win32"> - <Configuration>profile</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|Win32"> - <Configuration>release</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{BD4DC31F-4055-B70F-EDD0-10D59398F707}</ProjectGuid> - <RootNamespace>SnippetPrunerSerialization</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> - <ImportGroup Label="ExtensionSettings"> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetPrunerSerialization/debug\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)DEBUG</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win32 PhysX3CommonDEBUG_x86.lib PhysX3DEBUG_x86.lib PhysX3CookingDEBUG_x86.lib PhysX3CharacterKinematicDEBUG_x86.lib PhysX3ExtensionsDEBUG.lib PhysX3VehicleDEBUG.lib PxPvdSDKDEBUG_x86.lib PxTaskDEBUG_x86.lib PxFoundationDEBUG_x86.lib PsFastXmlDEBUG_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsDEBUG.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationDEBUG_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKDEBUG_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetPrunerSerialization/checked\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)CHECKED</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win32 PhysX3CommonCHECKED_x86.lib PhysX3CHECKED_x86.lib PhysX3CookingCHECKED_x86.lib PhysX3CharacterKinematicCHECKED_x86.lib PhysX3ExtensionsCHECKED.lib PhysX3VehicleCHECKED.lib PxPvdSDKCHECKED_x86.lib PxTaskCHECKED_x86.lib PxFoundationCHECKED_x86.lib PsFastXmlCHECKED_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsCHECKED.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationCHECKED_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKCHECKED_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetPrunerSerialization/profile\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)PROFILE</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win32 PhysX3CommonPROFILE_x86.lib PhysX3PROFILE_x86.lib PhysX3CookingPROFILE_x86.lib PhysX3CharacterKinematicPROFILE_x86.lib PhysX3ExtensionsPROFILE.lib PhysX3VehiclePROFILE.lib PxPvdSDKPROFILE_x86.lib PxTaskPROFILE_x86.lib PxFoundationPROFILE_x86.lib PsFastXmlPROFILE_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsPROFILE.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationPROFILE_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKPROFILE_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetPrunerSerialization/release\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win32 PhysX3Common_x86.lib PhysX3_x86.lib PhysX3Cooking_x86.lib PhysX3CharacterKinematic_x86.lib PhysX3Extensions.lib PhysX3Vehicle.lib PxPvdSDK_x86.lib PxTask_x86.lib PxFoundation_x86.lib PsFastXml_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtils.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundation_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDK_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetCommon\ClassicMain.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetPrunerSerialization\SnippetPrunerSerialization.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetUtils.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetRender.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> -</Project> diff --git a/PhysX_3.4/Snippets/compiler/vc11win32/SnippetRaycastCCD.vcxproj b/PhysX_3.4/Snippets/compiler/vc11win32/SnippetRaycastCCD.vcxproj deleted file mode 100644 index b616cb8c..00000000 --- a/PhysX_3.4/Snippets/compiler/vc11win32/SnippetRaycastCCD.vcxproj +++ /dev/null @@ -1,272 +0,0 @@ -<?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> - <ProjectConfiguration Include="checked|Win32"> - <Configuration>checked</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|Win32"> - <Configuration>profile</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|Win32"> - <Configuration>release</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{84A5A167-E1E1-9C10-5E48-2CD6C91D20A8}</ProjectGuid> - <RootNamespace>SnippetRaycastCCD</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> - <ImportGroup Label="ExtensionSettings"> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetRaycastCCD/debug\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)DEBUG</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win32 PhysX3CommonDEBUG_x86.lib PhysX3DEBUG_x86.lib PhysX3CookingDEBUG_x86.lib PhysX3CharacterKinematicDEBUG_x86.lib PhysX3ExtensionsDEBUG.lib PhysX3VehicleDEBUG.lib PxPvdSDKDEBUG_x86.lib PxTaskDEBUG_x86.lib PxFoundationDEBUG_x86.lib PsFastXmlDEBUG_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsDEBUG.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationDEBUG_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKDEBUG_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetRaycastCCD/checked\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)CHECKED</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win32 PhysX3CommonCHECKED_x86.lib PhysX3CHECKED_x86.lib PhysX3CookingCHECKED_x86.lib PhysX3CharacterKinematicCHECKED_x86.lib PhysX3ExtensionsCHECKED.lib PhysX3VehicleCHECKED.lib PxPvdSDKCHECKED_x86.lib PxTaskCHECKED_x86.lib PxFoundationCHECKED_x86.lib PsFastXmlCHECKED_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsCHECKED.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationCHECKED_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKCHECKED_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetRaycastCCD/profile\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)PROFILE</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win32 PhysX3CommonPROFILE_x86.lib PhysX3PROFILE_x86.lib PhysX3CookingPROFILE_x86.lib PhysX3CharacterKinematicPROFILE_x86.lib PhysX3ExtensionsPROFILE.lib PhysX3VehiclePROFILE.lib PxPvdSDKPROFILE_x86.lib PxTaskPROFILE_x86.lib PxFoundationPROFILE_x86.lib PsFastXmlPROFILE_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsPROFILE.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationPROFILE_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKPROFILE_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetRaycastCCD/release\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win32 PhysX3Common_x86.lib PhysX3_x86.lib PhysX3Cooking_x86.lib PhysX3CharacterKinematic_x86.lib PhysX3Extensions.lib PhysX3Vehicle.lib PxPvdSDK_x86.lib PxTask_x86.lib PxFoundation_x86.lib PsFastXml_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtils.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundation_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDK_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetCommon\ClassicMain.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetRaycastCCD\SnippetRaycastCCD.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetRaycastCCD\SnippetRaycastCCDRender.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetUtils.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetRender.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> -</Project> diff --git a/PhysX_3.4/Snippets/compiler/vc11win32/SnippetRender.vcxproj b/PhysX_3.4/Snippets/compiler/vc11win32/SnippetRender.vcxproj deleted file mode 100644 index 2dd4a438..00000000 --- a/PhysX_3.4/Snippets/compiler/vc11win32/SnippetRender.vcxproj +++ /dev/null @@ -1,240 +0,0 @@ -<?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> - <ProjectConfiguration Include="checked|Win32"> - <Configuration>checked</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|Win32"> - <Configuration>profile</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|Win32"> - <Configuration>release</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{43554530-2170-F5A9-4794-3AD09344F18D}</ProjectGuid> - <RootNamespace>SnippetRender</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" Label="Configuration"> - <ConfigurationType>StaticLibrary</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'" Label="Configuration"> - <ConfigurationType>StaticLibrary</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'" Label="Configuration"> - <ConfigurationType>StaticLibrary</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'" Label="Configuration"> - <ConfigurationType>StaticLibrary</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> - <ImportGroup Label="ExtensionSettings"> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <OutDir>./../../lib/vc11win32\</OutDir> - <IntDir>./Win32/SnippetRender/debug\</IntDir> - <TargetExt>.lib</TargetExt> - <TargetName>$(ProjectName)DEBUG</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../Graphics/include/win32/GL;./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <AdditionalDependencies>glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.lib</OutputFile> - <AdditionalLibraryDirectories>./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <TargetMachine>MachineX86</TargetMachine> - </Lib> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - <LinkLibraryDependencies>true</LinkLibraryDependencies> - </ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <OutDir>./../../lib/vc11win32\</OutDir> - <IntDir>./Win32/SnippetRender/checked\</IntDir> - <TargetExt>.lib</TargetExt> - <TargetName>$(ProjectName)CHECKED</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../Graphics/include/win32/GL;./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <AdditionalDependencies>glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.lib</OutputFile> - <AdditionalLibraryDirectories>./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <TargetMachine>MachineX86</TargetMachine> - </Lib> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - <LinkLibraryDependencies>true</LinkLibraryDependencies> - </ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <OutDir>./../../lib/vc11win32\</OutDir> - <IntDir>./Win32/SnippetRender/profile\</IntDir> - <TargetExt>.lib</TargetExt> - <TargetName>$(ProjectName)PROFILE</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../Graphics/include/win32/GL;./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.lib</OutputFile> - <AdditionalLibraryDirectories>./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <TargetMachine>MachineX86</TargetMachine> - </Lib> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - <LinkLibraryDependencies>true</LinkLibraryDependencies> - </ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <OutDir>./../../lib/vc11win32\</OutDir> - <IntDir>./Win32/SnippetRender/release\</IntDir> - <TargetExt>.lib</TargetExt> - <TargetName>$(ProjectName)</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../Graphics/include/win32/GL;./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName).lib</OutputFile> - <AdditionalLibraryDirectories>./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <TargetMachine>MachineX86</TargetMachine> - </Lib> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - <LinkLibraryDependencies>true</LinkLibraryDependencies> - </ProjectReference> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetRender\SnippetCamera.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetRender\SnippetRender.cpp"> - </ClCompile> - <ClInclude Include="..\..\SnippetRender\SnippetCamera.h"> - </ClInclude> - <ClInclude Include="..\..\SnippetRender\SnippetRender.h"> - </ClInclude> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> -</Project> diff --git a/PhysX_3.4/Snippets/compiler/vc11win32/SnippetSerialization.vcxproj b/PhysX_3.4/Snippets/compiler/vc11win32/SnippetSerialization.vcxproj deleted file mode 100644 index 7420dd37..00000000 --- a/PhysX_3.4/Snippets/compiler/vc11win32/SnippetSerialization.vcxproj +++ /dev/null @@ -1,272 +0,0 @@ -<?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> - <ProjectConfiguration Include="checked|Win32"> - <Configuration>checked</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|Win32"> - <Configuration>profile</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|Win32"> - <Configuration>release</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{41C4E1A2-3F28-762A-9C7B-56ACE68B960A}</ProjectGuid> - <RootNamespace>SnippetSerialization</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> - <ImportGroup Label="ExtensionSettings"> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetSerialization/debug\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)DEBUG</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win32 PhysX3CommonDEBUG_x86.lib PhysX3DEBUG_x86.lib PhysX3CookingDEBUG_x86.lib PhysX3CharacterKinematicDEBUG_x86.lib PhysX3ExtensionsDEBUG.lib PhysX3VehicleDEBUG.lib PxPvdSDKDEBUG_x86.lib PxTaskDEBUG_x86.lib PxFoundationDEBUG_x86.lib PsFastXmlDEBUG_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsDEBUG.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationDEBUG_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKDEBUG_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetSerialization/checked\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)CHECKED</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win32 PhysX3CommonCHECKED_x86.lib PhysX3CHECKED_x86.lib PhysX3CookingCHECKED_x86.lib PhysX3CharacterKinematicCHECKED_x86.lib PhysX3ExtensionsCHECKED.lib PhysX3VehicleCHECKED.lib PxPvdSDKCHECKED_x86.lib PxTaskCHECKED_x86.lib PxFoundationCHECKED_x86.lib PsFastXmlCHECKED_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsCHECKED.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationCHECKED_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKCHECKED_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetSerialization/profile\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)PROFILE</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win32 PhysX3CommonPROFILE_x86.lib PhysX3PROFILE_x86.lib PhysX3CookingPROFILE_x86.lib PhysX3CharacterKinematicPROFILE_x86.lib PhysX3ExtensionsPROFILE.lib PhysX3VehiclePROFILE.lib PxPvdSDKPROFILE_x86.lib PxTaskPROFILE_x86.lib PxFoundationPROFILE_x86.lib PsFastXmlPROFILE_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsPROFILE.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationPROFILE_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKPROFILE_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetSerialization/release\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win32 PhysX3Common_x86.lib PhysX3_x86.lib PhysX3Cooking_x86.lib PhysX3CharacterKinematic_x86.lib PhysX3Extensions.lib PhysX3Vehicle.lib PxPvdSDK_x86.lib PxTask_x86.lib PxFoundation_x86.lib PsFastXml_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtils.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundation_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDK_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetCommon\ClassicMain.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetSerialization\SnippetSerialization.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetSerialization\SnippetSerializationRender.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetUtils.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetRender.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> -</Project> diff --git a/PhysX_3.4/Snippets/compiler/vc11win32/SnippetSpatialIndex.vcxproj b/PhysX_3.4/Snippets/compiler/vc11win32/SnippetSpatialIndex.vcxproj deleted file mode 100644 index cfa7bd68..00000000 --- a/PhysX_3.4/Snippets/compiler/vc11win32/SnippetSpatialIndex.vcxproj +++ /dev/null @@ -1,270 +0,0 @@ -<?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> - <ProjectConfiguration Include="checked|Win32"> - <Configuration>checked</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|Win32"> - <Configuration>profile</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|Win32"> - <Configuration>release</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{A9B59085-6A03-2130-5E71-8E47C8B05E3C}</ProjectGuid> - <RootNamespace>SnippetSpatialIndex</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> - <ImportGroup Label="ExtensionSettings"> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetSpatialIndex/debug\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)DEBUG</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win32 PhysX3CommonDEBUG_x86.lib PhysX3DEBUG_x86.lib PhysX3CookingDEBUG_x86.lib PhysX3CharacterKinematicDEBUG_x86.lib PhysX3ExtensionsDEBUG.lib PhysX3VehicleDEBUG.lib PxPvdSDKDEBUG_x86.lib PxTaskDEBUG_x86.lib PxFoundationDEBUG_x86.lib PsFastXmlDEBUG_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsDEBUG.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationDEBUG_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKDEBUG_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetSpatialIndex/checked\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)CHECKED</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win32 PhysX3CommonCHECKED_x86.lib PhysX3CHECKED_x86.lib PhysX3CookingCHECKED_x86.lib PhysX3CharacterKinematicCHECKED_x86.lib PhysX3ExtensionsCHECKED.lib PhysX3VehicleCHECKED.lib PxPvdSDKCHECKED_x86.lib PxTaskCHECKED_x86.lib PxFoundationCHECKED_x86.lib PsFastXmlCHECKED_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsCHECKED.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationCHECKED_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKCHECKED_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetSpatialIndex/profile\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)PROFILE</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win32 PhysX3CommonPROFILE_x86.lib PhysX3PROFILE_x86.lib PhysX3CookingPROFILE_x86.lib PhysX3CharacterKinematicPROFILE_x86.lib PhysX3ExtensionsPROFILE.lib PhysX3VehiclePROFILE.lib PxPvdSDKPROFILE_x86.lib PxTaskPROFILE_x86.lib PxFoundationPROFILE_x86.lib PsFastXmlPROFILE_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsPROFILE.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationPROFILE_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKPROFILE_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetSpatialIndex/release\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win32 PhysX3Common_x86.lib PhysX3_x86.lib PhysX3Cooking_x86.lib PhysX3CharacterKinematic_x86.lib PhysX3Extensions.lib PhysX3Vehicle.lib PxPvdSDK_x86.lib PxTask_x86.lib PxFoundation_x86.lib PsFastXml_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtils.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundation_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDK_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetCommon\ClassicMain.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetSpatialIndex\SnippetSpatialIndex.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetUtils.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetRender.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> -</Project> diff --git a/PhysX_3.4/Snippets/compiler/vc11win32/SnippetSplitFetchResults.vcxproj b/PhysX_3.4/Snippets/compiler/vc11win32/SnippetSplitFetchResults.vcxproj deleted file mode 100644 index 0d825fbc..00000000 --- a/PhysX_3.4/Snippets/compiler/vc11win32/SnippetSplitFetchResults.vcxproj +++ /dev/null @@ -1,272 +0,0 @@ -<?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> - <ProjectConfiguration Include="checked|Win32"> - <Configuration>checked</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|Win32"> - <Configuration>profile</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|Win32"> - <Configuration>release</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{CB1D4F57-8DC5-76DF-DA0B-C9B21949C83A}</ProjectGuid> - <RootNamespace>SnippetSplitFetchResults</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> - <ImportGroup Label="ExtensionSettings"> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetSplitFetchResults/debug\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)DEBUG</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win32 PhysX3CommonDEBUG_x86.lib PhysX3DEBUG_x86.lib PhysX3CookingDEBUG_x86.lib PhysX3CharacterKinematicDEBUG_x86.lib PhysX3ExtensionsDEBUG.lib PhysX3VehicleDEBUG.lib PxPvdSDKDEBUG_x86.lib PxTaskDEBUG_x86.lib PxFoundationDEBUG_x86.lib PsFastXmlDEBUG_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsDEBUG.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationDEBUG_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKDEBUG_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetSplitFetchResults/checked\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)CHECKED</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win32 PhysX3CommonCHECKED_x86.lib PhysX3CHECKED_x86.lib PhysX3CookingCHECKED_x86.lib PhysX3CharacterKinematicCHECKED_x86.lib PhysX3ExtensionsCHECKED.lib PhysX3VehicleCHECKED.lib PxPvdSDKCHECKED_x86.lib PxTaskCHECKED_x86.lib PxFoundationCHECKED_x86.lib PsFastXmlCHECKED_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsCHECKED.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationCHECKED_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKCHECKED_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetSplitFetchResults/profile\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)PROFILE</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win32 PhysX3CommonPROFILE_x86.lib PhysX3PROFILE_x86.lib PhysX3CookingPROFILE_x86.lib PhysX3CharacterKinematicPROFILE_x86.lib PhysX3ExtensionsPROFILE.lib PhysX3VehiclePROFILE.lib PxPvdSDKPROFILE_x86.lib PxTaskPROFILE_x86.lib PxFoundationPROFILE_x86.lib PsFastXmlPROFILE_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsPROFILE.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationPROFILE_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKPROFILE_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetSplitFetchResults/release\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win32 PhysX3Common_x86.lib PhysX3_x86.lib PhysX3Cooking_x86.lib PhysX3CharacterKinematic_x86.lib PhysX3Extensions.lib PhysX3Vehicle.lib PxPvdSDK_x86.lib PxTask_x86.lib PxFoundation_x86.lib PsFastXml_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtils.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundation_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDK_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetCommon\ClassicMain.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetSplitFetchResults\SnippetSplitFetchResults.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetSplitFetchResults\SnippetSplitFetchResultsRender.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetUtils.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetRender.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> -</Project> diff --git a/PhysX_3.4/Snippets/compiler/vc11win32/SnippetSplitSim.vcxproj b/PhysX_3.4/Snippets/compiler/vc11win32/SnippetSplitSim.vcxproj deleted file mode 100644 index 4e8610a3..00000000 --- a/PhysX_3.4/Snippets/compiler/vc11win32/SnippetSplitSim.vcxproj +++ /dev/null @@ -1,272 +0,0 @@ -<?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> - <ProjectConfiguration Include="checked|Win32"> - <Configuration>checked</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|Win32"> - <Configuration>profile</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|Win32"> - <Configuration>release</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{18708416-6A28-67E8-82D0-E8148F0CE318}</ProjectGuid> - <RootNamespace>SnippetSplitSim</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> - <ImportGroup Label="ExtensionSettings"> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetSplitSim/debug\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)DEBUG</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win32 PhysX3CommonDEBUG_x86.lib PhysX3DEBUG_x86.lib PhysX3CookingDEBUG_x86.lib PhysX3CharacterKinematicDEBUG_x86.lib PhysX3ExtensionsDEBUG.lib PhysX3VehicleDEBUG.lib PxPvdSDKDEBUG_x86.lib PxTaskDEBUG_x86.lib PxFoundationDEBUG_x86.lib PsFastXmlDEBUG_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsDEBUG.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationDEBUG_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKDEBUG_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetSplitSim/checked\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)CHECKED</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win32 PhysX3CommonCHECKED_x86.lib PhysX3CHECKED_x86.lib PhysX3CookingCHECKED_x86.lib PhysX3CharacterKinematicCHECKED_x86.lib PhysX3ExtensionsCHECKED.lib PhysX3VehicleCHECKED.lib PxPvdSDKCHECKED_x86.lib PxTaskCHECKED_x86.lib PxFoundationCHECKED_x86.lib PsFastXmlCHECKED_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsCHECKED.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationCHECKED_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKCHECKED_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetSplitSim/profile\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)PROFILE</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win32 PhysX3CommonPROFILE_x86.lib PhysX3PROFILE_x86.lib PhysX3CookingPROFILE_x86.lib PhysX3CharacterKinematicPROFILE_x86.lib PhysX3ExtensionsPROFILE.lib PhysX3VehiclePROFILE.lib PxPvdSDKPROFILE_x86.lib PxTaskPROFILE_x86.lib PxFoundationPROFILE_x86.lib PsFastXmlPROFILE_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsPROFILE.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationPROFILE_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKPROFILE_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetSplitSim/release\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win32 PhysX3Common_x86.lib PhysX3_x86.lib PhysX3Cooking_x86.lib PhysX3CharacterKinematic_x86.lib PhysX3Extensions.lib PhysX3Vehicle.lib PxPvdSDK_x86.lib PxTask_x86.lib PxFoundation_x86.lib PsFastXml_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtils.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundation_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDK_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetCommon\ClassicMain.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetSplitSim\SnippetSplitSim.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetSplitSim\SnippetSplitSimRender.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetUtils.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetRender.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> -</Project> diff --git a/PhysX_3.4/Snippets/compiler/vc11win32/SnippetStepper.vcxproj b/PhysX_3.4/Snippets/compiler/vc11win32/SnippetStepper.vcxproj deleted file mode 100644 index e4cbf154..00000000 --- a/PhysX_3.4/Snippets/compiler/vc11win32/SnippetStepper.vcxproj +++ /dev/null @@ -1,270 +0,0 @@ -<?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> - <ProjectConfiguration Include="checked|Win32"> - <Configuration>checked</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|Win32"> - <Configuration>profile</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|Win32"> - <Configuration>release</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{C660CC7E-2A8A-7728-030C-8D96327CC646}</ProjectGuid> - <RootNamespace>SnippetStepper</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> - <ImportGroup Label="ExtensionSettings"> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetStepper/debug\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)DEBUG</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win32 PhysX3CommonDEBUG_x86.lib PhysX3DEBUG_x86.lib PhysX3CookingDEBUG_x86.lib PhysX3CharacterKinematicDEBUG_x86.lib PhysX3ExtensionsDEBUG.lib PhysX3VehicleDEBUG.lib PxPvdSDKDEBUG_x86.lib PxTaskDEBUG_x86.lib PxFoundationDEBUG_x86.lib PsFastXmlDEBUG_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsDEBUG.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationDEBUG_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKDEBUG_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetStepper/checked\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)CHECKED</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win32 PhysX3CommonCHECKED_x86.lib PhysX3CHECKED_x86.lib PhysX3CookingCHECKED_x86.lib PhysX3CharacterKinematicCHECKED_x86.lib PhysX3ExtensionsCHECKED.lib PhysX3VehicleCHECKED.lib PxPvdSDKCHECKED_x86.lib PxTaskCHECKED_x86.lib PxFoundationCHECKED_x86.lib PsFastXmlCHECKED_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsCHECKED.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationCHECKED_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKCHECKED_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetStepper/profile\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)PROFILE</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win32 PhysX3CommonPROFILE_x86.lib PhysX3PROFILE_x86.lib PhysX3CookingPROFILE_x86.lib PhysX3CharacterKinematicPROFILE_x86.lib PhysX3ExtensionsPROFILE.lib PhysX3VehiclePROFILE.lib PxPvdSDKPROFILE_x86.lib PxTaskPROFILE_x86.lib PxFoundationPROFILE_x86.lib PsFastXmlPROFILE_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsPROFILE.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationPROFILE_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKPROFILE_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetStepper/release\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win32 PhysX3Common_x86.lib PhysX3_x86.lib PhysX3Cooking_x86.lib PhysX3CharacterKinematic_x86.lib PhysX3Extensions.lib PhysX3Vehicle.lib PxPvdSDK_x86.lib PxTask_x86.lib PxFoundation_x86.lib PsFastXml_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtils.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundation_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDK_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetCommon\ClassicMain.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetStepper\SnippetStepper.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetUtils.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetRender.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> -</Project> diff --git a/PhysX_3.4/Snippets/compiler/vc11win32/SnippetToleranceScale.vcxproj b/PhysX_3.4/Snippets/compiler/vc11win32/SnippetToleranceScale.vcxproj deleted file mode 100644 index 618d1233..00000000 --- a/PhysX_3.4/Snippets/compiler/vc11win32/SnippetToleranceScale.vcxproj +++ /dev/null @@ -1,270 +0,0 @@ -<?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> - <ProjectConfiguration Include="checked|Win32"> - <Configuration>checked</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|Win32"> - <Configuration>profile</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|Win32"> - <Configuration>release</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{68E22393-BF0A-B459-8688-902827DBC948}</ProjectGuid> - <RootNamespace>SnippetToleranceScale</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> - <ImportGroup Label="ExtensionSettings"> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetToleranceScale/debug\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)DEBUG</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win32 PhysX3CommonDEBUG_x86.lib PhysX3DEBUG_x86.lib PhysX3CookingDEBUG_x86.lib PhysX3CharacterKinematicDEBUG_x86.lib PhysX3ExtensionsDEBUG.lib PhysX3VehicleDEBUG.lib PxPvdSDKDEBUG_x86.lib PxTaskDEBUG_x86.lib PxFoundationDEBUG_x86.lib PsFastXmlDEBUG_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsDEBUG.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationDEBUG_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKDEBUG_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetToleranceScale/checked\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)CHECKED</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win32 PhysX3CommonCHECKED_x86.lib PhysX3CHECKED_x86.lib PhysX3CookingCHECKED_x86.lib PhysX3CharacterKinematicCHECKED_x86.lib PhysX3ExtensionsCHECKED.lib PhysX3VehicleCHECKED.lib PxPvdSDKCHECKED_x86.lib PxTaskCHECKED_x86.lib PxFoundationCHECKED_x86.lib PsFastXmlCHECKED_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsCHECKED.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationCHECKED_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKCHECKED_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetToleranceScale/profile\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)PROFILE</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win32 PhysX3CommonPROFILE_x86.lib PhysX3PROFILE_x86.lib PhysX3CookingPROFILE_x86.lib PhysX3CharacterKinematicPROFILE_x86.lib PhysX3ExtensionsPROFILE.lib PhysX3VehiclePROFILE.lib PxPvdSDKPROFILE_x86.lib PxTaskPROFILE_x86.lib PxFoundationPROFILE_x86.lib PsFastXmlPROFILE_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsPROFILE.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationPROFILE_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKPROFILE_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetToleranceScale/release\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win32 PhysX3Common_x86.lib PhysX3_x86.lib PhysX3Cooking_x86.lib PhysX3CharacterKinematic_x86.lib PhysX3Extensions.lib PhysX3Vehicle.lib PxPvdSDK_x86.lib PxTask_x86.lib PxFoundation_x86.lib PsFastXml_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtils.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundation_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDK_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetCommon\ClassicMain.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetToleranceScale\SnippetToleranceScale.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetUtils.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetRender.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> -</Project> diff --git a/PhysX_3.4/Snippets/compiler/vc11win32/SnippetTriangleMeshCreate.vcxproj b/PhysX_3.4/Snippets/compiler/vc11win32/SnippetTriangleMeshCreate.vcxproj deleted file mode 100644 index 04cc5c99..00000000 --- a/PhysX_3.4/Snippets/compiler/vc11win32/SnippetTriangleMeshCreate.vcxproj +++ /dev/null @@ -1,270 +0,0 @@ -<?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> - <ProjectConfiguration Include="checked|Win32"> - <Configuration>checked</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|Win32"> - <Configuration>profile</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|Win32"> - <Configuration>release</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{FA4458B7-D8C7-66C0-7BF2-238ECF00BF26}</ProjectGuid> - <RootNamespace>SnippetTriangleMeshCreate</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> - <ImportGroup Label="ExtensionSettings"> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetTriangleMeshCreate/debug\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)DEBUG</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win32 PhysX3CommonDEBUG_x86.lib PhysX3DEBUG_x86.lib PhysX3CookingDEBUG_x86.lib PhysX3CharacterKinematicDEBUG_x86.lib PhysX3ExtensionsDEBUG.lib PhysX3VehicleDEBUG.lib PxPvdSDKDEBUG_x86.lib PxTaskDEBUG_x86.lib PxFoundationDEBUG_x86.lib PsFastXmlDEBUG_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsDEBUG.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationDEBUG_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKDEBUG_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetTriangleMeshCreate/checked\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)CHECKED</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win32 PhysX3CommonCHECKED_x86.lib PhysX3CHECKED_x86.lib PhysX3CookingCHECKED_x86.lib PhysX3CharacterKinematicCHECKED_x86.lib PhysX3ExtensionsCHECKED.lib PhysX3VehicleCHECKED.lib PxPvdSDKCHECKED_x86.lib PxTaskCHECKED_x86.lib PxFoundationCHECKED_x86.lib PsFastXmlCHECKED_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsCHECKED.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationCHECKED_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKCHECKED_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetTriangleMeshCreate/profile\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)PROFILE</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win32 PhysX3CommonPROFILE_x86.lib PhysX3PROFILE_x86.lib PhysX3CookingPROFILE_x86.lib PhysX3CharacterKinematicPROFILE_x86.lib PhysX3ExtensionsPROFILE.lib PhysX3VehiclePROFILE.lib PxPvdSDKPROFILE_x86.lib PxTaskPROFILE_x86.lib PxFoundationPROFILE_x86.lib PsFastXmlPROFILE_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsPROFILE.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationPROFILE_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKPROFILE_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetTriangleMeshCreate/release\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win32 PhysX3Common_x86.lib PhysX3_x86.lib PhysX3Cooking_x86.lib PhysX3CharacterKinematic_x86.lib PhysX3Extensions.lib PhysX3Vehicle.lib PxPvdSDK_x86.lib PxTask_x86.lib PxFoundation_x86.lib PsFastXml_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtils.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundation_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDK_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetCommon\ClassicMain.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetTriangleMeshCreate\SnippetTriangleMeshCreate.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetUtils.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetRender.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> -</Project> diff --git a/PhysX_3.4/Snippets/compiler/vc11win32/SnippetUtils.vcxproj b/PhysX_3.4/Snippets/compiler/vc11win32/SnippetUtils.vcxproj deleted file mode 100644 index 1cf01824..00000000 --- a/PhysX_3.4/Snippets/compiler/vc11win32/SnippetUtils.vcxproj +++ /dev/null @@ -1,236 +0,0 @@ -<?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> - <ProjectConfiguration Include="checked|Win32"> - <Configuration>checked</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|Win32"> - <Configuration>profile</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|Win32"> - <Configuration>release</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{F44672D8-5198-BBA4-87E8-C790415E403C}</ProjectGuid> - <RootNamespace>SnippetUtils</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" Label="Configuration"> - <ConfigurationType>StaticLibrary</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'" Label="Configuration"> - <ConfigurationType>StaticLibrary</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'" Label="Configuration"> - <ConfigurationType>StaticLibrary</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'" Label="Configuration"> - <ConfigurationType>StaticLibrary</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> - <ImportGroup Label="ExtensionSettings"> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <OutDir>./../../lib/vc11win32\</OutDir> - <IntDir>./Win32/SnippetUtils/debug\</IntDir> - <TargetExt>.lib</TargetExt> - <TargetName>SnippetUtilsDEBUG</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Source/Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include;./../../../Include/utils;./../../../Source/Common/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)SnippetUtilsDEBUG.lib</OutputFile> - <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <TargetMachine>MachineX86</TargetMachine> - </Lib> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - <LinkLibraryDependencies>true</LinkLibraryDependencies> - </ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <OutDir>./../../lib/vc11win32\</OutDir> - <IntDir>./Win32/SnippetUtils/checked\</IntDir> - <TargetExt>.lib</TargetExt> - <TargetName>SnippetUtilsCHECKED</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Source/Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include;./../../../Include/utils;./../../../Source/Common/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)SnippetUtilsCHECKED.lib</OutputFile> - <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <TargetMachine>MachineX86</TargetMachine> - </Lib> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - <LinkLibraryDependencies>true</LinkLibraryDependencies> - </ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <OutDir>./../../lib/vc11win32\</OutDir> - <IntDir>./Win32/SnippetUtils/profile\</IntDir> - <TargetExt>.lib</TargetExt> - <TargetName>SnippetUtilsPROFILE</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Source/Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include;./../../../Include/utils;./../../../Source/Common/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)SnippetUtilsPROFILE.lib</OutputFile> - <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <TargetMachine>MachineX86</TargetMachine> - </Lib> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - <LinkLibraryDependencies>true</LinkLibraryDependencies> - </ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <OutDir>./../../lib/vc11win32\</OutDir> - <IntDir>./Win32/SnippetUtils/release\</IntDir> - <TargetExt>.lib</TargetExt> - <TargetName>SnippetUtils</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Source/Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include;./../../../Include/utils;./../../../Source/Common/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)SnippetUtils.lib</OutputFile> - <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <TargetMachine>MachineX86</TargetMachine> - </Lib> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - <LinkLibraryDependencies>true</LinkLibraryDependencies> - </ProjectReference> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetUtils\SnippetUtils.cpp"> - </ClCompile> - <ClInclude Include="..\..\SnippetUtils\SnippetUtils.h"> - </ClInclude> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> -</Project> diff --git a/PhysX_3.4/Snippets/compiler/vc11win32/SnippetVehicle4W.vcxproj b/PhysX_3.4/Snippets/compiler/vc11win32/SnippetVehicle4W.vcxproj deleted file mode 100644 index ac85b525..00000000 --- a/PhysX_3.4/Snippets/compiler/vc11win32/SnippetVehicle4W.vcxproj +++ /dev/null @@ -1,300 +0,0 @@ -<?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> - <ProjectConfiguration Include="checked|Win32"> - <Configuration>checked</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|Win32"> - <Configuration>profile</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|Win32"> - <Configuration>release</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{2E902201-74C7-ABE6-FB84-FE3BBDEAC45E}</ProjectGuid> - <RootNamespace>SnippetVehicle4W</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> - <ImportGroup Label="ExtensionSettings"> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetVehicle4W/debug\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)DEBUG</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win32 PhysX3CommonDEBUG_x86.lib PhysX3DEBUG_x86.lib PhysX3CookingDEBUG_x86.lib PhysX3CharacterKinematicDEBUG_x86.lib PhysX3ExtensionsDEBUG.lib PhysX3VehicleDEBUG.lib PxPvdSDKDEBUG_x86.lib PxTaskDEBUG_x86.lib PxFoundationDEBUG_x86.lib PsFastXmlDEBUG_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsDEBUG.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationDEBUG_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKDEBUG_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetVehicle4W/checked\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)CHECKED</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win32 PhysX3CommonCHECKED_x86.lib PhysX3CHECKED_x86.lib PhysX3CookingCHECKED_x86.lib PhysX3CharacterKinematicCHECKED_x86.lib PhysX3ExtensionsCHECKED.lib PhysX3VehicleCHECKED.lib PxPvdSDKCHECKED_x86.lib PxTaskCHECKED_x86.lib PxFoundationCHECKED_x86.lib PsFastXmlCHECKED_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsCHECKED.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationCHECKED_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKCHECKED_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetVehicle4W/profile\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)PROFILE</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win32 PhysX3CommonPROFILE_x86.lib PhysX3PROFILE_x86.lib PhysX3CookingPROFILE_x86.lib PhysX3CharacterKinematicPROFILE_x86.lib PhysX3ExtensionsPROFILE.lib PhysX3VehiclePROFILE.lib PxPvdSDKPROFILE_x86.lib PxTaskPROFILE_x86.lib PxFoundationPROFILE_x86.lib PsFastXmlPROFILE_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsPROFILE.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationPROFILE_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKPROFILE_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetVehicle4W/release\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win32 PhysX3Common_x86.lib PhysX3_x86.lib PhysX3Cooking_x86.lib PhysX3CharacterKinematic_x86.lib PhysX3Extensions.lib PhysX3Vehicle.lib PxPvdSDK_x86.lib PxTask_x86.lib PxFoundation_x86.lib PsFastXml_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtils.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundation_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDK_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetCommon\ClassicMain.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetVehicle4W\SnippetVehicle4W.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicle4W\SnippetVehicle4WRender.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicle4WCreate.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleCreate.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleFilterShader.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleNoDriveCreate.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleSceneQuery.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleTankCreate.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleTireFriction.cpp"> - </ClCompile> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleConcurrency.h"> - </ClInclude> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleCreate.h"> - </ClInclude> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleFilterShader.h"> - </ClInclude> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleSceneQuery.h"> - </ClInclude> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleTireFriction.h"> - </ClInclude> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleWheelQueryResult.h"> - </ClInclude> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetUtils.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetRender.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> -</Project> diff --git a/PhysX_3.4/Snippets/compiler/vc11win32/SnippetVehicleContactMod.vcxproj b/PhysX_3.4/Snippets/compiler/vc11win32/SnippetVehicleContactMod.vcxproj deleted file mode 100644 index 70aa9c23..00000000 --- a/PhysX_3.4/Snippets/compiler/vc11win32/SnippetVehicleContactMod.vcxproj +++ /dev/null @@ -1,300 +0,0 @@ -<?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> - <ProjectConfiguration Include="checked|Win32"> - <Configuration>checked</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|Win32"> - <Configuration>profile</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|Win32"> - <Configuration>release</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{8F28DA7E-B126-34D0-85A1-2D60F95C10A0}</ProjectGuid> - <RootNamespace>SnippetVehicleContactMod</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> - <ImportGroup Label="ExtensionSettings"> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetVehicleContactMod/debug\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)DEBUG</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win32 PhysX3CommonDEBUG_x86.lib PhysX3DEBUG_x86.lib PhysX3CookingDEBUG_x86.lib PhysX3CharacterKinematicDEBUG_x86.lib PhysX3ExtensionsDEBUG.lib PhysX3VehicleDEBUG.lib PxPvdSDKDEBUG_x86.lib PxTaskDEBUG_x86.lib PxFoundationDEBUG_x86.lib PsFastXmlDEBUG_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsDEBUG.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationDEBUG_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKDEBUG_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetVehicleContactMod/checked\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)CHECKED</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win32 PhysX3CommonCHECKED_x86.lib PhysX3CHECKED_x86.lib PhysX3CookingCHECKED_x86.lib PhysX3CharacterKinematicCHECKED_x86.lib PhysX3ExtensionsCHECKED.lib PhysX3VehicleCHECKED.lib PxPvdSDKCHECKED_x86.lib PxTaskCHECKED_x86.lib PxFoundationCHECKED_x86.lib PsFastXmlCHECKED_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsCHECKED.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationCHECKED_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKCHECKED_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetVehicleContactMod/profile\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)PROFILE</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win32 PhysX3CommonPROFILE_x86.lib PhysX3PROFILE_x86.lib PhysX3CookingPROFILE_x86.lib PhysX3CharacterKinematicPROFILE_x86.lib PhysX3ExtensionsPROFILE.lib PhysX3VehiclePROFILE.lib PxPvdSDKPROFILE_x86.lib PxTaskPROFILE_x86.lib PxFoundationPROFILE_x86.lib PsFastXmlPROFILE_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsPROFILE.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationPROFILE_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKPROFILE_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetVehicleContactMod/release\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win32 PhysX3Common_x86.lib PhysX3_x86.lib PhysX3Cooking_x86.lib PhysX3CharacterKinematic_x86.lib PhysX3Extensions.lib PhysX3Vehicle.lib PxPvdSDK_x86.lib PxTask_x86.lib PxFoundation_x86.lib PsFastXml_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtils.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundation_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDK_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetCommon\ClassicMain.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetVehicleContactMod\SnippetVehicleContactMod.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleContactMod\SnippetVehicleContactModRender.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicle4WCreate.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleCreate.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleFilterShader.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleNoDriveCreate.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleSceneQuery.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleTankCreate.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleTireFriction.cpp"> - </ClCompile> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleConcurrency.h"> - </ClInclude> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleCreate.h"> - </ClInclude> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleFilterShader.h"> - </ClInclude> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleSceneQuery.h"> - </ClInclude> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleTireFriction.h"> - </ClInclude> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleWheelQueryResult.h"> - </ClInclude> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetUtils.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetRender.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> -</Project> diff --git a/PhysX_3.4/Snippets/compiler/vc11win32/SnippetVehicleMultiThreading.vcxproj b/PhysX_3.4/Snippets/compiler/vc11win32/SnippetVehicleMultiThreading.vcxproj deleted file mode 100644 index 05f94ddf..00000000 --- a/PhysX_3.4/Snippets/compiler/vc11win32/SnippetVehicleMultiThreading.vcxproj +++ /dev/null @@ -1,298 +0,0 @@ -<?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> - <ProjectConfiguration Include="checked|Win32"> - <Configuration>checked</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|Win32"> - <Configuration>profile</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|Win32"> - <Configuration>release</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{448AB256-3448-2840-99B8-CCD61CACF998}</ProjectGuid> - <RootNamespace>SnippetVehicleMultiThreading</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> - <ImportGroup Label="ExtensionSettings"> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetVehicleMultiThreading/debug\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)DEBUG</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win32 PhysX3CommonDEBUG_x86.lib PhysX3DEBUG_x86.lib PhysX3CookingDEBUG_x86.lib PhysX3CharacterKinematicDEBUG_x86.lib PhysX3ExtensionsDEBUG.lib PhysX3VehicleDEBUG.lib PxPvdSDKDEBUG_x86.lib PxTaskDEBUG_x86.lib PxFoundationDEBUG_x86.lib PsFastXmlDEBUG_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsDEBUG.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationDEBUG_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKDEBUG_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetVehicleMultiThreading/checked\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)CHECKED</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win32 PhysX3CommonCHECKED_x86.lib PhysX3CHECKED_x86.lib PhysX3CookingCHECKED_x86.lib PhysX3CharacterKinematicCHECKED_x86.lib PhysX3ExtensionsCHECKED.lib PhysX3VehicleCHECKED.lib PxPvdSDKCHECKED_x86.lib PxTaskCHECKED_x86.lib PxFoundationCHECKED_x86.lib PsFastXmlCHECKED_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsCHECKED.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationCHECKED_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKCHECKED_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetVehicleMultiThreading/profile\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)PROFILE</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win32 PhysX3CommonPROFILE_x86.lib PhysX3PROFILE_x86.lib PhysX3CookingPROFILE_x86.lib PhysX3CharacterKinematicPROFILE_x86.lib PhysX3ExtensionsPROFILE.lib PhysX3VehiclePROFILE.lib PxPvdSDKPROFILE_x86.lib PxTaskPROFILE_x86.lib PxFoundationPROFILE_x86.lib PsFastXmlPROFILE_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsPROFILE.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationPROFILE_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKPROFILE_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetVehicleMultiThreading/release\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win32 PhysX3Common_x86.lib PhysX3_x86.lib PhysX3Cooking_x86.lib PhysX3CharacterKinematic_x86.lib PhysX3Extensions.lib PhysX3Vehicle.lib PxPvdSDK_x86.lib PxTask_x86.lib PxFoundation_x86.lib PsFastXml_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtils.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundation_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDK_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetCommon\ClassicMain.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetVehicleMultiThreading\SnippetVehicleMultiThreading.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicle4WCreate.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleCreate.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleFilterShader.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleNoDriveCreate.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleSceneQuery.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleTankCreate.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleTireFriction.cpp"> - </ClCompile> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleConcurrency.h"> - </ClInclude> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleCreate.h"> - </ClInclude> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleFilterShader.h"> - </ClInclude> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleSceneQuery.h"> - </ClInclude> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleTireFriction.h"> - </ClInclude> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleWheelQueryResult.h"> - </ClInclude> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetUtils.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetRender.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> -</Project> diff --git a/PhysX_3.4/Snippets/compiler/vc11win32/SnippetVehicleNoDrive.vcxproj b/PhysX_3.4/Snippets/compiler/vc11win32/SnippetVehicleNoDrive.vcxproj deleted file mode 100644 index abe15708..00000000 --- a/PhysX_3.4/Snippets/compiler/vc11win32/SnippetVehicleNoDrive.vcxproj +++ /dev/null @@ -1,300 +0,0 @@ -<?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> - <ProjectConfiguration Include="checked|Win32"> - <Configuration>checked</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|Win32"> - <Configuration>profile</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|Win32"> - <Configuration>release</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{5AE31514-4858-157B-36BE-0D20D1C0A316}</ProjectGuid> - <RootNamespace>SnippetVehicleNoDrive</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> - <ImportGroup Label="ExtensionSettings"> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetVehicleNoDrive/debug\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)DEBUG</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win32 PhysX3CommonDEBUG_x86.lib PhysX3DEBUG_x86.lib PhysX3CookingDEBUG_x86.lib PhysX3CharacterKinematicDEBUG_x86.lib PhysX3ExtensionsDEBUG.lib PhysX3VehicleDEBUG.lib PxPvdSDKDEBUG_x86.lib PxTaskDEBUG_x86.lib PxFoundationDEBUG_x86.lib PsFastXmlDEBUG_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsDEBUG.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationDEBUG_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKDEBUG_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetVehicleNoDrive/checked\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)CHECKED</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win32 PhysX3CommonCHECKED_x86.lib PhysX3CHECKED_x86.lib PhysX3CookingCHECKED_x86.lib PhysX3CharacterKinematicCHECKED_x86.lib PhysX3ExtensionsCHECKED.lib PhysX3VehicleCHECKED.lib PxPvdSDKCHECKED_x86.lib PxTaskCHECKED_x86.lib PxFoundationCHECKED_x86.lib PsFastXmlCHECKED_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsCHECKED.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationCHECKED_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKCHECKED_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetVehicleNoDrive/profile\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)PROFILE</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win32 PhysX3CommonPROFILE_x86.lib PhysX3PROFILE_x86.lib PhysX3CookingPROFILE_x86.lib PhysX3CharacterKinematicPROFILE_x86.lib PhysX3ExtensionsPROFILE.lib PhysX3VehiclePROFILE.lib PxPvdSDKPROFILE_x86.lib PxTaskPROFILE_x86.lib PxFoundationPROFILE_x86.lib PsFastXmlPROFILE_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsPROFILE.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationPROFILE_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKPROFILE_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetVehicleNoDrive/release\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win32 PhysX3Common_x86.lib PhysX3_x86.lib PhysX3Cooking_x86.lib PhysX3CharacterKinematic_x86.lib PhysX3Extensions.lib PhysX3Vehicle.lib PxPvdSDK_x86.lib PxTask_x86.lib PxFoundation_x86.lib PsFastXml_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtils.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundation_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDK_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetCommon\ClassicMain.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetVehicleNoDrive\SnippetVehicleNoDrive.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleNoDrive\SnippetVehicleNoDriveRender.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicle4WCreate.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleCreate.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleFilterShader.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleNoDriveCreate.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleSceneQuery.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleTankCreate.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleTireFriction.cpp"> - </ClCompile> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleConcurrency.h"> - </ClInclude> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleCreate.h"> - </ClInclude> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleFilterShader.h"> - </ClInclude> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleSceneQuery.h"> - </ClInclude> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleTireFriction.h"> - </ClInclude> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleWheelQueryResult.h"> - </ClInclude> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetUtils.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetRender.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> -</Project> diff --git a/PhysX_3.4/Snippets/compiler/vc11win32/SnippetVehicleScale.vcxproj b/PhysX_3.4/Snippets/compiler/vc11win32/SnippetVehicleScale.vcxproj deleted file mode 100644 index 2df8abc8..00000000 --- a/PhysX_3.4/Snippets/compiler/vc11win32/SnippetVehicleScale.vcxproj +++ /dev/null @@ -1,300 +0,0 @@ -<?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> - <ProjectConfiguration Include="checked|Win32"> - <Configuration>checked</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|Win32"> - <Configuration>profile</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|Win32"> - <Configuration>release</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{8BB8EF81-8FEC-F15E-0E06-78EA3FD8E8D1}</ProjectGuid> - <RootNamespace>SnippetVehicleScale</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> - <ImportGroup Label="ExtensionSettings"> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetVehicleScale/debug\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)DEBUG</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win32 PhysX3CommonDEBUG_x86.lib PhysX3DEBUG_x86.lib PhysX3CookingDEBUG_x86.lib PhysX3CharacterKinematicDEBUG_x86.lib PhysX3ExtensionsDEBUG.lib PhysX3VehicleDEBUG.lib PxPvdSDKDEBUG_x86.lib PxTaskDEBUG_x86.lib PxFoundationDEBUG_x86.lib PsFastXmlDEBUG_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsDEBUG.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationDEBUG_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKDEBUG_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetVehicleScale/checked\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)CHECKED</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win32 PhysX3CommonCHECKED_x86.lib PhysX3CHECKED_x86.lib PhysX3CookingCHECKED_x86.lib PhysX3CharacterKinematicCHECKED_x86.lib PhysX3ExtensionsCHECKED.lib PhysX3VehicleCHECKED.lib PxPvdSDKCHECKED_x86.lib PxTaskCHECKED_x86.lib PxFoundationCHECKED_x86.lib PsFastXmlCHECKED_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsCHECKED.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationCHECKED_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKCHECKED_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetVehicleScale/profile\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)PROFILE</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win32 PhysX3CommonPROFILE_x86.lib PhysX3PROFILE_x86.lib PhysX3CookingPROFILE_x86.lib PhysX3CharacterKinematicPROFILE_x86.lib PhysX3ExtensionsPROFILE.lib PhysX3VehiclePROFILE.lib PxPvdSDKPROFILE_x86.lib PxTaskPROFILE_x86.lib PxFoundationPROFILE_x86.lib PsFastXmlPROFILE_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsPROFILE.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationPROFILE_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKPROFILE_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetVehicleScale/release\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win32 PhysX3Common_x86.lib PhysX3_x86.lib PhysX3Cooking_x86.lib PhysX3CharacterKinematic_x86.lib PhysX3Extensions.lib PhysX3Vehicle.lib PxPvdSDK_x86.lib PxTask_x86.lib PxFoundation_x86.lib PsFastXml_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtils.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundation_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDK_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetCommon\ClassicMain.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetVehicleScale\SnippetVehicleScale.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleScale\SnippetVehicleScaleRender.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicle4WCreate.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleCreate.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleFilterShader.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleNoDriveCreate.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleSceneQuery.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleTankCreate.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleTireFriction.cpp"> - </ClCompile> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleConcurrency.h"> - </ClInclude> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleCreate.h"> - </ClInclude> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleFilterShader.h"> - </ClInclude> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleSceneQuery.h"> - </ClInclude> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleTireFriction.h"> - </ClInclude> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleWheelQueryResult.h"> - </ClInclude> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetUtils.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetRender.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> -</Project> diff --git a/PhysX_3.4/Snippets/compiler/vc11win32/SnippetVehicleTank.vcxproj b/PhysX_3.4/Snippets/compiler/vc11win32/SnippetVehicleTank.vcxproj deleted file mode 100644 index bd839d77..00000000 --- a/PhysX_3.4/Snippets/compiler/vc11win32/SnippetVehicleTank.vcxproj +++ /dev/null @@ -1,300 +0,0 @@ -<?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> - <ProjectConfiguration Include="checked|Win32"> - <Configuration>checked</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|Win32"> - <Configuration>profile</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|Win32"> - <Configuration>release</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{31A4AC31-DF55-4780-C2C7-F540684C09B5}</ProjectGuid> - <RootNamespace>SnippetVehicleTank</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> - <ImportGroup Label="ExtensionSettings"> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetVehicleTank/debug\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)DEBUG</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win32 PhysX3CommonDEBUG_x86.lib PhysX3DEBUG_x86.lib PhysX3CookingDEBUG_x86.lib PhysX3CharacterKinematicDEBUG_x86.lib PhysX3ExtensionsDEBUG.lib PhysX3VehicleDEBUG.lib PxPvdSDKDEBUG_x86.lib PxTaskDEBUG_x86.lib PxFoundationDEBUG_x86.lib PsFastXmlDEBUG_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsDEBUG.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationDEBUG_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKDEBUG_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetVehicleTank/checked\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)CHECKED</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win32 PhysX3CommonCHECKED_x86.lib PhysX3CHECKED_x86.lib PhysX3CookingCHECKED_x86.lib PhysX3CharacterKinematicCHECKED_x86.lib PhysX3ExtensionsCHECKED.lib PhysX3VehicleCHECKED.lib PxPvdSDKCHECKED_x86.lib PxTaskCHECKED_x86.lib PxFoundationCHECKED_x86.lib PsFastXmlCHECKED_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsCHECKED.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationCHECKED_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKCHECKED_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetVehicleTank/profile\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)PROFILE</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win32 PhysX3CommonPROFILE_x86.lib PhysX3PROFILE_x86.lib PhysX3CookingPROFILE_x86.lib PhysX3CharacterKinematicPROFILE_x86.lib PhysX3ExtensionsPROFILE.lib PhysX3VehiclePROFILE.lib PxPvdSDKPROFILE_x86.lib PxTaskPROFILE_x86.lib PxFoundationPROFILE_x86.lib PsFastXmlPROFILE_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtilsPROFILE.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundationPROFILE_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDKPROFILE_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <OutDir>./../../../bin/vc11win32\</OutDir> - <IntDir>./Win32/SnippetVehicleTank/release\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win32 PhysX3Common_x86.lib PhysX3_x86.lib PhysX3Cooking_x86.lib PhysX3CharacterKinematic_x86.lib PhysX3Extensions.lib PhysX3Vehicle.lib PxPvdSDK_x86.lib PxTask_x86.lib PxFoundation_x86.lib PsFastXml_x86.lib /LIBPATH:../../lib/vc11win32 SnippetUtils.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win32;./../../lib/vc11win32;./../../../../PxShared/lib/vc11win32;./../../Graphics/lib/win32/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win32\PxFoundation_x86.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDK_x86.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetCommon\ClassicMain.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetVehicleTank\SnippetVehicleTank.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleTank\SnippetVehicleTankRender.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicle4WCreate.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleCreate.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleFilterShader.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleNoDriveCreate.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleSceneQuery.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleTankCreate.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleTireFriction.cpp"> - </ClCompile> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleConcurrency.h"> - </ClInclude> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleCreate.h"> - </ClInclude> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleFilterShader.h"> - </ClInclude> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleSceneQuery.h"> - </ClInclude> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleTireFriction.h"> - </ClInclude> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleWheelQueryResult.h"> - </ClInclude> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetUtils.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetRender.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> -</Project> diff --git a/PhysX_3.4/Snippets/compiler/vc11win32/Snippets.sln b/PhysX_3.4/Snippets/compiler/vc11win32/Snippets.sln deleted file mode 100644 index ea04790f..00000000 --- a/PhysX_3.4/Snippets/compiler/vc11win32/Snippets.sln +++ /dev/null @@ -1,490 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 2012 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SnippetUtils", "./SnippetUtils.vcxproj", "{F44672D8-5198-BBA4-87E8-C790415E403C}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SnippetRender", "./SnippetRender.vcxproj", "{43554530-2170-F5A9-4794-3AD09344F18D}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SnippetConvert", "./SnippetConvert.vcxproj", "{C460F2AB-6306-B774-D658-E27B1D52A5B0}" - ProjectSection(ProjectDependencies) = postProject - {F44672D8-5198-BBA4-87E8-C790415E403C} = {F44672D8-5198-BBA4-87E8-C790415E403C} - {43554530-2170-F5A9-4794-3AD09344F18D} = {43554530-2170-F5A9-4794-3AD09344F18D} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SnippetHelloWorld", "./SnippetHelloWorld.vcxproj", "{DF91286C-A048-0858-C381-C4106C184C0B}" - ProjectSection(ProjectDependencies) = postProject - {F44672D8-5198-BBA4-87E8-C790415E403C} = {F44672D8-5198-BBA4-87E8-C790415E403C} - {43554530-2170-F5A9-4794-3AD09344F18D} = {43554530-2170-F5A9-4794-3AD09344F18D} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SnippetHelloGRB", "./SnippetHelloGRB.vcxproj", "{B2817996-FAFC-5EC2-B600-92D86C7063CE}" - ProjectSection(ProjectDependencies) = postProject - {F44672D8-5198-BBA4-87E8-C790415E403C} = {F44672D8-5198-BBA4-87E8-C790415E403C} - {43554530-2170-F5A9-4794-3AD09344F18D} = {43554530-2170-F5A9-4794-3AD09344F18D} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SnippetImmediateMode", "./SnippetImmediateMode.vcxproj", "{F7CE93CE-0BAE-6EF7-73B9-F960570DDA77}" - ProjectSection(ProjectDependencies) = postProject - {F44672D8-5198-BBA4-87E8-C790415E403C} = {F44672D8-5198-BBA4-87E8-C790415E403C} - {43554530-2170-F5A9-4794-3AD09344F18D} = {43554530-2170-F5A9-4794-3AD09344F18D} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SnippetSplitFetchResults", "./SnippetSplitFetchResults.vcxproj", "{CB1D4F57-8DC5-76DF-DA0B-C9B21949C83A}" - ProjectSection(ProjectDependencies) = postProject - {F44672D8-5198-BBA4-87E8-C790415E403C} = {F44672D8-5198-BBA4-87E8-C790415E403C} - {43554530-2170-F5A9-4794-3AD09344F18D} = {43554530-2170-F5A9-4794-3AD09344F18D} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SnippetCustomJoint", "./SnippetCustomJoint.vcxproj", "{62A37CEB-4FBA-6D10-BEEE-012C7FAC1D22}" - ProjectSection(ProjectDependencies) = postProject - {F44672D8-5198-BBA4-87E8-C790415E403C} = {F44672D8-5198-BBA4-87E8-C790415E403C} - {43554530-2170-F5A9-4794-3AD09344F18D} = {43554530-2170-F5A9-4794-3AD09344F18D} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SnippetSerialization", "./SnippetSerialization.vcxproj", "{41C4E1A2-3F28-762A-9C7B-56ACE68B960A}" - ProjectSection(ProjectDependencies) = postProject - {F44672D8-5198-BBA4-87E8-C790415E403C} = {F44672D8-5198-BBA4-87E8-C790415E403C} - {43554530-2170-F5A9-4794-3AD09344F18D} = {43554530-2170-F5A9-4794-3AD09344F18D} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SnippetLoadCollection", "./SnippetLoadCollection.vcxproj", "{6FDCDABC-5CE8-F7EA-8EF3-D124D7B23FB8}" - ProjectSection(ProjectDependencies) = postProject - {F44672D8-5198-BBA4-87E8-C790415E403C} = {F44672D8-5198-BBA4-87E8-C790415E403C} - {43554530-2170-F5A9-4794-3AD09344F18D} = {43554530-2170-F5A9-4794-3AD09344F18D} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SnippetContactReport", "./SnippetContactReport.vcxproj", "{2BC6F7EC-7134-1CFA-DB36-58FC4A87EF8C}" - ProjectSection(ProjectDependencies) = postProject - {F44672D8-5198-BBA4-87E8-C790415E403C} = {F44672D8-5198-BBA4-87E8-C790415E403C} - {43554530-2170-F5A9-4794-3AD09344F18D} = {43554530-2170-F5A9-4794-3AD09344F18D} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SnippetJoint", "./SnippetJoint.vcxproj", "{E746C271-EEAC-0E0A-DB12-98275484FF29}" - ProjectSection(ProjectDependencies) = postProject - {F44672D8-5198-BBA4-87E8-C790415E403C} = {F44672D8-5198-BBA4-87E8-C790415E403C} - {43554530-2170-F5A9-4794-3AD09344F18D} = {43554530-2170-F5A9-4794-3AD09344F18D} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SnippetContactReportCCD", "./SnippetContactReportCCD.vcxproj", "{F5284425-F024-74C4-808B-7EF11F900C36}" - ProjectSection(ProjectDependencies) = postProject - {F44672D8-5198-BBA4-87E8-C790415E403C} = {F44672D8-5198-BBA4-87E8-C790415E403C} - {43554530-2170-F5A9-4794-3AD09344F18D} = {43554530-2170-F5A9-4794-3AD09344F18D} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SnippetCloth", "./SnippetCloth.vcxproj", "{DD488F6F-459D-0072-D8B0-D9FFED855758}" - ProjectSection(ProjectDependencies) = postProject - {F44672D8-5198-BBA4-87E8-C790415E403C} = {F44672D8-5198-BBA4-87E8-C790415E403C} - {43554530-2170-F5A9-4794-3AD09344F18D} = {43554530-2170-F5A9-4794-3AD09344F18D} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SnippetMBP", "./SnippetMBP.vcxproj", "{C23AC35D-E93E-B90C-CAD0-151A87D76CEA}" - ProjectSection(ProjectDependencies) = postProject - {F44672D8-5198-BBA4-87E8-C790415E403C} = {F44672D8-5198-BBA4-87E8-C790415E403C} - {43554530-2170-F5A9-4794-3AD09344F18D} = {43554530-2170-F5A9-4794-3AD09344F18D} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SnippetArticulation", "./SnippetArticulation.vcxproj", "{D2B2C97A-CB7A-CF86-8AFE-AD5E9F3BFE58}" - ProjectSection(ProjectDependencies) = postProject - {F44672D8-5198-BBA4-87E8-C790415E403C} = {F44672D8-5198-BBA4-87E8-C790415E403C} - {43554530-2170-F5A9-4794-3AD09344F18D} = {43554530-2170-F5A9-4794-3AD09344F18D} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SnippetRaycastCCD", "./SnippetRaycastCCD.vcxproj", "{84A5A167-E1E1-9C10-5E48-2CD6C91D20A8}" - ProjectSection(ProjectDependencies) = postProject - {F44672D8-5198-BBA4-87E8-C790415E403C} = {F44672D8-5198-BBA4-87E8-C790415E403C} - {43554530-2170-F5A9-4794-3AD09344F18D} = {43554530-2170-F5A9-4794-3AD09344F18D} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SnippetCustomProfiler", "./SnippetCustomProfiler.vcxproj", "{A1DC7298-F468-3208-0C49-44F0BA003BE1}" - ProjectSection(ProjectDependencies) = postProject - {F44672D8-5198-BBA4-87E8-C790415E403C} = {F44672D8-5198-BBA4-87E8-C790415E403C} - {43554530-2170-F5A9-4794-3AD09344F18D} = {43554530-2170-F5A9-4794-3AD09344F18D} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SnippetVehicleTank", "./SnippetVehicleTank.vcxproj", "{31A4AC31-DF55-4780-C2C7-F540684C09B5}" - ProjectSection(ProjectDependencies) = postProject - {F44672D8-5198-BBA4-87E8-C790415E403C} = {F44672D8-5198-BBA4-87E8-C790415E403C} - {43554530-2170-F5A9-4794-3AD09344F18D} = {43554530-2170-F5A9-4794-3AD09344F18D} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SnippetVehicle4W", "./SnippetVehicle4W.vcxproj", "{2E902201-74C7-ABE6-FB84-FE3BBDEAC45E}" - ProjectSection(ProjectDependencies) = postProject - {F44672D8-5198-BBA4-87E8-C790415E403C} = {F44672D8-5198-BBA4-87E8-C790415E403C} - {43554530-2170-F5A9-4794-3AD09344F18D} = {43554530-2170-F5A9-4794-3AD09344F18D} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SnippetVehicleScale", "./SnippetVehicleScale.vcxproj", "{8BB8EF81-8FEC-F15E-0E06-78EA3FD8E8D1}" - ProjectSection(ProjectDependencies) = postProject - {F44672D8-5198-BBA4-87E8-C790415E403C} = {F44672D8-5198-BBA4-87E8-C790415E403C} - {43554530-2170-F5A9-4794-3AD09344F18D} = {43554530-2170-F5A9-4794-3AD09344F18D} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SnippetVehicleNoDrive", "./SnippetVehicleNoDrive.vcxproj", "{5AE31514-4858-157B-36BE-0D20D1C0A316}" - ProjectSection(ProjectDependencies) = postProject - {F44672D8-5198-BBA4-87E8-C790415E403C} = {F44672D8-5198-BBA4-87E8-C790415E403C} - {43554530-2170-F5A9-4794-3AD09344F18D} = {43554530-2170-F5A9-4794-3AD09344F18D} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SnippetVehicleMultiThreading", "./SnippetVehicleMultiThreading.vcxproj", "{448AB256-3448-2840-99B8-CCD61CACF998}" - ProjectSection(ProjectDependencies) = postProject - {F44672D8-5198-BBA4-87E8-C790415E403C} = {F44672D8-5198-BBA4-87E8-C790415E403C} - {43554530-2170-F5A9-4794-3AD09344F18D} = {43554530-2170-F5A9-4794-3AD09344F18D} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SnippetVehicleContactMod", "./SnippetVehicleContactMod.vcxproj", "{8F28DA7E-B126-34D0-85A1-2D60F95C10A0}" - ProjectSection(ProjectDependencies) = postProject - {F44672D8-5198-BBA4-87E8-C790415E403C} = {F44672D8-5198-BBA4-87E8-C790415E403C} - {43554530-2170-F5A9-4794-3AD09344F18D} = {43554530-2170-F5A9-4794-3AD09344F18D} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SnippetNestedScene", "./SnippetNestedScene.vcxproj", "{34A5A81F-631D-D4D8-C390-E52FDCC0463C}" - ProjectSection(ProjectDependencies) = postProject - {F44672D8-5198-BBA4-87E8-C790415E403C} = {F44672D8-5198-BBA4-87E8-C790415E403C} - {43554530-2170-F5A9-4794-3AD09344F18D} = {43554530-2170-F5A9-4794-3AD09344F18D} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SnippetSpatialIndex", "./SnippetSpatialIndex.vcxproj", "{A9B59085-6A03-2130-5E71-8E47C8B05E3C}" - ProjectSection(ProjectDependencies) = postProject - {F44672D8-5198-BBA4-87E8-C790415E403C} = {F44672D8-5198-BBA4-87E8-C790415E403C} - {43554530-2170-F5A9-4794-3AD09344F18D} = {43554530-2170-F5A9-4794-3AD09344F18D} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SnippetSplitSim", "./SnippetSplitSim.vcxproj", "{18708416-6A28-67E8-82D0-E8148F0CE318}" - ProjectSection(ProjectDependencies) = postProject - {F44672D8-5198-BBA4-87E8-C790415E403C} = {F44672D8-5198-BBA4-87E8-C790415E403C} - {43554530-2170-F5A9-4794-3AD09344F18D} = {43554530-2170-F5A9-4794-3AD09344F18D} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SnippetTriangleMeshCreate", "./SnippetTriangleMeshCreate.vcxproj", "{FA4458B7-D8C7-66C0-7BF2-238ECF00BF26}" - ProjectSection(ProjectDependencies) = postProject - {F44672D8-5198-BBA4-87E8-C790415E403C} = {F44672D8-5198-BBA4-87E8-C790415E403C} - {43554530-2170-F5A9-4794-3AD09344F18D} = {43554530-2170-F5A9-4794-3AD09344F18D} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SnippetMultiThreading", "./SnippetMultiThreading.vcxproj", "{84DDC75F-EE90-06FB-B3E0-E011B27CF590}" - ProjectSection(ProjectDependencies) = postProject - {F44672D8-5198-BBA4-87E8-C790415E403C} = {F44672D8-5198-BBA4-87E8-C790415E403C} - {43554530-2170-F5A9-4794-3AD09344F18D} = {43554530-2170-F5A9-4794-3AD09344F18D} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SnippetContactModification", "./SnippetContactModification.vcxproj", "{85514BB1-43A6-1265-D4FB-DAFC843D2497}" - ProjectSection(ProjectDependencies) = postProject - {F44672D8-5198-BBA4-87E8-C790415E403C} = {F44672D8-5198-BBA4-87E8-C790415E403C} - {43554530-2170-F5A9-4794-3AD09344F18D} = {43554530-2170-F5A9-4794-3AD09344F18D} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SnippetToleranceScale", "./SnippetToleranceScale.vcxproj", "{68E22393-BF0A-B459-8688-902827DBC948}" - ProjectSection(ProjectDependencies) = postProject - {F44672D8-5198-BBA4-87E8-C790415E403C} = {F44672D8-5198-BBA4-87E8-C790415E403C} - {43554530-2170-F5A9-4794-3AD09344F18D} = {43554530-2170-F5A9-4794-3AD09344F18D} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SnippetStepper", "./SnippetStepper.vcxproj", "{C660CC7E-2A8A-7728-030C-8D96327CC646}" - ProjectSection(ProjectDependencies) = postProject - {F44672D8-5198-BBA4-87E8-C790415E403C} = {F44672D8-5198-BBA4-87E8-C790415E403C} - {43554530-2170-F5A9-4794-3AD09344F18D} = {43554530-2170-F5A9-4794-3AD09344F18D} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SnippetPrunerSerialization", "./SnippetPrunerSerialization.vcxproj", "{BD4DC31F-4055-B70F-EDD0-10D59398F707}" - ProjectSection(ProjectDependencies) = postProject - {F44672D8-5198-BBA4-87E8-C790415E403C} = {F44672D8-5198-BBA4-87E8-C790415E403C} - {43554530-2170-F5A9-4794-3AD09344F18D} = {43554530-2170-F5A9-4794-3AD09344F18D} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SnippetConvexMeshCreate", "./SnippetConvexMeshCreate.vcxproj", "{3713E2DC-5074-D3FC-9235-6BD80502B02C}" - ProjectSection(ProjectDependencies) = postProject - {F44672D8-5198-BBA4-87E8-C790415E403C} = {F44672D8-5198-BBA4-87E8-C790415E403C} - {43554530-2170-F5A9-4794-3AD09344F18D} = {43554530-2170-F5A9-4794-3AD09344F18D} - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - checked|Win32 = checked|Win32 - debug|Win32 = debug|Win32 - profile|Win32 = profile|Win32 - release|Win32 = release|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {F44672D8-5198-BBA4-87E8-C790415E403C}.checked|Win32.ActiveCfg = checked|Win32 - {F44672D8-5198-BBA4-87E8-C790415E403C}.checked|Win32.Build.0 = checked|Win32 - {F44672D8-5198-BBA4-87E8-C790415E403C}.debug|Win32.ActiveCfg = debug|Win32 - {F44672D8-5198-BBA4-87E8-C790415E403C}.debug|Win32.Build.0 = debug|Win32 - {F44672D8-5198-BBA4-87E8-C790415E403C}.profile|Win32.ActiveCfg = profile|Win32 - {F44672D8-5198-BBA4-87E8-C790415E403C}.profile|Win32.Build.0 = profile|Win32 - {F44672D8-5198-BBA4-87E8-C790415E403C}.release|Win32.ActiveCfg = release|Win32 - {F44672D8-5198-BBA4-87E8-C790415E403C}.release|Win32.Build.0 = release|Win32 - {43554530-2170-F5A9-4794-3AD09344F18D}.checked|Win32.ActiveCfg = checked|Win32 - {43554530-2170-F5A9-4794-3AD09344F18D}.checked|Win32.Build.0 = checked|Win32 - {43554530-2170-F5A9-4794-3AD09344F18D}.debug|Win32.ActiveCfg = debug|Win32 - {43554530-2170-F5A9-4794-3AD09344F18D}.debug|Win32.Build.0 = debug|Win32 - {43554530-2170-F5A9-4794-3AD09344F18D}.profile|Win32.ActiveCfg = profile|Win32 - {43554530-2170-F5A9-4794-3AD09344F18D}.profile|Win32.Build.0 = profile|Win32 - {43554530-2170-F5A9-4794-3AD09344F18D}.release|Win32.ActiveCfg = release|Win32 - {43554530-2170-F5A9-4794-3AD09344F18D}.release|Win32.Build.0 = release|Win32 - {C460F2AB-6306-B774-D658-E27B1D52A5B0}.checked|Win32.ActiveCfg = checked|Win32 - {C460F2AB-6306-B774-D658-E27B1D52A5B0}.checked|Win32.Build.0 = checked|Win32 - {C460F2AB-6306-B774-D658-E27B1D52A5B0}.debug|Win32.ActiveCfg = debug|Win32 - {C460F2AB-6306-B774-D658-E27B1D52A5B0}.debug|Win32.Build.0 = debug|Win32 - {C460F2AB-6306-B774-D658-E27B1D52A5B0}.profile|Win32.ActiveCfg = profile|Win32 - {C460F2AB-6306-B774-D658-E27B1D52A5B0}.profile|Win32.Build.0 = profile|Win32 - {C460F2AB-6306-B774-D658-E27B1D52A5B0}.release|Win32.ActiveCfg = release|Win32 - {C460F2AB-6306-B774-D658-E27B1D52A5B0}.release|Win32.Build.0 = release|Win32 - {DF91286C-A048-0858-C381-C4106C184C0B}.checked|Win32.ActiveCfg = checked|Win32 - {DF91286C-A048-0858-C381-C4106C184C0B}.checked|Win32.Build.0 = checked|Win32 - {DF91286C-A048-0858-C381-C4106C184C0B}.debug|Win32.ActiveCfg = debug|Win32 - {DF91286C-A048-0858-C381-C4106C184C0B}.debug|Win32.Build.0 = debug|Win32 - {DF91286C-A048-0858-C381-C4106C184C0B}.profile|Win32.ActiveCfg = profile|Win32 - {DF91286C-A048-0858-C381-C4106C184C0B}.profile|Win32.Build.0 = profile|Win32 - {DF91286C-A048-0858-C381-C4106C184C0B}.release|Win32.ActiveCfg = release|Win32 - {DF91286C-A048-0858-C381-C4106C184C0B}.release|Win32.Build.0 = release|Win32 - {B2817996-FAFC-5EC2-B600-92D86C7063CE}.checked|Win32.ActiveCfg = checked|Win32 - {B2817996-FAFC-5EC2-B600-92D86C7063CE}.checked|Win32.Build.0 = checked|Win32 - {B2817996-FAFC-5EC2-B600-92D86C7063CE}.debug|Win32.ActiveCfg = debug|Win32 - {B2817996-FAFC-5EC2-B600-92D86C7063CE}.debug|Win32.Build.0 = debug|Win32 - {B2817996-FAFC-5EC2-B600-92D86C7063CE}.profile|Win32.ActiveCfg = profile|Win32 - {B2817996-FAFC-5EC2-B600-92D86C7063CE}.profile|Win32.Build.0 = profile|Win32 - {B2817996-FAFC-5EC2-B600-92D86C7063CE}.release|Win32.ActiveCfg = release|Win32 - {B2817996-FAFC-5EC2-B600-92D86C7063CE}.release|Win32.Build.0 = release|Win32 - {F7CE93CE-0BAE-6EF7-73B9-F960570DDA77}.checked|Win32.ActiveCfg = checked|Win32 - {F7CE93CE-0BAE-6EF7-73B9-F960570DDA77}.checked|Win32.Build.0 = checked|Win32 - {F7CE93CE-0BAE-6EF7-73B9-F960570DDA77}.debug|Win32.ActiveCfg = debug|Win32 - {F7CE93CE-0BAE-6EF7-73B9-F960570DDA77}.debug|Win32.Build.0 = debug|Win32 - {F7CE93CE-0BAE-6EF7-73B9-F960570DDA77}.profile|Win32.ActiveCfg = profile|Win32 - {F7CE93CE-0BAE-6EF7-73B9-F960570DDA77}.profile|Win32.Build.0 = profile|Win32 - {F7CE93CE-0BAE-6EF7-73B9-F960570DDA77}.release|Win32.ActiveCfg = release|Win32 - {F7CE93CE-0BAE-6EF7-73B9-F960570DDA77}.release|Win32.Build.0 = release|Win32 - {CB1D4F57-8DC5-76DF-DA0B-C9B21949C83A}.checked|Win32.ActiveCfg = checked|Win32 - {CB1D4F57-8DC5-76DF-DA0B-C9B21949C83A}.checked|Win32.Build.0 = checked|Win32 - {CB1D4F57-8DC5-76DF-DA0B-C9B21949C83A}.debug|Win32.ActiveCfg = debug|Win32 - {CB1D4F57-8DC5-76DF-DA0B-C9B21949C83A}.debug|Win32.Build.0 = debug|Win32 - {CB1D4F57-8DC5-76DF-DA0B-C9B21949C83A}.profile|Win32.ActiveCfg = profile|Win32 - {CB1D4F57-8DC5-76DF-DA0B-C9B21949C83A}.profile|Win32.Build.0 = profile|Win32 - {CB1D4F57-8DC5-76DF-DA0B-C9B21949C83A}.release|Win32.ActiveCfg = release|Win32 - {CB1D4F57-8DC5-76DF-DA0B-C9B21949C83A}.release|Win32.Build.0 = release|Win32 - {62A37CEB-4FBA-6D10-BEEE-012C7FAC1D22}.checked|Win32.ActiveCfg = checked|Win32 - {62A37CEB-4FBA-6D10-BEEE-012C7FAC1D22}.checked|Win32.Build.0 = checked|Win32 - {62A37CEB-4FBA-6D10-BEEE-012C7FAC1D22}.debug|Win32.ActiveCfg = debug|Win32 - {62A37CEB-4FBA-6D10-BEEE-012C7FAC1D22}.debug|Win32.Build.0 = debug|Win32 - {62A37CEB-4FBA-6D10-BEEE-012C7FAC1D22}.profile|Win32.ActiveCfg = profile|Win32 - {62A37CEB-4FBA-6D10-BEEE-012C7FAC1D22}.profile|Win32.Build.0 = profile|Win32 - {62A37CEB-4FBA-6D10-BEEE-012C7FAC1D22}.release|Win32.ActiveCfg = release|Win32 - {62A37CEB-4FBA-6D10-BEEE-012C7FAC1D22}.release|Win32.Build.0 = release|Win32 - {41C4E1A2-3F28-762A-9C7B-56ACE68B960A}.checked|Win32.ActiveCfg = checked|Win32 - {41C4E1A2-3F28-762A-9C7B-56ACE68B960A}.checked|Win32.Build.0 = checked|Win32 - {41C4E1A2-3F28-762A-9C7B-56ACE68B960A}.debug|Win32.ActiveCfg = debug|Win32 - {41C4E1A2-3F28-762A-9C7B-56ACE68B960A}.debug|Win32.Build.0 = debug|Win32 - {41C4E1A2-3F28-762A-9C7B-56ACE68B960A}.profile|Win32.ActiveCfg = profile|Win32 - {41C4E1A2-3F28-762A-9C7B-56ACE68B960A}.profile|Win32.Build.0 = profile|Win32 - {41C4E1A2-3F28-762A-9C7B-56ACE68B960A}.release|Win32.ActiveCfg = release|Win32 - {41C4E1A2-3F28-762A-9C7B-56ACE68B960A}.release|Win32.Build.0 = release|Win32 - {6FDCDABC-5CE8-F7EA-8EF3-D124D7B23FB8}.checked|Win32.ActiveCfg = checked|Win32 - {6FDCDABC-5CE8-F7EA-8EF3-D124D7B23FB8}.checked|Win32.Build.0 = checked|Win32 - {6FDCDABC-5CE8-F7EA-8EF3-D124D7B23FB8}.debug|Win32.ActiveCfg = debug|Win32 - {6FDCDABC-5CE8-F7EA-8EF3-D124D7B23FB8}.debug|Win32.Build.0 = debug|Win32 - {6FDCDABC-5CE8-F7EA-8EF3-D124D7B23FB8}.profile|Win32.ActiveCfg = profile|Win32 - {6FDCDABC-5CE8-F7EA-8EF3-D124D7B23FB8}.profile|Win32.Build.0 = profile|Win32 - {6FDCDABC-5CE8-F7EA-8EF3-D124D7B23FB8}.release|Win32.ActiveCfg = release|Win32 - {6FDCDABC-5CE8-F7EA-8EF3-D124D7B23FB8}.release|Win32.Build.0 = release|Win32 - {2BC6F7EC-7134-1CFA-DB36-58FC4A87EF8C}.checked|Win32.ActiveCfg = checked|Win32 - {2BC6F7EC-7134-1CFA-DB36-58FC4A87EF8C}.checked|Win32.Build.0 = checked|Win32 - {2BC6F7EC-7134-1CFA-DB36-58FC4A87EF8C}.debug|Win32.ActiveCfg = debug|Win32 - {2BC6F7EC-7134-1CFA-DB36-58FC4A87EF8C}.debug|Win32.Build.0 = debug|Win32 - {2BC6F7EC-7134-1CFA-DB36-58FC4A87EF8C}.profile|Win32.ActiveCfg = profile|Win32 - {2BC6F7EC-7134-1CFA-DB36-58FC4A87EF8C}.profile|Win32.Build.0 = profile|Win32 - {2BC6F7EC-7134-1CFA-DB36-58FC4A87EF8C}.release|Win32.ActiveCfg = release|Win32 - {2BC6F7EC-7134-1CFA-DB36-58FC4A87EF8C}.release|Win32.Build.0 = release|Win32 - {E746C271-EEAC-0E0A-DB12-98275484FF29}.checked|Win32.ActiveCfg = checked|Win32 - {E746C271-EEAC-0E0A-DB12-98275484FF29}.checked|Win32.Build.0 = checked|Win32 - {E746C271-EEAC-0E0A-DB12-98275484FF29}.debug|Win32.ActiveCfg = debug|Win32 - {E746C271-EEAC-0E0A-DB12-98275484FF29}.debug|Win32.Build.0 = debug|Win32 - {E746C271-EEAC-0E0A-DB12-98275484FF29}.profile|Win32.ActiveCfg = profile|Win32 - {E746C271-EEAC-0E0A-DB12-98275484FF29}.profile|Win32.Build.0 = profile|Win32 - {E746C271-EEAC-0E0A-DB12-98275484FF29}.release|Win32.ActiveCfg = release|Win32 - {E746C271-EEAC-0E0A-DB12-98275484FF29}.release|Win32.Build.0 = release|Win32 - {F5284425-F024-74C4-808B-7EF11F900C36}.checked|Win32.ActiveCfg = checked|Win32 - {F5284425-F024-74C4-808B-7EF11F900C36}.checked|Win32.Build.0 = checked|Win32 - {F5284425-F024-74C4-808B-7EF11F900C36}.debug|Win32.ActiveCfg = debug|Win32 - {F5284425-F024-74C4-808B-7EF11F900C36}.debug|Win32.Build.0 = debug|Win32 - {F5284425-F024-74C4-808B-7EF11F900C36}.profile|Win32.ActiveCfg = profile|Win32 - {F5284425-F024-74C4-808B-7EF11F900C36}.profile|Win32.Build.0 = profile|Win32 - {F5284425-F024-74C4-808B-7EF11F900C36}.release|Win32.ActiveCfg = release|Win32 - {F5284425-F024-74C4-808B-7EF11F900C36}.release|Win32.Build.0 = release|Win32 - {DD488F6F-459D-0072-D8B0-D9FFED855758}.checked|Win32.ActiveCfg = checked|Win32 - {DD488F6F-459D-0072-D8B0-D9FFED855758}.checked|Win32.Build.0 = checked|Win32 - {DD488F6F-459D-0072-D8B0-D9FFED855758}.debug|Win32.ActiveCfg = debug|Win32 - {DD488F6F-459D-0072-D8B0-D9FFED855758}.debug|Win32.Build.0 = debug|Win32 - {DD488F6F-459D-0072-D8B0-D9FFED855758}.profile|Win32.ActiveCfg = profile|Win32 - {DD488F6F-459D-0072-D8B0-D9FFED855758}.profile|Win32.Build.0 = profile|Win32 - {DD488F6F-459D-0072-D8B0-D9FFED855758}.release|Win32.ActiveCfg = release|Win32 - {DD488F6F-459D-0072-D8B0-D9FFED855758}.release|Win32.Build.0 = release|Win32 - {C23AC35D-E93E-B90C-CAD0-151A87D76CEA}.checked|Win32.ActiveCfg = checked|Win32 - {C23AC35D-E93E-B90C-CAD0-151A87D76CEA}.checked|Win32.Build.0 = checked|Win32 - {C23AC35D-E93E-B90C-CAD0-151A87D76CEA}.debug|Win32.ActiveCfg = debug|Win32 - {C23AC35D-E93E-B90C-CAD0-151A87D76CEA}.debug|Win32.Build.0 = debug|Win32 - {C23AC35D-E93E-B90C-CAD0-151A87D76CEA}.profile|Win32.ActiveCfg = profile|Win32 - {C23AC35D-E93E-B90C-CAD0-151A87D76CEA}.profile|Win32.Build.0 = profile|Win32 - {C23AC35D-E93E-B90C-CAD0-151A87D76CEA}.release|Win32.ActiveCfg = release|Win32 - {C23AC35D-E93E-B90C-CAD0-151A87D76CEA}.release|Win32.Build.0 = release|Win32 - {D2B2C97A-CB7A-CF86-8AFE-AD5E9F3BFE58}.checked|Win32.ActiveCfg = checked|Win32 - {D2B2C97A-CB7A-CF86-8AFE-AD5E9F3BFE58}.checked|Win32.Build.0 = checked|Win32 - {D2B2C97A-CB7A-CF86-8AFE-AD5E9F3BFE58}.debug|Win32.ActiveCfg = debug|Win32 - {D2B2C97A-CB7A-CF86-8AFE-AD5E9F3BFE58}.debug|Win32.Build.0 = debug|Win32 - {D2B2C97A-CB7A-CF86-8AFE-AD5E9F3BFE58}.profile|Win32.ActiveCfg = profile|Win32 - {D2B2C97A-CB7A-CF86-8AFE-AD5E9F3BFE58}.profile|Win32.Build.0 = profile|Win32 - {D2B2C97A-CB7A-CF86-8AFE-AD5E9F3BFE58}.release|Win32.ActiveCfg = release|Win32 - {D2B2C97A-CB7A-CF86-8AFE-AD5E9F3BFE58}.release|Win32.Build.0 = release|Win32 - {84A5A167-E1E1-9C10-5E48-2CD6C91D20A8}.checked|Win32.ActiveCfg = checked|Win32 - {84A5A167-E1E1-9C10-5E48-2CD6C91D20A8}.checked|Win32.Build.0 = checked|Win32 - {84A5A167-E1E1-9C10-5E48-2CD6C91D20A8}.debug|Win32.ActiveCfg = debug|Win32 - {84A5A167-E1E1-9C10-5E48-2CD6C91D20A8}.debug|Win32.Build.0 = debug|Win32 - {84A5A167-E1E1-9C10-5E48-2CD6C91D20A8}.profile|Win32.ActiveCfg = profile|Win32 - {84A5A167-E1E1-9C10-5E48-2CD6C91D20A8}.profile|Win32.Build.0 = profile|Win32 - {84A5A167-E1E1-9C10-5E48-2CD6C91D20A8}.release|Win32.ActiveCfg = release|Win32 - {84A5A167-E1E1-9C10-5E48-2CD6C91D20A8}.release|Win32.Build.0 = release|Win32 - {A1DC7298-F468-3208-0C49-44F0BA003BE1}.checked|Win32.ActiveCfg = checked|Win32 - {A1DC7298-F468-3208-0C49-44F0BA003BE1}.checked|Win32.Build.0 = checked|Win32 - {A1DC7298-F468-3208-0C49-44F0BA003BE1}.debug|Win32.ActiveCfg = debug|Win32 - {A1DC7298-F468-3208-0C49-44F0BA003BE1}.debug|Win32.Build.0 = debug|Win32 - {A1DC7298-F468-3208-0C49-44F0BA003BE1}.profile|Win32.ActiveCfg = profile|Win32 - {A1DC7298-F468-3208-0C49-44F0BA003BE1}.profile|Win32.Build.0 = profile|Win32 - {A1DC7298-F468-3208-0C49-44F0BA003BE1}.release|Win32.ActiveCfg = release|Win32 - {A1DC7298-F468-3208-0C49-44F0BA003BE1}.release|Win32.Build.0 = release|Win32 - {31A4AC31-DF55-4780-C2C7-F540684C09B5}.checked|Win32.ActiveCfg = checked|Win32 - {31A4AC31-DF55-4780-C2C7-F540684C09B5}.checked|Win32.Build.0 = checked|Win32 - {31A4AC31-DF55-4780-C2C7-F540684C09B5}.debug|Win32.ActiveCfg = debug|Win32 - {31A4AC31-DF55-4780-C2C7-F540684C09B5}.debug|Win32.Build.0 = debug|Win32 - {31A4AC31-DF55-4780-C2C7-F540684C09B5}.profile|Win32.ActiveCfg = profile|Win32 - {31A4AC31-DF55-4780-C2C7-F540684C09B5}.profile|Win32.Build.0 = profile|Win32 - {31A4AC31-DF55-4780-C2C7-F540684C09B5}.release|Win32.ActiveCfg = release|Win32 - {31A4AC31-DF55-4780-C2C7-F540684C09B5}.release|Win32.Build.0 = release|Win32 - {2E902201-74C7-ABE6-FB84-FE3BBDEAC45E}.checked|Win32.ActiveCfg = checked|Win32 - {2E902201-74C7-ABE6-FB84-FE3BBDEAC45E}.checked|Win32.Build.0 = checked|Win32 - {2E902201-74C7-ABE6-FB84-FE3BBDEAC45E}.debug|Win32.ActiveCfg = debug|Win32 - {2E902201-74C7-ABE6-FB84-FE3BBDEAC45E}.debug|Win32.Build.0 = debug|Win32 - {2E902201-74C7-ABE6-FB84-FE3BBDEAC45E}.profile|Win32.ActiveCfg = profile|Win32 - {2E902201-74C7-ABE6-FB84-FE3BBDEAC45E}.profile|Win32.Build.0 = profile|Win32 - {2E902201-74C7-ABE6-FB84-FE3BBDEAC45E}.release|Win32.ActiveCfg = release|Win32 - {2E902201-74C7-ABE6-FB84-FE3BBDEAC45E}.release|Win32.Build.0 = release|Win32 - {8BB8EF81-8FEC-F15E-0E06-78EA3FD8E8D1}.checked|Win32.ActiveCfg = checked|Win32 - {8BB8EF81-8FEC-F15E-0E06-78EA3FD8E8D1}.checked|Win32.Build.0 = checked|Win32 - {8BB8EF81-8FEC-F15E-0E06-78EA3FD8E8D1}.debug|Win32.ActiveCfg = debug|Win32 - {8BB8EF81-8FEC-F15E-0E06-78EA3FD8E8D1}.debug|Win32.Build.0 = debug|Win32 - {8BB8EF81-8FEC-F15E-0E06-78EA3FD8E8D1}.profile|Win32.ActiveCfg = profile|Win32 - {8BB8EF81-8FEC-F15E-0E06-78EA3FD8E8D1}.profile|Win32.Build.0 = profile|Win32 - {8BB8EF81-8FEC-F15E-0E06-78EA3FD8E8D1}.release|Win32.ActiveCfg = release|Win32 - {8BB8EF81-8FEC-F15E-0E06-78EA3FD8E8D1}.release|Win32.Build.0 = release|Win32 - {5AE31514-4858-157B-36BE-0D20D1C0A316}.checked|Win32.ActiveCfg = checked|Win32 - {5AE31514-4858-157B-36BE-0D20D1C0A316}.checked|Win32.Build.0 = checked|Win32 - {5AE31514-4858-157B-36BE-0D20D1C0A316}.debug|Win32.ActiveCfg = debug|Win32 - {5AE31514-4858-157B-36BE-0D20D1C0A316}.debug|Win32.Build.0 = debug|Win32 - {5AE31514-4858-157B-36BE-0D20D1C0A316}.profile|Win32.ActiveCfg = profile|Win32 - {5AE31514-4858-157B-36BE-0D20D1C0A316}.profile|Win32.Build.0 = profile|Win32 - {5AE31514-4858-157B-36BE-0D20D1C0A316}.release|Win32.ActiveCfg = release|Win32 - {5AE31514-4858-157B-36BE-0D20D1C0A316}.release|Win32.Build.0 = release|Win32 - {448AB256-3448-2840-99B8-CCD61CACF998}.checked|Win32.ActiveCfg = checked|Win32 - {448AB256-3448-2840-99B8-CCD61CACF998}.checked|Win32.Build.0 = checked|Win32 - {448AB256-3448-2840-99B8-CCD61CACF998}.debug|Win32.ActiveCfg = debug|Win32 - {448AB256-3448-2840-99B8-CCD61CACF998}.debug|Win32.Build.0 = debug|Win32 - {448AB256-3448-2840-99B8-CCD61CACF998}.profile|Win32.ActiveCfg = profile|Win32 - {448AB256-3448-2840-99B8-CCD61CACF998}.profile|Win32.Build.0 = profile|Win32 - {448AB256-3448-2840-99B8-CCD61CACF998}.release|Win32.ActiveCfg = release|Win32 - {448AB256-3448-2840-99B8-CCD61CACF998}.release|Win32.Build.0 = release|Win32 - {8F28DA7E-B126-34D0-85A1-2D60F95C10A0}.checked|Win32.ActiveCfg = checked|Win32 - {8F28DA7E-B126-34D0-85A1-2D60F95C10A0}.checked|Win32.Build.0 = checked|Win32 - {8F28DA7E-B126-34D0-85A1-2D60F95C10A0}.debug|Win32.ActiveCfg = debug|Win32 - {8F28DA7E-B126-34D0-85A1-2D60F95C10A0}.debug|Win32.Build.0 = debug|Win32 - {8F28DA7E-B126-34D0-85A1-2D60F95C10A0}.profile|Win32.ActiveCfg = profile|Win32 - {8F28DA7E-B126-34D0-85A1-2D60F95C10A0}.profile|Win32.Build.0 = profile|Win32 - {8F28DA7E-B126-34D0-85A1-2D60F95C10A0}.release|Win32.ActiveCfg = release|Win32 - {8F28DA7E-B126-34D0-85A1-2D60F95C10A0}.release|Win32.Build.0 = release|Win32 - {34A5A81F-631D-D4D8-C390-E52FDCC0463C}.checked|Win32.ActiveCfg = checked|Win32 - {34A5A81F-631D-D4D8-C390-E52FDCC0463C}.checked|Win32.Build.0 = checked|Win32 - {34A5A81F-631D-D4D8-C390-E52FDCC0463C}.debug|Win32.ActiveCfg = debug|Win32 - {34A5A81F-631D-D4D8-C390-E52FDCC0463C}.debug|Win32.Build.0 = debug|Win32 - {34A5A81F-631D-D4D8-C390-E52FDCC0463C}.profile|Win32.ActiveCfg = profile|Win32 - {34A5A81F-631D-D4D8-C390-E52FDCC0463C}.profile|Win32.Build.0 = profile|Win32 - {34A5A81F-631D-D4D8-C390-E52FDCC0463C}.release|Win32.ActiveCfg = release|Win32 - {34A5A81F-631D-D4D8-C390-E52FDCC0463C}.release|Win32.Build.0 = release|Win32 - {A9B59085-6A03-2130-5E71-8E47C8B05E3C}.checked|Win32.ActiveCfg = checked|Win32 - {A9B59085-6A03-2130-5E71-8E47C8B05E3C}.checked|Win32.Build.0 = checked|Win32 - {A9B59085-6A03-2130-5E71-8E47C8B05E3C}.debug|Win32.ActiveCfg = debug|Win32 - {A9B59085-6A03-2130-5E71-8E47C8B05E3C}.debug|Win32.Build.0 = debug|Win32 - {A9B59085-6A03-2130-5E71-8E47C8B05E3C}.profile|Win32.ActiveCfg = profile|Win32 - {A9B59085-6A03-2130-5E71-8E47C8B05E3C}.profile|Win32.Build.0 = profile|Win32 - {A9B59085-6A03-2130-5E71-8E47C8B05E3C}.release|Win32.ActiveCfg = release|Win32 - {A9B59085-6A03-2130-5E71-8E47C8B05E3C}.release|Win32.Build.0 = release|Win32 - {18708416-6A28-67E8-82D0-E8148F0CE318}.checked|Win32.ActiveCfg = checked|Win32 - {18708416-6A28-67E8-82D0-E8148F0CE318}.checked|Win32.Build.0 = checked|Win32 - {18708416-6A28-67E8-82D0-E8148F0CE318}.debug|Win32.ActiveCfg = debug|Win32 - {18708416-6A28-67E8-82D0-E8148F0CE318}.debug|Win32.Build.0 = debug|Win32 - {18708416-6A28-67E8-82D0-E8148F0CE318}.profile|Win32.ActiveCfg = profile|Win32 - {18708416-6A28-67E8-82D0-E8148F0CE318}.profile|Win32.Build.0 = profile|Win32 - {18708416-6A28-67E8-82D0-E8148F0CE318}.release|Win32.ActiveCfg = release|Win32 - {18708416-6A28-67E8-82D0-E8148F0CE318}.release|Win32.Build.0 = release|Win32 - {FA4458B7-D8C7-66C0-7BF2-238ECF00BF26}.checked|Win32.ActiveCfg = checked|Win32 - {FA4458B7-D8C7-66C0-7BF2-238ECF00BF26}.checked|Win32.Build.0 = checked|Win32 - {FA4458B7-D8C7-66C0-7BF2-238ECF00BF26}.debug|Win32.ActiveCfg = debug|Win32 - {FA4458B7-D8C7-66C0-7BF2-238ECF00BF26}.debug|Win32.Build.0 = debug|Win32 - {FA4458B7-D8C7-66C0-7BF2-238ECF00BF26}.profile|Win32.ActiveCfg = profile|Win32 - {FA4458B7-D8C7-66C0-7BF2-238ECF00BF26}.profile|Win32.Build.0 = profile|Win32 - {FA4458B7-D8C7-66C0-7BF2-238ECF00BF26}.release|Win32.ActiveCfg = release|Win32 - {FA4458B7-D8C7-66C0-7BF2-238ECF00BF26}.release|Win32.Build.0 = release|Win32 - {84DDC75F-EE90-06FB-B3E0-E011B27CF590}.checked|Win32.ActiveCfg = checked|Win32 - {84DDC75F-EE90-06FB-B3E0-E011B27CF590}.checked|Win32.Build.0 = checked|Win32 - {84DDC75F-EE90-06FB-B3E0-E011B27CF590}.debug|Win32.ActiveCfg = debug|Win32 - {84DDC75F-EE90-06FB-B3E0-E011B27CF590}.debug|Win32.Build.0 = debug|Win32 - {84DDC75F-EE90-06FB-B3E0-E011B27CF590}.profile|Win32.ActiveCfg = profile|Win32 - {84DDC75F-EE90-06FB-B3E0-E011B27CF590}.profile|Win32.Build.0 = profile|Win32 - {84DDC75F-EE90-06FB-B3E0-E011B27CF590}.release|Win32.ActiveCfg = release|Win32 - {84DDC75F-EE90-06FB-B3E0-E011B27CF590}.release|Win32.Build.0 = release|Win32 - {85514BB1-43A6-1265-D4FB-DAFC843D2497}.checked|Win32.ActiveCfg = checked|Win32 - {85514BB1-43A6-1265-D4FB-DAFC843D2497}.checked|Win32.Build.0 = checked|Win32 - {85514BB1-43A6-1265-D4FB-DAFC843D2497}.debug|Win32.ActiveCfg = debug|Win32 - {85514BB1-43A6-1265-D4FB-DAFC843D2497}.debug|Win32.Build.0 = debug|Win32 - {85514BB1-43A6-1265-D4FB-DAFC843D2497}.profile|Win32.ActiveCfg = profile|Win32 - {85514BB1-43A6-1265-D4FB-DAFC843D2497}.profile|Win32.Build.0 = profile|Win32 - {85514BB1-43A6-1265-D4FB-DAFC843D2497}.release|Win32.ActiveCfg = release|Win32 - {85514BB1-43A6-1265-D4FB-DAFC843D2497}.release|Win32.Build.0 = release|Win32 - {68E22393-BF0A-B459-8688-902827DBC948}.checked|Win32.ActiveCfg = checked|Win32 - {68E22393-BF0A-B459-8688-902827DBC948}.checked|Win32.Build.0 = checked|Win32 - {68E22393-BF0A-B459-8688-902827DBC948}.debug|Win32.ActiveCfg = debug|Win32 - {68E22393-BF0A-B459-8688-902827DBC948}.debug|Win32.Build.0 = debug|Win32 - {68E22393-BF0A-B459-8688-902827DBC948}.profile|Win32.ActiveCfg = profile|Win32 - {68E22393-BF0A-B459-8688-902827DBC948}.profile|Win32.Build.0 = profile|Win32 - {68E22393-BF0A-B459-8688-902827DBC948}.release|Win32.ActiveCfg = release|Win32 - {68E22393-BF0A-B459-8688-902827DBC948}.release|Win32.Build.0 = release|Win32 - {C660CC7E-2A8A-7728-030C-8D96327CC646}.checked|Win32.ActiveCfg = checked|Win32 - {C660CC7E-2A8A-7728-030C-8D96327CC646}.checked|Win32.Build.0 = checked|Win32 - {C660CC7E-2A8A-7728-030C-8D96327CC646}.debug|Win32.ActiveCfg = debug|Win32 - {C660CC7E-2A8A-7728-030C-8D96327CC646}.debug|Win32.Build.0 = debug|Win32 - {C660CC7E-2A8A-7728-030C-8D96327CC646}.profile|Win32.ActiveCfg = profile|Win32 - {C660CC7E-2A8A-7728-030C-8D96327CC646}.profile|Win32.Build.0 = profile|Win32 - {C660CC7E-2A8A-7728-030C-8D96327CC646}.release|Win32.ActiveCfg = release|Win32 - {C660CC7E-2A8A-7728-030C-8D96327CC646}.release|Win32.Build.0 = release|Win32 - {BD4DC31F-4055-B70F-EDD0-10D59398F707}.checked|Win32.ActiveCfg = checked|Win32 - {BD4DC31F-4055-B70F-EDD0-10D59398F707}.checked|Win32.Build.0 = checked|Win32 - {BD4DC31F-4055-B70F-EDD0-10D59398F707}.debug|Win32.ActiveCfg = debug|Win32 - {BD4DC31F-4055-B70F-EDD0-10D59398F707}.debug|Win32.Build.0 = debug|Win32 - {BD4DC31F-4055-B70F-EDD0-10D59398F707}.profile|Win32.ActiveCfg = profile|Win32 - {BD4DC31F-4055-B70F-EDD0-10D59398F707}.profile|Win32.Build.0 = profile|Win32 - {BD4DC31F-4055-B70F-EDD0-10D59398F707}.release|Win32.ActiveCfg = release|Win32 - {BD4DC31F-4055-B70F-EDD0-10D59398F707}.release|Win32.Build.0 = release|Win32 - {3713E2DC-5074-D3FC-9235-6BD80502B02C}.checked|Win32.ActiveCfg = checked|Win32 - {3713E2DC-5074-D3FC-9235-6BD80502B02C}.checked|Win32.Build.0 = checked|Win32 - {3713E2DC-5074-D3FC-9235-6BD80502B02C}.debug|Win32.ActiveCfg = debug|Win32 - {3713E2DC-5074-D3FC-9235-6BD80502B02C}.debug|Win32.Build.0 = debug|Win32 - {3713E2DC-5074-D3FC-9235-6BD80502B02C}.profile|Win32.ActiveCfg = profile|Win32 - {3713E2DC-5074-D3FC-9235-6BD80502B02C}.profile|Win32.Build.0 = profile|Win32 - {3713E2DC-5074-D3FC-9235-6BD80502B02C}.release|Win32.ActiveCfg = release|Win32 - {3713E2DC-5074-D3FC-9235-6BD80502B02C}.release|Win32.Build.0 = release|Win32 - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - EndGlobalSection - GlobalSection(ExtensibilityAddins) = postSolution - EndGlobalSection - GlobalSection(NestedProjects) = preSolution - EndGlobalSection -EndGlobal diff --git a/PhysX_3.4/Snippets/compiler/vc11win64/SnippetArticulation.vcxproj b/PhysX_3.4/Snippets/compiler/vc11win64/SnippetArticulation.vcxproj deleted file mode 100644 index 628f6194..00000000 --- a/PhysX_3.4/Snippets/compiler/vc11win64/SnippetArticulation.vcxproj +++ /dev/null @@ -1,268 +0,0 @@ -<?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|x64"> - <Configuration>debug</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="checked|x64"> - <Configuration>checked</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|x64"> - <Configuration>profile</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|x64"> - <Configuration>release</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{D2B2C97A-CB7A-CF86-8AFE-AD5E9F3BFE58}</ProjectGuid> - <RootNamespace>SnippetArticulation</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> - <ImportGroup Label="ExtensionSettings"> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetArticulation/debug\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)DEBUG</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win64 PhysX3CommonDEBUG_x64.lib PhysX3DEBUG_x64.lib PhysX3CookingDEBUG_x64.lib PhysX3CharacterKinematicDEBUG_x64.lib PhysX3ExtensionsDEBUG.lib PhysX3VehicleDEBUG.lib PxTaskDEBUG_x64.lib PxFoundationDEBUG_x64.lib PsFastXmlDEBUG_x64.lib PxPvdSDKDEBUG_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsDEBUG.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationDEBUG_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKDEBUG_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetArticulation/checked\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)CHECKED</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win64 PhysX3CommonCHECKED_x64.lib PhysX3CHECKED_x64.lib PhysX3CookingCHECKED_x64.lib PhysX3CharacterKinematicCHECKED_x64.lib PhysX3ExtensionsCHECKED.lib PhysX3VehicleCHECKED.lib PxTaskCHECKED_x64.lib PxFoundationCHECKED_x64.lib PsFastXmlCHECKED_x64.lib PxPvdSDKCHECKED_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsCHECKED.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationCHECKED_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKCHECKED_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetArticulation/profile\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)PROFILE</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win64 PhysX3CommonPROFILE_x64.lib PhysX3PROFILE_x64.lib PhysX3CookingPROFILE_x64.lib PhysX3CharacterKinematicPROFILE_x64.lib PhysX3ExtensionsPROFILE.lib PhysX3VehiclePROFILE.lib PxTaskPROFILE_x64.lib PxFoundationPROFILE_x64.lib PsFastXmlPROFILE_x64.lib PxPvdSDKPROFILE_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsPROFILE.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationPROFILE_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKPROFILE_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetArticulation/release\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win64 PhysX3Common_x64.lib PhysX3_x64.lib PhysX3Cooking_x64.lib PhysX3CharacterKinematic_x64.lib PhysX3Extensions.lib PhysX3Vehicle.lib PxTask_x64.lib PxFoundation_x64.lib PsFastXml_x64.lib PxPvdSDK_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtils.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundation_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDK_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetCommon\ClassicMain.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetArticulation\SnippetArticulation.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetArticulation\SnippetArticulationRender.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetUtils.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetRender.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> -</Project> diff --git a/PhysX_3.4/Snippets/compiler/vc11win64/SnippetCloth.vcxproj b/PhysX_3.4/Snippets/compiler/vc11win64/SnippetCloth.vcxproj deleted file mode 100644 index cdec8e0a..00000000 --- a/PhysX_3.4/Snippets/compiler/vc11win64/SnippetCloth.vcxproj +++ /dev/null @@ -1,266 +0,0 @@ -<?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|x64"> - <Configuration>debug</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="checked|x64"> - <Configuration>checked</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|x64"> - <Configuration>profile</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|x64"> - <Configuration>release</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{DD488F6F-459D-0072-D8B0-D9FFED855758}</ProjectGuid> - <RootNamespace>SnippetCloth</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> - <ImportGroup Label="ExtensionSettings"> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetCloth/debug\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)DEBUG</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win64 PhysX3CommonDEBUG_x64.lib PhysX3DEBUG_x64.lib PhysX3CookingDEBUG_x64.lib PhysX3CharacterKinematicDEBUG_x64.lib PhysX3ExtensionsDEBUG.lib PhysX3VehicleDEBUG.lib PxTaskDEBUG_x64.lib PxFoundationDEBUG_x64.lib PsFastXmlDEBUG_x64.lib PxPvdSDKDEBUG_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsDEBUG.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationDEBUG_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKDEBUG_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetCloth/checked\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)CHECKED</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win64 PhysX3CommonCHECKED_x64.lib PhysX3CHECKED_x64.lib PhysX3CookingCHECKED_x64.lib PhysX3CharacterKinematicCHECKED_x64.lib PhysX3ExtensionsCHECKED.lib PhysX3VehicleCHECKED.lib PxTaskCHECKED_x64.lib PxFoundationCHECKED_x64.lib PsFastXmlCHECKED_x64.lib PxPvdSDKCHECKED_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsCHECKED.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationCHECKED_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKCHECKED_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetCloth/profile\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)PROFILE</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win64 PhysX3CommonPROFILE_x64.lib PhysX3PROFILE_x64.lib PhysX3CookingPROFILE_x64.lib PhysX3CharacterKinematicPROFILE_x64.lib PhysX3ExtensionsPROFILE.lib PhysX3VehiclePROFILE.lib PxTaskPROFILE_x64.lib PxFoundationPROFILE_x64.lib PsFastXmlPROFILE_x64.lib PxPvdSDKPROFILE_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsPROFILE.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationPROFILE_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKPROFILE_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetCloth/release\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win64 PhysX3Common_x64.lib PhysX3_x64.lib PhysX3Cooking_x64.lib PhysX3CharacterKinematic_x64.lib PhysX3Extensions.lib PhysX3Vehicle.lib PxTask_x64.lib PxFoundation_x64.lib PsFastXml_x64.lib PxPvdSDK_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtils.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundation_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDK_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetCommon\ClassicMain.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetCloth\SnippetCloth.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetUtils.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetRender.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> -</Project> diff --git a/PhysX_3.4/Snippets/compiler/vc11win64/SnippetContactModification.vcxproj b/PhysX_3.4/Snippets/compiler/vc11win64/SnippetContactModification.vcxproj deleted file mode 100644 index 87627417..00000000 --- a/PhysX_3.4/Snippets/compiler/vc11win64/SnippetContactModification.vcxproj +++ /dev/null @@ -1,268 +0,0 @@ -<?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|x64"> - <Configuration>debug</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="checked|x64"> - <Configuration>checked</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|x64"> - <Configuration>profile</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|x64"> - <Configuration>release</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{85514BB1-43A6-1265-D4FB-DAFC843D2497}</ProjectGuid> - <RootNamespace>SnippetContactModification</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> - <ImportGroup Label="ExtensionSettings"> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetContactModification/debug\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)DEBUG</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win64 PhysX3CommonDEBUG_x64.lib PhysX3DEBUG_x64.lib PhysX3CookingDEBUG_x64.lib PhysX3CharacterKinematicDEBUG_x64.lib PhysX3ExtensionsDEBUG.lib PhysX3VehicleDEBUG.lib PxTaskDEBUG_x64.lib PxFoundationDEBUG_x64.lib PsFastXmlDEBUG_x64.lib PxPvdSDKDEBUG_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsDEBUG.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationDEBUG_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKDEBUG_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetContactModification/checked\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)CHECKED</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win64 PhysX3CommonCHECKED_x64.lib PhysX3CHECKED_x64.lib PhysX3CookingCHECKED_x64.lib PhysX3CharacterKinematicCHECKED_x64.lib PhysX3ExtensionsCHECKED.lib PhysX3VehicleCHECKED.lib PxTaskCHECKED_x64.lib PxFoundationCHECKED_x64.lib PsFastXmlCHECKED_x64.lib PxPvdSDKCHECKED_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsCHECKED.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationCHECKED_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKCHECKED_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetContactModification/profile\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)PROFILE</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win64 PhysX3CommonPROFILE_x64.lib PhysX3PROFILE_x64.lib PhysX3CookingPROFILE_x64.lib PhysX3CharacterKinematicPROFILE_x64.lib PhysX3ExtensionsPROFILE.lib PhysX3VehiclePROFILE.lib PxTaskPROFILE_x64.lib PxFoundationPROFILE_x64.lib PsFastXmlPROFILE_x64.lib PxPvdSDKPROFILE_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsPROFILE.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationPROFILE_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKPROFILE_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetContactModification/release\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win64 PhysX3Common_x64.lib PhysX3_x64.lib PhysX3Cooking_x64.lib PhysX3CharacterKinematic_x64.lib PhysX3Extensions.lib PhysX3Vehicle.lib PxTask_x64.lib PxFoundation_x64.lib PsFastXml_x64.lib PxPvdSDK_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtils.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundation_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDK_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetCommon\ClassicMain.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetContactModification\SnippetContactModification.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetContactModification\SnippetContactModificationRender.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetUtils.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetRender.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> -</Project> diff --git a/PhysX_3.4/Snippets/compiler/vc11win64/SnippetContactReport.vcxproj b/PhysX_3.4/Snippets/compiler/vc11win64/SnippetContactReport.vcxproj deleted file mode 100644 index e3a4f875..00000000 --- a/PhysX_3.4/Snippets/compiler/vc11win64/SnippetContactReport.vcxproj +++ /dev/null @@ -1,268 +0,0 @@ -<?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|x64"> - <Configuration>debug</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="checked|x64"> - <Configuration>checked</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|x64"> - <Configuration>profile</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|x64"> - <Configuration>release</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{2BC6F7EC-7134-1CFA-DB36-58FC4A87EF8C}</ProjectGuid> - <RootNamespace>SnippetContactReport</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> - <ImportGroup Label="ExtensionSettings"> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetContactReport/debug\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)DEBUG</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win64 PhysX3CommonDEBUG_x64.lib PhysX3DEBUG_x64.lib PhysX3CookingDEBUG_x64.lib PhysX3CharacterKinematicDEBUG_x64.lib PhysX3ExtensionsDEBUG.lib PhysX3VehicleDEBUG.lib PxTaskDEBUG_x64.lib PxFoundationDEBUG_x64.lib PsFastXmlDEBUG_x64.lib PxPvdSDKDEBUG_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsDEBUG.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationDEBUG_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKDEBUG_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetContactReport/checked\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)CHECKED</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win64 PhysX3CommonCHECKED_x64.lib PhysX3CHECKED_x64.lib PhysX3CookingCHECKED_x64.lib PhysX3CharacterKinematicCHECKED_x64.lib PhysX3ExtensionsCHECKED.lib PhysX3VehicleCHECKED.lib PxTaskCHECKED_x64.lib PxFoundationCHECKED_x64.lib PsFastXmlCHECKED_x64.lib PxPvdSDKCHECKED_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsCHECKED.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationCHECKED_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKCHECKED_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetContactReport/profile\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)PROFILE</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win64 PhysX3CommonPROFILE_x64.lib PhysX3PROFILE_x64.lib PhysX3CookingPROFILE_x64.lib PhysX3CharacterKinematicPROFILE_x64.lib PhysX3ExtensionsPROFILE.lib PhysX3VehiclePROFILE.lib PxTaskPROFILE_x64.lib PxFoundationPROFILE_x64.lib PsFastXmlPROFILE_x64.lib PxPvdSDKPROFILE_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsPROFILE.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationPROFILE_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKPROFILE_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetContactReport/release\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win64 PhysX3Common_x64.lib PhysX3_x64.lib PhysX3Cooking_x64.lib PhysX3CharacterKinematic_x64.lib PhysX3Extensions.lib PhysX3Vehicle.lib PxTask_x64.lib PxFoundation_x64.lib PsFastXml_x64.lib PxPvdSDK_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtils.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundation_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDK_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetCommon\ClassicMain.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetContactReport\SnippetContactReport.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetContactReport\SnippetContactReportRender.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetUtils.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetRender.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> -</Project> diff --git a/PhysX_3.4/Snippets/compiler/vc11win64/SnippetContactReportCCD.vcxproj b/PhysX_3.4/Snippets/compiler/vc11win64/SnippetContactReportCCD.vcxproj deleted file mode 100644 index ae8ebadd..00000000 --- a/PhysX_3.4/Snippets/compiler/vc11win64/SnippetContactReportCCD.vcxproj +++ /dev/null @@ -1,268 +0,0 @@ -<?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|x64"> - <Configuration>debug</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="checked|x64"> - <Configuration>checked</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|x64"> - <Configuration>profile</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|x64"> - <Configuration>release</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{F5284425-F024-74C4-808B-7EF11F900C36}</ProjectGuid> - <RootNamespace>SnippetContactReportCCD</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> - <ImportGroup Label="ExtensionSettings"> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetContactReportCCD/debug\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)DEBUG</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win64 PhysX3CommonDEBUG_x64.lib PhysX3DEBUG_x64.lib PhysX3CookingDEBUG_x64.lib PhysX3CharacterKinematicDEBUG_x64.lib PhysX3ExtensionsDEBUG.lib PhysX3VehicleDEBUG.lib PxTaskDEBUG_x64.lib PxFoundationDEBUG_x64.lib PsFastXmlDEBUG_x64.lib PxPvdSDKDEBUG_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsDEBUG.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationDEBUG_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKDEBUG_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetContactReportCCD/checked\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)CHECKED</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win64 PhysX3CommonCHECKED_x64.lib PhysX3CHECKED_x64.lib PhysX3CookingCHECKED_x64.lib PhysX3CharacterKinematicCHECKED_x64.lib PhysX3ExtensionsCHECKED.lib PhysX3VehicleCHECKED.lib PxTaskCHECKED_x64.lib PxFoundationCHECKED_x64.lib PsFastXmlCHECKED_x64.lib PxPvdSDKCHECKED_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsCHECKED.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationCHECKED_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKCHECKED_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetContactReportCCD/profile\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)PROFILE</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win64 PhysX3CommonPROFILE_x64.lib PhysX3PROFILE_x64.lib PhysX3CookingPROFILE_x64.lib PhysX3CharacterKinematicPROFILE_x64.lib PhysX3ExtensionsPROFILE.lib PhysX3VehiclePROFILE.lib PxTaskPROFILE_x64.lib PxFoundationPROFILE_x64.lib PsFastXmlPROFILE_x64.lib PxPvdSDKPROFILE_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsPROFILE.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationPROFILE_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKPROFILE_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetContactReportCCD/release\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win64 PhysX3Common_x64.lib PhysX3_x64.lib PhysX3Cooking_x64.lib PhysX3CharacterKinematic_x64.lib PhysX3Extensions.lib PhysX3Vehicle.lib PxTask_x64.lib PxFoundation_x64.lib PsFastXml_x64.lib PxPvdSDK_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtils.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundation_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDK_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetCommon\ClassicMain.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetContactReportCCD\SnippetContactReportCCD.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetContactReportCCD\SnippetContactReportCCDRender.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetUtils.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetRender.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> -</Project> diff --git a/PhysX_3.4/Snippets/compiler/vc11win64/SnippetConvert.vcxproj b/PhysX_3.4/Snippets/compiler/vc11win64/SnippetConvert.vcxproj deleted file mode 100644 index 4717b536..00000000 --- a/PhysX_3.4/Snippets/compiler/vc11win64/SnippetConvert.vcxproj +++ /dev/null @@ -1,266 +0,0 @@ -<?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|x64"> - <Configuration>debug</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="checked|x64"> - <Configuration>checked</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|x64"> - <Configuration>profile</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|x64"> - <Configuration>release</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{C460F2AB-6306-B774-D658-E27B1D52A5B0}</ProjectGuid> - <RootNamespace>SnippetConvert</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> - <ImportGroup Label="ExtensionSettings"> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetConvert/debug\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)DEBUG</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win64 PhysX3CommonDEBUG_x64.lib PhysX3DEBUG_x64.lib PhysX3CookingDEBUG_x64.lib PhysX3CharacterKinematicDEBUG_x64.lib PhysX3ExtensionsDEBUG.lib PhysX3VehicleDEBUG.lib PxTaskDEBUG_x64.lib PxFoundationDEBUG_x64.lib PsFastXmlDEBUG_x64.lib PxPvdSDKDEBUG_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsDEBUG.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationDEBUG_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKDEBUG_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetConvert/checked\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)CHECKED</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win64 PhysX3CommonCHECKED_x64.lib PhysX3CHECKED_x64.lib PhysX3CookingCHECKED_x64.lib PhysX3CharacterKinematicCHECKED_x64.lib PhysX3ExtensionsCHECKED.lib PhysX3VehicleCHECKED.lib PxTaskCHECKED_x64.lib PxFoundationCHECKED_x64.lib PsFastXmlCHECKED_x64.lib PxPvdSDKCHECKED_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsCHECKED.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationCHECKED_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKCHECKED_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetConvert/profile\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)PROFILE</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win64 PhysX3CommonPROFILE_x64.lib PhysX3PROFILE_x64.lib PhysX3CookingPROFILE_x64.lib PhysX3CharacterKinematicPROFILE_x64.lib PhysX3ExtensionsPROFILE.lib PhysX3VehiclePROFILE.lib PxTaskPROFILE_x64.lib PxFoundationPROFILE_x64.lib PsFastXmlPROFILE_x64.lib PxPvdSDKPROFILE_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsPROFILE.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationPROFILE_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKPROFILE_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetConvert/release\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win64 PhysX3Common_x64.lib PhysX3_x64.lib PhysX3Cooking_x64.lib PhysX3CharacterKinematic_x64.lib PhysX3Extensions.lib PhysX3Vehicle.lib PxTask_x64.lib PxFoundation_x64.lib PsFastXml_x64.lib PxPvdSDK_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtils.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundation_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDK_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetCommon\ClassicMain.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetConvert\SnippetConvert.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetUtils.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetRender.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> -</Project> diff --git a/PhysX_3.4/Snippets/compiler/vc11win64/SnippetConvexMeshCreate.vcxproj b/PhysX_3.4/Snippets/compiler/vc11win64/SnippetConvexMeshCreate.vcxproj deleted file mode 100644 index f031cf5a..00000000 --- a/PhysX_3.4/Snippets/compiler/vc11win64/SnippetConvexMeshCreate.vcxproj +++ /dev/null @@ -1,266 +0,0 @@ -<?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|x64"> - <Configuration>debug</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="checked|x64"> - <Configuration>checked</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|x64"> - <Configuration>profile</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|x64"> - <Configuration>release</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{3713E2DC-5074-D3FC-9235-6BD80502B02C}</ProjectGuid> - <RootNamespace>SnippetConvexMeshCreate</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> - <ImportGroup Label="ExtensionSettings"> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetConvexMeshCreate/debug\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)DEBUG</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win64 PhysX3CommonDEBUG_x64.lib PhysX3DEBUG_x64.lib PhysX3CookingDEBUG_x64.lib PhysX3CharacterKinematicDEBUG_x64.lib PhysX3ExtensionsDEBUG.lib PhysX3VehicleDEBUG.lib PxTaskDEBUG_x64.lib PxFoundationDEBUG_x64.lib PsFastXmlDEBUG_x64.lib PxPvdSDKDEBUG_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsDEBUG.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationDEBUG_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKDEBUG_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetConvexMeshCreate/checked\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)CHECKED</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win64 PhysX3CommonCHECKED_x64.lib PhysX3CHECKED_x64.lib PhysX3CookingCHECKED_x64.lib PhysX3CharacterKinematicCHECKED_x64.lib PhysX3ExtensionsCHECKED.lib PhysX3VehicleCHECKED.lib PxTaskCHECKED_x64.lib PxFoundationCHECKED_x64.lib PsFastXmlCHECKED_x64.lib PxPvdSDKCHECKED_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsCHECKED.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationCHECKED_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKCHECKED_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetConvexMeshCreate/profile\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)PROFILE</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win64 PhysX3CommonPROFILE_x64.lib PhysX3PROFILE_x64.lib PhysX3CookingPROFILE_x64.lib PhysX3CharacterKinematicPROFILE_x64.lib PhysX3ExtensionsPROFILE.lib PhysX3VehiclePROFILE.lib PxTaskPROFILE_x64.lib PxFoundationPROFILE_x64.lib PsFastXmlPROFILE_x64.lib PxPvdSDKPROFILE_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsPROFILE.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationPROFILE_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKPROFILE_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetConvexMeshCreate/release\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win64 PhysX3Common_x64.lib PhysX3_x64.lib PhysX3Cooking_x64.lib PhysX3CharacterKinematic_x64.lib PhysX3Extensions.lib PhysX3Vehicle.lib PxTask_x64.lib PxFoundation_x64.lib PsFastXml_x64.lib PxPvdSDK_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtils.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundation_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDK_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetCommon\ClassicMain.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetConvexMeshCreate\SnippetConvexMeshCreate.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetUtils.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetRender.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> -</Project> diff --git a/PhysX_3.4/Snippets/compiler/vc11win64/SnippetCustomJoint.vcxproj b/PhysX_3.4/Snippets/compiler/vc11win64/SnippetCustomJoint.vcxproj deleted file mode 100644 index 27780f30..00000000 --- a/PhysX_3.4/Snippets/compiler/vc11win64/SnippetCustomJoint.vcxproj +++ /dev/null @@ -1,272 +0,0 @@ -<?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|x64"> - <Configuration>debug</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="checked|x64"> - <Configuration>checked</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|x64"> - <Configuration>profile</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|x64"> - <Configuration>release</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{62A37CEB-4FBA-6D10-BEEE-012C7FAC1D22}</ProjectGuid> - <RootNamespace>SnippetCustomJoint</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> - <ImportGroup Label="ExtensionSettings"> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetCustomJoint/debug\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)DEBUG</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win64 PhysX3CommonDEBUG_x64.lib PhysX3DEBUG_x64.lib PhysX3CookingDEBUG_x64.lib PhysX3CharacterKinematicDEBUG_x64.lib PhysX3ExtensionsDEBUG.lib PhysX3VehicleDEBUG.lib PxTaskDEBUG_x64.lib PxFoundationDEBUG_x64.lib PsFastXmlDEBUG_x64.lib PxPvdSDKDEBUG_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsDEBUG.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationDEBUG_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKDEBUG_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetCustomJoint/checked\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)CHECKED</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win64 PhysX3CommonCHECKED_x64.lib PhysX3CHECKED_x64.lib PhysX3CookingCHECKED_x64.lib PhysX3CharacterKinematicCHECKED_x64.lib PhysX3ExtensionsCHECKED.lib PhysX3VehicleCHECKED.lib PxTaskCHECKED_x64.lib PxFoundationCHECKED_x64.lib PsFastXmlCHECKED_x64.lib PxPvdSDKCHECKED_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsCHECKED.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationCHECKED_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKCHECKED_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetCustomJoint/profile\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)PROFILE</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win64 PhysX3CommonPROFILE_x64.lib PhysX3PROFILE_x64.lib PhysX3CookingPROFILE_x64.lib PhysX3CharacterKinematicPROFILE_x64.lib PhysX3ExtensionsPROFILE.lib PhysX3VehiclePROFILE.lib PxTaskPROFILE_x64.lib PxFoundationPROFILE_x64.lib PsFastXmlPROFILE_x64.lib PxPvdSDKPROFILE_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsPROFILE.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationPROFILE_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKPROFILE_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetCustomJoint/release\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win64 PhysX3Common_x64.lib PhysX3_x64.lib PhysX3Cooking_x64.lib PhysX3CharacterKinematic_x64.lib PhysX3Extensions.lib PhysX3Vehicle.lib PxTask_x64.lib PxFoundation_x64.lib PsFastXml_x64.lib PxPvdSDK_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtils.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundation_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDK_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetCommon\ClassicMain.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetCustomJoint\PulleyJoint.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetCustomJoint\SnippetCustomJoint.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetCustomJoint\SnippetCustomJointRender.cpp"> - </ClCompile> - <ClInclude Include="..\..\SnippetCustomJoint\PulleyJoint.h"> - </ClInclude> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetUtils.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetRender.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> -</Project> diff --git a/PhysX_3.4/Snippets/compiler/vc11win64/SnippetCustomProfiler.vcxproj b/PhysX_3.4/Snippets/compiler/vc11win64/SnippetCustomProfiler.vcxproj deleted file mode 100644 index 286acac4..00000000 --- a/PhysX_3.4/Snippets/compiler/vc11win64/SnippetCustomProfiler.vcxproj +++ /dev/null @@ -1,268 +0,0 @@ -<?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|x64"> - <Configuration>debug</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="checked|x64"> - <Configuration>checked</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|x64"> - <Configuration>profile</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|x64"> - <Configuration>release</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{A1DC7298-F468-3208-0C49-44F0BA003BE1}</ProjectGuid> - <RootNamespace>SnippetCustomProfiler</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> - <ImportGroup Label="ExtensionSettings"> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetCustomProfiler/debug\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)DEBUG</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win64 PhysX3CommonDEBUG_x64.lib PhysX3DEBUG_x64.lib PhysX3CookingDEBUG_x64.lib PhysX3CharacterKinematicDEBUG_x64.lib PhysX3ExtensionsDEBUG.lib PhysX3VehicleDEBUG.lib PxTaskDEBUG_x64.lib PxFoundationDEBUG_x64.lib PsFastXmlDEBUG_x64.lib PxPvdSDKDEBUG_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsDEBUG.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationDEBUG_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKDEBUG_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetCustomProfiler/checked\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)CHECKED</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win64 PhysX3CommonCHECKED_x64.lib PhysX3CHECKED_x64.lib PhysX3CookingCHECKED_x64.lib PhysX3CharacterKinematicCHECKED_x64.lib PhysX3ExtensionsCHECKED.lib PhysX3VehicleCHECKED.lib PxTaskCHECKED_x64.lib PxFoundationCHECKED_x64.lib PsFastXmlCHECKED_x64.lib PxPvdSDKCHECKED_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsCHECKED.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationCHECKED_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKCHECKED_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetCustomProfiler/profile\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)PROFILE</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win64 PhysX3CommonPROFILE_x64.lib PhysX3PROFILE_x64.lib PhysX3CookingPROFILE_x64.lib PhysX3CharacterKinematicPROFILE_x64.lib PhysX3ExtensionsPROFILE.lib PhysX3VehiclePROFILE.lib PxTaskPROFILE_x64.lib PxFoundationPROFILE_x64.lib PsFastXmlPROFILE_x64.lib PxPvdSDKPROFILE_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsPROFILE.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationPROFILE_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKPROFILE_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetCustomProfiler/release\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win64 PhysX3Common_x64.lib PhysX3_x64.lib PhysX3Cooking_x64.lib PhysX3CharacterKinematic_x64.lib PhysX3Extensions.lib PhysX3Vehicle.lib PxTask_x64.lib PxFoundation_x64.lib PsFastXml_x64.lib PxPvdSDK_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtils.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundation_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDK_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetCommon\ClassicMain.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetCustomProfiler\SnippetCustomProfiler.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetCustomProfiler\SnippetCustomProfilerRender.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetUtils.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetRender.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> -</Project> diff --git a/PhysX_3.4/Snippets/compiler/vc11win64/SnippetHelloGRB.vcxproj b/PhysX_3.4/Snippets/compiler/vc11win64/SnippetHelloGRB.vcxproj deleted file mode 100644 index 85e48ec0..00000000 --- a/PhysX_3.4/Snippets/compiler/vc11win64/SnippetHelloGRB.vcxproj +++ /dev/null @@ -1,268 +0,0 @@ -<?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|x64"> - <Configuration>debug</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="checked|x64"> - <Configuration>checked</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|x64"> - <Configuration>profile</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|x64"> - <Configuration>release</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{B2817996-FAFC-5EC2-B600-92D86C7063CE}</ProjectGuid> - <RootNamespace>SnippetHelloGRB</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> - <ImportGroup Label="ExtensionSettings"> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetHelloGRB/debug\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)DEBUG</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win64 PhysX3CommonDEBUG_x64.lib PhysX3DEBUG_x64.lib PhysX3CookingDEBUG_x64.lib PhysX3CharacterKinematicDEBUG_x64.lib PhysX3ExtensionsDEBUG.lib PhysX3VehicleDEBUG.lib PxTaskDEBUG_x64.lib PxFoundationDEBUG_x64.lib PsFastXmlDEBUG_x64.lib PxPvdSDKDEBUG_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsDEBUG.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationDEBUG_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKDEBUG_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetHelloGRB/checked\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)CHECKED</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win64 PhysX3CommonCHECKED_x64.lib PhysX3CHECKED_x64.lib PhysX3CookingCHECKED_x64.lib PhysX3CharacterKinematicCHECKED_x64.lib PhysX3ExtensionsCHECKED.lib PhysX3VehicleCHECKED.lib PxTaskCHECKED_x64.lib PxFoundationCHECKED_x64.lib PsFastXmlCHECKED_x64.lib PxPvdSDKCHECKED_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsCHECKED.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationCHECKED_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKCHECKED_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetHelloGRB/profile\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)PROFILE</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win64 PhysX3CommonPROFILE_x64.lib PhysX3PROFILE_x64.lib PhysX3CookingPROFILE_x64.lib PhysX3CharacterKinematicPROFILE_x64.lib PhysX3ExtensionsPROFILE.lib PhysX3VehiclePROFILE.lib PxTaskPROFILE_x64.lib PxFoundationPROFILE_x64.lib PsFastXmlPROFILE_x64.lib PxPvdSDKPROFILE_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsPROFILE.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationPROFILE_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKPROFILE_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetHelloGRB/release\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win64 PhysX3Common_x64.lib PhysX3_x64.lib PhysX3Cooking_x64.lib PhysX3CharacterKinematic_x64.lib PhysX3Extensions.lib PhysX3Vehicle.lib PxTask_x64.lib PxFoundation_x64.lib PsFastXml_x64.lib PxPvdSDK_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtils.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundation_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDK_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetCommon\ClassicMain.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetHelloGRB\SnippetHelloGRB.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetHelloGRB\SnippetHelloGRBRender.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetUtils.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetRender.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> -</Project> diff --git a/PhysX_3.4/Snippets/compiler/vc11win64/SnippetHelloWorld.vcxproj b/PhysX_3.4/Snippets/compiler/vc11win64/SnippetHelloWorld.vcxproj deleted file mode 100644 index 365356e9..00000000 --- a/PhysX_3.4/Snippets/compiler/vc11win64/SnippetHelloWorld.vcxproj +++ /dev/null @@ -1,268 +0,0 @@ -<?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|x64"> - <Configuration>debug</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="checked|x64"> - <Configuration>checked</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|x64"> - <Configuration>profile</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|x64"> - <Configuration>release</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{DF91286C-A048-0858-C381-C4106C184C0B}</ProjectGuid> - <RootNamespace>SnippetHelloWorld</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> - <ImportGroup Label="ExtensionSettings"> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetHelloWorld/debug\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)DEBUG</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win64 PhysX3CommonDEBUG_x64.lib PhysX3DEBUG_x64.lib PhysX3CookingDEBUG_x64.lib PhysX3CharacterKinematicDEBUG_x64.lib PhysX3ExtensionsDEBUG.lib PhysX3VehicleDEBUG.lib PxTaskDEBUG_x64.lib PxFoundationDEBUG_x64.lib PsFastXmlDEBUG_x64.lib PxPvdSDKDEBUG_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsDEBUG.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationDEBUG_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKDEBUG_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetHelloWorld/checked\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)CHECKED</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win64 PhysX3CommonCHECKED_x64.lib PhysX3CHECKED_x64.lib PhysX3CookingCHECKED_x64.lib PhysX3CharacterKinematicCHECKED_x64.lib PhysX3ExtensionsCHECKED.lib PhysX3VehicleCHECKED.lib PxTaskCHECKED_x64.lib PxFoundationCHECKED_x64.lib PsFastXmlCHECKED_x64.lib PxPvdSDKCHECKED_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsCHECKED.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationCHECKED_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKCHECKED_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetHelloWorld/profile\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)PROFILE</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win64 PhysX3CommonPROFILE_x64.lib PhysX3PROFILE_x64.lib PhysX3CookingPROFILE_x64.lib PhysX3CharacterKinematicPROFILE_x64.lib PhysX3ExtensionsPROFILE.lib PhysX3VehiclePROFILE.lib PxTaskPROFILE_x64.lib PxFoundationPROFILE_x64.lib PsFastXmlPROFILE_x64.lib PxPvdSDKPROFILE_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsPROFILE.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationPROFILE_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKPROFILE_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetHelloWorld/release\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win64 PhysX3Common_x64.lib PhysX3_x64.lib PhysX3Cooking_x64.lib PhysX3CharacterKinematic_x64.lib PhysX3Extensions.lib PhysX3Vehicle.lib PxTask_x64.lib PxFoundation_x64.lib PsFastXml_x64.lib PxPvdSDK_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtils.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundation_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDK_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetCommon\ClassicMain.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetHelloWorld\SnippetHelloWorld.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetHelloWorld\SnippetHelloWorldRender.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetUtils.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetRender.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> -</Project> diff --git a/PhysX_3.4/Snippets/compiler/vc11win64/SnippetImmediateMode.vcxproj b/PhysX_3.4/Snippets/compiler/vc11win64/SnippetImmediateMode.vcxproj deleted file mode 100644 index 5efc53fb..00000000 --- a/PhysX_3.4/Snippets/compiler/vc11win64/SnippetImmediateMode.vcxproj +++ /dev/null @@ -1,268 +0,0 @@ -<?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|x64"> - <Configuration>debug</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="checked|x64"> - <Configuration>checked</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|x64"> - <Configuration>profile</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|x64"> - <Configuration>release</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{F7CE93CE-0BAE-6EF7-73B9-F960570DDA77}</ProjectGuid> - <RootNamespace>SnippetImmediateMode</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> - <ImportGroup Label="ExtensionSettings"> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetImmediateMode/debug\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)DEBUG</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win64 PhysX3CommonDEBUG_x64.lib PhysX3DEBUG_x64.lib PhysX3CookingDEBUG_x64.lib PhysX3CharacterKinematicDEBUG_x64.lib PhysX3ExtensionsDEBUG.lib PhysX3VehicleDEBUG.lib PxTaskDEBUG_x64.lib PxFoundationDEBUG_x64.lib PsFastXmlDEBUG_x64.lib PxPvdSDKDEBUG_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsDEBUG.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationDEBUG_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKDEBUG_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetImmediateMode/checked\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)CHECKED</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win64 PhysX3CommonCHECKED_x64.lib PhysX3CHECKED_x64.lib PhysX3CookingCHECKED_x64.lib PhysX3CharacterKinematicCHECKED_x64.lib PhysX3ExtensionsCHECKED.lib PhysX3VehicleCHECKED.lib PxTaskCHECKED_x64.lib PxFoundationCHECKED_x64.lib PsFastXmlCHECKED_x64.lib PxPvdSDKCHECKED_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsCHECKED.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationCHECKED_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKCHECKED_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetImmediateMode/profile\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)PROFILE</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win64 PhysX3CommonPROFILE_x64.lib PhysX3PROFILE_x64.lib PhysX3CookingPROFILE_x64.lib PhysX3CharacterKinematicPROFILE_x64.lib PhysX3ExtensionsPROFILE.lib PhysX3VehiclePROFILE.lib PxTaskPROFILE_x64.lib PxFoundationPROFILE_x64.lib PsFastXmlPROFILE_x64.lib PxPvdSDKPROFILE_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsPROFILE.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationPROFILE_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKPROFILE_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetImmediateMode/release\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win64 PhysX3Common_x64.lib PhysX3_x64.lib PhysX3Cooking_x64.lib PhysX3CharacterKinematic_x64.lib PhysX3Extensions.lib PhysX3Vehicle.lib PxTask_x64.lib PxFoundation_x64.lib PsFastXml_x64.lib PxPvdSDK_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtils.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundation_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDK_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetCommon\ClassicMain.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetImmediateMode\SnippetImmediateMode.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetImmediateMode\SnippetImmediateModeRender.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetUtils.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetRender.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> -</Project> diff --git a/PhysX_3.4/Snippets/compiler/vc11win64/SnippetJoint.vcxproj b/PhysX_3.4/Snippets/compiler/vc11win64/SnippetJoint.vcxproj deleted file mode 100644 index 9e99fd67..00000000 --- a/PhysX_3.4/Snippets/compiler/vc11win64/SnippetJoint.vcxproj +++ /dev/null @@ -1,268 +0,0 @@ -<?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|x64"> - <Configuration>debug</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="checked|x64"> - <Configuration>checked</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|x64"> - <Configuration>profile</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|x64"> - <Configuration>release</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{E746C271-EEAC-0E0A-DB12-98275484FF29}</ProjectGuid> - <RootNamespace>SnippetJoint</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> - <ImportGroup Label="ExtensionSettings"> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetJoint/debug\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)DEBUG</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win64 PhysX3CommonDEBUG_x64.lib PhysX3DEBUG_x64.lib PhysX3CookingDEBUG_x64.lib PhysX3CharacterKinematicDEBUG_x64.lib PhysX3ExtensionsDEBUG.lib PhysX3VehicleDEBUG.lib PxTaskDEBUG_x64.lib PxFoundationDEBUG_x64.lib PsFastXmlDEBUG_x64.lib PxPvdSDKDEBUG_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsDEBUG.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationDEBUG_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKDEBUG_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetJoint/checked\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)CHECKED</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win64 PhysX3CommonCHECKED_x64.lib PhysX3CHECKED_x64.lib PhysX3CookingCHECKED_x64.lib PhysX3CharacterKinematicCHECKED_x64.lib PhysX3ExtensionsCHECKED.lib PhysX3VehicleCHECKED.lib PxTaskCHECKED_x64.lib PxFoundationCHECKED_x64.lib PsFastXmlCHECKED_x64.lib PxPvdSDKCHECKED_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsCHECKED.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationCHECKED_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKCHECKED_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetJoint/profile\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)PROFILE</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win64 PhysX3CommonPROFILE_x64.lib PhysX3PROFILE_x64.lib PhysX3CookingPROFILE_x64.lib PhysX3CharacterKinematicPROFILE_x64.lib PhysX3ExtensionsPROFILE.lib PhysX3VehiclePROFILE.lib PxTaskPROFILE_x64.lib PxFoundationPROFILE_x64.lib PsFastXmlPROFILE_x64.lib PxPvdSDKPROFILE_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsPROFILE.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationPROFILE_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKPROFILE_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetJoint/release\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win64 PhysX3Common_x64.lib PhysX3_x64.lib PhysX3Cooking_x64.lib PhysX3CharacterKinematic_x64.lib PhysX3Extensions.lib PhysX3Vehicle.lib PxTask_x64.lib PxFoundation_x64.lib PsFastXml_x64.lib PxPvdSDK_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtils.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundation_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDK_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetCommon\ClassicMain.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetJoint\SnippetJoint.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetJoint\SnippetJointRender.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetUtils.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetRender.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> -</Project> diff --git a/PhysX_3.4/Snippets/compiler/vc11win64/SnippetLoadCollection.vcxproj b/PhysX_3.4/Snippets/compiler/vc11win64/SnippetLoadCollection.vcxproj deleted file mode 100644 index 740afbdb..00000000 --- a/PhysX_3.4/Snippets/compiler/vc11win64/SnippetLoadCollection.vcxproj +++ /dev/null @@ -1,266 +0,0 @@ -<?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|x64"> - <Configuration>debug</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="checked|x64"> - <Configuration>checked</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|x64"> - <Configuration>profile</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|x64"> - <Configuration>release</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{6FDCDABC-5CE8-F7EA-8EF3-D124D7B23FB8}</ProjectGuid> - <RootNamespace>SnippetLoadCollection</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> - <ImportGroup Label="ExtensionSettings"> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetLoadCollection/debug\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)DEBUG</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win64 PhysX3CommonDEBUG_x64.lib PhysX3DEBUG_x64.lib PhysX3CookingDEBUG_x64.lib PhysX3CharacterKinematicDEBUG_x64.lib PhysX3ExtensionsDEBUG.lib PhysX3VehicleDEBUG.lib PxTaskDEBUG_x64.lib PxFoundationDEBUG_x64.lib PsFastXmlDEBUG_x64.lib PxPvdSDKDEBUG_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsDEBUG.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationDEBUG_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKDEBUG_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetLoadCollection/checked\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)CHECKED</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win64 PhysX3CommonCHECKED_x64.lib PhysX3CHECKED_x64.lib PhysX3CookingCHECKED_x64.lib PhysX3CharacterKinematicCHECKED_x64.lib PhysX3ExtensionsCHECKED.lib PhysX3VehicleCHECKED.lib PxTaskCHECKED_x64.lib PxFoundationCHECKED_x64.lib PsFastXmlCHECKED_x64.lib PxPvdSDKCHECKED_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsCHECKED.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationCHECKED_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKCHECKED_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetLoadCollection/profile\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)PROFILE</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win64 PhysX3CommonPROFILE_x64.lib PhysX3PROFILE_x64.lib PhysX3CookingPROFILE_x64.lib PhysX3CharacterKinematicPROFILE_x64.lib PhysX3ExtensionsPROFILE.lib PhysX3VehiclePROFILE.lib PxTaskPROFILE_x64.lib PxFoundationPROFILE_x64.lib PsFastXmlPROFILE_x64.lib PxPvdSDKPROFILE_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsPROFILE.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationPROFILE_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKPROFILE_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetLoadCollection/release\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win64 PhysX3Common_x64.lib PhysX3_x64.lib PhysX3Cooking_x64.lib PhysX3CharacterKinematic_x64.lib PhysX3Extensions.lib PhysX3Vehicle.lib PxTask_x64.lib PxFoundation_x64.lib PsFastXml_x64.lib PxPvdSDK_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtils.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundation_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDK_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetCommon\ClassicMain.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetLoadCollection\SnippetLoadCollection.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetUtils.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetRender.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> -</Project> diff --git a/PhysX_3.4/Snippets/compiler/vc11win64/SnippetMBP.vcxproj b/PhysX_3.4/Snippets/compiler/vc11win64/SnippetMBP.vcxproj deleted file mode 100644 index eacb77f3..00000000 --- a/PhysX_3.4/Snippets/compiler/vc11win64/SnippetMBP.vcxproj +++ /dev/null @@ -1,268 +0,0 @@ -<?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|x64"> - <Configuration>debug</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="checked|x64"> - <Configuration>checked</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|x64"> - <Configuration>profile</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|x64"> - <Configuration>release</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{C23AC35D-E93E-B90C-CAD0-151A87D76CEA}</ProjectGuid> - <RootNamespace>SnippetMBP</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> - <ImportGroup Label="ExtensionSettings"> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetMBP/debug\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)DEBUG</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win64 PhysX3CommonDEBUG_x64.lib PhysX3DEBUG_x64.lib PhysX3CookingDEBUG_x64.lib PhysX3CharacterKinematicDEBUG_x64.lib PhysX3ExtensionsDEBUG.lib PhysX3VehicleDEBUG.lib PxTaskDEBUG_x64.lib PxFoundationDEBUG_x64.lib PsFastXmlDEBUG_x64.lib PxPvdSDKDEBUG_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsDEBUG.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationDEBUG_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKDEBUG_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetMBP/checked\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)CHECKED</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win64 PhysX3CommonCHECKED_x64.lib PhysX3CHECKED_x64.lib PhysX3CookingCHECKED_x64.lib PhysX3CharacterKinematicCHECKED_x64.lib PhysX3ExtensionsCHECKED.lib PhysX3VehicleCHECKED.lib PxTaskCHECKED_x64.lib PxFoundationCHECKED_x64.lib PsFastXmlCHECKED_x64.lib PxPvdSDKCHECKED_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsCHECKED.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationCHECKED_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKCHECKED_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetMBP/profile\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)PROFILE</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win64 PhysX3CommonPROFILE_x64.lib PhysX3PROFILE_x64.lib PhysX3CookingPROFILE_x64.lib PhysX3CharacterKinematicPROFILE_x64.lib PhysX3ExtensionsPROFILE.lib PhysX3VehiclePROFILE.lib PxTaskPROFILE_x64.lib PxFoundationPROFILE_x64.lib PsFastXmlPROFILE_x64.lib PxPvdSDKPROFILE_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsPROFILE.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationPROFILE_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKPROFILE_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetMBP/release\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win64 PhysX3Common_x64.lib PhysX3_x64.lib PhysX3Cooking_x64.lib PhysX3CharacterKinematic_x64.lib PhysX3Extensions.lib PhysX3Vehicle.lib PxTask_x64.lib PxFoundation_x64.lib PsFastXml_x64.lib PxPvdSDK_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtils.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundation_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDK_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetCommon\ClassicMain.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetMBP\SnippetMBP.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetMBP\SnippetMBPRender.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetUtils.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetRender.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> -</Project> diff --git a/PhysX_3.4/Snippets/compiler/vc11win64/SnippetMultiThreading.vcxproj b/PhysX_3.4/Snippets/compiler/vc11win64/SnippetMultiThreading.vcxproj deleted file mode 100644 index b560ccbb..00000000 --- a/PhysX_3.4/Snippets/compiler/vc11win64/SnippetMultiThreading.vcxproj +++ /dev/null @@ -1,266 +0,0 @@ -<?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|x64"> - <Configuration>debug</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="checked|x64"> - <Configuration>checked</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|x64"> - <Configuration>profile</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|x64"> - <Configuration>release</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{84DDC75F-EE90-06FB-B3E0-E011B27CF590}</ProjectGuid> - <RootNamespace>SnippetMultiThreading</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> - <ImportGroup Label="ExtensionSettings"> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetMultiThreading/debug\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)DEBUG</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win64 PhysX3CommonDEBUG_x64.lib PhysX3DEBUG_x64.lib PhysX3CookingDEBUG_x64.lib PhysX3CharacterKinematicDEBUG_x64.lib PhysX3ExtensionsDEBUG.lib PhysX3VehicleDEBUG.lib PxTaskDEBUG_x64.lib PxFoundationDEBUG_x64.lib PsFastXmlDEBUG_x64.lib PxPvdSDKDEBUG_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsDEBUG.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationDEBUG_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKDEBUG_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetMultiThreading/checked\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)CHECKED</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win64 PhysX3CommonCHECKED_x64.lib PhysX3CHECKED_x64.lib PhysX3CookingCHECKED_x64.lib PhysX3CharacterKinematicCHECKED_x64.lib PhysX3ExtensionsCHECKED.lib PhysX3VehicleCHECKED.lib PxTaskCHECKED_x64.lib PxFoundationCHECKED_x64.lib PsFastXmlCHECKED_x64.lib PxPvdSDKCHECKED_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsCHECKED.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationCHECKED_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKCHECKED_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetMultiThreading/profile\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)PROFILE</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win64 PhysX3CommonPROFILE_x64.lib PhysX3PROFILE_x64.lib PhysX3CookingPROFILE_x64.lib PhysX3CharacterKinematicPROFILE_x64.lib PhysX3ExtensionsPROFILE.lib PhysX3VehiclePROFILE.lib PxTaskPROFILE_x64.lib PxFoundationPROFILE_x64.lib PsFastXmlPROFILE_x64.lib PxPvdSDKPROFILE_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsPROFILE.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationPROFILE_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKPROFILE_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetMultiThreading/release\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win64 PhysX3Common_x64.lib PhysX3_x64.lib PhysX3Cooking_x64.lib PhysX3CharacterKinematic_x64.lib PhysX3Extensions.lib PhysX3Vehicle.lib PxTask_x64.lib PxFoundation_x64.lib PsFastXml_x64.lib PxPvdSDK_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtils.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundation_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDK_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetCommon\ClassicMain.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetMultiThreading\SnippetMultiThreading.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetUtils.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetRender.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> -</Project> diff --git a/PhysX_3.4/Snippets/compiler/vc11win64/SnippetNestedScene.vcxproj b/PhysX_3.4/Snippets/compiler/vc11win64/SnippetNestedScene.vcxproj deleted file mode 100644 index e46ed4b7..00000000 --- a/PhysX_3.4/Snippets/compiler/vc11win64/SnippetNestedScene.vcxproj +++ /dev/null @@ -1,298 +0,0 @@ -<?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|x64"> - <Configuration>debug</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="checked|x64"> - <Configuration>checked</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|x64"> - <Configuration>profile</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|x64"> - <Configuration>release</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{34A5A81F-631D-D4D8-C390-E52FDCC0463C}</ProjectGuid> - <RootNamespace>SnippetNestedScene</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> - <ImportGroup Label="ExtensionSettings"> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetNestedScene/debug\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)DEBUG</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win64 PhysX3CommonDEBUG_x64.lib PhysX3DEBUG_x64.lib PhysX3CookingDEBUG_x64.lib PhysX3CharacterKinematicDEBUG_x64.lib PhysX3ExtensionsDEBUG.lib PhysX3VehicleDEBUG.lib PxTaskDEBUG_x64.lib PxFoundationDEBUG_x64.lib PsFastXmlDEBUG_x64.lib PxPvdSDKDEBUG_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsDEBUG.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationDEBUG_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKDEBUG_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetNestedScene/checked\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)CHECKED</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win64 PhysX3CommonCHECKED_x64.lib PhysX3CHECKED_x64.lib PhysX3CookingCHECKED_x64.lib PhysX3CharacterKinematicCHECKED_x64.lib PhysX3ExtensionsCHECKED.lib PhysX3VehicleCHECKED.lib PxTaskCHECKED_x64.lib PxFoundationCHECKED_x64.lib PsFastXmlCHECKED_x64.lib PxPvdSDKCHECKED_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsCHECKED.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationCHECKED_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKCHECKED_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetNestedScene/profile\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)PROFILE</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win64 PhysX3CommonPROFILE_x64.lib PhysX3PROFILE_x64.lib PhysX3CookingPROFILE_x64.lib PhysX3CharacterKinematicPROFILE_x64.lib PhysX3ExtensionsPROFILE.lib PhysX3VehiclePROFILE.lib PxTaskPROFILE_x64.lib PxFoundationPROFILE_x64.lib PsFastXmlPROFILE_x64.lib PxPvdSDKPROFILE_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsPROFILE.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationPROFILE_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKPROFILE_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetNestedScene/release\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win64 PhysX3Common_x64.lib PhysX3_x64.lib PhysX3Cooking_x64.lib PhysX3CharacterKinematic_x64.lib PhysX3Extensions.lib PhysX3Vehicle.lib PxTask_x64.lib PxFoundation_x64.lib PsFastXml_x64.lib PxPvdSDK_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtils.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundation_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDK_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetCommon\ClassicMain.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetNestedScene\SnippetNestedScene.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetNestedScene\SnippetNestedSceneRender.cpp"> - </ClCompile> - <ClInclude Include="..\..\SnippetNestedScene\NestedScene.h"> - </ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicle4WCreate.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleCreate.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleFilterShader.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleNoDriveCreate.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleSceneQuery.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleTankCreate.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleTireFriction.cpp"> - </ClCompile> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleConcurrency.h"> - </ClInclude> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleCreate.h"> - </ClInclude> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleFilterShader.h"> - </ClInclude> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleSceneQuery.h"> - </ClInclude> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleTireFriction.h"> - </ClInclude> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleWheelQueryResult.h"> - </ClInclude> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetUtils.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetRender.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> -</Project> diff --git a/PhysX_3.4/Snippets/compiler/vc11win64/SnippetPrunerSerialization.vcxproj b/PhysX_3.4/Snippets/compiler/vc11win64/SnippetPrunerSerialization.vcxproj deleted file mode 100644 index 0e63f893..00000000 --- a/PhysX_3.4/Snippets/compiler/vc11win64/SnippetPrunerSerialization.vcxproj +++ /dev/null @@ -1,266 +0,0 @@ -<?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|x64"> - <Configuration>debug</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="checked|x64"> - <Configuration>checked</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|x64"> - <Configuration>profile</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|x64"> - <Configuration>release</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{BD4DC31F-4055-B70F-EDD0-10D59398F707}</ProjectGuid> - <RootNamespace>SnippetPrunerSerialization</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> - <ImportGroup Label="ExtensionSettings"> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetPrunerSerialization/debug\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)DEBUG</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win64 PhysX3CommonDEBUG_x64.lib PhysX3DEBUG_x64.lib PhysX3CookingDEBUG_x64.lib PhysX3CharacterKinematicDEBUG_x64.lib PhysX3ExtensionsDEBUG.lib PhysX3VehicleDEBUG.lib PxTaskDEBUG_x64.lib PxFoundationDEBUG_x64.lib PsFastXmlDEBUG_x64.lib PxPvdSDKDEBUG_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsDEBUG.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationDEBUG_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKDEBUG_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetPrunerSerialization/checked\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)CHECKED</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win64 PhysX3CommonCHECKED_x64.lib PhysX3CHECKED_x64.lib PhysX3CookingCHECKED_x64.lib PhysX3CharacterKinematicCHECKED_x64.lib PhysX3ExtensionsCHECKED.lib PhysX3VehicleCHECKED.lib PxTaskCHECKED_x64.lib PxFoundationCHECKED_x64.lib PsFastXmlCHECKED_x64.lib PxPvdSDKCHECKED_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsCHECKED.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationCHECKED_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKCHECKED_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetPrunerSerialization/profile\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)PROFILE</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win64 PhysX3CommonPROFILE_x64.lib PhysX3PROFILE_x64.lib PhysX3CookingPROFILE_x64.lib PhysX3CharacterKinematicPROFILE_x64.lib PhysX3ExtensionsPROFILE.lib PhysX3VehiclePROFILE.lib PxTaskPROFILE_x64.lib PxFoundationPROFILE_x64.lib PsFastXmlPROFILE_x64.lib PxPvdSDKPROFILE_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsPROFILE.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationPROFILE_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKPROFILE_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetPrunerSerialization/release\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win64 PhysX3Common_x64.lib PhysX3_x64.lib PhysX3Cooking_x64.lib PhysX3CharacterKinematic_x64.lib PhysX3Extensions.lib PhysX3Vehicle.lib PxTask_x64.lib PxFoundation_x64.lib PsFastXml_x64.lib PxPvdSDK_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtils.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundation_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDK_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetCommon\ClassicMain.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetPrunerSerialization\SnippetPrunerSerialization.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetUtils.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetRender.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> -</Project> diff --git a/PhysX_3.4/Snippets/compiler/vc11win64/SnippetRaycastCCD.vcxproj b/PhysX_3.4/Snippets/compiler/vc11win64/SnippetRaycastCCD.vcxproj deleted file mode 100644 index fed71d36..00000000 --- a/PhysX_3.4/Snippets/compiler/vc11win64/SnippetRaycastCCD.vcxproj +++ /dev/null @@ -1,268 +0,0 @@ -<?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|x64"> - <Configuration>debug</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="checked|x64"> - <Configuration>checked</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|x64"> - <Configuration>profile</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|x64"> - <Configuration>release</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{84A5A167-E1E1-9C10-5E48-2CD6C91D20A8}</ProjectGuid> - <RootNamespace>SnippetRaycastCCD</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> - <ImportGroup Label="ExtensionSettings"> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetRaycastCCD/debug\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)DEBUG</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win64 PhysX3CommonDEBUG_x64.lib PhysX3DEBUG_x64.lib PhysX3CookingDEBUG_x64.lib PhysX3CharacterKinematicDEBUG_x64.lib PhysX3ExtensionsDEBUG.lib PhysX3VehicleDEBUG.lib PxTaskDEBUG_x64.lib PxFoundationDEBUG_x64.lib PsFastXmlDEBUG_x64.lib PxPvdSDKDEBUG_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsDEBUG.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationDEBUG_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKDEBUG_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetRaycastCCD/checked\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)CHECKED</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win64 PhysX3CommonCHECKED_x64.lib PhysX3CHECKED_x64.lib PhysX3CookingCHECKED_x64.lib PhysX3CharacterKinematicCHECKED_x64.lib PhysX3ExtensionsCHECKED.lib PhysX3VehicleCHECKED.lib PxTaskCHECKED_x64.lib PxFoundationCHECKED_x64.lib PsFastXmlCHECKED_x64.lib PxPvdSDKCHECKED_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsCHECKED.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationCHECKED_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKCHECKED_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetRaycastCCD/profile\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)PROFILE</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win64 PhysX3CommonPROFILE_x64.lib PhysX3PROFILE_x64.lib PhysX3CookingPROFILE_x64.lib PhysX3CharacterKinematicPROFILE_x64.lib PhysX3ExtensionsPROFILE.lib PhysX3VehiclePROFILE.lib PxTaskPROFILE_x64.lib PxFoundationPROFILE_x64.lib PsFastXmlPROFILE_x64.lib PxPvdSDKPROFILE_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsPROFILE.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationPROFILE_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKPROFILE_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetRaycastCCD/release\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win64 PhysX3Common_x64.lib PhysX3_x64.lib PhysX3Cooking_x64.lib PhysX3CharacterKinematic_x64.lib PhysX3Extensions.lib PhysX3Vehicle.lib PxTask_x64.lib PxFoundation_x64.lib PsFastXml_x64.lib PxPvdSDK_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtils.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundation_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDK_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetCommon\ClassicMain.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetRaycastCCD\SnippetRaycastCCD.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetRaycastCCD\SnippetRaycastCCDRender.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetUtils.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetRender.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> -</Project> diff --git a/PhysX_3.4/Snippets/compiler/vc11win64/SnippetRender.vcxproj b/PhysX_3.4/Snippets/compiler/vc11win64/SnippetRender.vcxproj deleted file mode 100644 index 19b291ba..00000000 --- a/PhysX_3.4/Snippets/compiler/vc11win64/SnippetRender.vcxproj +++ /dev/null @@ -1,236 +0,0 @@ -<?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|x64"> - <Configuration>debug</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="checked|x64"> - <Configuration>checked</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|x64"> - <Configuration>profile</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|x64"> - <Configuration>release</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{43554530-2170-F5A9-4794-3AD09344F18D}</ProjectGuid> - <RootNamespace>SnippetRender</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'" Label="Configuration"> - <ConfigurationType>StaticLibrary</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'" Label="Configuration"> - <ConfigurationType>StaticLibrary</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'" Label="Configuration"> - <ConfigurationType>StaticLibrary</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'" Label="Configuration"> - <ConfigurationType>StaticLibrary</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> - <ImportGroup Label="ExtensionSettings"> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <OutDir>./../../lib/vc11win64\</OutDir> - <IntDir>./x64/SnippetRender/debug\</IntDir> - <TargetExt>.lib</TargetExt> - <TargetName>$(ProjectName)DEBUG</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../Graphics/include/win32/GL;./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <AdditionalDependencies>glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.lib</OutputFile> - <AdditionalLibraryDirectories>./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <TargetMachine>MachineX64</TargetMachine> - </Lib> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - <LinkLibraryDependencies>true</LinkLibraryDependencies> - </ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <OutDir>./../../lib/vc11win64\</OutDir> - <IntDir>./x64/SnippetRender/checked\</IntDir> - <TargetExt>.lib</TargetExt> - <TargetName>$(ProjectName)CHECKED</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../Graphics/include/win32/GL;./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <AdditionalDependencies>glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.lib</OutputFile> - <AdditionalLibraryDirectories>./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <TargetMachine>MachineX64</TargetMachine> - </Lib> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - <LinkLibraryDependencies>true</LinkLibraryDependencies> - </ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <OutDir>./../../lib/vc11win64\</OutDir> - <IntDir>./x64/SnippetRender/profile\</IntDir> - <TargetExt>.lib</TargetExt> - <TargetName>$(ProjectName)PROFILE</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../Graphics/include/win32/GL;./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.lib</OutputFile> - <AdditionalLibraryDirectories>./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <TargetMachine>MachineX64</TargetMachine> - </Lib> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - <LinkLibraryDependencies>true</LinkLibraryDependencies> - </ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <OutDir>./../../lib/vc11win64\</OutDir> - <IntDir>./x64/SnippetRender/release\</IntDir> - <TargetExt>.lib</TargetExt> - <TargetName>$(ProjectName)</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../Graphics/include/win32/GL;./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName).lib</OutputFile> - <AdditionalLibraryDirectories>./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <TargetMachine>MachineX64</TargetMachine> - </Lib> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - <LinkLibraryDependencies>true</LinkLibraryDependencies> - </ProjectReference> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetRender\SnippetCamera.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetRender\SnippetRender.cpp"> - </ClCompile> - <ClInclude Include="..\..\SnippetRender\SnippetCamera.h"> - </ClInclude> - <ClInclude Include="..\..\SnippetRender\SnippetRender.h"> - </ClInclude> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> -</Project> diff --git a/PhysX_3.4/Snippets/compiler/vc11win64/SnippetSerialization.vcxproj b/PhysX_3.4/Snippets/compiler/vc11win64/SnippetSerialization.vcxproj deleted file mode 100644 index 20dd4055..00000000 --- a/PhysX_3.4/Snippets/compiler/vc11win64/SnippetSerialization.vcxproj +++ /dev/null @@ -1,268 +0,0 @@ -<?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|x64"> - <Configuration>debug</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="checked|x64"> - <Configuration>checked</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|x64"> - <Configuration>profile</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|x64"> - <Configuration>release</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{41C4E1A2-3F28-762A-9C7B-56ACE68B960A}</ProjectGuid> - <RootNamespace>SnippetSerialization</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> - <ImportGroup Label="ExtensionSettings"> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetSerialization/debug\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)DEBUG</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win64 PhysX3CommonDEBUG_x64.lib PhysX3DEBUG_x64.lib PhysX3CookingDEBUG_x64.lib PhysX3CharacterKinematicDEBUG_x64.lib PhysX3ExtensionsDEBUG.lib PhysX3VehicleDEBUG.lib PxTaskDEBUG_x64.lib PxFoundationDEBUG_x64.lib PsFastXmlDEBUG_x64.lib PxPvdSDKDEBUG_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsDEBUG.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationDEBUG_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKDEBUG_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetSerialization/checked\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)CHECKED</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win64 PhysX3CommonCHECKED_x64.lib PhysX3CHECKED_x64.lib PhysX3CookingCHECKED_x64.lib PhysX3CharacterKinematicCHECKED_x64.lib PhysX3ExtensionsCHECKED.lib PhysX3VehicleCHECKED.lib PxTaskCHECKED_x64.lib PxFoundationCHECKED_x64.lib PsFastXmlCHECKED_x64.lib PxPvdSDKCHECKED_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsCHECKED.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationCHECKED_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKCHECKED_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetSerialization/profile\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)PROFILE</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win64 PhysX3CommonPROFILE_x64.lib PhysX3PROFILE_x64.lib PhysX3CookingPROFILE_x64.lib PhysX3CharacterKinematicPROFILE_x64.lib PhysX3ExtensionsPROFILE.lib PhysX3VehiclePROFILE.lib PxTaskPROFILE_x64.lib PxFoundationPROFILE_x64.lib PsFastXmlPROFILE_x64.lib PxPvdSDKPROFILE_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsPROFILE.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationPROFILE_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKPROFILE_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetSerialization/release\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win64 PhysX3Common_x64.lib PhysX3_x64.lib PhysX3Cooking_x64.lib PhysX3CharacterKinematic_x64.lib PhysX3Extensions.lib PhysX3Vehicle.lib PxTask_x64.lib PxFoundation_x64.lib PsFastXml_x64.lib PxPvdSDK_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtils.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundation_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDK_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetCommon\ClassicMain.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetSerialization\SnippetSerialization.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetSerialization\SnippetSerializationRender.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetUtils.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetRender.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> -</Project> diff --git a/PhysX_3.4/Snippets/compiler/vc11win64/SnippetSpatialIndex.vcxproj b/PhysX_3.4/Snippets/compiler/vc11win64/SnippetSpatialIndex.vcxproj deleted file mode 100644 index d7a5c488..00000000 --- a/PhysX_3.4/Snippets/compiler/vc11win64/SnippetSpatialIndex.vcxproj +++ /dev/null @@ -1,266 +0,0 @@ -<?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|x64"> - <Configuration>debug</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="checked|x64"> - <Configuration>checked</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|x64"> - <Configuration>profile</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|x64"> - <Configuration>release</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{A9B59085-6A03-2130-5E71-8E47C8B05E3C}</ProjectGuid> - <RootNamespace>SnippetSpatialIndex</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> - <ImportGroup Label="ExtensionSettings"> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetSpatialIndex/debug\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)DEBUG</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win64 PhysX3CommonDEBUG_x64.lib PhysX3DEBUG_x64.lib PhysX3CookingDEBUG_x64.lib PhysX3CharacterKinematicDEBUG_x64.lib PhysX3ExtensionsDEBUG.lib PhysX3VehicleDEBUG.lib PxTaskDEBUG_x64.lib PxFoundationDEBUG_x64.lib PsFastXmlDEBUG_x64.lib PxPvdSDKDEBUG_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsDEBUG.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationDEBUG_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKDEBUG_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetSpatialIndex/checked\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)CHECKED</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win64 PhysX3CommonCHECKED_x64.lib PhysX3CHECKED_x64.lib PhysX3CookingCHECKED_x64.lib PhysX3CharacterKinematicCHECKED_x64.lib PhysX3ExtensionsCHECKED.lib PhysX3VehicleCHECKED.lib PxTaskCHECKED_x64.lib PxFoundationCHECKED_x64.lib PsFastXmlCHECKED_x64.lib PxPvdSDKCHECKED_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsCHECKED.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationCHECKED_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKCHECKED_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetSpatialIndex/profile\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)PROFILE</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win64 PhysX3CommonPROFILE_x64.lib PhysX3PROFILE_x64.lib PhysX3CookingPROFILE_x64.lib PhysX3CharacterKinematicPROFILE_x64.lib PhysX3ExtensionsPROFILE.lib PhysX3VehiclePROFILE.lib PxTaskPROFILE_x64.lib PxFoundationPROFILE_x64.lib PsFastXmlPROFILE_x64.lib PxPvdSDKPROFILE_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsPROFILE.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationPROFILE_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKPROFILE_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetSpatialIndex/release\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win64 PhysX3Common_x64.lib PhysX3_x64.lib PhysX3Cooking_x64.lib PhysX3CharacterKinematic_x64.lib PhysX3Extensions.lib PhysX3Vehicle.lib PxTask_x64.lib PxFoundation_x64.lib PsFastXml_x64.lib PxPvdSDK_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtils.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundation_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDK_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetCommon\ClassicMain.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetSpatialIndex\SnippetSpatialIndex.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetUtils.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetRender.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> -</Project> diff --git a/PhysX_3.4/Snippets/compiler/vc11win64/SnippetSplitFetchResults.vcxproj b/PhysX_3.4/Snippets/compiler/vc11win64/SnippetSplitFetchResults.vcxproj deleted file mode 100644 index d8f35886..00000000 --- a/PhysX_3.4/Snippets/compiler/vc11win64/SnippetSplitFetchResults.vcxproj +++ /dev/null @@ -1,268 +0,0 @@ -<?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|x64"> - <Configuration>debug</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="checked|x64"> - <Configuration>checked</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|x64"> - <Configuration>profile</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|x64"> - <Configuration>release</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{CB1D4F57-8DC5-76DF-DA0B-C9B21949C83A}</ProjectGuid> - <RootNamespace>SnippetSplitFetchResults</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> - <ImportGroup Label="ExtensionSettings"> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetSplitFetchResults/debug\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)DEBUG</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win64 PhysX3CommonDEBUG_x64.lib PhysX3DEBUG_x64.lib PhysX3CookingDEBUG_x64.lib PhysX3CharacterKinematicDEBUG_x64.lib PhysX3ExtensionsDEBUG.lib PhysX3VehicleDEBUG.lib PxTaskDEBUG_x64.lib PxFoundationDEBUG_x64.lib PsFastXmlDEBUG_x64.lib PxPvdSDKDEBUG_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsDEBUG.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationDEBUG_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKDEBUG_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetSplitFetchResults/checked\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)CHECKED</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win64 PhysX3CommonCHECKED_x64.lib PhysX3CHECKED_x64.lib PhysX3CookingCHECKED_x64.lib PhysX3CharacterKinematicCHECKED_x64.lib PhysX3ExtensionsCHECKED.lib PhysX3VehicleCHECKED.lib PxTaskCHECKED_x64.lib PxFoundationCHECKED_x64.lib PsFastXmlCHECKED_x64.lib PxPvdSDKCHECKED_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsCHECKED.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationCHECKED_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKCHECKED_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetSplitFetchResults/profile\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)PROFILE</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win64 PhysX3CommonPROFILE_x64.lib PhysX3PROFILE_x64.lib PhysX3CookingPROFILE_x64.lib PhysX3CharacterKinematicPROFILE_x64.lib PhysX3ExtensionsPROFILE.lib PhysX3VehiclePROFILE.lib PxTaskPROFILE_x64.lib PxFoundationPROFILE_x64.lib PsFastXmlPROFILE_x64.lib PxPvdSDKPROFILE_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsPROFILE.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationPROFILE_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKPROFILE_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetSplitFetchResults/release\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win64 PhysX3Common_x64.lib PhysX3_x64.lib PhysX3Cooking_x64.lib PhysX3CharacterKinematic_x64.lib PhysX3Extensions.lib PhysX3Vehicle.lib PxTask_x64.lib PxFoundation_x64.lib PsFastXml_x64.lib PxPvdSDK_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtils.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundation_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDK_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetCommon\ClassicMain.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetSplitFetchResults\SnippetSplitFetchResults.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetSplitFetchResults\SnippetSplitFetchResultsRender.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetUtils.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetRender.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> -</Project> diff --git a/PhysX_3.4/Snippets/compiler/vc11win64/SnippetSplitSim.vcxproj b/PhysX_3.4/Snippets/compiler/vc11win64/SnippetSplitSim.vcxproj deleted file mode 100644 index 7b024c3c..00000000 --- a/PhysX_3.4/Snippets/compiler/vc11win64/SnippetSplitSim.vcxproj +++ /dev/null @@ -1,268 +0,0 @@ -<?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|x64"> - <Configuration>debug</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="checked|x64"> - <Configuration>checked</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|x64"> - <Configuration>profile</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|x64"> - <Configuration>release</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{18708416-6A28-67E8-82D0-E8148F0CE318}</ProjectGuid> - <RootNamespace>SnippetSplitSim</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> - <ImportGroup Label="ExtensionSettings"> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetSplitSim/debug\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)DEBUG</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win64 PhysX3CommonDEBUG_x64.lib PhysX3DEBUG_x64.lib PhysX3CookingDEBUG_x64.lib PhysX3CharacterKinematicDEBUG_x64.lib PhysX3ExtensionsDEBUG.lib PhysX3VehicleDEBUG.lib PxTaskDEBUG_x64.lib PxFoundationDEBUG_x64.lib PsFastXmlDEBUG_x64.lib PxPvdSDKDEBUG_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsDEBUG.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationDEBUG_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKDEBUG_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetSplitSim/checked\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)CHECKED</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win64 PhysX3CommonCHECKED_x64.lib PhysX3CHECKED_x64.lib PhysX3CookingCHECKED_x64.lib PhysX3CharacterKinematicCHECKED_x64.lib PhysX3ExtensionsCHECKED.lib PhysX3VehicleCHECKED.lib PxTaskCHECKED_x64.lib PxFoundationCHECKED_x64.lib PsFastXmlCHECKED_x64.lib PxPvdSDKCHECKED_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsCHECKED.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationCHECKED_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKCHECKED_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetSplitSim/profile\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)PROFILE</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win64 PhysX3CommonPROFILE_x64.lib PhysX3PROFILE_x64.lib PhysX3CookingPROFILE_x64.lib PhysX3CharacterKinematicPROFILE_x64.lib PhysX3ExtensionsPROFILE.lib PhysX3VehiclePROFILE.lib PxTaskPROFILE_x64.lib PxFoundationPROFILE_x64.lib PsFastXmlPROFILE_x64.lib PxPvdSDKPROFILE_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsPROFILE.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationPROFILE_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKPROFILE_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetSplitSim/release\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win64 PhysX3Common_x64.lib PhysX3_x64.lib PhysX3Cooking_x64.lib PhysX3CharacterKinematic_x64.lib PhysX3Extensions.lib PhysX3Vehicle.lib PxTask_x64.lib PxFoundation_x64.lib PsFastXml_x64.lib PxPvdSDK_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtils.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundation_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDK_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetCommon\ClassicMain.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetSplitSim\SnippetSplitSim.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetSplitSim\SnippetSplitSimRender.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetUtils.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetRender.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> -</Project> diff --git a/PhysX_3.4/Snippets/compiler/vc11win64/SnippetStepper.vcxproj b/PhysX_3.4/Snippets/compiler/vc11win64/SnippetStepper.vcxproj deleted file mode 100644 index 471aebe0..00000000 --- a/PhysX_3.4/Snippets/compiler/vc11win64/SnippetStepper.vcxproj +++ /dev/null @@ -1,266 +0,0 @@ -<?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|x64"> - <Configuration>debug</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="checked|x64"> - <Configuration>checked</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|x64"> - <Configuration>profile</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|x64"> - <Configuration>release</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{C660CC7E-2A8A-7728-030C-8D96327CC646}</ProjectGuid> - <RootNamespace>SnippetStepper</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> - <ImportGroup Label="ExtensionSettings"> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetStepper/debug\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)DEBUG</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win64 PhysX3CommonDEBUG_x64.lib PhysX3DEBUG_x64.lib PhysX3CookingDEBUG_x64.lib PhysX3CharacterKinematicDEBUG_x64.lib PhysX3ExtensionsDEBUG.lib PhysX3VehicleDEBUG.lib PxTaskDEBUG_x64.lib PxFoundationDEBUG_x64.lib PsFastXmlDEBUG_x64.lib PxPvdSDKDEBUG_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsDEBUG.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationDEBUG_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKDEBUG_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetStepper/checked\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)CHECKED</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win64 PhysX3CommonCHECKED_x64.lib PhysX3CHECKED_x64.lib PhysX3CookingCHECKED_x64.lib PhysX3CharacterKinematicCHECKED_x64.lib PhysX3ExtensionsCHECKED.lib PhysX3VehicleCHECKED.lib PxTaskCHECKED_x64.lib PxFoundationCHECKED_x64.lib PsFastXmlCHECKED_x64.lib PxPvdSDKCHECKED_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsCHECKED.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationCHECKED_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKCHECKED_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetStepper/profile\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)PROFILE</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win64 PhysX3CommonPROFILE_x64.lib PhysX3PROFILE_x64.lib PhysX3CookingPROFILE_x64.lib PhysX3CharacterKinematicPROFILE_x64.lib PhysX3ExtensionsPROFILE.lib PhysX3VehiclePROFILE.lib PxTaskPROFILE_x64.lib PxFoundationPROFILE_x64.lib PsFastXmlPROFILE_x64.lib PxPvdSDKPROFILE_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsPROFILE.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationPROFILE_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKPROFILE_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetStepper/release\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win64 PhysX3Common_x64.lib PhysX3_x64.lib PhysX3Cooking_x64.lib PhysX3CharacterKinematic_x64.lib PhysX3Extensions.lib PhysX3Vehicle.lib PxTask_x64.lib PxFoundation_x64.lib PsFastXml_x64.lib PxPvdSDK_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtils.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundation_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDK_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetCommon\ClassicMain.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetStepper\SnippetStepper.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetUtils.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetRender.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> -</Project> diff --git a/PhysX_3.4/Snippets/compiler/vc11win64/SnippetToleranceScale.vcxproj b/PhysX_3.4/Snippets/compiler/vc11win64/SnippetToleranceScale.vcxproj deleted file mode 100644 index 8582c344..00000000 --- a/PhysX_3.4/Snippets/compiler/vc11win64/SnippetToleranceScale.vcxproj +++ /dev/null @@ -1,266 +0,0 @@ -<?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|x64"> - <Configuration>debug</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="checked|x64"> - <Configuration>checked</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|x64"> - <Configuration>profile</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|x64"> - <Configuration>release</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{68E22393-BF0A-B459-8688-902827DBC948}</ProjectGuid> - <RootNamespace>SnippetToleranceScale</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> - <ImportGroup Label="ExtensionSettings"> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetToleranceScale/debug\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)DEBUG</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win64 PhysX3CommonDEBUG_x64.lib PhysX3DEBUG_x64.lib PhysX3CookingDEBUG_x64.lib PhysX3CharacterKinematicDEBUG_x64.lib PhysX3ExtensionsDEBUG.lib PhysX3VehicleDEBUG.lib PxTaskDEBUG_x64.lib PxFoundationDEBUG_x64.lib PsFastXmlDEBUG_x64.lib PxPvdSDKDEBUG_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsDEBUG.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationDEBUG_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKDEBUG_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetToleranceScale/checked\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)CHECKED</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win64 PhysX3CommonCHECKED_x64.lib PhysX3CHECKED_x64.lib PhysX3CookingCHECKED_x64.lib PhysX3CharacterKinematicCHECKED_x64.lib PhysX3ExtensionsCHECKED.lib PhysX3VehicleCHECKED.lib PxTaskCHECKED_x64.lib PxFoundationCHECKED_x64.lib PsFastXmlCHECKED_x64.lib PxPvdSDKCHECKED_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsCHECKED.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationCHECKED_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKCHECKED_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetToleranceScale/profile\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)PROFILE</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win64 PhysX3CommonPROFILE_x64.lib PhysX3PROFILE_x64.lib PhysX3CookingPROFILE_x64.lib PhysX3CharacterKinematicPROFILE_x64.lib PhysX3ExtensionsPROFILE.lib PhysX3VehiclePROFILE.lib PxTaskPROFILE_x64.lib PxFoundationPROFILE_x64.lib PsFastXmlPROFILE_x64.lib PxPvdSDKPROFILE_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsPROFILE.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationPROFILE_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKPROFILE_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetToleranceScale/release\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win64 PhysX3Common_x64.lib PhysX3_x64.lib PhysX3Cooking_x64.lib PhysX3CharacterKinematic_x64.lib PhysX3Extensions.lib PhysX3Vehicle.lib PxTask_x64.lib PxFoundation_x64.lib PsFastXml_x64.lib PxPvdSDK_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtils.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundation_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDK_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetCommon\ClassicMain.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetToleranceScale\SnippetToleranceScale.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetUtils.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetRender.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> -</Project> diff --git a/PhysX_3.4/Snippets/compiler/vc11win64/SnippetTriangleMeshCreate.vcxproj b/PhysX_3.4/Snippets/compiler/vc11win64/SnippetTriangleMeshCreate.vcxproj deleted file mode 100644 index 70775921..00000000 --- a/PhysX_3.4/Snippets/compiler/vc11win64/SnippetTriangleMeshCreate.vcxproj +++ /dev/null @@ -1,266 +0,0 @@ -<?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|x64"> - <Configuration>debug</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="checked|x64"> - <Configuration>checked</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|x64"> - <Configuration>profile</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|x64"> - <Configuration>release</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{FA4458B7-D8C7-66C0-7BF2-238ECF00BF26}</ProjectGuid> - <RootNamespace>SnippetTriangleMeshCreate</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> - <ImportGroup Label="ExtensionSettings"> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetTriangleMeshCreate/debug\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)DEBUG</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win64 PhysX3CommonDEBUG_x64.lib PhysX3DEBUG_x64.lib PhysX3CookingDEBUG_x64.lib PhysX3CharacterKinematicDEBUG_x64.lib PhysX3ExtensionsDEBUG.lib PhysX3VehicleDEBUG.lib PxTaskDEBUG_x64.lib PxFoundationDEBUG_x64.lib PsFastXmlDEBUG_x64.lib PxPvdSDKDEBUG_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsDEBUG.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationDEBUG_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKDEBUG_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetTriangleMeshCreate/checked\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)CHECKED</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win64 PhysX3CommonCHECKED_x64.lib PhysX3CHECKED_x64.lib PhysX3CookingCHECKED_x64.lib PhysX3CharacterKinematicCHECKED_x64.lib PhysX3ExtensionsCHECKED.lib PhysX3VehicleCHECKED.lib PxTaskCHECKED_x64.lib PxFoundationCHECKED_x64.lib PsFastXmlCHECKED_x64.lib PxPvdSDKCHECKED_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsCHECKED.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationCHECKED_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKCHECKED_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetTriangleMeshCreate/profile\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)PROFILE</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win64 PhysX3CommonPROFILE_x64.lib PhysX3PROFILE_x64.lib PhysX3CookingPROFILE_x64.lib PhysX3CharacterKinematicPROFILE_x64.lib PhysX3ExtensionsPROFILE.lib PhysX3VehiclePROFILE.lib PxTaskPROFILE_x64.lib PxFoundationPROFILE_x64.lib PsFastXmlPROFILE_x64.lib PxPvdSDKPROFILE_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsPROFILE.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationPROFILE_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKPROFILE_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetTriangleMeshCreate/release\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win64 PhysX3Common_x64.lib PhysX3_x64.lib PhysX3Cooking_x64.lib PhysX3CharacterKinematic_x64.lib PhysX3Extensions.lib PhysX3Vehicle.lib PxTask_x64.lib PxFoundation_x64.lib PsFastXml_x64.lib PxPvdSDK_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtils.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundation_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDK_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetCommon\ClassicMain.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetTriangleMeshCreate\SnippetTriangleMeshCreate.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetUtils.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetRender.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> -</Project> diff --git a/PhysX_3.4/Snippets/compiler/vc11win64/SnippetUtils.vcxproj b/PhysX_3.4/Snippets/compiler/vc11win64/SnippetUtils.vcxproj deleted file mode 100644 index 31960978..00000000 --- a/PhysX_3.4/Snippets/compiler/vc11win64/SnippetUtils.vcxproj +++ /dev/null @@ -1,232 +0,0 @@ -<?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|x64"> - <Configuration>debug</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="checked|x64"> - <Configuration>checked</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|x64"> - <Configuration>profile</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|x64"> - <Configuration>release</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{F44672D8-5198-BBA4-87E8-C790415E403C}</ProjectGuid> - <RootNamespace>SnippetUtils</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'" Label="Configuration"> - <ConfigurationType>StaticLibrary</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'" Label="Configuration"> - <ConfigurationType>StaticLibrary</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'" Label="Configuration"> - <ConfigurationType>StaticLibrary</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'" Label="Configuration"> - <ConfigurationType>StaticLibrary</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> - <ImportGroup Label="ExtensionSettings"> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <OutDir>./../../lib/vc11win64\</OutDir> - <IntDir>./x64/SnippetUtils/debug\</IntDir> - <TargetExt>.lib</TargetExt> - <TargetName>SnippetUtilsDEBUG</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Source/Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include;./../../../Include/utils;./../../../Source/Common/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)SnippetUtilsDEBUG.lib</OutputFile> - <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <TargetMachine>MachineX64</TargetMachine> - </Lib> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - <LinkLibraryDependencies>true</LinkLibraryDependencies> - </ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <OutDir>./../../lib/vc11win64\</OutDir> - <IntDir>./x64/SnippetUtils/checked\</IntDir> - <TargetExt>.lib</TargetExt> - <TargetName>SnippetUtilsCHECKED</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Source/Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include;./../../../Include/utils;./../../../Source/Common/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)SnippetUtilsCHECKED.lib</OutputFile> - <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <TargetMachine>MachineX64</TargetMachine> - </Lib> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - <LinkLibraryDependencies>true</LinkLibraryDependencies> - </ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <OutDir>./../../lib/vc11win64\</OutDir> - <IntDir>./x64/SnippetUtils/profile\</IntDir> - <TargetExt>.lib</TargetExt> - <TargetName>SnippetUtilsPROFILE</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Source/Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include;./../../../Include/utils;./../../../Source/Common/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)SnippetUtilsPROFILE.lib</OutputFile> - <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <TargetMachine>MachineX64</TargetMachine> - </Lib> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - <LinkLibraryDependencies>true</LinkLibraryDependencies> - </ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <OutDir>./../../lib/vc11win64\</OutDir> - <IntDir>./x64/SnippetUtils/release\</IntDir> - <TargetExt>.lib</TargetExt> - <TargetName>SnippetUtils</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Source/Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include;./../../../Include/utils;./../../../Source/Common/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)SnippetUtils.lib</OutputFile> - <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <TargetMachine>MachineX64</TargetMachine> - </Lib> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - <LinkLibraryDependencies>true</LinkLibraryDependencies> - </ProjectReference> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetUtils\SnippetUtils.cpp"> - </ClCompile> - <ClInclude Include="..\..\SnippetUtils\SnippetUtils.h"> - </ClInclude> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> -</Project> diff --git a/PhysX_3.4/Snippets/compiler/vc11win64/SnippetVehicle4W.vcxproj b/PhysX_3.4/Snippets/compiler/vc11win64/SnippetVehicle4W.vcxproj deleted file mode 100644 index 0f938dfb..00000000 --- a/PhysX_3.4/Snippets/compiler/vc11win64/SnippetVehicle4W.vcxproj +++ /dev/null @@ -1,296 +0,0 @@ -<?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|x64"> - <Configuration>debug</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="checked|x64"> - <Configuration>checked</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|x64"> - <Configuration>profile</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|x64"> - <Configuration>release</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{2E902201-74C7-ABE6-FB84-FE3BBDEAC45E}</ProjectGuid> - <RootNamespace>SnippetVehicle4W</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> - <ImportGroup Label="ExtensionSettings"> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetVehicle4W/debug\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)DEBUG</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win64 PhysX3CommonDEBUG_x64.lib PhysX3DEBUG_x64.lib PhysX3CookingDEBUG_x64.lib PhysX3CharacterKinematicDEBUG_x64.lib PhysX3ExtensionsDEBUG.lib PhysX3VehicleDEBUG.lib PxTaskDEBUG_x64.lib PxFoundationDEBUG_x64.lib PsFastXmlDEBUG_x64.lib PxPvdSDKDEBUG_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsDEBUG.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationDEBUG_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKDEBUG_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetVehicle4W/checked\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)CHECKED</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win64 PhysX3CommonCHECKED_x64.lib PhysX3CHECKED_x64.lib PhysX3CookingCHECKED_x64.lib PhysX3CharacterKinematicCHECKED_x64.lib PhysX3ExtensionsCHECKED.lib PhysX3VehicleCHECKED.lib PxTaskCHECKED_x64.lib PxFoundationCHECKED_x64.lib PsFastXmlCHECKED_x64.lib PxPvdSDKCHECKED_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsCHECKED.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationCHECKED_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKCHECKED_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetVehicle4W/profile\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)PROFILE</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win64 PhysX3CommonPROFILE_x64.lib PhysX3PROFILE_x64.lib PhysX3CookingPROFILE_x64.lib PhysX3CharacterKinematicPROFILE_x64.lib PhysX3ExtensionsPROFILE.lib PhysX3VehiclePROFILE.lib PxTaskPROFILE_x64.lib PxFoundationPROFILE_x64.lib PsFastXmlPROFILE_x64.lib PxPvdSDKPROFILE_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsPROFILE.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationPROFILE_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKPROFILE_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetVehicle4W/release\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win64 PhysX3Common_x64.lib PhysX3_x64.lib PhysX3Cooking_x64.lib PhysX3CharacterKinematic_x64.lib PhysX3Extensions.lib PhysX3Vehicle.lib PxTask_x64.lib PxFoundation_x64.lib PsFastXml_x64.lib PxPvdSDK_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtils.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundation_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDK_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetCommon\ClassicMain.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetVehicle4W\SnippetVehicle4W.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicle4W\SnippetVehicle4WRender.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicle4WCreate.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleCreate.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleFilterShader.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleNoDriveCreate.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleSceneQuery.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleTankCreate.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleTireFriction.cpp"> - </ClCompile> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleConcurrency.h"> - </ClInclude> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleCreate.h"> - </ClInclude> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleFilterShader.h"> - </ClInclude> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleSceneQuery.h"> - </ClInclude> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleTireFriction.h"> - </ClInclude> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleWheelQueryResult.h"> - </ClInclude> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetUtils.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetRender.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> -</Project> diff --git a/PhysX_3.4/Snippets/compiler/vc11win64/SnippetVehicleContactMod.vcxproj b/PhysX_3.4/Snippets/compiler/vc11win64/SnippetVehicleContactMod.vcxproj deleted file mode 100644 index 35e71378..00000000 --- a/PhysX_3.4/Snippets/compiler/vc11win64/SnippetVehicleContactMod.vcxproj +++ /dev/null @@ -1,296 +0,0 @@ -<?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|x64"> - <Configuration>debug</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="checked|x64"> - <Configuration>checked</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|x64"> - <Configuration>profile</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|x64"> - <Configuration>release</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{8F28DA7E-B126-34D0-85A1-2D60F95C10A0}</ProjectGuid> - <RootNamespace>SnippetVehicleContactMod</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> - <ImportGroup Label="ExtensionSettings"> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetVehicleContactMod/debug\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)DEBUG</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win64 PhysX3CommonDEBUG_x64.lib PhysX3DEBUG_x64.lib PhysX3CookingDEBUG_x64.lib PhysX3CharacterKinematicDEBUG_x64.lib PhysX3ExtensionsDEBUG.lib PhysX3VehicleDEBUG.lib PxTaskDEBUG_x64.lib PxFoundationDEBUG_x64.lib PsFastXmlDEBUG_x64.lib PxPvdSDKDEBUG_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsDEBUG.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationDEBUG_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKDEBUG_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetVehicleContactMod/checked\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)CHECKED</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win64 PhysX3CommonCHECKED_x64.lib PhysX3CHECKED_x64.lib PhysX3CookingCHECKED_x64.lib PhysX3CharacterKinematicCHECKED_x64.lib PhysX3ExtensionsCHECKED.lib PhysX3VehicleCHECKED.lib PxTaskCHECKED_x64.lib PxFoundationCHECKED_x64.lib PsFastXmlCHECKED_x64.lib PxPvdSDKCHECKED_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsCHECKED.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationCHECKED_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKCHECKED_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetVehicleContactMod/profile\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)PROFILE</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win64 PhysX3CommonPROFILE_x64.lib PhysX3PROFILE_x64.lib PhysX3CookingPROFILE_x64.lib PhysX3CharacterKinematicPROFILE_x64.lib PhysX3ExtensionsPROFILE.lib PhysX3VehiclePROFILE.lib PxTaskPROFILE_x64.lib PxFoundationPROFILE_x64.lib PsFastXmlPROFILE_x64.lib PxPvdSDKPROFILE_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsPROFILE.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationPROFILE_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKPROFILE_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetVehicleContactMod/release\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win64 PhysX3Common_x64.lib PhysX3_x64.lib PhysX3Cooking_x64.lib PhysX3CharacterKinematic_x64.lib PhysX3Extensions.lib PhysX3Vehicle.lib PxTask_x64.lib PxFoundation_x64.lib PsFastXml_x64.lib PxPvdSDK_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtils.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundation_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDK_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetCommon\ClassicMain.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetVehicleContactMod\SnippetVehicleContactMod.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleContactMod\SnippetVehicleContactModRender.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicle4WCreate.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleCreate.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleFilterShader.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleNoDriveCreate.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleSceneQuery.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleTankCreate.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleTireFriction.cpp"> - </ClCompile> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleConcurrency.h"> - </ClInclude> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleCreate.h"> - </ClInclude> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleFilterShader.h"> - </ClInclude> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleSceneQuery.h"> - </ClInclude> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleTireFriction.h"> - </ClInclude> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleWheelQueryResult.h"> - </ClInclude> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetUtils.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetRender.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> -</Project> diff --git a/PhysX_3.4/Snippets/compiler/vc11win64/SnippetVehicleMultiThreading.vcxproj b/PhysX_3.4/Snippets/compiler/vc11win64/SnippetVehicleMultiThreading.vcxproj deleted file mode 100644 index 966d8eaf..00000000 --- a/PhysX_3.4/Snippets/compiler/vc11win64/SnippetVehicleMultiThreading.vcxproj +++ /dev/null @@ -1,294 +0,0 @@ -<?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|x64"> - <Configuration>debug</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="checked|x64"> - <Configuration>checked</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|x64"> - <Configuration>profile</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|x64"> - <Configuration>release</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{448AB256-3448-2840-99B8-CCD61CACF998}</ProjectGuid> - <RootNamespace>SnippetVehicleMultiThreading</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> - <ImportGroup Label="ExtensionSettings"> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetVehicleMultiThreading/debug\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)DEBUG</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win64 PhysX3CommonDEBUG_x64.lib PhysX3DEBUG_x64.lib PhysX3CookingDEBUG_x64.lib PhysX3CharacterKinematicDEBUG_x64.lib PhysX3ExtensionsDEBUG.lib PhysX3VehicleDEBUG.lib PxTaskDEBUG_x64.lib PxFoundationDEBUG_x64.lib PsFastXmlDEBUG_x64.lib PxPvdSDKDEBUG_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsDEBUG.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationDEBUG_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKDEBUG_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetVehicleMultiThreading/checked\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)CHECKED</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win64 PhysX3CommonCHECKED_x64.lib PhysX3CHECKED_x64.lib PhysX3CookingCHECKED_x64.lib PhysX3CharacterKinematicCHECKED_x64.lib PhysX3ExtensionsCHECKED.lib PhysX3VehicleCHECKED.lib PxTaskCHECKED_x64.lib PxFoundationCHECKED_x64.lib PsFastXmlCHECKED_x64.lib PxPvdSDKCHECKED_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsCHECKED.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationCHECKED_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKCHECKED_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetVehicleMultiThreading/profile\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)PROFILE</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win64 PhysX3CommonPROFILE_x64.lib PhysX3PROFILE_x64.lib PhysX3CookingPROFILE_x64.lib PhysX3CharacterKinematicPROFILE_x64.lib PhysX3ExtensionsPROFILE.lib PhysX3VehiclePROFILE.lib PxTaskPROFILE_x64.lib PxFoundationPROFILE_x64.lib PsFastXmlPROFILE_x64.lib PxPvdSDKPROFILE_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsPROFILE.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationPROFILE_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKPROFILE_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetVehicleMultiThreading/release\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win64 PhysX3Common_x64.lib PhysX3_x64.lib PhysX3Cooking_x64.lib PhysX3CharacterKinematic_x64.lib PhysX3Extensions.lib PhysX3Vehicle.lib PxTask_x64.lib PxFoundation_x64.lib PsFastXml_x64.lib PxPvdSDK_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtils.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundation_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDK_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetCommon\ClassicMain.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetVehicleMultiThreading\SnippetVehicleMultiThreading.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicle4WCreate.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleCreate.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleFilterShader.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleNoDriveCreate.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleSceneQuery.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleTankCreate.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleTireFriction.cpp"> - </ClCompile> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleConcurrency.h"> - </ClInclude> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleCreate.h"> - </ClInclude> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleFilterShader.h"> - </ClInclude> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleSceneQuery.h"> - </ClInclude> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleTireFriction.h"> - </ClInclude> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleWheelQueryResult.h"> - </ClInclude> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetUtils.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetRender.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> -</Project> diff --git a/PhysX_3.4/Snippets/compiler/vc11win64/SnippetVehicleNoDrive.vcxproj b/PhysX_3.4/Snippets/compiler/vc11win64/SnippetVehicleNoDrive.vcxproj deleted file mode 100644 index be5ff662..00000000 --- a/PhysX_3.4/Snippets/compiler/vc11win64/SnippetVehicleNoDrive.vcxproj +++ /dev/null @@ -1,296 +0,0 @@ -<?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|x64"> - <Configuration>debug</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="checked|x64"> - <Configuration>checked</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|x64"> - <Configuration>profile</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|x64"> - <Configuration>release</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{5AE31514-4858-157B-36BE-0D20D1C0A316}</ProjectGuid> - <RootNamespace>SnippetVehicleNoDrive</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> - <ImportGroup Label="ExtensionSettings"> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetVehicleNoDrive/debug\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)DEBUG</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win64 PhysX3CommonDEBUG_x64.lib PhysX3DEBUG_x64.lib PhysX3CookingDEBUG_x64.lib PhysX3CharacterKinematicDEBUG_x64.lib PhysX3ExtensionsDEBUG.lib PhysX3VehicleDEBUG.lib PxTaskDEBUG_x64.lib PxFoundationDEBUG_x64.lib PsFastXmlDEBUG_x64.lib PxPvdSDKDEBUG_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsDEBUG.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationDEBUG_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKDEBUG_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetVehicleNoDrive/checked\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)CHECKED</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win64 PhysX3CommonCHECKED_x64.lib PhysX3CHECKED_x64.lib PhysX3CookingCHECKED_x64.lib PhysX3CharacterKinematicCHECKED_x64.lib PhysX3ExtensionsCHECKED.lib PhysX3VehicleCHECKED.lib PxTaskCHECKED_x64.lib PxFoundationCHECKED_x64.lib PsFastXmlCHECKED_x64.lib PxPvdSDKCHECKED_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsCHECKED.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationCHECKED_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKCHECKED_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetVehicleNoDrive/profile\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)PROFILE</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win64 PhysX3CommonPROFILE_x64.lib PhysX3PROFILE_x64.lib PhysX3CookingPROFILE_x64.lib PhysX3CharacterKinematicPROFILE_x64.lib PhysX3ExtensionsPROFILE.lib PhysX3VehiclePROFILE.lib PxTaskPROFILE_x64.lib PxFoundationPROFILE_x64.lib PsFastXmlPROFILE_x64.lib PxPvdSDKPROFILE_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsPROFILE.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationPROFILE_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKPROFILE_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetVehicleNoDrive/release\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win64 PhysX3Common_x64.lib PhysX3_x64.lib PhysX3Cooking_x64.lib PhysX3CharacterKinematic_x64.lib PhysX3Extensions.lib PhysX3Vehicle.lib PxTask_x64.lib PxFoundation_x64.lib PsFastXml_x64.lib PxPvdSDK_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtils.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundation_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDK_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetCommon\ClassicMain.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetVehicleNoDrive\SnippetVehicleNoDrive.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleNoDrive\SnippetVehicleNoDriveRender.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicle4WCreate.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleCreate.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleFilterShader.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleNoDriveCreate.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleSceneQuery.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleTankCreate.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleTireFriction.cpp"> - </ClCompile> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleConcurrency.h"> - </ClInclude> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleCreate.h"> - </ClInclude> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleFilterShader.h"> - </ClInclude> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleSceneQuery.h"> - </ClInclude> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleTireFriction.h"> - </ClInclude> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleWheelQueryResult.h"> - </ClInclude> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetUtils.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetRender.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> -</Project> diff --git a/PhysX_3.4/Snippets/compiler/vc11win64/SnippetVehicleScale.vcxproj b/PhysX_3.4/Snippets/compiler/vc11win64/SnippetVehicleScale.vcxproj deleted file mode 100644 index 5fd8b2ea..00000000 --- a/PhysX_3.4/Snippets/compiler/vc11win64/SnippetVehicleScale.vcxproj +++ /dev/null @@ -1,296 +0,0 @@ -<?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|x64"> - <Configuration>debug</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="checked|x64"> - <Configuration>checked</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|x64"> - <Configuration>profile</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|x64"> - <Configuration>release</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{8BB8EF81-8FEC-F15E-0E06-78EA3FD8E8D1}</ProjectGuid> - <RootNamespace>SnippetVehicleScale</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> - <ImportGroup Label="ExtensionSettings"> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetVehicleScale/debug\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)DEBUG</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win64 PhysX3CommonDEBUG_x64.lib PhysX3DEBUG_x64.lib PhysX3CookingDEBUG_x64.lib PhysX3CharacterKinematicDEBUG_x64.lib PhysX3ExtensionsDEBUG.lib PhysX3VehicleDEBUG.lib PxTaskDEBUG_x64.lib PxFoundationDEBUG_x64.lib PsFastXmlDEBUG_x64.lib PxPvdSDKDEBUG_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsDEBUG.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationDEBUG_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKDEBUG_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetVehicleScale/checked\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)CHECKED</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win64 PhysX3CommonCHECKED_x64.lib PhysX3CHECKED_x64.lib PhysX3CookingCHECKED_x64.lib PhysX3CharacterKinematicCHECKED_x64.lib PhysX3ExtensionsCHECKED.lib PhysX3VehicleCHECKED.lib PxTaskCHECKED_x64.lib PxFoundationCHECKED_x64.lib PsFastXmlCHECKED_x64.lib PxPvdSDKCHECKED_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsCHECKED.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationCHECKED_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKCHECKED_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetVehicleScale/profile\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)PROFILE</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win64 PhysX3CommonPROFILE_x64.lib PhysX3PROFILE_x64.lib PhysX3CookingPROFILE_x64.lib PhysX3CharacterKinematicPROFILE_x64.lib PhysX3ExtensionsPROFILE.lib PhysX3VehiclePROFILE.lib PxTaskPROFILE_x64.lib PxFoundationPROFILE_x64.lib PsFastXmlPROFILE_x64.lib PxPvdSDKPROFILE_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsPROFILE.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationPROFILE_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKPROFILE_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetVehicleScale/release\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win64 PhysX3Common_x64.lib PhysX3_x64.lib PhysX3Cooking_x64.lib PhysX3CharacterKinematic_x64.lib PhysX3Extensions.lib PhysX3Vehicle.lib PxTask_x64.lib PxFoundation_x64.lib PsFastXml_x64.lib PxPvdSDK_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtils.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundation_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDK_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetCommon\ClassicMain.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetVehicleScale\SnippetVehicleScale.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleScale\SnippetVehicleScaleRender.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicle4WCreate.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleCreate.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleFilterShader.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleNoDriveCreate.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleSceneQuery.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleTankCreate.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleTireFriction.cpp"> - </ClCompile> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleConcurrency.h"> - </ClInclude> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleCreate.h"> - </ClInclude> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleFilterShader.h"> - </ClInclude> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleSceneQuery.h"> - </ClInclude> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleTireFriction.h"> - </ClInclude> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleWheelQueryResult.h"> - </ClInclude> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetUtils.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetRender.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> -</Project> diff --git a/PhysX_3.4/Snippets/compiler/vc11win64/SnippetVehicleTank.vcxproj b/PhysX_3.4/Snippets/compiler/vc11win64/SnippetVehicleTank.vcxproj deleted file mode 100644 index 64a1faba..00000000 --- a/PhysX_3.4/Snippets/compiler/vc11win64/SnippetVehicleTank.vcxproj +++ /dev/null @@ -1,296 +0,0 @@ -<?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|x64"> - <Configuration>debug</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="checked|x64"> - <Configuration>checked</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|x64"> - <Configuration>profile</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|x64"> - <Configuration>release</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{31A4AC31-DF55-4780-C2C7-F540684C09B5}</ProjectGuid> - <RootNamespace>SnippetVehicleTank</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> - <ImportGroup Label="ExtensionSettings"> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetVehicleTank/debug\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)DEBUG</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win64 PhysX3CommonDEBUG_x64.lib PhysX3DEBUG_x64.lib PhysX3CookingDEBUG_x64.lib PhysX3CharacterKinematicDEBUG_x64.lib PhysX3ExtensionsDEBUG.lib PhysX3VehicleDEBUG.lib PxTaskDEBUG_x64.lib PxFoundationDEBUG_x64.lib PsFastXmlDEBUG_x64.lib PxPvdSDKDEBUG_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsDEBUG.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationDEBUG_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKDEBUG_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetVehicleTank/checked\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)CHECKED</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/LIBPATH:../../../Lib/vc11win64 PhysX3CommonCHECKED_x64.lib PhysX3CHECKED_x64.lib PhysX3CookingCHECKED_x64.lib PhysX3CharacterKinematicCHECKED_x64.lib PhysX3ExtensionsCHECKED.lib PhysX3VehicleCHECKED.lib PxTaskCHECKED_x64.lib PxFoundationCHECKED_x64.lib PsFastXmlCHECKED_x64.lib PxPvdSDKCHECKED_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsCHECKED.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationCHECKED_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKCHECKED_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetVehicleTank/profile\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)PROFILE</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win64 PhysX3CommonPROFILE_x64.lib PhysX3PROFILE_x64.lib PhysX3CookingPROFILE_x64.lib PhysX3CharacterKinematicPROFILE_x64.lib PhysX3ExtensionsPROFILE.lib PhysX3VehiclePROFILE.lib PxTaskPROFILE_x64.lib PxFoundationPROFILE_x64.lib PsFastXmlPROFILE_x64.lib PxPvdSDKPROFILE_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtilsPROFILE.lib /DEBUG</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundationPROFILE_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDKPROFILE_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <OutDir>./../../../bin/vc11win64\</OutDir> - <IntDir>./x64/SnippetVehicleTank/release\</IntDir> - <TargetExt>.exe</TargetExt> - <TargetName>$(ProjectName)</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules /> - <CodeAnalysisRuleAssemblies /> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <BufferSecurityCheck>false</BufferSecurityCheck> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4350 /wd4668 /wd4365 /wd4548 /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../Graphics/include/win32/GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;RENDER_SNIPPET;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <ProgramDataBaseFileName>$(TargetDir)\$(TargetName).pdb</ProgramDataBaseFileName> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win64 PhysX3Common_x64.lib PhysX3_x64.lib PhysX3Cooking_x64.lib PhysX3CharacterKinematic_x64.lib PhysX3Extensions.lib PhysX3Vehicle.lib PxTask_x64.lib PxFoundation_x64.lib PsFastXml_x64.lib PxPvdSDK_x64.lib /LIBPATH:../../lib/vc11win64 SnippetUtils.lib</AdditionalOptions> - <AdditionalDependencies>Winmm.lib;OpenGL32.lib;glut32.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile> - <AdditionalLibraryDirectories>./../../../Common/lib/vc11win64;./../../lib/vc11win64;./../../../../PxShared/lib/vc11win64;./../../Graphics/lib/win64/glut;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(TargetDir)\$(TargetName).pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile> - </ResourceCompile> - <ProjectReference> - </ProjectReference> - <PostBuildEvent> - <Command>XCOPY "../../../../PxShared/bin\vc11win64\PxFoundation_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDK_x64.dll" "$(OutDir)" /D /Y</Command> - </PostBuildEvent> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetCommon\ClassicMain.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetVehicleTank\SnippetVehicleTank.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleTank\SnippetVehicleTankRender.cpp"> - </ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicle4WCreate.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleCreate.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleFilterShader.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleNoDriveCreate.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleSceneQuery.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleTankCreate.cpp"> - </ClCompile> - <ClCompile Include="..\..\SnippetVehicleCommon\SnippetVehicleTireFriction.cpp"> - </ClCompile> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleConcurrency.h"> - </ClInclude> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleCreate.h"> - </ClInclude> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleFilterShader.h"> - </ClInclude> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleSceneQuery.h"> - </ClInclude> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleTireFriction.h"> - </ClInclude> - <ClInclude Include="..\..\SnippetVehicleCommon\SnippetVehicleWheelQueryResult.h"> - </ClInclude> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetUtils.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./SnippetRender.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> -</Project> diff --git a/PhysX_3.4/Snippets/compiler/vc11win64/Snippets.sln b/PhysX_3.4/Snippets/compiler/vc11win64/Snippets.sln deleted file mode 100644 index d4a965d4..00000000 --- a/PhysX_3.4/Snippets/compiler/vc11win64/Snippets.sln +++ /dev/null @@ -1,490 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 2012 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SnippetUtils", "./SnippetUtils.vcxproj", "{F44672D8-5198-BBA4-87E8-C790415E403C}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SnippetRender", "./SnippetRender.vcxproj", "{43554530-2170-F5A9-4794-3AD09344F18D}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SnippetConvert", "./SnippetConvert.vcxproj", "{C460F2AB-6306-B774-D658-E27B1D52A5B0}" - ProjectSection(ProjectDependencies) = postProject - {F44672D8-5198-BBA4-87E8-C790415E403C} = {F44672D8-5198-BBA4-87E8-C790415E403C} - {43554530-2170-F5A9-4794-3AD09344F18D} = {43554530-2170-F5A9-4794-3AD09344F18D} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SnippetHelloWorld", "./SnippetHelloWorld.vcxproj", "{DF91286C-A048-0858-C381-C4106C184C0B}" - ProjectSection(ProjectDependencies) = postProject - {F44672D8-5198-BBA4-87E8-C790415E403C} = {F44672D8-5198-BBA4-87E8-C790415E403C} - {43554530-2170-F5A9-4794-3AD09344F18D} = {43554530-2170-F5A9-4794-3AD09344F18D} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SnippetHelloGRB", "./SnippetHelloGRB.vcxproj", "{B2817996-FAFC-5EC2-B600-92D86C7063CE}" - ProjectSection(ProjectDependencies) = postProject - {F44672D8-5198-BBA4-87E8-C790415E403C} = {F44672D8-5198-BBA4-87E8-C790415E403C} - {43554530-2170-F5A9-4794-3AD09344F18D} = {43554530-2170-F5A9-4794-3AD09344F18D} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SnippetImmediateMode", "./SnippetImmediateMode.vcxproj", "{F7CE93CE-0BAE-6EF7-73B9-F960570DDA77}" - ProjectSection(ProjectDependencies) = postProject - {F44672D8-5198-BBA4-87E8-C790415E403C} = {F44672D8-5198-BBA4-87E8-C790415E403C} - {43554530-2170-F5A9-4794-3AD09344F18D} = {43554530-2170-F5A9-4794-3AD09344F18D} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SnippetSplitFetchResults", "./SnippetSplitFetchResults.vcxproj", "{CB1D4F57-8DC5-76DF-DA0B-C9B21949C83A}" - ProjectSection(ProjectDependencies) = postProject - {F44672D8-5198-BBA4-87E8-C790415E403C} = {F44672D8-5198-BBA4-87E8-C790415E403C} - {43554530-2170-F5A9-4794-3AD09344F18D} = {43554530-2170-F5A9-4794-3AD09344F18D} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SnippetCustomJoint", "./SnippetCustomJoint.vcxproj", "{62A37CEB-4FBA-6D10-BEEE-012C7FAC1D22}" - ProjectSection(ProjectDependencies) = postProject - {F44672D8-5198-BBA4-87E8-C790415E403C} = {F44672D8-5198-BBA4-87E8-C790415E403C} - {43554530-2170-F5A9-4794-3AD09344F18D} = {43554530-2170-F5A9-4794-3AD09344F18D} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SnippetSerialization", "./SnippetSerialization.vcxproj", "{41C4E1A2-3F28-762A-9C7B-56ACE68B960A}" - ProjectSection(ProjectDependencies) = postProject - {F44672D8-5198-BBA4-87E8-C790415E403C} = {F44672D8-5198-BBA4-87E8-C790415E403C} - {43554530-2170-F5A9-4794-3AD09344F18D} = {43554530-2170-F5A9-4794-3AD09344F18D} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SnippetLoadCollection", "./SnippetLoadCollection.vcxproj", "{6FDCDABC-5CE8-F7EA-8EF3-D124D7B23FB8}" - ProjectSection(ProjectDependencies) = postProject - {F44672D8-5198-BBA4-87E8-C790415E403C} = {F44672D8-5198-BBA4-87E8-C790415E403C} - {43554530-2170-F5A9-4794-3AD09344F18D} = {43554530-2170-F5A9-4794-3AD09344F18D} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SnippetContactReport", "./SnippetContactReport.vcxproj", "{2BC6F7EC-7134-1CFA-DB36-58FC4A87EF8C}" - ProjectSection(ProjectDependencies) = postProject - {F44672D8-5198-BBA4-87E8-C790415E403C} = {F44672D8-5198-BBA4-87E8-C790415E403C} - {43554530-2170-F5A9-4794-3AD09344F18D} = {43554530-2170-F5A9-4794-3AD09344F18D} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SnippetJoint", "./SnippetJoint.vcxproj", "{E746C271-EEAC-0E0A-DB12-98275484FF29}" - ProjectSection(ProjectDependencies) = postProject - {F44672D8-5198-BBA4-87E8-C790415E403C} = {F44672D8-5198-BBA4-87E8-C790415E403C} - {43554530-2170-F5A9-4794-3AD09344F18D} = {43554530-2170-F5A9-4794-3AD09344F18D} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SnippetContactReportCCD", "./SnippetContactReportCCD.vcxproj", "{F5284425-F024-74C4-808B-7EF11F900C36}" - ProjectSection(ProjectDependencies) = postProject - {F44672D8-5198-BBA4-87E8-C790415E403C} = {F44672D8-5198-BBA4-87E8-C790415E403C} - {43554530-2170-F5A9-4794-3AD09344F18D} = {43554530-2170-F5A9-4794-3AD09344F18D} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SnippetCloth", "./SnippetCloth.vcxproj", "{DD488F6F-459D-0072-D8B0-D9FFED855758}" - ProjectSection(ProjectDependencies) = postProject - {F44672D8-5198-BBA4-87E8-C790415E403C} = {F44672D8-5198-BBA4-87E8-C790415E403C} - {43554530-2170-F5A9-4794-3AD09344F18D} = {43554530-2170-F5A9-4794-3AD09344F18D} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SnippetMBP", "./SnippetMBP.vcxproj", "{C23AC35D-E93E-B90C-CAD0-151A87D76CEA}" - ProjectSection(ProjectDependencies) = postProject - {F44672D8-5198-BBA4-87E8-C790415E403C} = {F44672D8-5198-BBA4-87E8-C790415E403C} - {43554530-2170-F5A9-4794-3AD09344F18D} = {43554530-2170-F5A9-4794-3AD09344F18D} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SnippetArticulation", "./SnippetArticulation.vcxproj", "{D2B2C97A-CB7A-CF86-8AFE-AD5E9F3BFE58}" - ProjectSection(ProjectDependencies) = postProject - {F44672D8-5198-BBA4-87E8-C790415E403C} = {F44672D8-5198-BBA4-87E8-C790415E403C} - {43554530-2170-F5A9-4794-3AD09344F18D} = {43554530-2170-F5A9-4794-3AD09344F18D} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SnippetRaycastCCD", "./SnippetRaycastCCD.vcxproj", "{84A5A167-E1E1-9C10-5E48-2CD6C91D20A8}" - ProjectSection(ProjectDependencies) = postProject - {F44672D8-5198-BBA4-87E8-C790415E403C} = {F44672D8-5198-BBA4-87E8-C790415E403C} - {43554530-2170-F5A9-4794-3AD09344F18D} = {43554530-2170-F5A9-4794-3AD09344F18D} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SnippetCustomProfiler", "./SnippetCustomProfiler.vcxproj", "{A1DC7298-F468-3208-0C49-44F0BA003BE1}" - ProjectSection(ProjectDependencies) = postProject - {F44672D8-5198-BBA4-87E8-C790415E403C} = {F44672D8-5198-BBA4-87E8-C790415E403C} - {43554530-2170-F5A9-4794-3AD09344F18D} = {43554530-2170-F5A9-4794-3AD09344F18D} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SnippetVehicleTank", "./SnippetVehicleTank.vcxproj", "{31A4AC31-DF55-4780-C2C7-F540684C09B5}" - ProjectSection(ProjectDependencies) = postProject - {F44672D8-5198-BBA4-87E8-C790415E403C} = {F44672D8-5198-BBA4-87E8-C790415E403C} - {43554530-2170-F5A9-4794-3AD09344F18D} = {43554530-2170-F5A9-4794-3AD09344F18D} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SnippetVehicle4W", "./SnippetVehicle4W.vcxproj", "{2E902201-74C7-ABE6-FB84-FE3BBDEAC45E}" - ProjectSection(ProjectDependencies) = postProject - {F44672D8-5198-BBA4-87E8-C790415E403C} = {F44672D8-5198-BBA4-87E8-C790415E403C} - {43554530-2170-F5A9-4794-3AD09344F18D} = {43554530-2170-F5A9-4794-3AD09344F18D} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SnippetVehicleScale", "./SnippetVehicleScale.vcxproj", "{8BB8EF81-8FEC-F15E-0E06-78EA3FD8E8D1}" - ProjectSection(ProjectDependencies) = postProject - {F44672D8-5198-BBA4-87E8-C790415E403C} = {F44672D8-5198-BBA4-87E8-C790415E403C} - {43554530-2170-F5A9-4794-3AD09344F18D} = {43554530-2170-F5A9-4794-3AD09344F18D} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SnippetVehicleNoDrive", "./SnippetVehicleNoDrive.vcxproj", "{5AE31514-4858-157B-36BE-0D20D1C0A316}" - ProjectSection(ProjectDependencies) = postProject - {F44672D8-5198-BBA4-87E8-C790415E403C} = {F44672D8-5198-BBA4-87E8-C790415E403C} - {43554530-2170-F5A9-4794-3AD09344F18D} = {43554530-2170-F5A9-4794-3AD09344F18D} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SnippetVehicleMultiThreading", "./SnippetVehicleMultiThreading.vcxproj", "{448AB256-3448-2840-99B8-CCD61CACF998}" - ProjectSection(ProjectDependencies) = postProject - {F44672D8-5198-BBA4-87E8-C790415E403C} = {F44672D8-5198-BBA4-87E8-C790415E403C} - {43554530-2170-F5A9-4794-3AD09344F18D} = {43554530-2170-F5A9-4794-3AD09344F18D} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SnippetVehicleContactMod", "./SnippetVehicleContactMod.vcxproj", "{8F28DA7E-B126-34D0-85A1-2D60F95C10A0}" - ProjectSection(ProjectDependencies) = postProject - {F44672D8-5198-BBA4-87E8-C790415E403C} = {F44672D8-5198-BBA4-87E8-C790415E403C} - {43554530-2170-F5A9-4794-3AD09344F18D} = {43554530-2170-F5A9-4794-3AD09344F18D} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SnippetNestedScene", "./SnippetNestedScene.vcxproj", "{34A5A81F-631D-D4D8-C390-E52FDCC0463C}" - ProjectSection(ProjectDependencies) = postProject - {F44672D8-5198-BBA4-87E8-C790415E403C} = {F44672D8-5198-BBA4-87E8-C790415E403C} - {43554530-2170-F5A9-4794-3AD09344F18D} = {43554530-2170-F5A9-4794-3AD09344F18D} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SnippetSpatialIndex", "./SnippetSpatialIndex.vcxproj", "{A9B59085-6A03-2130-5E71-8E47C8B05E3C}" - ProjectSection(ProjectDependencies) = postProject - {F44672D8-5198-BBA4-87E8-C790415E403C} = {F44672D8-5198-BBA4-87E8-C790415E403C} - {43554530-2170-F5A9-4794-3AD09344F18D} = {43554530-2170-F5A9-4794-3AD09344F18D} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SnippetSplitSim", "./SnippetSplitSim.vcxproj", "{18708416-6A28-67E8-82D0-E8148F0CE318}" - ProjectSection(ProjectDependencies) = postProject - {F44672D8-5198-BBA4-87E8-C790415E403C} = {F44672D8-5198-BBA4-87E8-C790415E403C} - {43554530-2170-F5A9-4794-3AD09344F18D} = {43554530-2170-F5A9-4794-3AD09344F18D} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SnippetTriangleMeshCreate", "./SnippetTriangleMeshCreate.vcxproj", "{FA4458B7-D8C7-66C0-7BF2-238ECF00BF26}" - ProjectSection(ProjectDependencies) = postProject - {F44672D8-5198-BBA4-87E8-C790415E403C} = {F44672D8-5198-BBA4-87E8-C790415E403C} - {43554530-2170-F5A9-4794-3AD09344F18D} = {43554530-2170-F5A9-4794-3AD09344F18D} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SnippetMultiThreading", "./SnippetMultiThreading.vcxproj", "{84DDC75F-EE90-06FB-B3E0-E011B27CF590}" - ProjectSection(ProjectDependencies) = postProject - {F44672D8-5198-BBA4-87E8-C790415E403C} = {F44672D8-5198-BBA4-87E8-C790415E403C} - {43554530-2170-F5A9-4794-3AD09344F18D} = {43554530-2170-F5A9-4794-3AD09344F18D} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SnippetContactModification", "./SnippetContactModification.vcxproj", "{85514BB1-43A6-1265-D4FB-DAFC843D2497}" - ProjectSection(ProjectDependencies) = postProject - {F44672D8-5198-BBA4-87E8-C790415E403C} = {F44672D8-5198-BBA4-87E8-C790415E403C} - {43554530-2170-F5A9-4794-3AD09344F18D} = {43554530-2170-F5A9-4794-3AD09344F18D} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SnippetToleranceScale", "./SnippetToleranceScale.vcxproj", "{68E22393-BF0A-B459-8688-902827DBC948}" - ProjectSection(ProjectDependencies) = postProject - {F44672D8-5198-BBA4-87E8-C790415E403C} = {F44672D8-5198-BBA4-87E8-C790415E403C} - {43554530-2170-F5A9-4794-3AD09344F18D} = {43554530-2170-F5A9-4794-3AD09344F18D} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SnippetStepper", "./SnippetStepper.vcxproj", "{C660CC7E-2A8A-7728-030C-8D96327CC646}" - ProjectSection(ProjectDependencies) = postProject - {F44672D8-5198-BBA4-87E8-C790415E403C} = {F44672D8-5198-BBA4-87E8-C790415E403C} - {43554530-2170-F5A9-4794-3AD09344F18D} = {43554530-2170-F5A9-4794-3AD09344F18D} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SnippetPrunerSerialization", "./SnippetPrunerSerialization.vcxproj", "{BD4DC31F-4055-B70F-EDD0-10D59398F707}" - ProjectSection(ProjectDependencies) = postProject - {F44672D8-5198-BBA4-87E8-C790415E403C} = {F44672D8-5198-BBA4-87E8-C790415E403C} - {43554530-2170-F5A9-4794-3AD09344F18D} = {43554530-2170-F5A9-4794-3AD09344F18D} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SnippetConvexMeshCreate", "./SnippetConvexMeshCreate.vcxproj", "{3713E2DC-5074-D3FC-9235-6BD80502B02C}" - ProjectSection(ProjectDependencies) = postProject - {F44672D8-5198-BBA4-87E8-C790415E403C} = {F44672D8-5198-BBA4-87E8-C790415E403C} - {43554530-2170-F5A9-4794-3AD09344F18D} = {43554530-2170-F5A9-4794-3AD09344F18D} - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - checked|x64 = checked|x64 - debug|x64 = debug|x64 - profile|x64 = profile|x64 - release|x64 = release|x64 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {F44672D8-5198-BBA4-87E8-C790415E403C}.checked|x64.ActiveCfg = checked|x64 - {F44672D8-5198-BBA4-87E8-C790415E403C}.checked|x64.Build.0 = checked|x64 - {F44672D8-5198-BBA4-87E8-C790415E403C}.debug|x64.ActiveCfg = debug|x64 - {F44672D8-5198-BBA4-87E8-C790415E403C}.debug|x64.Build.0 = debug|x64 - {F44672D8-5198-BBA4-87E8-C790415E403C}.profile|x64.ActiveCfg = profile|x64 - {F44672D8-5198-BBA4-87E8-C790415E403C}.profile|x64.Build.0 = profile|x64 - {F44672D8-5198-BBA4-87E8-C790415E403C}.release|x64.ActiveCfg = release|x64 - {F44672D8-5198-BBA4-87E8-C790415E403C}.release|x64.Build.0 = release|x64 - {43554530-2170-F5A9-4794-3AD09344F18D}.checked|x64.ActiveCfg = checked|x64 - {43554530-2170-F5A9-4794-3AD09344F18D}.checked|x64.Build.0 = checked|x64 - {43554530-2170-F5A9-4794-3AD09344F18D}.debug|x64.ActiveCfg = debug|x64 - {43554530-2170-F5A9-4794-3AD09344F18D}.debug|x64.Build.0 = debug|x64 - {43554530-2170-F5A9-4794-3AD09344F18D}.profile|x64.ActiveCfg = profile|x64 - {43554530-2170-F5A9-4794-3AD09344F18D}.profile|x64.Build.0 = profile|x64 - {43554530-2170-F5A9-4794-3AD09344F18D}.release|x64.ActiveCfg = release|x64 - {43554530-2170-F5A9-4794-3AD09344F18D}.release|x64.Build.0 = release|x64 - {C460F2AB-6306-B774-D658-E27B1D52A5B0}.checked|x64.ActiveCfg = checked|x64 - {C460F2AB-6306-B774-D658-E27B1D52A5B0}.checked|x64.Build.0 = checked|x64 - {C460F2AB-6306-B774-D658-E27B1D52A5B0}.debug|x64.ActiveCfg = debug|x64 - {C460F2AB-6306-B774-D658-E27B1D52A5B0}.debug|x64.Build.0 = debug|x64 - {C460F2AB-6306-B774-D658-E27B1D52A5B0}.profile|x64.ActiveCfg = profile|x64 - {C460F2AB-6306-B774-D658-E27B1D52A5B0}.profile|x64.Build.0 = profile|x64 - {C460F2AB-6306-B774-D658-E27B1D52A5B0}.release|x64.ActiveCfg = release|x64 - {C460F2AB-6306-B774-D658-E27B1D52A5B0}.release|x64.Build.0 = release|x64 - {DF91286C-A048-0858-C381-C4106C184C0B}.checked|x64.ActiveCfg = checked|x64 - {DF91286C-A048-0858-C381-C4106C184C0B}.checked|x64.Build.0 = checked|x64 - {DF91286C-A048-0858-C381-C4106C184C0B}.debug|x64.ActiveCfg = debug|x64 - {DF91286C-A048-0858-C381-C4106C184C0B}.debug|x64.Build.0 = debug|x64 - {DF91286C-A048-0858-C381-C4106C184C0B}.profile|x64.ActiveCfg = profile|x64 - {DF91286C-A048-0858-C381-C4106C184C0B}.profile|x64.Build.0 = profile|x64 - {DF91286C-A048-0858-C381-C4106C184C0B}.release|x64.ActiveCfg = release|x64 - {DF91286C-A048-0858-C381-C4106C184C0B}.release|x64.Build.0 = release|x64 - {B2817996-FAFC-5EC2-B600-92D86C7063CE}.checked|x64.ActiveCfg = checked|x64 - {B2817996-FAFC-5EC2-B600-92D86C7063CE}.checked|x64.Build.0 = checked|x64 - {B2817996-FAFC-5EC2-B600-92D86C7063CE}.debug|x64.ActiveCfg = debug|x64 - {B2817996-FAFC-5EC2-B600-92D86C7063CE}.debug|x64.Build.0 = debug|x64 - {B2817996-FAFC-5EC2-B600-92D86C7063CE}.profile|x64.ActiveCfg = profile|x64 - {B2817996-FAFC-5EC2-B600-92D86C7063CE}.profile|x64.Build.0 = profile|x64 - {B2817996-FAFC-5EC2-B600-92D86C7063CE}.release|x64.ActiveCfg = release|x64 - {B2817996-FAFC-5EC2-B600-92D86C7063CE}.release|x64.Build.0 = release|x64 - {F7CE93CE-0BAE-6EF7-73B9-F960570DDA77}.checked|x64.ActiveCfg = checked|x64 - {F7CE93CE-0BAE-6EF7-73B9-F960570DDA77}.checked|x64.Build.0 = checked|x64 - {F7CE93CE-0BAE-6EF7-73B9-F960570DDA77}.debug|x64.ActiveCfg = debug|x64 - {F7CE93CE-0BAE-6EF7-73B9-F960570DDA77}.debug|x64.Build.0 = debug|x64 - {F7CE93CE-0BAE-6EF7-73B9-F960570DDA77}.profile|x64.ActiveCfg = profile|x64 - {F7CE93CE-0BAE-6EF7-73B9-F960570DDA77}.profile|x64.Build.0 = profile|x64 - {F7CE93CE-0BAE-6EF7-73B9-F960570DDA77}.release|x64.ActiveCfg = release|x64 - {F7CE93CE-0BAE-6EF7-73B9-F960570DDA77}.release|x64.Build.0 = release|x64 - {CB1D4F57-8DC5-76DF-DA0B-C9B21949C83A}.checked|x64.ActiveCfg = checked|x64 - {CB1D4F57-8DC5-76DF-DA0B-C9B21949C83A}.checked|x64.Build.0 = checked|x64 - {CB1D4F57-8DC5-76DF-DA0B-C9B21949C83A}.debug|x64.ActiveCfg = debug|x64 - {CB1D4F57-8DC5-76DF-DA0B-C9B21949C83A}.debug|x64.Build.0 = debug|x64 - {CB1D4F57-8DC5-76DF-DA0B-C9B21949C83A}.profile|x64.ActiveCfg = profile|x64 - {CB1D4F57-8DC5-76DF-DA0B-C9B21949C83A}.profile|x64.Build.0 = profile|x64 - {CB1D4F57-8DC5-76DF-DA0B-C9B21949C83A}.release|x64.ActiveCfg = release|x64 - {CB1D4F57-8DC5-76DF-DA0B-C9B21949C83A}.release|x64.Build.0 = release|x64 - {62A37CEB-4FBA-6D10-BEEE-012C7FAC1D22}.checked|x64.ActiveCfg = checked|x64 - {62A37CEB-4FBA-6D10-BEEE-012C7FAC1D22}.checked|x64.Build.0 = checked|x64 - {62A37CEB-4FBA-6D10-BEEE-012C7FAC1D22}.debug|x64.ActiveCfg = debug|x64 - {62A37CEB-4FBA-6D10-BEEE-012C7FAC1D22}.debug|x64.Build.0 = debug|x64 - {62A37CEB-4FBA-6D10-BEEE-012C7FAC1D22}.profile|x64.ActiveCfg = profile|x64 - {62A37CEB-4FBA-6D10-BEEE-012C7FAC1D22}.profile|x64.Build.0 = profile|x64 - {62A37CEB-4FBA-6D10-BEEE-012C7FAC1D22}.release|x64.ActiveCfg = release|x64 - {62A37CEB-4FBA-6D10-BEEE-012C7FAC1D22}.release|x64.Build.0 = release|x64 - {41C4E1A2-3F28-762A-9C7B-56ACE68B960A}.checked|x64.ActiveCfg = checked|x64 - {41C4E1A2-3F28-762A-9C7B-56ACE68B960A}.checked|x64.Build.0 = checked|x64 - {41C4E1A2-3F28-762A-9C7B-56ACE68B960A}.debug|x64.ActiveCfg = debug|x64 - {41C4E1A2-3F28-762A-9C7B-56ACE68B960A}.debug|x64.Build.0 = debug|x64 - {41C4E1A2-3F28-762A-9C7B-56ACE68B960A}.profile|x64.ActiveCfg = profile|x64 - {41C4E1A2-3F28-762A-9C7B-56ACE68B960A}.profile|x64.Build.0 = profile|x64 - {41C4E1A2-3F28-762A-9C7B-56ACE68B960A}.release|x64.ActiveCfg = release|x64 - {41C4E1A2-3F28-762A-9C7B-56ACE68B960A}.release|x64.Build.0 = release|x64 - {6FDCDABC-5CE8-F7EA-8EF3-D124D7B23FB8}.checked|x64.ActiveCfg = checked|x64 - {6FDCDABC-5CE8-F7EA-8EF3-D124D7B23FB8}.checked|x64.Build.0 = checked|x64 - {6FDCDABC-5CE8-F7EA-8EF3-D124D7B23FB8}.debug|x64.ActiveCfg = debug|x64 - {6FDCDABC-5CE8-F7EA-8EF3-D124D7B23FB8}.debug|x64.Build.0 = debug|x64 - {6FDCDABC-5CE8-F7EA-8EF3-D124D7B23FB8}.profile|x64.ActiveCfg = profile|x64 - {6FDCDABC-5CE8-F7EA-8EF3-D124D7B23FB8}.profile|x64.Build.0 = profile|x64 - {6FDCDABC-5CE8-F7EA-8EF3-D124D7B23FB8}.release|x64.ActiveCfg = release|x64 - {6FDCDABC-5CE8-F7EA-8EF3-D124D7B23FB8}.release|x64.Build.0 = release|x64 - {2BC6F7EC-7134-1CFA-DB36-58FC4A87EF8C}.checked|x64.ActiveCfg = checked|x64 - {2BC6F7EC-7134-1CFA-DB36-58FC4A87EF8C}.checked|x64.Build.0 = checked|x64 - {2BC6F7EC-7134-1CFA-DB36-58FC4A87EF8C}.debug|x64.ActiveCfg = debug|x64 - {2BC6F7EC-7134-1CFA-DB36-58FC4A87EF8C}.debug|x64.Build.0 = debug|x64 - {2BC6F7EC-7134-1CFA-DB36-58FC4A87EF8C}.profile|x64.ActiveCfg = profile|x64 - {2BC6F7EC-7134-1CFA-DB36-58FC4A87EF8C}.profile|x64.Build.0 = profile|x64 - {2BC6F7EC-7134-1CFA-DB36-58FC4A87EF8C}.release|x64.ActiveCfg = release|x64 - {2BC6F7EC-7134-1CFA-DB36-58FC4A87EF8C}.release|x64.Build.0 = release|x64 - {E746C271-EEAC-0E0A-DB12-98275484FF29}.checked|x64.ActiveCfg = checked|x64 - {E746C271-EEAC-0E0A-DB12-98275484FF29}.checked|x64.Build.0 = checked|x64 - {E746C271-EEAC-0E0A-DB12-98275484FF29}.debug|x64.ActiveCfg = debug|x64 - {E746C271-EEAC-0E0A-DB12-98275484FF29}.debug|x64.Build.0 = debug|x64 - {E746C271-EEAC-0E0A-DB12-98275484FF29}.profile|x64.ActiveCfg = profile|x64 - {E746C271-EEAC-0E0A-DB12-98275484FF29}.profile|x64.Build.0 = profile|x64 - {E746C271-EEAC-0E0A-DB12-98275484FF29}.release|x64.ActiveCfg = release|x64 - {E746C271-EEAC-0E0A-DB12-98275484FF29}.release|x64.Build.0 = release|x64 - {F5284425-F024-74C4-808B-7EF11F900C36}.checked|x64.ActiveCfg = checked|x64 - {F5284425-F024-74C4-808B-7EF11F900C36}.checked|x64.Build.0 = checked|x64 - {F5284425-F024-74C4-808B-7EF11F900C36}.debug|x64.ActiveCfg = debug|x64 - {F5284425-F024-74C4-808B-7EF11F900C36}.debug|x64.Build.0 = debug|x64 - {F5284425-F024-74C4-808B-7EF11F900C36}.profile|x64.ActiveCfg = profile|x64 - {F5284425-F024-74C4-808B-7EF11F900C36}.profile|x64.Build.0 = profile|x64 - {F5284425-F024-74C4-808B-7EF11F900C36}.release|x64.ActiveCfg = release|x64 - {F5284425-F024-74C4-808B-7EF11F900C36}.release|x64.Build.0 = release|x64 - {DD488F6F-459D-0072-D8B0-D9FFED855758}.checked|x64.ActiveCfg = checked|x64 - {DD488F6F-459D-0072-D8B0-D9FFED855758}.checked|x64.Build.0 = checked|x64 - {DD488F6F-459D-0072-D8B0-D9FFED855758}.debug|x64.ActiveCfg = debug|x64 - {DD488F6F-459D-0072-D8B0-D9FFED855758}.debug|x64.Build.0 = debug|x64 - {DD488F6F-459D-0072-D8B0-D9FFED855758}.profile|x64.ActiveCfg = profile|x64 - {DD488F6F-459D-0072-D8B0-D9FFED855758}.profile|x64.Build.0 = profile|x64 - {DD488F6F-459D-0072-D8B0-D9FFED855758}.release|x64.ActiveCfg = release|x64 - {DD488F6F-459D-0072-D8B0-D9FFED855758}.release|x64.Build.0 = release|x64 - {C23AC35D-E93E-B90C-CAD0-151A87D76CEA}.checked|x64.ActiveCfg = checked|x64 - {C23AC35D-E93E-B90C-CAD0-151A87D76CEA}.checked|x64.Build.0 = checked|x64 - {C23AC35D-E93E-B90C-CAD0-151A87D76CEA}.debug|x64.ActiveCfg = debug|x64 - {C23AC35D-E93E-B90C-CAD0-151A87D76CEA}.debug|x64.Build.0 = debug|x64 - {C23AC35D-E93E-B90C-CAD0-151A87D76CEA}.profile|x64.ActiveCfg = profile|x64 - {C23AC35D-E93E-B90C-CAD0-151A87D76CEA}.profile|x64.Build.0 = profile|x64 - {C23AC35D-E93E-B90C-CAD0-151A87D76CEA}.release|x64.ActiveCfg = release|x64 - {C23AC35D-E93E-B90C-CAD0-151A87D76CEA}.release|x64.Build.0 = release|x64 - {D2B2C97A-CB7A-CF86-8AFE-AD5E9F3BFE58}.checked|x64.ActiveCfg = checked|x64 - {D2B2C97A-CB7A-CF86-8AFE-AD5E9F3BFE58}.checked|x64.Build.0 = checked|x64 - {D2B2C97A-CB7A-CF86-8AFE-AD5E9F3BFE58}.debug|x64.ActiveCfg = debug|x64 - {D2B2C97A-CB7A-CF86-8AFE-AD5E9F3BFE58}.debug|x64.Build.0 = debug|x64 - {D2B2C97A-CB7A-CF86-8AFE-AD5E9F3BFE58}.profile|x64.ActiveCfg = profile|x64 - {D2B2C97A-CB7A-CF86-8AFE-AD5E9F3BFE58}.profile|x64.Build.0 = profile|x64 - {D2B2C97A-CB7A-CF86-8AFE-AD5E9F3BFE58}.release|x64.ActiveCfg = release|x64 - {D2B2C97A-CB7A-CF86-8AFE-AD5E9F3BFE58}.release|x64.Build.0 = release|x64 - {84A5A167-E1E1-9C10-5E48-2CD6C91D20A8}.checked|x64.ActiveCfg = checked|x64 - {84A5A167-E1E1-9C10-5E48-2CD6C91D20A8}.checked|x64.Build.0 = checked|x64 - {84A5A167-E1E1-9C10-5E48-2CD6C91D20A8}.debug|x64.ActiveCfg = debug|x64 - {84A5A167-E1E1-9C10-5E48-2CD6C91D20A8}.debug|x64.Build.0 = debug|x64 - {84A5A167-E1E1-9C10-5E48-2CD6C91D20A8}.profile|x64.ActiveCfg = profile|x64 - {84A5A167-E1E1-9C10-5E48-2CD6C91D20A8}.profile|x64.Build.0 = profile|x64 - {84A5A167-E1E1-9C10-5E48-2CD6C91D20A8}.release|x64.ActiveCfg = release|x64 - {84A5A167-E1E1-9C10-5E48-2CD6C91D20A8}.release|x64.Build.0 = release|x64 - {A1DC7298-F468-3208-0C49-44F0BA003BE1}.checked|x64.ActiveCfg = checked|x64 - {A1DC7298-F468-3208-0C49-44F0BA003BE1}.checked|x64.Build.0 = checked|x64 - {A1DC7298-F468-3208-0C49-44F0BA003BE1}.debug|x64.ActiveCfg = debug|x64 - {A1DC7298-F468-3208-0C49-44F0BA003BE1}.debug|x64.Build.0 = debug|x64 - {A1DC7298-F468-3208-0C49-44F0BA003BE1}.profile|x64.ActiveCfg = profile|x64 - {A1DC7298-F468-3208-0C49-44F0BA003BE1}.profile|x64.Build.0 = profile|x64 - {A1DC7298-F468-3208-0C49-44F0BA003BE1}.release|x64.ActiveCfg = release|x64 - {A1DC7298-F468-3208-0C49-44F0BA003BE1}.release|x64.Build.0 = release|x64 - {31A4AC31-DF55-4780-C2C7-F540684C09B5}.checked|x64.ActiveCfg = checked|x64 - {31A4AC31-DF55-4780-C2C7-F540684C09B5}.checked|x64.Build.0 = checked|x64 - {31A4AC31-DF55-4780-C2C7-F540684C09B5}.debug|x64.ActiveCfg = debug|x64 - {31A4AC31-DF55-4780-C2C7-F540684C09B5}.debug|x64.Build.0 = debug|x64 - {31A4AC31-DF55-4780-C2C7-F540684C09B5}.profile|x64.ActiveCfg = profile|x64 - {31A4AC31-DF55-4780-C2C7-F540684C09B5}.profile|x64.Build.0 = profile|x64 - {31A4AC31-DF55-4780-C2C7-F540684C09B5}.release|x64.ActiveCfg = release|x64 - {31A4AC31-DF55-4780-C2C7-F540684C09B5}.release|x64.Build.0 = release|x64 - {2E902201-74C7-ABE6-FB84-FE3BBDEAC45E}.checked|x64.ActiveCfg = checked|x64 - {2E902201-74C7-ABE6-FB84-FE3BBDEAC45E}.checked|x64.Build.0 = checked|x64 - {2E902201-74C7-ABE6-FB84-FE3BBDEAC45E}.debug|x64.ActiveCfg = debug|x64 - {2E902201-74C7-ABE6-FB84-FE3BBDEAC45E}.debug|x64.Build.0 = debug|x64 - {2E902201-74C7-ABE6-FB84-FE3BBDEAC45E}.profile|x64.ActiveCfg = profile|x64 - {2E902201-74C7-ABE6-FB84-FE3BBDEAC45E}.profile|x64.Build.0 = profile|x64 - {2E902201-74C7-ABE6-FB84-FE3BBDEAC45E}.release|x64.ActiveCfg = release|x64 - {2E902201-74C7-ABE6-FB84-FE3BBDEAC45E}.release|x64.Build.0 = release|x64 - {8BB8EF81-8FEC-F15E-0E06-78EA3FD8E8D1}.checked|x64.ActiveCfg = checked|x64 - {8BB8EF81-8FEC-F15E-0E06-78EA3FD8E8D1}.checked|x64.Build.0 = checked|x64 - {8BB8EF81-8FEC-F15E-0E06-78EA3FD8E8D1}.debug|x64.ActiveCfg = debug|x64 - {8BB8EF81-8FEC-F15E-0E06-78EA3FD8E8D1}.debug|x64.Build.0 = debug|x64 - {8BB8EF81-8FEC-F15E-0E06-78EA3FD8E8D1}.profile|x64.ActiveCfg = profile|x64 - {8BB8EF81-8FEC-F15E-0E06-78EA3FD8E8D1}.profile|x64.Build.0 = profile|x64 - {8BB8EF81-8FEC-F15E-0E06-78EA3FD8E8D1}.release|x64.ActiveCfg = release|x64 - {8BB8EF81-8FEC-F15E-0E06-78EA3FD8E8D1}.release|x64.Build.0 = release|x64 - {5AE31514-4858-157B-36BE-0D20D1C0A316}.checked|x64.ActiveCfg = checked|x64 - {5AE31514-4858-157B-36BE-0D20D1C0A316}.checked|x64.Build.0 = checked|x64 - {5AE31514-4858-157B-36BE-0D20D1C0A316}.debug|x64.ActiveCfg = debug|x64 - {5AE31514-4858-157B-36BE-0D20D1C0A316}.debug|x64.Build.0 = debug|x64 - {5AE31514-4858-157B-36BE-0D20D1C0A316}.profile|x64.ActiveCfg = profile|x64 - {5AE31514-4858-157B-36BE-0D20D1C0A316}.profile|x64.Build.0 = profile|x64 - {5AE31514-4858-157B-36BE-0D20D1C0A316}.release|x64.ActiveCfg = release|x64 - {5AE31514-4858-157B-36BE-0D20D1C0A316}.release|x64.Build.0 = release|x64 - {448AB256-3448-2840-99B8-CCD61CACF998}.checked|x64.ActiveCfg = checked|x64 - {448AB256-3448-2840-99B8-CCD61CACF998}.checked|x64.Build.0 = checked|x64 - {448AB256-3448-2840-99B8-CCD61CACF998}.debug|x64.ActiveCfg = debug|x64 - {448AB256-3448-2840-99B8-CCD61CACF998}.debug|x64.Build.0 = debug|x64 - {448AB256-3448-2840-99B8-CCD61CACF998}.profile|x64.ActiveCfg = profile|x64 - {448AB256-3448-2840-99B8-CCD61CACF998}.profile|x64.Build.0 = profile|x64 - {448AB256-3448-2840-99B8-CCD61CACF998}.release|x64.ActiveCfg = release|x64 - {448AB256-3448-2840-99B8-CCD61CACF998}.release|x64.Build.0 = release|x64 - {8F28DA7E-B126-34D0-85A1-2D60F95C10A0}.checked|x64.ActiveCfg = checked|x64 - {8F28DA7E-B126-34D0-85A1-2D60F95C10A0}.checked|x64.Build.0 = checked|x64 - {8F28DA7E-B126-34D0-85A1-2D60F95C10A0}.debug|x64.ActiveCfg = debug|x64 - {8F28DA7E-B126-34D0-85A1-2D60F95C10A0}.debug|x64.Build.0 = debug|x64 - {8F28DA7E-B126-34D0-85A1-2D60F95C10A0}.profile|x64.ActiveCfg = profile|x64 - {8F28DA7E-B126-34D0-85A1-2D60F95C10A0}.profile|x64.Build.0 = profile|x64 - {8F28DA7E-B126-34D0-85A1-2D60F95C10A0}.release|x64.ActiveCfg = release|x64 - {8F28DA7E-B126-34D0-85A1-2D60F95C10A0}.release|x64.Build.0 = release|x64 - {34A5A81F-631D-D4D8-C390-E52FDCC0463C}.checked|x64.ActiveCfg = checked|x64 - {34A5A81F-631D-D4D8-C390-E52FDCC0463C}.checked|x64.Build.0 = checked|x64 - {34A5A81F-631D-D4D8-C390-E52FDCC0463C}.debug|x64.ActiveCfg = debug|x64 - {34A5A81F-631D-D4D8-C390-E52FDCC0463C}.debug|x64.Build.0 = debug|x64 - {34A5A81F-631D-D4D8-C390-E52FDCC0463C}.profile|x64.ActiveCfg = profile|x64 - {34A5A81F-631D-D4D8-C390-E52FDCC0463C}.profile|x64.Build.0 = profile|x64 - {34A5A81F-631D-D4D8-C390-E52FDCC0463C}.release|x64.ActiveCfg = release|x64 - {34A5A81F-631D-D4D8-C390-E52FDCC0463C}.release|x64.Build.0 = release|x64 - {A9B59085-6A03-2130-5E71-8E47C8B05E3C}.checked|x64.ActiveCfg = checked|x64 - {A9B59085-6A03-2130-5E71-8E47C8B05E3C}.checked|x64.Build.0 = checked|x64 - {A9B59085-6A03-2130-5E71-8E47C8B05E3C}.debug|x64.ActiveCfg = debug|x64 - {A9B59085-6A03-2130-5E71-8E47C8B05E3C}.debug|x64.Build.0 = debug|x64 - {A9B59085-6A03-2130-5E71-8E47C8B05E3C}.profile|x64.ActiveCfg = profile|x64 - {A9B59085-6A03-2130-5E71-8E47C8B05E3C}.profile|x64.Build.0 = profile|x64 - {A9B59085-6A03-2130-5E71-8E47C8B05E3C}.release|x64.ActiveCfg = release|x64 - {A9B59085-6A03-2130-5E71-8E47C8B05E3C}.release|x64.Build.0 = release|x64 - {18708416-6A28-67E8-82D0-E8148F0CE318}.checked|x64.ActiveCfg = checked|x64 - {18708416-6A28-67E8-82D0-E8148F0CE318}.checked|x64.Build.0 = checked|x64 - {18708416-6A28-67E8-82D0-E8148F0CE318}.debug|x64.ActiveCfg = debug|x64 - {18708416-6A28-67E8-82D0-E8148F0CE318}.debug|x64.Build.0 = debug|x64 - {18708416-6A28-67E8-82D0-E8148F0CE318}.profile|x64.ActiveCfg = profile|x64 - {18708416-6A28-67E8-82D0-E8148F0CE318}.profile|x64.Build.0 = profile|x64 - {18708416-6A28-67E8-82D0-E8148F0CE318}.release|x64.ActiveCfg = release|x64 - {18708416-6A28-67E8-82D0-E8148F0CE318}.release|x64.Build.0 = release|x64 - {FA4458B7-D8C7-66C0-7BF2-238ECF00BF26}.checked|x64.ActiveCfg = checked|x64 - {FA4458B7-D8C7-66C0-7BF2-238ECF00BF26}.checked|x64.Build.0 = checked|x64 - {FA4458B7-D8C7-66C0-7BF2-238ECF00BF26}.debug|x64.ActiveCfg = debug|x64 - {FA4458B7-D8C7-66C0-7BF2-238ECF00BF26}.debug|x64.Build.0 = debug|x64 - {FA4458B7-D8C7-66C0-7BF2-238ECF00BF26}.profile|x64.ActiveCfg = profile|x64 - {FA4458B7-D8C7-66C0-7BF2-238ECF00BF26}.profile|x64.Build.0 = profile|x64 - {FA4458B7-D8C7-66C0-7BF2-238ECF00BF26}.release|x64.ActiveCfg = release|x64 - {FA4458B7-D8C7-66C0-7BF2-238ECF00BF26}.release|x64.Build.0 = release|x64 - {84DDC75F-EE90-06FB-B3E0-E011B27CF590}.checked|x64.ActiveCfg = checked|x64 - {84DDC75F-EE90-06FB-B3E0-E011B27CF590}.checked|x64.Build.0 = checked|x64 - {84DDC75F-EE90-06FB-B3E0-E011B27CF590}.debug|x64.ActiveCfg = debug|x64 - {84DDC75F-EE90-06FB-B3E0-E011B27CF590}.debug|x64.Build.0 = debug|x64 - {84DDC75F-EE90-06FB-B3E0-E011B27CF590}.profile|x64.ActiveCfg = profile|x64 - {84DDC75F-EE90-06FB-B3E0-E011B27CF590}.profile|x64.Build.0 = profile|x64 - {84DDC75F-EE90-06FB-B3E0-E011B27CF590}.release|x64.ActiveCfg = release|x64 - {84DDC75F-EE90-06FB-B3E0-E011B27CF590}.release|x64.Build.0 = release|x64 - {85514BB1-43A6-1265-D4FB-DAFC843D2497}.checked|x64.ActiveCfg = checked|x64 - {85514BB1-43A6-1265-D4FB-DAFC843D2497}.checked|x64.Build.0 = checked|x64 - {85514BB1-43A6-1265-D4FB-DAFC843D2497}.debug|x64.ActiveCfg = debug|x64 - {85514BB1-43A6-1265-D4FB-DAFC843D2497}.debug|x64.Build.0 = debug|x64 - {85514BB1-43A6-1265-D4FB-DAFC843D2497}.profile|x64.ActiveCfg = profile|x64 - {85514BB1-43A6-1265-D4FB-DAFC843D2497}.profile|x64.Build.0 = profile|x64 - {85514BB1-43A6-1265-D4FB-DAFC843D2497}.release|x64.ActiveCfg = release|x64 - {85514BB1-43A6-1265-D4FB-DAFC843D2497}.release|x64.Build.0 = release|x64 - {68E22393-BF0A-B459-8688-902827DBC948}.checked|x64.ActiveCfg = checked|x64 - {68E22393-BF0A-B459-8688-902827DBC948}.checked|x64.Build.0 = checked|x64 - {68E22393-BF0A-B459-8688-902827DBC948}.debug|x64.ActiveCfg = debug|x64 - {68E22393-BF0A-B459-8688-902827DBC948}.debug|x64.Build.0 = debug|x64 - {68E22393-BF0A-B459-8688-902827DBC948}.profile|x64.ActiveCfg = profile|x64 - {68E22393-BF0A-B459-8688-902827DBC948}.profile|x64.Build.0 = profile|x64 - {68E22393-BF0A-B459-8688-902827DBC948}.release|x64.ActiveCfg = release|x64 - {68E22393-BF0A-B459-8688-902827DBC948}.release|x64.Build.0 = release|x64 - {C660CC7E-2A8A-7728-030C-8D96327CC646}.checked|x64.ActiveCfg = checked|x64 - {C660CC7E-2A8A-7728-030C-8D96327CC646}.checked|x64.Build.0 = checked|x64 - {C660CC7E-2A8A-7728-030C-8D96327CC646}.debug|x64.ActiveCfg = debug|x64 - {C660CC7E-2A8A-7728-030C-8D96327CC646}.debug|x64.Build.0 = debug|x64 - {C660CC7E-2A8A-7728-030C-8D96327CC646}.profile|x64.ActiveCfg = profile|x64 - {C660CC7E-2A8A-7728-030C-8D96327CC646}.profile|x64.Build.0 = profile|x64 - {C660CC7E-2A8A-7728-030C-8D96327CC646}.release|x64.ActiveCfg = release|x64 - {C660CC7E-2A8A-7728-030C-8D96327CC646}.release|x64.Build.0 = release|x64 - {BD4DC31F-4055-B70F-EDD0-10D59398F707}.checked|x64.ActiveCfg = checked|x64 - {BD4DC31F-4055-B70F-EDD0-10D59398F707}.checked|x64.Build.0 = checked|x64 - {BD4DC31F-4055-B70F-EDD0-10D59398F707}.debug|x64.ActiveCfg = debug|x64 - {BD4DC31F-4055-B70F-EDD0-10D59398F707}.debug|x64.Build.0 = debug|x64 - {BD4DC31F-4055-B70F-EDD0-10D59398F707}.profile|x64.ActiveCfg = profile|x64 - {BD4DC31F-4055-B70F-EDD0-10D59398F707}.profile|x64.Build.0 = profile|x64 - {BD4DC31F-4055-B70F-EDD0-10D59398F707}.release|x64.ActiveCfg = release|x64 - {BD4DC31F-4055-B70F-EDD0-10D59398F707}.release|x64.Build.0 = release|x64 - {3713E2DC-5074-D3FC-9235-6BD80502B02C}.checked|x64.ActiveCfg = checked|x64 - {3713E2DC-5074-D3FC-9235-6BD80502B02C}.checked|x64.Build.0 = checked|x64 - {3713E2DC-5074-D3FC-9235-6BD80502B02C}.debug|x64.ActiveCfg = debug|x64 - {3713E2DC-5074-D3FC-9235-6BD80502B02C}.debug|x64.Build.0 = debug|x64 - {3713E2DC-5074-D3FC-9235-6BD80502B02C}.profile|x64.ActiveCfg = profile|x64 - {3713E2DC-5074-D3FC-9235-6BD80502B02C}.profile|x64.Build.0 = profile|x64 - {3713E2DC-5074-D3FC-9235-6BD80502B02C}.release|x64.ActiveCfg = release|x64 - {3713E2DC-5074-D3FC-9235-6BD80502B02C}.release|x64.Build.0 = release|x64 - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - EndGlobalSection - GlobalSection(ExtensibilityAddins) = postSolution - EndGlobalSection - GlobalSection(NestedProjects) = preSolution - EndGlobalSection -EndGlobal diff --git a/PhysX_3.4/Snippets/compiler/xcode_ios/Snippets.xcodeproj/project.pbxproj b/PhysX_3.4/Snippets/compiler/xcode_ios/Snippets.xcodeproj/project.pbxproj index 237f6a54..1e7475df 100644 --- a/PhysX_3.4/Snippets/compiler/xcode_ios/Snippets.xcodeproj/project.pbxproj +++ b/PhysX_3.4/Snippets/compiler/xcode_ios/Snippets.xcodeproj/project.pbxproj @@ -7,17 +7,17 @@ objects = { /* Begin PBXBuildFile section of SnippetUtils */ - FFFFc4e014c07fb7c4e014c0 /* SnippetUtils.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDc4e014c07fb7c4e014c0 /* SnippetUtils.cpp */; }; + FFFFfb5fae107fc5fb5fae10 /* SnippetUtils.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfb5fae107fc5fb5fae10 /* SnippetUtils.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDc4dcd2707fb7c4dcd270 /* SnippetUtils */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "SnippetUtils"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDc4e014c07fb7c4e014c0 /* SnippetUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetUtils.cpp"; path = "../../SnippetUtils/SnippetUtils.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc4e015287fb7c4e01528 /* SnippetUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetUtils.h"; path = "../../SnippetUtils/SnippetUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFDfb5f9ac07fc5fb5f9ac0 /* SnippetUtils */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "SnippetUtils"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFDfb5fae107fc5fb5fae10 /* SnippetUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetUtils.cpp"; path = "../../SnippetUtils/SnippetUtils.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfb5fae787fc5fb5fae78 /* SnippetUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetUtils.h"; path = "../../SnippetUtils/SnippetUtils.h"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2c4dcd2707fb7c4dcd270 /* Resources */ = { + FFF2fb5f9ac07fc5fb5f9ac0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -27,7 +27,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCc4dcd2707fb7c4dcd270 /* Frameworks */ = { + FFFCfb5f9ac07fc5fb5f9ac0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -37,11 +37,11 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8c4dcd2707fb7c4dcd270 /* Sources */ = { + FFF8fb5f9ac07fc5fb5f9ac0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFc4e014c07fb7c4e014c0, + FFFFfb5fae107fc5fb5fae10, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -53,21 +53,21 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetHelloWorld */ - FFFFc4dbdfd07fb7c4dbdfd0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDc4dcd2707fb7c4dcd270 /* SnippetUtils */; }; - FFFFc4dfbf507fb7c4dfbf50 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDc4dfbf507fb7c4dfbf50 /* ClassicMain.cpp */; }; - FFFFc4d90e407fb7c4d90e40 /* SnippetHelloWorld.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDc4d90e407fb7c4d90e40 /* SnippetHelloWorld.cpp */; }; - FFFFc4d90ea87fb7c4d90ea8 /* SnippetHelloWorldRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDc4d90ea87fb7c4d90ea8 /* SnippetHelloWorldRender.cpp */; }; + FFFFfb5da4707fc5fb5da470 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfb5f9ac07fc5fb5f9ac0 /* SnippetUtils */; }; + FFFFfb5c99e07fc5fb5c99e0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDfb5c99e07fc5fb5c99e0 /* ClassicMain.cpp */; }; + FFFFfb5c9fc07fc5fb5c9fc0 /* SnippetHelloWorld.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfb5c9fc07fc5fb5c9fc0 /* SnippetHelloWorld.cpp */; }; + FFFFfb5ca0287fc5fb5ca028 /* SnippetHelloWorldRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfb5ca0287fc5fb5ca028 /* SnippetHelloWorldRender.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDc4e024c07fb7c4e024c0 /* SnippetHelloWorld */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetHelloWorld"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDc4dfbf507fb7c4dfbf50 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc4d90e407fb7c4d90e40 /* SnippetHelloWorld.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetHelloWorld.cpp"; path = "../../SnippetHelloWorld/SnippetHelloWorld.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc4d90ea87fb7c4d90ea8 /* SnippetHelloWorldRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetHelloWorldRender.cpp"; path = "../../SnippetHelloWorld/SnippetHelloWorldRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfb4c79c07fc5fb4c79c0 /* SnippetHelloWorld */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetHelloWorld"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFDfb5c99e07fc5fb5c99e0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfb5c9fc07fc5fb5c9fc0 /* SnippetHelloWorld.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetHelloWorld.cpp"; path = "../../SnippetHelloWorld/SnippetHelloWorld.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfb5ca0287fc5fb5ca028 /* SnippetHelloWorldRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetHelloWorldRender.cpp"; path = "../../SnippetHelloWorld/SnippetHelloWorldRender.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2c4e024c07fb7c4e024c0 /* Resources */ = { + FFF2fb4c79c07fc5fb4c79c0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -77,7 +77,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCc4e024c07fb7c4e024c0 /* Frameworks */ = { + FFFCfb4c79c07fc5fb4c79c0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -87,13 +87,13 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8c4e024c07fb7c4e024c0 /* Sources */ = { + FFF8fb4c79c07fc5fb4c79c0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFc4dfbf507fb7c4dfbf50, - FFFFc4d90e407fb7c4d90e40, - FFFFc4d90ea87fb7c4d90ea8, + FFFFfb5c99e07fc5fb5c99e0, + FFFFfb5c9fc07fc5fb5c9fc0, + FFFFfb5ca0287fc5fb5ca028, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -102,29 +102,29 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4c4dbdfd07fb7c4dbdfd0 /* PBXTargetDependency */ = { + FFF4fb5da4707fc5fb5da470 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAc4dcd2707fb7c4dcd270 /* SnippetUtils */; - targetProxy = FFF5c4dcd2707fb7c4dcd270 /* PBXContainerItemProxy */; + target = FFFAfb5f9ac07fc5fb5f9ac0 /* SnippetUtils */; + targetProxy = FFF5fb5f9ac07fc5fb5f9ac0 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetImmediateMode */ - FFFFc4d91a607fb7c4d91a60 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDc4dcd2707fb7c4dcd270 /* SnippetUtils */; }; - FFFFc4dee3007fb7c4dee300 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDc4dee3007fb7c4dee300 /* ClassicMain.cpp */; }; - FFFFc4deefb07fb7c4deefb0 /* SnippetImmediateMode.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDc4deefb07fb7c4deefb0 /* SnippetImmediateMode.cpp */; }; - FFFFc4def0187fb7c4def018 /* SnippetImmediateModeRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDc4def0187fb7c4def018 /* SnippetImmediateModeRender.cpp */; }; + FFFFfb5cab607fc5fb5cab60 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfb5f9ac07fc5fb5f9ac0 /* SnippetUtils */; }; + FFFFfb5ecb607fc5fb5ecb60 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDfb5ecb607fc5fb5ecb60 /* ClassicMain.cpp */; }; + FFFFfb5ed1307fc5fb5ed130 /* SnippetImmediateMode.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfb5ed1307fc5fb5ed130 /* SnippetImmediateMode.cpp */; }; + FFFFfb5ed1987fc5fb5ed198 /* SnippetImmediateModeRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfb5ed1987fc5fb5ed198 /* SnippetImmediateModeRender.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDc4d910307fb7c4d91030 /* SnippetImmediateMode */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetImmediateMode"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDc4dee3007fb7c4dee300 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc4deefb07fb7c4deefb0 /* SnippetImmediateMode.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetImmediateMode.cpp"; path = "../../SnippetImmediateMode/SnippetImmediateMode.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc4def0187fb7c4def018 /* SnippetImmediateModeRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetImmediateModeRender.cpp"; path = "../../SnippetImmediateMode/SnippetImmediateModeRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfb5c9dd07fc5fb5c9dd0 /* SnippetImmediateMode */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetImmediateMode"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFDfb5ecb607fc5fb5ecb60 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfb5ed1307fc5fb5ed130 /* SnippetImmediateMode.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetImmediateMode.cpp"; path = "../../SnippetImmediateMode/SnippetImmediateMode.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfb5ed1987fc5fb5ed198 /* SnippetImmediateModeRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetImmediateModeRender.cpp"; path = "../../SnippetImmediateMode/SnippetImmediateModeRender.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2c4d910307fb7c4d91030 /* Resources */ = { + FFF2fb5c9dd07fc5fb5c9dd0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -134,7 +134,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCc4d910307fb7c4d91030 /* Frameworks */ = { + FFFCfb5c9dd07fc5fb5c9dd0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -144,13 +144,13 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8c4d910307fb7c4d91030 /* Sources */ = { + FFF8fb5c9dd07fc5fb5c9dd0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFc4dee3007fb7c4dee300, - FFFFc4deefb07fb7c4deefb0, - FFFFc4def0187fb7c4def018, + FFFFfb5ecb607fc5fb5ecb60, + FFFFfb5ed1307fc5fb5ed130, + FFFFfb5ed1987fc5fb5ed198, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -159,29 +159,29 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4c4d91a607fb7c4d91a60 /* PBXTargetDependency */ = { + FFF4fb5cab607fc5fb5cab60 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAc4dcd2707fb7c4dcd270 /* SnippetUtils */; - targetProxy = FFF5c4dcd2707fb7c4dcd270 /* PBXContainerItemProxy */; + target = FFFAfb5f9ac07fc5fb5f9ac0 /* SnippetUtils */; + targetProxy = FFF5fb5f9ac07fc5fb5f9ac0 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetSplitFetchResults */ - FFFFc4dbef207fb7c4dbef20 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDc4dcd2707fb7c4dcd270 /* SnippetUtils */; }; - FFFFc4d1b8f07fb7c4d1b8f0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDc4d1b8f07fb7c4d1b8f0 /* ClassicMain.cpp */; }; - FFFFc4e140d07fb7c4e140d0 /* SnippetSplitFetchResults.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDc4e140d07fb7c4e140d0 /* SnippetSplitFetchResults.cpp */; }; - FFFFc4e141387fb7c4e14138 /* SnippetSplitFetchResultsRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDc4e141387fb7c4e14138 /* SnippetSplitFetchResultsRender.cpp */; }; + FFFFfb5bcc207fc5fb5bcc20 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfb5f9ac07fc5fb5f9ac0 /* SnippetUtils */; }; + FFFFfb4760307fc5fb476030 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDfb4760307fc5fb476030 /* ClassicMain.cpp */; }; + FFFFfb474d007fc5fb474d00 /* SnippetSplitFetchResults.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfb474d007fc5fb474d00 /* SnippetSplitFetchResults.cpp */; }; + FFFFfb474d687fc5fb474d68 /* SnippetSplitFetchResultsRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfb474d687fc5fb474d68 /* SnippetSplitFetchResultsRender.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDc4def1a07fb7c4def1a0 /* SnippetSplitFetchResults */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetSplitFetchResults"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDc4d1b8f07fb7c4d1b8f0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc4e140d07fb7c4e140d0 /* SnippetSplitFetchResults.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetSplitFetchResults.cpp"; path = "../../SnippetSplitFetchResults/SnippetSplitFetchResults.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc4e141387fb7c4e14138 /* SnippetSplitFetchResultsRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetSplitFetchResultsRender.cpp"; path = "../../SnippetSplitFetchResults/SnippetSplitFetchResultsRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfb5ed3207fc5fb5ed320 /* SnippetSplitFetchResults */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetSplitFetchResults"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFDfb4760307fc5fb476030 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfb474d007fc5fb474d00 /* SnippetSplitFetchResults.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetSplitFetchResults.cpp"; path = "../../SnippetSplitFetchResults/SnippetSplitFetchResults.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfb474d687fc5fb474d68 /* SnippetSplitFetchResultsRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetSplitFetchResultsRender.cpp"; path = "../../SnippetSplitFetchResults/SnippetSplitFetchResultsRender.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2c4def1a07fb7c4def1a0 /* Resources */ = { + FFF2fb5ed3207fc5fb5ed320 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -191,7 +191,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCc4def1a07fb7c4def1a0 /* Frameworks */ = { + FFFCfb5ed3207fc5fb5ed320 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -201,13 +201,13 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8c4def1a07fb7c4def1a0 /* Sources */ = { + FFF8fb5ed3207fc5fb5ed320 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFc4d1b8f07fb7c4d1b8f0, - FFFFc4e140d07fb7c4e140d0, - FFFFc4e141387fb7c4e14138, + FFFFfb4760307fc5fb476030, + FFFFfb474d007fc5fb474d00, + FFFFfb474d687fc5fb474d68, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -216,32 +216,32 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4c4dbef207fb7c4dbef20 /* PBXTargetDependency */ = { + FFF4fb5bcc207fc5fb5bcc20 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAc4dcd2707fb7c4dcd270 /* SnippetUtils */; - targetProxy = FFF5c4dcd2707fb7c4dcd270 /* PBXContainerItemProxy */; + target = FFFAfb5f9ac07fc5fb5f9ac0 /* SnippetUtils */; + targetProxy = FFF5fb5f9ac07fc5fb5f9ac0 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetCustomJoint */ - FFFFc4d5d0e07fb7c4d5d0e0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDc4dcd2707fb7c4dcd270 /* SnippetUtils */; }; - FFFFc4dcd9707fb7c4dcd970 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDc4dcd9707fb7c4dcd970 /* ClassicMain.cpp */; }; - FFFFc4e041307fb7c4e04130 /* PulleyJoint.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDc4e041307fb7c4e04130 /* PulleyJoint.cpp */; }; - FFFFc4e041987fb7c4e04198 /* SnippetCustomJoint.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDc4e041987fb7c4e04198 /* SnippetCustomJoint.cpp */; }; - FFFFc4e042007fb7c4e04200 /* SnippetCustomJointRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDc4e042007fb7c4e04200 /* SnippetCustomJointRender.cpp */; }; + FFFFfb4c73507fc5fb4c7350 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfb5f9ac07fc5fb5f9ac0 /* SnippetUtils */; }; + FFFFfb55ed807fc5fb55ed80 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDfb55ed807fc5fb55ed80 /* ClassicMain.cpp */; }; + FFFFfb602e307fc5fb602e30 /* PulleyJoint.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfb602e307fc5fb602e30 /* PulleyJoint.cpp */; }; + FFFFfb602e987fc5fb602e98 /* SnippetCustomJoint.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfb602e987fc5fb602e98 /* SnippetCustomJoint.cpp */; }; + FFFFfb602f007fc5fb602f00 /* SnippetCustomJointRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfb602f007fc5fb602f00 /* SnippetCustomJointRender.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDc4e142c07fb7c4e142c0 /* SnippetCustomJoint */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetCustomJoint"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDc4dcd9707fb7c4dcd970 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc4e041307fb7c4e04130 /* PulleyJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PulleyJoint.cpp"; path = "../../SnippetCustomJoint/PulleyJoint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc4e041987fb7c4e04198 /* SnippetCustomJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetCustomJoint.cpp"; path = "../../SnippetCustomJoint/SnippetCustomJoint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc4e042007fb7c4e04200 /* SnippetCustomJointRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetCustomJointRender.cpp"; path = "../../SnippetCustomJoint/SnippetCustomJointRender.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc4e042687fb7c4e04268 /* PulleyJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PulleyJoint.h"; path = "../../SnippetCustomJoint/PulleyJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFDfb474ef07fc5fb474ef0 /* SnippetCustomJoint */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetCustomJoint"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFDfb55ed807fc5fb55ed80 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfb602e307fc5fb602e30 /* PulleyJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PulleyJoint.cpp"; path = "../../SnippetCustomJoint/PulleyJoint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfb602e987fc5fb602e98 /* SnippetCustomJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetCustomJoint.cpp"; path = "../../SnippetCustomJoint/SnippetCustomJoint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfb602f007fc5fb602f00 /* SnippetCustomJointRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetCustomJointRender.cpp"; path = "../../SnippetCustomJoint/SnippetCustomJointRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfb602f687fc5fb602f68 /* PulleyJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PulleyJoint.h"; path = "../../SnippetCustomJoint/PulleyJoint.h"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2c4e142c07fb7c4e142c0 /* Resources */ = { + FFF2fb474ef07fc5fb474ef0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -251,7 +251,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCc4e142c07fb7c4e142c0 /* Frameworks */ = { + FFFCfb474ef07fc5fb474ef0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -261,14 +261,14 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8c4e142c07fb7c4e142c0 /* Sources */ = { + FFF8fb474ef07fc5fb474ef0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFc4dcd9707fb7c4dcd970, - FFFFc4e041307fb7c4e04130, - FFFFc4e041987fb7c4e04198, - FFFFc4e042007fb7c4e04200, + FFFFfb55ed807fc5fb55ed80, + FFFFfb602e307fc5fb602e30, + FFFFfb602e987fc5fb602e98, + FFFFfb602f007fc5fb602f00, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -277,29 +277,29 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4c4d5d0e07fb7c4d5d0e0 /* PBXTargetDependency */ = { + FFF4fb4c73507fc5fb4c7350 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAc4dcd2707fb7c4dcd270 /* SnippetUtils */; - targetProxy = FFF5c4dcd2707fb7c4dcd270 /* PBXContainerItemProxy */; + target = FFFAfb5f9ac07fc5fb5f9ac0 /* SnippetUtils */; + targetProxy = FFF5fb5f9ac07fc5fb5f9ac0 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetSerialization */ - FFFFc4e195a07fb7c4e195a0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDc4dcd2707fb7c4dcd270 /* SnippetUtils */; }; - FFFFc4e2b7407fb7c4e2b740 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDc4e2b7407fb7c4e2b740 /* ClassicMain.cpp */; }; - FFFFc4e2bd707fb7c4e2bd70 /* SnippetSerialization.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDc4e2bd707fb7c4e2bd70 /* SnippetSerialization.cpp */; }; - FFFFc4e2bdd87fb7c4e2bdd8 /* SnippetSerializationRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDc4e2bdd87fb7c4e2bdd8 /* SnippetSerializationRender.cpp */; }; + FFFFfb6182707fc5fb618270 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfb5f9ac07fc5fb5f9ac0 /* SnippetUtils */; }; + FFFFfb629e907fc5fb629e90 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDfb629e907fc5fb629e90 /* ClassicMain.cpp */; }; + FFFFfb62a4c07fc5fb62a4c0 /* SnippetSerialization.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfb62a4c07fc5fb62a4c0 /* SnippetSerialization.cpp */; }; + FFFFfb62a5287fc5fb62a528 /* SnippetSerializationRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfb62a5287fc5fb62a528 /* SnippetSerializationRender.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDc4e044807fb7c4e04480 /* SnippetSerialization */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetSerialization"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDc4e2b7407fb7c4e2b740 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc4e2bd707fb7c4e2bd70 /* SnippetSerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetSerialization.cpp"; path = "../../SnippetSerialization/SnippetSerialization.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc4e2bdd87fb7c4e2bdd8 /* SnippetSerializationRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetSerializationRender.cpp"; path = "../../SnippetSerialization/SnippetSerializationRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfb602c007fc5fb602c00 /* SnippetSerialization */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetSerialization"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFDfb629e907fc5fb629e90 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfb62a4c07fc5fb62a4c0 /* SnippetSerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetSerialization.cpp"; path = "../../SnippetSerialization/SnippetSerialization.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfb62a5287fc5fb62a528 /* SnippetSerializationRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetSerializationRender.cpp"; path = "../../SnippetSerialization/SnippetSerializationRender.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2c4e044807fb7c4e04480 /* Resources */ = { + FFF2fb602c007fc5fb602c00 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -309,7 +309,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCc4e044807fb7c4e04480 /* Frameworks */ = { + FFFCfb602c007fc5fb602c00 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -319,13 +319,13 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8c4e044807fb7c4e04480 /* Sources */ = { + FFF8fb602c007fc5fb602c00 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFc4e2b7407fb7c4e2b740, - FFFFc4e2bd707fb7c4e2bd70, - FFFFc4e2bdd87fb7c4e2bdd8, + FFFFfb629e907fc5fb629e90, + FFFFfb62a4c07fc5fb62a4c0, + FFFFfb62a5287fc5fb62a528, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -334,29 +334,29 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4c4e195a07fb7c4e195a0 /* PBXTargetDependency */ = { + FFF4fb6182707fc5fb618270 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAc4dcd2707fb7c4dcd270 /* SnippetUtils */; - targetProxy = FFF5c4dcd2707fb7c4dcd270 /* PBXContainerItemProxy */; + target = FFFAfb5f9ac07fc5fb5f9ac0 /* SnippetUtils */; + targetProxy = FFF5fb5f9ac07fc5fb5f9ac0 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetContactReport */ - FFFFc4e286907fb7c4e28690 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDc4dcd2707fb7c4dcd270 /* SnippetUtils */; }; - FFFFc4e21dc07fb7c4e21dc0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDc4e21dc07fb7c4e21dc0 /* ClassicMain.cpp */; }; - FFFFc4e224207fb7c4e22420 /* SnippetContactReport.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDc4e224207fb7c4e22420 /* SnippetContactReport.cpp */; }; - FFFFc4e224887fb7c4e22488 /* SnippetContactReportRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDc4e224887fb7c4e22488 /* SnippetContactReportRender.cpp */; }; + FFFFfb626de07fc5fb626de0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfb5f9ac07fc5fb5f9ac0 /* SnippetUtils */; }; + FFFFfb6205207fc5fb620520 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDfb6205207fc5fb620520 /* ClassicMain.cpp */; }; + FFFFfb620af07fc5fb620af0 /* SnippetContactReport.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfb620af07fc5fb620af0 /* SnippetContactReport.cpp */; }; + FFFFfb620b587fc5fb620b58 /* SnippetContactReportRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfb620b587fc5fb620b58 /* SnippetContactReportRender.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDc4e2bf607fb7c4e2bf60 /* SnippetContactReport */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetContactReport"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDc4e21dc07fb7c4e21dc0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc4e224207fb7c4e22420 /* SnippetContactReport.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetContactReport.cpp"; path = "../../SnippetContactReport/SnippetContactReport.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc4e224887fb7c4e22488 /* SnippetContactReportRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetContactReportRender.cpp"; path = "../../SnippetContactReport/SnippetContactReportRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfb62a6b07fc5fb62a6b0 /* SnippetContactReport */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetContactReport"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFDfb6205207fc5fb620520 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfb620af07fc5fb620af0 /* SnippetContactReport.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetContactReport.cpp"; path = "../../SnippetContactReport/SnippetContactReport.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfb620b587fc5fb620b58 /* SnippetContactReportRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetContactReportRender.cpp"; path = "../../SnippetContactReport/SnippetContactReportRender.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2c4e2bf607fb7c4e2bf60 /* Resources */ = { + FFF2fb62a6b07fc5fb62a6b0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -366,7 +366,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCc4e2bf607fb7c4e2bf60 /* Frameworks */ = { + FFFCfb62a6b07fc5fb62a6b0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -376,13 +376,13 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8c4e2bf607fb7c4e2bf60 /* Sources */ = { + FFF8fb62a6b07fc5fb62a6b0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFc4e21dc07fb7c4e21dc0, - FFFFc4e224207fb7c4e22420, - FFFFc4e224887fb7c4e22488, + FFFFfb6205207fc5fb620520, + FFFFfb620af07fc5fb620af0, + FFFFfb620b587fc5fb620b58, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -391,29 +391,29 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4c4e286907fb7c4e28690 /* PBXTargetDependency */ = { + FFF4fb626de07fc5fb626de0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAc4dcd2707fb7c4dcd270 /* SnippetUtils */; - targetProxy = FFF5c4dcd2707fb7c4dcd270 /* PBXContainerItemProxy */; + target = FFFAfb5f9ac07fc5fb5f9ac0 /* SnippetUtils */; + targetProxy = FFF5fb5f9ac07fc5fb5f9ac0 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetJoint */ - FFFFc4e22fd07fb7c4e22fd0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDc4dcd2707fb7c4dcd270 /* SnippetUtils */; }; - FFFFc4e2e5d07fb7c4e2e5d0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDc4e2e5d07fb7c4e2e5d0 /* ClassicMain.cpp */; }; - FFFFc4e2ee307fb7c4e2ee30 /* SnippetJoint.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDc4e2ee307fb7c4e2ee30 /* SnippetJoint.cpp */; }; - FFFFc4e2ee987fb7c4e2ee98 /* SnippetJointRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDc4e2ee987fb7c4e2ee98 /* SnippetJointRender.cpp */; }; + FFFFfb6217607fc5fb621760 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfb5f9ac07fc5fb5f9ac0 /* SnippetUtils */; }; + FFFFfb62cbc07fc5fb62cbc0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDfb62cbc07fc5fb62cbc0 /* ClassicMain.cpp */; }; + FFFFfb62d1307fc5fb62d130 /* SnippetJoint.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfb62d1307fc5fb62d130 /* SnippetJoint.cpp */; }; + FFFFfb62d1987fc5fb62d198 /* SnippetJointRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfb62d1987fc5fb62d198 /* SnippetJointRender.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDc4e226107fb7c4e22610 /* SnippetJoint */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetJoint"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDc4e2e5d07fb7c4e2e5d0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc4e2ee307fb7c4e2ee30 /* SnippetJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetJoint.cpp"; path = "../../SnippetJoint/SnippetJoint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc4e2ee987fb7c4e2ee98 /* SnippetJointRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetJointRender.cpp"; path = "../../SnippetJoint/SnippetJointRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfb620ce07fc5fb620ce0 /* SnippetJoint */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetJoint"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFDfb62cbc07fc5fb62cbc0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfb62d1307fc5fb62d130 /* SnippetJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetJoint.cpp"; path = "../../SnippetJoint/SnippetJoint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfb62d1987fc5fb62d198 /* SnippetJointRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetJointRender.cpp"; path = "../../SnippetJoint/SnippetJointRender.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2c4e226107fb7c4e22610 /* Resources */ = { + FFF2fb620ce07fc5fb620ce0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -423,7 +423,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCc4e226107fb7c4e22610 /* Frameworks */ = { + FFFCfb620ce07fc5fb620ce0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -433,13 +433,13 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8c4e226107fb7c4e22610 /* Sources */ = { + FFF8fb620ce07fc5fb620ce0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFc4e2e5d07fb7c4e2e5d0, - FFFFc4e2ee307fb7c4e2ee30, - FFFFc4e2ee987fb7c4e2ee98, + FFFFfb62cbc07fc5fb62cbc0, + FFFFfb62d1307fc5fb62d130, + FFFFfb62d1987fc5fb62d198, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -448,29 +448,29 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4c4e22fd07fb7c4e22fd0 /* PBXTargetDependency */ = { + FFF4fb6217607fc5fb621760 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAc4dcd2707fb7c4dcd270 /* SnippetUtils */; - targetProxy = FFF5c4dcd2707fb7c4dcd270 /* PBXContainerItemProxy */; + target = FFFAfb5f9ac07fc5fb5f9ac0 /* SnippetUtils */; + targetProxy = FFF5fb5f9ac07fc5fb5f9ac0 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetContactReportCCD */ - FFFFc4e2faa07fb7c4e2faa0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDc4dcd2707fb7c4dcd270 /* SnippetUtils */; }; - FFFFc4e31e007fb7c4e31e00 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDc4e31e007fb7c4e31e00 /* ClassicMain.cpp */; }; - FFFFc4e324907fb7c4e32490 /* SnippetContactReportCCD.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDc4e324907fb7c4e32490 /* SnippetContactReportCCD.cpp */; }; - FFFFc4e324f87fb7c4e324f8 /* SnippetContactReportCCDRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDc4e324f87fb7c4e324f8 /* SnippetContactReportCCDRender.cpp */; }; + FFFFfb62dcd07fc5fb62dcd0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfb5f9ac07fc5fb5f9ac0 /* SnippetUtils */; }; + FFFFfb6301607fc5fb630160 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDfb6301607fc5fb630160 /* ClassicMain.cpp */; }; + FFFFfb6307a07fc5fb6307a0 /* SnippetContactReportCCD.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfb6307a07fc5fb6307a0 /* SnippetContactReportCCD.cpp */; }; + FFFFfb6308087fc5fb630808 /* SnippetContactReportCCDRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfb6308087fc5fb630808 /* SnippetContactReportCCDRender.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDc4e2f0207fb7c4e2f020 /* SnippetContactReportCCD */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetContactReportCCD"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDc4e31e007fb7c4e31e00 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc4e324907fb7c4e32490 /* SnippetContactReportCCD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetContactReportCCD.cpp"; path = "../../SnippetContactReportCCD/SnippetContactReportCCD.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc4e324f87fb7c4e324f8 /* SnippetContactReportCCDRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetContactReportCCDRender.cpp"; path = "../../SnippetContactReportCCD/SnippetContactReportCCDRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfb62d3207fc5fb62d320 /* SnippetContactReportCCD */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetContactReportCCD"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFDfb6301607fc5fb630160 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfb6307a07fc5fb6307a0 /* SnippetContactReportCCD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetContactReportCCD.cpp"; path = "../../SnippetContactReportCCD/SnippetContactReportCCD.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfb6308087fc5fb630808 /* SnippetContactReportCCDRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetContactReportCCDRender.cpp"; path = "../../SnippetContactReportCCD/SnippetContactReportCCDRender.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2c4e2f0207fb7c4e2f020 /* Resources */ = { + FFF2fb62d3207fc5fb62d320 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -480,7 +480,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCc4e2f0207fb7c4e2f020 /* Frameworks */ = { + FFFCfb62d3207fc5fb62d320 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -490,13 +490,13 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8c4e2f0207fb7c4e2f020 /* Sources */ = { + FFF8fb62d3207fc5fb62d320 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFc4e31e007fb7c4e31e00, - FFFFc4e324907fb7c4e32490, - FFFFc4e324f87fb7c4e324f8, + FFFFfb6301607fc5fb630160, + FFFFfb6307a07fc5fb6307a0, + FFFFfb6308087fc5fb630808, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -505,27 +505,27 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4c4e2faa07fb7c4e2faa0 /* PBXTargetDependency */ = { + FFF4fb62dcd07fc5fb62dcd0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAc4dcd2707fb7c4dcd270 /* SnippetUtils */; - targetProxy = FFF5c4dcd2707fb7c4dcd270 /* PBXContainerItemProxy */; + target = FFFAfb5f9ac07fc5fb5f9ac0 /* SnippetUtils */; + targetProxy = FFF5fb5f9ac07fc5fb5f9ac0 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetCloth */ - FFFFc4e330307fb7c4e33030 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDc4dcd2707fb7c4dcd270 /* SnippetUtils */; }; - FFFFc4e352d07fb7c4e352d0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDc4e352d07fb7c4e352d0 /* ClassicMain.cpp */; }; - FFFFc4e354907fb7c4e35490 /* SnippetCloth.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDc4e354907fb7c4e35490 /* SnippetCloth.cpp */; }; + FFFFfb6312e07fc5fb6312e0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfb5f9ac07fc5fb5f9ac0 /* SnippetUtils */; }; + FFFFfb6330407fc5fb633040 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDfb6330407fc5fb633040 /* ClassicMain.cpp */; }; + FFFFfb630d307fc5fb630d30 /* SnippetCloth.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfb630d307fc5fb630d30 /* SnippetCloth.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDc4e326807fb7c4e32680 /* SnippetCloth */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetCloth"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDc4e352d07fb7c4e352d0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc4e354907fb7c4e35490 /* SnippetCloth.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetCloth.cpp"; path = "../../SnippetCloth/SnippetCloth.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfb6305b07fc5fb6305b0 /* SnippetCloth */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetCloth"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFDfb6330407fc5fb633040 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfb630d307fc5fb630d30 /* SnippetCloth.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetCloth.cpp"; path = "../../SnippetCloth/SnippetCloth.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2c4e326807fb7c4e32680 /* Resources */ = { + FFF2fb6305b07fc5fb6305b0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -535,7 +535,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCc4e326807fb7c4e32680 /* Frameworks */ = { + FFFCfb6305b07fc5fb6305b0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -545,12 +545,12 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8c4e326807fb7c4e32680 /* Sources */ = { + FFF8fb6305b07fc5fb6305b0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFc4e352d07fb7c4e352d0, - FFFFc4e354907fb7c4e35490, + FFFFfb6330407fc5fb633040, + FFFFfb630d307fc5fb630d30, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -559,29 +559,29 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4c4e330307fb7c4e33030 /* PBXTargetDependency */ = { + FFF4fb6312e07fc5fb6312e0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAc4dcd2707fb7c4dcd270 /* SnippetUtils */; - targetProxy = FFF5c4dcd2707fb7c4dcd270 /* PBXContainerItemProxy */; + target = FFFAfb5f9ac07fc5fb5f9ac0 /* SnippetUtils */; + targetProxy = FFF5fb5f9ac07fc5fb5f9ac0 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetMBP */ - FFFFc4e363407fb7c4e36340 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDc4dcd2707fb7c4dcd270 /* SnippetUtils */; }; - FFFFc4e384007fb7c4e38400 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDc4e384007fb7c4e38400 /* ClassicMain.cpp */; }; - FFFFc4e38c107fb7c4e38c10 /* SnippetMBP.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDc4e38c107fb7c4e38c10 /* SnippetMBP.cpp */; }; - FFFFc4e38c787fb7c4e38c78 /* SnippetMBPRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDc4e38c787fb7c4e38c78 /* SnippetMBPRender.cpp */; }; + FFFFfb6345c07fc5fb6345c0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfb5f9ac07fc5fb5f9ac0 /* SnippetUtils */; }; + FFFFfb6366807fc5fb636680 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDfb6366807fc5fb636680 /* ClassicMain.cpp */; }; + FFFFfb636e907fc5fb636e90 /* SnippetMBP.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfb636e907fc5fb636e90 /* SnippetMBP.cpp */; }; + FFFFfb636ef87fc5fb636ef8 /* SnippetMBPRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfb636ef87fc5fb636ef8 /* SnippetMBPRender.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDc4e358907fb7c4e35890 /* SnippetMBP */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetMBP"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDc4e384007fb7c4e38400 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc4e38c107fb7c4e38c10 /* SnippetMBP.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetMBP.cpp"; path = "../../SnippetMBP/SnippetMBP.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc4e38c787fb7c4e38c78 /* SnippetMBPRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetMBPRender.cpp"; path = "../../SnippetMBP/SnippetMBPRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfb633b107fc5fb633b10 /* SnippetMBP */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetMBP"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFDfb6366807fc5fb636680 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfb636e907fc5fb636e90 /* SnippetMBP.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetMBP.cpp"; path = "../../SnippetMBP/SnippetMBP.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfb636ef87fc5fb636ef8 /* SnippetMBPRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetMBPRender.cpp"; path = "../../SnippetMBP/SnippetMBPRender.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2c4e358907fb7c4e35890 /* Resources */ = { + FFF2fb633b107fc5fb633b10 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -591,7 +591,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCc4e358907fb7c4e35890 /* Frameworks */ = { + FFFCfb633b107fc5fb633b10 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -601,13 +601,13 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8c4e358907fb7c4e35890 /* Sources */ = { + FFF8fb633b107fc5fb633b10 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFc4e384007fb7c4e38400, - FFFFc4e38c107fb7c4e38c10, - FFFFc4e38c787fb7c4e38c78, + FFFFfb6366807fc5fb636680, + FFFFfb636e907fc5fb636e90, + FFFFfb636ef87fc5fb636ef8, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -616,29 +616,29 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4c4e363407fb7c4e36340 /* PBXTargetDependency */ = { + FFF4fb6345c07fc5fb6345c0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAc4dcd2707fb7c4dcd270 /* SnippetUtils */; - targetProxy = FFF5c4dcd2707fb7c4dcd270 /* PBXContainerItemProxy */; + target = FFFAfb5f9ac07fc5fb5f9ac0 /* SnippetUtils */; + targetProxy = FFF5fb5f9ac07fc5fb5f9ac0 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetArticulation */ - FFFFc4e398a07fb7c4e398a0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDc4dcd2707fb7c4dcd270 /* SnippetUtils */; }; - FFFFc4e3b5d07fb7c4e3b5d0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDc4e3b5d07fb7c4e3b5d0 /* ClassicMain.cpp */; }; - FFFFc4e3c1e07fb7c4e3c1e0 /* SnippetArticulation.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDc4e3c1e07fb7c4e3c1e0 /* SnippetArticulation.cpp */; }; - FFFFc4e3c2487fb7c4e3c248 /* SnippetArticulationRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDc4e3c2487fb7c4e3c248 /* SnippetArticulationRender.cpp */; }; + FFFFfb637b207fc5fb637b20 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfb5f9ac07fc5fb5f9ac0 /* SnippetUtils */; }; + FFFFfb6398507fc5fb639850 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDfb6398507fc5fb639850 /* ClassicMain.cpp */; }; + FFFFfb63a4607fc5fb63a460 /* SnippetArticulation.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfb63a4607fc5fb63a460 /* SnippetArticulation.cpp */; }; + FFFFfb63a4c87fc5fb63a4c8 /* SnippetArticulationRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfb63a4c87fc5fb63a4c8 /* SnippetArticulationRender.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDc4e38e007fb7c4e38e00 /* SnippetArticulation */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetArticulation"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDc4e3b5d07fb7c4e3b5d0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc4e3c1e07fb7c4e3c1e0 /* SnippetArticulation.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetArticulation.cpp"; path = "../../SnippetArticulation/SnippetArticulation.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc4e3c2487fb7c4e3c248 /* SnippetArticulationRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetArticulationRender.cpp"; path = "../../SnippetArticulation/SnippetArticulationRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfb6370807fc5fb637080 /* SnippetArticulation */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetArticulation"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFDfb6398507fc5fb639850 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfb63a4607fc5fb63a460 /* SnippetArticulation.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetArticulation.cpp"; path = "../../SnippetArticulation/SnippetArticulation.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfb63a4c87fc5fb63a4c8 /* SnippetArticulationRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetArticulationRender.cpp"; path = "../../SnippetArticulation/SnippetArticulationRender.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2c4e38e007fb7c4e38e00 /* Resources */ = { + FFF2fb6370807fc5fb637080 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -648,7 +648,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCc4e38e007fb7c4e38e00 /* Frameworks */ = { + FFFCfb6370807fc5fb637080 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -658,13 +658,13 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8c4e38e007fb7c4e38e00 /* Sources */ = { + FFF8fb6370807fc5fb637080 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFc4e3b5d07fb7c4e3b5d0, - FFFFc4e3c1e07fb7c4e3c1e0, - FFFFc4e3c2487fb7c4e3c248, + FFFFfb6398507fc5fb639850, + FFFFfb63a4607fc5fb63a460, + FFFFfb63a4c87fc5fb63a4c8, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -673,29 +673,29 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4c4e398a07fb7c4e398a0 /* PBXTargetDependency */ = { + FFF4fb637b207fc5fb637b20 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAc4dcd2707fb7c4dcd270 /* SnippetUtils */; - targetProxy = FFF5c4dcd2707fb7c4dcd270 /* PBXContainerItemProxy */; + target = FFFAfb5f9ac07fc5fb5f9ac0 /* SnippetUtils */; + targetProxy = FFF5fb5f9ac07fc5fb5f9ac0 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetRaycastCCD */ - FFFFc4e3cdf07fb7c4e3cdf0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDc4dcd2707fb7c4dcd270 /* SnippetUtils */; }; - FFFFc4e3eaa07fb7c4e3eaa0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDc4e3eaa07fb7c4e3eaa0 /* ClassicMain.cpp */; }; - FFFFc4e3f7707fb7c4e3f770 /* SnippetRaycastCCD.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDc4e3f7707fb7c4e3f770 /* SnippetRaycastCCD.cpp */; }; - FFFFc4e3f7d87fb7c4e3f7d8 /* SnippetRaycastCCDRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDc4e3f7d87fb7c4e3f7d8 /* SnippetRaycastCCDRender.cpp */; }; + FFFFfb63b0707fc5fb63b070 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfb5f9ac07fc5fb5f9ac0 /* SnippetUtils */; }; + FFFFfb63cd207fc5fb63cd20 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDfb63cd207fc5fb63cd20 /* ClassicMain.cpp */; }; + FFFFfb63d9f07fc5fb63d9f0 /* SnippetRaycastCCD.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfb63d9f07fc5fb63d9f0 /* SnippetRaycastCCD.cpp */; }; + FFFFfb63da587fc5fb63da58 /* SnippetRaycastCCDRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfb63da587fc5fb63da58 /* SnippetRaycastCCDRender.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDc4e3c3d07fb7c4e3c3d0 /* SnippetRaycastCCD */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetRaycastCCD"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDc4e3eaa07fb7c4e3eaa0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc4e3f7707fb7c4e3f770 /* SnippetRaycastCCD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetRaycastCCD.cpp"; path = "../../SnippetRaycastCCD/SnippetRaycastCCD.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc4e3f7d87fb7c4e3f7d8 /* SnippetRaycastCCDRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetRaycastCCDRender.cpp"; path = "../../SnippetRaycastCCD/SnippetRaycastCCDRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfb63a6507fc5fb63a650 /* SnippetRaycastCCD */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetRaycastCCD"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFDfb63cd207fc5fb63cd20 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfb63d9f07fc5fb63d9f0 /* SnippetRaycastCCD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetRaycastCCD.cpp"; path = "../../SnippetRaycastCCD/SnippetRaycastCCD.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfb63da587fc5fb63da58 /* SnippetRaycastCCDRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetRaycastCCDRender.cpp"; path = "../../SnippetRaycastCCD/SnippetRaycastCCDRender.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2c4e3c3d07fb7c4e3c3d0 /* Resources */ = { + FFF2fb63a6507fc5fb63a650 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -705,7 +705,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCc4e3c3d07fb7c4e3c3d0 /* Frameworks */ = { + FFFCfb63a6507fc5fb63a650 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -715,13 +715,13 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8c4e3c3d07fb7c4e3c3d0 /* Sources */ = { + FFF8fb63a6507fc5fb63a650 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFc4e3eaa07fb7c4e3eaa0, - FFFFc4e3f7707fb7c4e3f770, - FFFFc4e3f7d87fb7c4e3f7d8, + FFFFfb63cd207fc5fb63cd20, + FFFFfb63d9f07fc5fb63d9f0, + FFFFfb63da587fc5fb63da58, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -730,29 +730,29 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4c4e3cdf07fb7c4e3cdf0 /* PBXTargetDependency */ = { + FFF4fb63b0707fc5fb63b070 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAc4dcd2707fb7c4dcd270 /* SnippetUtils */; - targetProxy = FFF5c4dcd2707fb7c4dcd270 /* PBXContainerItemProxy */; + target = FFFAfb5f9ac07fc5fb5f9ac0 /* SnippetUtils */; + targetProxy = FFF5fb5f9ac07fc5fb5f9ac0 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetCustomProfiler */ - FFFFc4e403607fb7c4e40360 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDc4dcd2707fb7c4dcd270 /* SnippetUtils */; }; - FFFFc4e427407fb7c4e42740 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDc4e427407fb7c4e42740 /* ClassicMain.cpp */; }; - FFFFc4e42d807fb7c4e42d80 /* SnippetCustomProfiler.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDc4e42d807fb7c4e42d80 /* SnippetCustomProfiler.cpp */; }; - FFFFc4e42de87fb7c4e42de8 /* SnippetCustomProfilerRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDc4e42de87fb7c4e42de8 /* SnippetCustomProfilerRender.cpp */; }; + FFFFfb63e5e07fc5fb63e5e0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfb5f9ac07fc5fb5f9ac0 /* SnippetUtils */; }; + FFFFfb6409c07fc5fb6409c0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDfb6409c07fc5fb6409c0 /* ClassicMain.cpp */; }; + FFFFfb6410007fc5fb641000 /* SnippetCustomProfiler.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfb6410007fc5fb641000 /* SnippetCustomProfiler.cpp */; }; + FFFFfb6410687fc5fb641068 /* SnippetCustomProfilerRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfb6410687fc5fb641068 /* SnippetCustomProfilerRender.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDc4e3f5807fb7c4e3f580 /* SnippetCustomProfiler */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetCustomProfiler"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDc4e427407fb7c4e42740 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc4e42d807fb7c4e42d80 /* SnippetCustomProfiler.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetCustomProfiler.cpp"; path = "../../SnippetCustomProfiler/SnippetCustomProfiler.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc4e42de87fb7c4e42de8 /* SnippetCustomProfilerRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetCustomProfilerRender.cpp"; path = "../../SnippetCustomProfiler/SnippetCustomProfilerRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfb63d8007fc5fb63d800 /* SnippetCustomProfiler */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetCustomProfiler"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFDfb6409c07fc5fb6409c0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfb6410007fc5fb641000 /* SnippetCustomProfiler.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetCustomProfiler.cpp"; path = "../../SnippetCustomProfiler/SnippetCustomProfiler.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfb6410687fc5fb641068 /* SnippetCustomProfilerRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetCustomProfilerRender.cpp"; path = "../../SnippetCustomProfiler/SnippetCustomProfilerRender.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2c4e3f5807fb7c4e3f580 /* Resources */ = { + FFF2fb63d8007fc5fb63d800 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -762,7 +762,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCc4e3f5807fb7c4e3f580 /* Frameworks */ = { + FFFCfb63d8007fc5fb63d800 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -772,13 +772,13 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8c4e3f5807fb7c4e3f580 /* Sources */ = { + FFF8fb63d8007fc5fb63d800 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFc4e427407fb7c4e42740, - FFFFc4e42d807fb7c4e42d80, - FFFFc4e42de87fb7c4e42de8, + FFFFfb6409c07fc5fb6409c0, + FFFFfb6410007fc5fb641000, + FFFFfb6410687fc5fb641068, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -787,49 +787,49 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4c4e403607fb7c4e40360 /* PBXTargetDependency */ = { + FFF4fb63e5e07fc5fb63e5e0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAc4dcd2707fb7c4dcd270 /* SnippetUtils */; - targetProxy = FFF5c4dcd2707fb7c4dcd270 /* PBXContainerItemProxy */; + target = FFFAfb5f9ac07fc5fb5f9ac0 /* SnippetUtils */; + targetProxy = FFF5fb5f9ac07fc5fb5f9ac0 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetVehicleTank */ - FFFFc4e438f07fb7c4e438f0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDc4dcd2707fb7c4dcd270 /* SnippetUtils */; }; - FFFFc4e467907fb7c4e46790 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDc4e467907fb7c4e46790 /* ClassicMain.cpp */; }; - FFFFc4e468907fb7c4e46890 /* SnippetVehicleTank.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDc4e468907fb7c4e46890 /* SnippetVehicleTank.cpp */; }; - FFFFc4e468f87fb7c4e468f8 /* SnippetVehicleTankRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDc4e468f87fb7c4e468f8 /* SnippetVehicleTankRender.cpp */; }; - FFFFc42140007fb7c4214000 /* SnippetVehicle4WCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDc42140007fb7c4214000 /* SnippetVehicle4WCreate.cpp */; }; - FFFFc42140687fb7c4214068 /* SnippetVehicleCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDc42140687fb7c4214068 /* SnippetVehicleCreate.cpp */; }; - FFFFc42140d07fb7c42140d0 /* SnippetVehicleFilterShader.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDc42140d07fb7c42140d0 /* SnippetVehicleFilterShader.cpp */; }; - FFFFc42141387fb7c4214138 /* SnippetVehicleNoDriveCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDc42141387fb7c4214138 /* SnippetVehicleNoDriveCreate.cpp */; }; - FFFFc42141a07fb7c42141a0 /* SnippetVehicleSceneQuery.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDc42141a07fb7c42141a0 /* SnippetVehicleSceneQuery.cpp */; }; - FFFFc42142087fb7c4214208 /* SnippetVehicleTankCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDc42142087fb7c4214208 /* SnippetVehicleTankCreate.cpp */; }; - FFFFc42142707fb7c4214270 /* SnippetVehicleTireFriction.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDc42142707fb7c4214270 /* SnippetVehicleTireFriction.cpp */; }; + FFFFfb641b707fc5fb641b70 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfb5f9ac07fc5fb5f9ac0 /* SnippetUtils */; }; + FFFFfb644a107fc5fb644a10 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDfb644a107fc5fb644a10 /* ClassicMain.cpp */; }; + FFFFfb644b107fc5fb644b10 /* SnippetVehicleTank.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfb644b107fc5fb644b10 /* SnippetVehicleTank.cpp */; }; + FFFFfb644b787fc5fb644b78 /* SnippetVehicleTankRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfb644b787fc5fb644b78 /* SnippetVehicleTankRender.cpp */; }; + FFFFfaa148007fc5faa14800 /* SnippetVehicle4WCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfaa148007fc5faa14800 /* SnippetVehicle4WCreate.cpp */; }; + FFFFfaa148687fc5faa14868 /* SnippetVehicleCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfaa148687fc5faa14868 /* SnippetVehicleCreate.cpp */; }; + FFFFfaa148d07fc5faa148d0 /* SnippetVehicleFilterShader.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfaa148d07fc5faa148d0 /* SnippetVehicleFilterShader.cpp */; }; + FFFFfaa149387fc5faa14938 /* SnippetVehicleNoDriveCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfaa149387fc5faa14938 /* SnippetVehicleNoDriveCreate.cpp */; }; + FFFFfaa149a07fc5faa149a0 /* SnippetVehicleSceneQuery.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfaa149a07fc5faa149a0 /* SnippetVehicleSceneQuery.cpp */; }; + FFFFfaa14a087fc5faa14a08 /* SnippetVehicleTankCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfaa14a087fc5faa14a08 /* SnippetVehicleTankCreate.cpp */; }; + FFFFfaa14a707fc5faa14a70 /* SnippetVehicleTireFriction.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfaa14a707fc5faa14a70 /* SnippetVehicleTireFriction.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDc4e42f707fb7c4e42f70 /* SnippetVehicleTank */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetVehicleTank"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDc4e467907fb7c4e46790 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc4e468907fb7c4e46890 /* SnippetVehicleTank.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTank.cpp"; path = "../../SnippetVehicleTank/SnippetVehicleTank.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc4e468f87fb7c4e468f8 /* SnippetVehicleTankRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTankRender.cpp"; path = "../../SnippetVehicleTank/SnippetVehicleTankRender.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc42140007fb7c4214000 /* SnippetVehicle4WCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicle4WCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicle4WCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc42140687fb7c4214068 /* SnippetVehicleCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc42140d07fb7c42140d0 /* SnippetVehicleFilterShader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc42141387fb7c4214138 /* SnippetVehicleNoDriveCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleNoDriveCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleNoDriveCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc42141a07fb7c42141a0 /* SnippetVehicleSceneQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc42142087fb7c4214208 /* SnippetVehicleTankCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTankCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTankCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc42142707fb7c4214270 /* SnippetVehicleTireFriction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc42142d87fb7c42142d8 /* SnippetVehicleConcurrency.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleConcurrency.h"; path = "../../SnippetVehicleCommon/SnippetVehicleConcurrency.h"; sourceTree = SOURCE_ROOT; }; - FFFDc42143407fb7c4214340 /* SnippetVehicleCreate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.h"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.h"; sourceTree = SOURCE_ROOT; }; - FFFDc42143a87fb7c42143a8 /* SnippetVehicleFilterShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.h"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.h"; sourceTree = SOURCE_ROOT; }; - FFFDc42144107fb7c4214410 /* SnippetVehicleSceneQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.h"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.h"; sourceTree = SOURCE_ROOT; }; - FFFDc42144787fb7c4214478 /* SnippetVehicleTireFriction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.h"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.h"; sourceTree = SOURCE_ROOT; }; - FFFDc42144e07fb7c42144e0 /* SnippetVehicleWheelQueryResult.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleWheelQueryResult.h"; path = "../../SnippetVehicleCommon/SnippetVehicleWheelQueryResult.h"; sourceTree = SOURCE_ROOT; }; + FFFDfb6411f07fc5fb6411f0 /* SnippetVehicleTank */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetVehicleTank"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFDfb644a107fc5fb644a10 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfb644b107fc5fb644b10 /* SnippetVehicleTank.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTank.cpp"; path = "../../SnippetVehicleTank/SnippetVehicleTank.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfb644b787fc5fb644b78 /* SnippetVehicleTankRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTankRender.cpp"; path = "../../SnippetVehicleTank/SnippetVehicleTankRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfaa148007fc5faa14800 /* SnippetVehicle4WCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicle4WCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicle4WCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfaa148687fc5faa14868 /* SnippetVehicleCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfaa148d07fc5faa148d0 /* SnippetVehicleFilterShader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfaa149387fc5faa14938 /* SnippetVehicleNoDriveCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleNoDriveCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleNoDriveCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfaa149a07fc5faa149a0 /* SnippetVehicleSceneQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfaa14a087fc5faa14a08 /* SnippetVehicleTankCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTankCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTankCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfaa14a707fc5faa14a70 /* SnippetVehicleTireFriction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfaa14ad87fc5faa14ad8 /* SnippetVehicleConcurrency.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleConcurrency.h"; path = "../../SnippetVehicleCommon/SnippetVehicleConcurrency.h"; sourceTree = SOURCE_ROOT; }; + FFFDfaa14b407fc5faa14b40 /* SnippetVehicleCreate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.h"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.h"; sourceTree = SOURCE_ROOT; }; + FFFDfaa14ba87fc5faa14ba8 /* SnippetVehicleFilterShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.h"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.h"; sourceTree = SOURCE_ROOT; }; + FFFDfaa14c107fc5faa14c10 /* SnippetVehicleSceneQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.h"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.h"; sourceTree = SOURCE_ROOT; }; + FFFDfaa14c787fc5faa14c78 /* SnippetVehicleTireFriction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.h"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.h"; sourceTree = SOURCE_ROOT; }; + FFFDfaa14ce07fc5faa14ce0 /* SnippetVehicleWheelQueryResult.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleWheelQueryResult.h"; path = "../../SnippetVehicleCommon/SnippetVehicleWheelQueryResult.h"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2c4e42f707fb7c4e42f70 /* Resources */ = { + FFF2fb6411f07fc5fb6411f0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -839,7 +839,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCc4e42f707fb7c4e42f70 /* Frameworks */ = { + FFFCfb6411f07fc5fb6411f0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -849,20 +849,20 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8c4e42f707fb7c4e42f70 /* Sources */ = { + FFF8fb6411f07fc5fb6411f0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFc4e467907fb7c4e46790, - FFFFc4e468907fb7c4e46890, - FFFFc4e468f87fb7c4e468f8, - FFFFc42140007fb7c4214000, - FFFFc42140687fb7c4214068, - FFFFc42140d07fb7c42140d0, - FFFFc42141387fb7c4214138, - FFFFc42141a07fb7c42141a0, - FFFFc42142087fb7c4214208, - FFFFc42142707fb7c4214270, + FFFFfb644a107fc5fb644a10, + FFFFfb644b107fc5fb644b10, + FFFFfb644b787fc5fb644b78, + FFFFfaa148007fc5faa14800, + FFFFfaa148687fc5faa14868, + FFFFfaa148d07fc5faa148d0, + FFFFfaa149387fc5faa14938, + FFFFfaa149a07fc5faa149a0, + FFFFfaa14a087fc5faa14a08, + FFFFfaa14a707fc5faa14a70, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -871,49 +871,49 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4c4e438f07fb7c4e438f0 /* PBXTargetDependency */ = { + FFF4fb641b707fc5fb641b70 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAc4dcd2707fb7c4dcd270 /* SnippetUtils */; - targetProxy = FFF5c4dcd2707fb7c4dcd270 /* PBXContainerItemProxy */; + target = FFFAfb5f9ac07fc5fb5f9ac0 /* SnippetUtils */; + targetProxy = FFF5fb5f9ac07fc5fb5f9ac0 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetVehicle4W */ - FFFFc4e486107fb7c4e48610 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDc4dcd2707fb7c4dcd270 /* SnippetUtils */; }; - FFFFc4e4ae607fb7c4e4ae60 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDc4e4ae607fb7c4e4ae60 /* ClassicMain.cpp */; }; - FFFFc4e4b5807fb7c4e4b580 /* SnippetVehicle4W.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDc4e4b5807fb7c4e4b580 /* SnippetVehicle4W.cpp */; }; - FFFFc4e4b5e87fb7c4e4b5e8 /* SnippetVehicle4WRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDc4e4b5e87fb7c4e4b5e8 /* SnippetVehicle4WRender.cpp */; }; - FFFFc42170007fb7c4217000 /* SnippetVehicle4WCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDc42170007fb7c4217000 /* SnippetVehicle4WCreate.cpp */; }; - FFFFc42170687fb7c4217068 /* SnippetVehicleCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDc42170687fb7c4217068 /* SnippetVehicleCreate.cpp */; }; - FFFFc42170d07fb7c42170d0 /* SnippetVehicleFilterShader.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDc42170d07fb7c42170d0 /* SnippetVehicleFilterShader.cpp */; }; - FFFFc42171387fb7c4217138 /* SnippetVehicleNoDriveCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDc42171387fb7c4217138 /* SnippetVehicleNoDriveCreate.cpp */; }; - FFFFc42171a07fb7c42171a0 /* SnippetVehicleSceneQuery.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDc42171a07fb7c42171a0 /* SnippetVehicleSceneQuery.cpp */; }; - FFFFc42172087fb7c4217208 /* SnippetVehicleTankCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDc42172087fb7c4217208 /* SnippetVehicleTankCreate.cpp */; }; - FFFFc42172707fb7c4217270 /* SnippetVehicleTireFriction.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDc42172707fb7c4217270 /* SnippetVehicleTireFriction.cpp */; }; + FFFFfb6468907fc5fb646890 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfb5f9ac07fc5fb5f9ac0 /* SnippetUtils */; }; + FFFFfb6490e07fc5fb6490e0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDfb6490e07fc5fb6490e0 /* ClassicMain.cpp */; }; + FFFFfb6498007fc5fb649800 /* SnippetVehicle4W.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfb6498007fc5fb649800 /* SnippetVehicle4W.cpp */; }; + FFFFfb6498687fc5fb649868 /* SnippetVehicle4WRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfb6498687fc5fb649868 /* SnippetVehicle4WRender.cpp */; }; + FFFFfaa178007fc5faa17800 /* SnippetVehicle4WCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfaa178007fc5faa17800 /* SnippetVehicle4WCreate.cpp */; }; + FFFFfaa178687fc5faa17868 /* SnippetVehicleCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfaa178687fc5faa17868 /* SnippetVehicleCreate.cpp */; }; + FFFFfaa178d07fc5faa178d0 /* SnippetVehicleFilterShader.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfaa178d07fc5faa178d0 /* SnippetVehicleFilterShader.cpp */; }; + FFFFfaa179387fc5faa17938 /* SnippetVehicleNoDriveCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfaa179387fc5faa17938 /* SnippetVehicleNoDriveCreate.cpp */; }; + FFFFfaa179a07fc5faa179a0 /* SnippetVehicleSceneQuery.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfaa179a07fc5faa179a0 /* SnippetVehicleSceneQuery.cpp */; }; + FFFFfaa17a087fc5faa17a08 /* SnippetVehicleTankCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfaa17a087fc5faa17a08 /* SnippetVehicleTankCreate.cpp */; }; + FFFFfaa17a707fc5faa17a70 /* SnippetVehicleTireFriction.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfaa17a707fc5faa17a70 /* SnippetVehicleTireFriction.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDc4e47e007fb7c4e47e00 /* SnippetVehicle4W */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetVehicle4W"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDc4e4ae607fb7c4e4ae60 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc4e4b5807fb7c4e4b580 /* SnippetVehicle4W.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicle4W.cpp"; path = "../../SnippetVehicle4W/SnippetVehicle4W.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc4e4b5e87fb7c4e4b5e8 /* SnippetVehicle4WRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicle4WRender.cpp"; path = "../../SnippetVehicle4W/SnippetVehicle4WRender.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc42170007fb7c4217000 /* SnippetVehicle4WCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicle4WCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicle4WCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc42170687fb7c4217068 /* SnippetVehicleCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc42170d07fb7c42170d0 /* SnippetVehicleFilterShader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc42171387fb7c4217138 /* SnippetVehicleNoDriveCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleNoDriveCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleNoDriveCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc42171a07fb7c42171a0 /* SnippetVehicleSceneQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc42172087fb7c4217208 /* SnippetVehicleTankCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTankCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTankCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc42172707fb7c4217270 /* SnippetVehicleTireFriction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc42172d87fb7c42172d8 /* SnippetVehicleConcurrency.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleConcurrency.h"; path = "../../SnippetVehicleCommon/SnippetVehicleConcurrency.h"; sourceTree = SOURCE_ROOT; }; - FFFDc42173407fb7c4217340 /* SnippetVehicleCreate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.h"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.h"; sourceTree = SOURCE_ROOT; }; - FFFDc42173a87fb7c42173a8 /* SnippetVehicleFilterShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.h"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.h"; sourceTree = SOURCE_ROOT; }; - FFFDc42174107fb7c4217410 /* SnippetVehicleSceneQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.h"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.h"; sourceTree = SOURCE_ROOT; }; - FFFDc42174787fb7c4217478 /* SnippetVehicleTireFriction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.h"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.h"; sourceTree = SOURCE_ROOT; }; - FFFDc42174e07fb7c42174e0 /* SnippetVehicleWheelQueryResult.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleWheelQueryResult.h"; path = "../../SnippetVehicleCommon/SnippetVehicleWheelQueryResult.h"; sourceTree = SOURCE_ROOT; }; + FFFDfb6460807fc5fb646080 /* SnippetVehicle4W */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetVehicle4W"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFDfb6490e07fc5fb6490e0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfb6498007fc5fb649800 /* SnippetVehicle4W.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicle4W.cpp"; path = "../../SnippetVehicle4W/SnippetVehicle4W.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfb6498687fc5fb649868 /* SnippetVehicle4WRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicle4WRender.cpp"; path = "../../SnippetVehicle4W/SnippetVehicle4WRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfaa178007fc5faa17800 /* SnippetVehicle4WCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicle4WCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicle4WCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfaa178687fc5faa17868 /* SnippetVehicleCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfaa178d07fc5faa178d0 /* SnippetVehicleFilterShader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfaa179387fc5faa17938 /* SnippetVehicleNoDriveCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleNoDriveCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleNoDriveCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfaa179a07fc5faa179a0 /* SnippetVehicleSceneQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfaa17a087fc5faa17a08 /* SnippetVehicleTankCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTankCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTankCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfaa17a707fc5faa17a70 /* SnippetVehicleTireFriction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfaa17ad87fc5faa17ad8 /* SnippetVehicleConcurrency.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleConcurrency.h"; path = "../../SnippetVehicleCommon/SnippetVehicleConcurrency.h"; sourceTree = SOURCE_ROOT; }; + FFFDfaa17b407fc5faa17b40 /* SnippetVehicleCreate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.h"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.h"; sourceTree = SOURCE_ROOT; }; + FFFDfaa17ba87fc5faa17ba8 /* SnippetVehicleFilterShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.h"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.h"; sourceTree = SOURCE_ROOT; }; + FFFDfaa17c107fc5faa17c10 /* SnippetVehicleSceneQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.h"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.h"; sourceTree = SOURCE_ROOT; }; + FFFDfaa17c787fc5faa17c78 /* SnippetVehicleTireFriction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.h"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.h"; sourceTree = SOURCE_ROOT; }; + FFFDfaa17ce07fc5faa17ce0 /* SnippetVehicleWheelQueryResult.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleWheelQueryResult.h"; path = "../../SnippetVehicleCommon/SnippetVehicleWheelQueryResult.h"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2c4e47e007fb7c4e47e00 /* Resources */ = { + FFF2fb6460807fc5fb646080 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -923,7 +923,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCc4e47e007fb7c4e47e00 /* Frameworks */ = { + FFFCfb6460807fc5fb646080 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -933,20 +933,20 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8c4e47e007fb7c4e47e00 /* Sources */ = { + FFF8fb6460807fc5fb646080 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFc4e4ae607fb7c4e4ae60, - FFFFc4e4b5807fb7c4e4b580, - FFFFc4e4b5e87fb7c4e4b5e8, - FFFFc42170007fb7c4217000, - FFFFc42170687fb7c4217068, - FFFFc42170d07fb7c42170d0, - FFFFc42171387fb7c4217138, - FFFFc42171a07fb7c42171a0, - FFFFc42172087fb7c4217208, - FFFFc42172707fb7c4217270, + FFFFfb6490e07fc5fb6490e0, + FFFFfb6498007fc5fb649800, + FFFFfb6498687fc5fb649868, + FFFFfaa178007fc5faa17800, + FFFFfaa178687fc5faa17868, + FFFFfaa178d07fc5faa178d0, + FFFFfaa179387fc5faa17938, + FFFFfaa179a07fc5faa179a0, + FFFFfaa17a087fc5faa17a08, + FFFFfaa17a707fc5faa17a70, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -955,49 +955,49 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4c4e486107fb7c4e48610 /* PBXTargetDependency */ = { + FFF4fb6468907fc5fb646890 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAc4dcd2707fb7c4dcd270 /* SnippetUtils */; - targetProxy = FFF5c4dcd2707fb7c4dcd270 /* PBXContainerItemProxy */; + target = FFFAfb5f9ac07fc5fb5f9ac0 /* SnippetUtils */; + targetProxy = FFF5fb5f9ac07fc5fb5f9ac0 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetVehicleScale */ - FFFFc4e4d3507fb7c4e4d350 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDc4dcd2707fb7c4dcd270 /* SnippetUtils */; }; - FFFFc4e501807fb7c4e50180 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDc4e501807fb7c4e50180 /* ClassicMain.cpp */; }; - FFFFc4e502807fb7c4e50280 /* SnippetVehicleScale.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDc4e502807fb7c4e50280 /* SnippetVehicleScale.cpp */; }; - FFFFc4e502e87fb7c4e502e8 /* SnippetVehicleScaleRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDc4e502e87fb7c4e502e8 /* SnippetVehicleScaleRender.cpp */; }; - FFFFc421a0007fb7c421a000 /* SnippetVehicle4WCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDc421a0007fb7c421a000 /* SnippetVehicle4WCreate.cpp */; }; - FFFFc421a0687fb7c421a068 /* SnippetVehicleCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDc421a0687fb7c421a068 /* SnippetVehicleCreate.cpp */; }; - FFFFc421a0d07fb7c421a0d0 /* SnippetVehicleFilterShader.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDc421a0d07fb7c421a0d0 /* SnippetVehicleFilterShader.cpp */; }; - FFFFc421a1387fb7c421a138 /* SnippetVehicleNoDriveCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDc421a1387fb7c421a138 /* SnippetVehicleNoDriveCreate.cpp */; }; - FFFFc421a1a07fb7c421a1a0 /* SnippetVehicleSceneQuery.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDc421a1a07fb7c421a1a0 /* SnippetVehicleSceneQuery.cpp */; }; - FFFFc421a2087fb7c421a208 /* SnippetVehicleTankCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDc421a2087fb7c421a208 /* SnippetVehicleTankCreate.cpp */; }; - FFFFc421a2707fb7c421a270 /* SnippetVehicleTireFriction.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDc421a2707fb7c421a270 /* SnippetVehicleTireFriction.cpp */; }; + FFFFfb64b5d07fc5fb64b5d0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfb5f9ac07fc5fb5f9ac0 /* SnippetUtils */; }; + FFFFfb64e4007fc5fb64e400 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDfb64e4007fc5fb64e400 /* ClassicMain.cpp */; }; + FFFFfb64e5007fc5fb64e500 /* SnippetVehicleScale.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfb64e5007fc5fb64e500 /* SnippetVehicleScale.cpp */; }; + FFFFfb64e5687fc5fb64e568 /* SnippetVehicleScaleRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfb64e5687fc5fb64e568 /* SnippetVehicleScaleRender.cpp */; }; + FFFFfaa1a8007fc5faa1a800 /* SnippetVehicle4WCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfaa1a8007fc5faa1a800 /* SnippetVehicle4WCreate.cpp */; }; + FFFFfaa1a8687fc5faa1a868 /* SnippetVehicleCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfaa1a8687fc5faa1a868 /* SnippetVehicleCreate.cpp */; }; + FFFFfaa1a8d07fc5faa1a8d0 /* SnippetVehicleFilterShader.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfaa1a8d07fc5faa1a8d0 /* SnippetVehicleFilterShader.cpp */; }; + FFFFfaa1a9387fc5faa1a938 /* SnippetVehicleNoDriveCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfaa1a9387fc5faa1a938 /* SnippetVehicleNoDriveCreate.cpp */; }; + FFFFfaa1a9a07fc5faa1a9a0 /* SnippetVehicleSceneQuery.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfaa1a9a07fc5faa1a9a0 /* SnippetVehicleSceneQuery.cpp */; }; + FFFFfaa1aa087fc5faa1aa08 /* SnippetVehicleTankCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfaa1aa087fc5faa1aa08 /* SnippetVehicleTankCreate.cpp */; }; + FFFFfaa1aa707fc5faa1aa70 /* SnippetVehicleTireFriction.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfaa1aa707fc5faa1aa70 /* SnippetVehicleTireFriction.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDc4e4cb907fb7c4e4cb90 /* SnippetVehicleScale */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetVehicleScale"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDc4e501807fb7c4e50180 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc4e502807fb7c4e50280 /* SnippetVehicleScale.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleScale.cpp"; path = "../../SnippetVehicleScale/SnippetVehicleScale.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc4e502e87fb7c4e502e8 /* SnippetVehicleScaleRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleScaleRender.cpp"; path = "../../SnippetVehicleScale/SnippetVehicleScaleRender.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc421a0007fb7c421a000 /* SnippetVehicle4WCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicle4WCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicle4WCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc421a0687fb7c421a068 /* SnippetVehicleCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc421a0d07fb7c421a0d0 /* SnippetVehicleFilterShader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc421a1387fb7c421a138 /* SnippetVehicleNoDriveCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleNoDriveCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleNoDriveCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc421a1a07fb7c421a1a0 /* SnippetVehicleSceneQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc421a2087fb7c421a208 /* SnippetVehicleTankCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTankCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTankCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc421a2707fb7c421a270 /* SnippetVehicleTireFriction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc421a2d87fb7c421a2d8 /* SnippetVehicleConcurrency.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleConcurrency.h"; path = "../../SnippetVehicleCommon/SnippetVehicleConcurrency.h"; sourceTree = SOURCE_ROOT; }; - FFFDc421a3407fb7c421a340 /* SnippetVehicleCreate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.h"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.h"; sourceTree = SOURCE_ROOT; }; - FFFDc421a3a87fb7c421a3a8 /* SnippetVehicleFilterShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.h"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.h"; sourceTree = SOURCE_ROOT; }; - FFFDc421a4107fb7c421a410 /* SnippetVehicleSceneQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.h"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.h"; sourceTree = SOURCE_ROOT; }; - FFFDc421a4787fb7c421a478 /* SnippetVehicleTireFriction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.h"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.h"; sourceTree = SOURCE_ROOT; }; - FFFDc421a4e07fb7c421a4e0 /* SnippetVehicleWheelQueryResult.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleWheelQueryResult.h"; path = "../../SnippetVehicleCommon/SnippetVehicleWheelQueryResult.h"; sourceTree = SOURCE_ROOT; }; + FFFDfb64ae107fc5fb64ae10 /* SnippetVehicleScale */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetVehicleScale"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFDfb64e4007fc5fb64e400 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfb64e5007fc5fb64e500 /* SnippetVehicleScale.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleScale.cpp"; path = "../../SnippetVehicleScale/SnippetVehicleScale.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfb64e5687fc5fb64e568 /* SnippetVehicleScaleRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleScaleRender.cpp"; path = "../../SnippetVehicleScale/SnippetVehicleScaleRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfaa1a8007fc5faa1a800 /* SnippetVehicle4WCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicle4WCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicle4WCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfaa1a8687fc5faa1a868 /* SnippetVehicleCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfaa1a8d07fc5faa1a8d0 /* SnippetVehicleFilterShader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfaa1a9387fc5faa1a938 /* SnippetVehicleNoDriveCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleNoDriveCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleNoDriveCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfaa1a9a07fc5faa1a9a0 /* SnippetVehicleSceneQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfaa1aa087fc5faa1aa08 /* SnippetVehicleTankCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTankCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTankCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfaa1aa707fc5faa1aa70 /* SnippetVehicleTireFriction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfaa1aad87fc5faa1aad8 /* SnippetVehicleConcurrency.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleConcurrency.h"; path = "../../SnippetVehicleCommon/SnippetVehicleConcurrency.h"; sourceTree = SOURCE_ROOT; }; + FFFDfaa1ab407fc5faa1ab40 /* SnippetVehicleCreate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.h"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.h"; sourceTree = SOURCE_ROOT; }; + FFFDfaa1aba87fc5faa1aba8 /* SnippetVehicleFilterShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.h"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.h"; sourceTree = SOURCE_ROOT; }; + FFFDfaa1ac107fc5faa1ac10 /* SnippetVehicleSceneQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.h"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.h"; sourceTree = SOURCE_ROOT; }; + FFFDfaa1ac787fc5faa1ac78 /* SnippetVehicleTireFriction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.h"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.h"; sourceTree = SOURCE_ROOT; }; + FFFDfaa1ace07fc5faa1ace0 /* SnippetVehicleWheelQueryResult.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleWheelQueryResult.h"; path = "../../SnippetVehicleCommon/SnippetVehicleWheelQueryResult.h"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2c4e4cb907fb7c4e4cb90 /* Resources */ = { + FFF2fb64ae107fc5fb64ae10 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -1007,7 +1007,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCc4e4cb907fb7c4e4cb90 /* Frameworks */ = { + FFFCfb64ae107fc5fb64ae10 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1017,20 +1017,20 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8c4e4cb907fb7c4e4cb90 /* Sources */ = { + FFF8fb64ae107fc5fb64ae10 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFc4e501807fb7c4e50180, - FFFFc4e502807fb7c4e50280, - FFFFc4e502e87fb7c4e502e8, - FFFFc421a0007fb7c421a000, - FFFFc421a0687fb7c421a068, - FFFFc421a0d07fb7c421a0d0, - FFFFc421a1387fb7c421a138, - FFFFc421a1a07fb7c421a1a0, - FFFFc421a2087fb7c421a208, - FFFFc421a2707fb7c421a270, + FFFFfb64e4007fc5fb64e400, + FFFFfb64e5007fc5fb64e500, + FFFFfb64e5687fc5fb64e568, + FFFFfaa1a8007fc5faa1a800, + FFFFfaa1a8687fc5faa1a868, + FFFFfaa1a8d07fc5faa1a8d0, + FFFFfaa1a9387fc5faa1a938, + FFFFfaa1a9a07fc5faa1a9a0, + FFFFfaa1aa087fc5faa1aa08, + FFFFfaa1aa707fc5faa1aa70, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1039,49 +1039,49 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4c4e4d3507fb7c4e4d350 /* PBXTargetDependency */ = { + FFF4fb64b5d07fc5fb64b5d0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAc4dcd2707fb7c4dcd270 /* SnippetUtils */; - targetProxy = FFF5c4dcd2707fb7c4dcd270 /* PBXContainerItemProxy */; + target = FFFAfb5f9ac07fc5fb5f9ac0 /* SnippetUtils */; + targetProxy = FFF5fb5f9ac07fc5fb5f9ac0 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetVehicleNoDrive */ - FFFFc4e51f907fb7c4e51f90 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDc4dcd2707fb7c4dcd270 /* SnippetUtils */; }; - FFFFc4e54e107fb7c4e54e10 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDc4e54e107fb7c4e54e10 /* ClassicMain.cpp */; }; - FFFFc4e54f107fb7c4e54f10 /* SnippetVehicleNoDrive.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDc4e54f107fb7c4e54f10 /* SnippetVehicleNoDrive.cpp */; }; - FFFFc4e54f787fb7c4e54f78 /* SnippetVehicleNoDriveRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDc4e54f787fb7c4e54f78 /* SnippetVehicleNoDriveRender.cpp */; }; - FFFFc421d0007fb7c421d000 /* SnippetVehicle4WCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDc421d0007fb7c421d000 /* SnippetVehicle4WCreate.cpp */; }; - FFFFc421d0687fb7c421d068 /* SnippetVehicleCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDc421d0687fb7c421d068 /* SnippetVehicleCreate.cpp */; }; - FFFFc421d0d07fb7c421d0d0 /* SnippetVehicleFilterShader.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDc421d0d07fb7c421d0d0 /* SnippetVehicleFilterShader.cpp */; }; - FFFFc421d1387fb7c421d138 /* SnippetVehicleNoDriveCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDc421d1387fb7c421d138 /* SnippetVehicleNoDriveCreate.cpp */; }; - FFFFc421d1a07fb7c421d1a0 /* SnippetVehicleSceneQuery.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDc421d1a07fb7c421d1a0 /* SnippetVehicleSceneQuery.cpp */; }; - FFFFc421d2087fb7c421d208 /* SnippetVehicleTankCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDc421d2087fb7c421d208 /* SnippetVehicleTankCreate.cpp */; }; - FFFFc421d2707fb7c421d270 /* SnippetVehicleTireFriction.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDc421d2707fb7c421d270 /* SnippetVehicleTireFriction.cpp */; }; + FFFFfb6502107fc5fb650210 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfb5f9ac07fc5fb5f9ac0 /* SnippetUtils */; }; + FFFFfb6530907fc5fb653090 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDfb6530907fc5fb653090 /* ClassicMain.cpp */; }; + FFFFfb6531907fc5fb653190 /* SnippetVehicleNoDrive.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfb6531907fc5fb653190 /* SnippetVehicleNoDrive.cpp */; }; + FFFFfb6531f87fc5fb6531f8 /* SnippetVehicleNoDriveRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfb6531f87fc5fb6531f8 /* SnippetVehicleNoDriveRender.cpp */; }; + FFFFfaa1d8007fc5faa1d800 /* SnippetVehicle4WCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfaa1d8007fc5faa1d800 /* SnippetVehicle4WCreate.cpp */; }; + FFFFfaa1d8687fc5faa1d868 /* SnippetVehicleCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfaa1d8687fc5faa1d868 /* SnippetVehicleCreate.cpp */; }; + FFFFfaa1d8d07fc5faa1d8d0 /* SnippetVehicleFilterShader.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfaa1d8d07fc5faa1d8d0 /* SnippetVehicleFilterShader.cpp */; }; + FFFFfaa1d9387fc5faa1d938 /* SnippetVehicleNoDriveCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfaa1d9387fc5faa1d938 /* SnippetVehicleNoDriveCreate.cpp */; }; + FFFFfaa1d9a07fc5faa1d9a0 /* SnippetVehicleSceneQuery.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfaa1d9a07fc5faa1d9a0 /* SnippetVehicleSceneQuery.cpp */; }; + FFFFfaa1da087fc5faa1da08 /* SnippetVehicleTankCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfaa1da087fc5faa1da08 /* SnippetVehicleTankCreate.cpp */; }; + FFFFfaa1da707fc5faa1da70 /* SnippetVehicleTireFriction.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfaa1da707fc5faa1da70 /* SnippetVehicleTireFriction.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDc4e518007fb7c4e51800 /* SnippetVehicleNoDrive */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetVehicleNoDrive"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDc4e54e107fb7c4e54e10 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc4e54f107fb7c4e54f10 /* SnippetVehicleNoDrive.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleNoDrive.cpp"; path = "../../SnippetVehicleNoDrive/SnippetVehicleNoDrive.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc4e54f787fb7c4e54f78 /* SnippetVehicleNoDriveRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleNoDriveRender.cpp"; path = "../../SnippetVehicleNoDrive/SnippetVehicleNoDriveRender.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc421d0007fb7c421d000 /* SnippetVehicle4WCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicle4WCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicle4WCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc421d0687fb7c421d068 /* SnippetVehicleCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc421d0d07fb7c421d0d0 /* SnippetVehicleFilterShader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc421d1387fb7c421d138 /* SnippetVehicleNoDriveCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleNoDriveCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleNoDriveCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc421d1a07fb7c421d1a0 /* SnippetVehicleSceneQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc421d2087fb7c421d208 /* SnippetVehicleTankCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTankCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTankCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc421d2707fb7c421d270 /* SnippetVehicleTireFriction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc421d2d87fb7c421d2d8 /* SnippetVehicleConcurrency.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleConcurrency.h"; path = "../../SnippetVehicleCommon/SnippetVehicleConcurrency.h"; sourceTree = SOURCE_ROOT; }; - FFFDc421d3407fb7c421d340 /* SnippetVehicleCreate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.h"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.h"; sourceTree = SOURCE_ROOT; }; - FFFDc421d3a87fb7c421d3a8 /* SnippetVehicleFilterShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.h"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.h"; sourceTree = SOURCE_ROOT; }; - FFFDc421d4107fb7c421d410 /* SnippetVehicleSceneQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.h"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.h"; sourceTree = SOURCE_ROOT; }; - FFFDc421d4787fb7c421d478 /* SnippetVehicleTireFriction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.h"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.h"; sourceTree = SOURCE_ROOT; }; - FFFDc421d4e07fb7c421d4e0 /* SnippetVehicleWheelQueryResult.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleWheelQueryResult.h"; path = "../../SnippetVehicleCommon/SnippetVehicleWheelQueryResult.h"; sourceTree = SOURCE_ROOT; }; + FFFDfb64fa807fc5fb64fa80 /* SnippetVehicleNoDrive */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetVehicleNoDrive"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFDfb6530907fc5fb653090 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfb6531907fc5fb653190 /* SnippetVehicleNoDrive.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleNoDrive.cpp"; path = "../../SnippetVehicleNoDrive/SnippetVehicleNoDrive.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfb6531f87fc5fb6531f8 /* SnippetVehicleNoDriveRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleNoDriveRender.cpp"; path = "../../SnippetVehicleNoDrive/SnippetVehicleNoDriveRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfaa1d8007fc5faa1d800 /* SnippetVehicle4WCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicle4WCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicle4WCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfaa1d8687fc5faa1d868 /* SnippetVehicleCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfaa1d8d07fc5faa1d8d0 /* SnippetVehicleFilterShader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfaa1d9387fc5faa1d938 /* SnippetVehicleNoDriveCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleNoDriveCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleNoDriveCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfaa1d9a07fc5faa1d9a0 /* SnippetVehicleSceneQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfaa1da087fc5faa1da08 /* SnippetVehicleTankCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTankCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTankCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfaa1da707fc5faa1da70 /* SnippetVehicleTireFriction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfaa1dad87fc5faa1dad8 /* SnippetVehicleConcurrency.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleConcurrency.h"; path = "../../SnippetVehicleCommon/SnippetVehicleConcurrency.h"; sourceTree = SOURCE_ROOT; }; + FFFDfaa1db407fc5faa1db40 /* SnippetVehicleCreate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.h"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.h"; sourceTree = SOURCE_ROOT; }; + FFFDfaa1dba87fc5faa1dba8 /* SnippetVehicleFilterShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.h"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.h"; sourceTree = SOURCE_ROOT; }; + FFFDfaa1dc107fc5faa1dc10 /* SnippetVehicleSceneQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.h"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.h"; sourceTree = SOURCE_ROOT; }; + FFFDfaa1dc787fc5faa1dc78 /* SnippetVehicleTireFriction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.h"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.h"; sourceTree = SOURCE_ROOT; }; + FFFDfaa1dce07fc5faa1dce0 /* SnippetVehicleWheelQueryResult.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleWheelQueryResult.h"; path = "../../SnippetVehicleCommon/SnippetVehicleWheelQueryResult.h"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2c4e518007fb7c4e51800 /* Resources */ = { + FFF2fb64fa807fc5fb64fa80 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -1091,7 +1091,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCc4e518007fb7c4e51800 /* Frameworks */ = { + FFFCfb64fa807fc5fb64fa80 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1101,20 +1101,20 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8c4e518007fb7c4e51800 /* Sources */ = { + FFF8fb64fa807fc5fb64fa80 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFc4e54e107fb7c4e54e10, - FFFFc4e54f107fb7c4e54f10, - FFFFc4e54f787fb7c4e54f78, - FFFFc421d0007fb7c421d000, - FFFFc421d0687fb7c421d068, - FFFFc421d0d07fb7c421d0d0, - FFFFc421d1387fb7c421d138, - FFFFc421d1a07fb7c421d1a0, - FFFFc421d2087fb7c421d208, - FFFFc421d2707fb7c421d270, + FFFFfb6530907fc5fb653090, + FFFFfb6531907fc5fb653190, + FFFFfb6531f87fc5fb6531f8, + FFFFfaa1d8007fc5faa1d800, + FFFFfaa1d8687fc5faa1d868, + FFFFfaa1d8d07fc5faa1d8d0, + FFFFfaa1d9387fc5faa1d938, + FFFFfaa1d9a07fc5faa1d9a0, + FFFFfaa1da087fc5faa1da08, + FFFFfaa1da707fc5faa1da70, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1123,47 +1123,47 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4c4e51f907fb7c4e51f90 /* PBXTargetDependency */ = { + FFF4fb6502107fc5fb650210 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAc4dcd2707fb7c4dcd270 /* SnippetUtils */; - targetProxy = FFF5c4dcd2707fb7c4dcd270 /* PBXContainerItemProxy */; + target = FFFAfb5f9ac07fc5fb5f9ac0 /* SnippetUtils */; + targetProxy = FFF5fb5f9ac07fc5fb5f9ac0 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetVehicleMultiThreading */ - FFFFc4e56c807fb7c4e56c80 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDc4dcd2707fb7c4dcd270 /* SnippetUtils */; }; - FFFFc4e590f07fb7c4e590f0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDc4e590f07fb7c4e590f0 /* ClassicMain.cpp */; }; - FFFFc4e59a007fb7c4e59a00 /* SnippetVehicleMultiThreading.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDc4e59a007fb7c4e59a00 /* SnippetVehicleMultiThreading.cpp */; }; - FFFFc42200007fb7c4220000 /* SnippetVehicle4WCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDc42200007fb7c4220000 /* SnippetVehicle4WCreate.cpp */; }; - FFFFc42200687fb7c4220068 /* SnippetVehicleCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDc42200687fb7c4220068 /* SnippetVehicleCreate.cpp */; }; - FFFFc42200d07fb7c42200d0 /* SnippetVehicleFilterShader.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDc42200d07fb7c42200d0 /* SnippetVehicleFilterShader.cpp */; }; - FFFFc42201387fb7c4220138 /* SnippetVehicleNoDriveCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDc42201387fb7c4220138 /* SnippetVehicleNoDriveCreate.cpp */; }; - FFFFc42201a07fb7c42201a0 /* SnippetVehicleSceneQuery.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDc42201a07fb7c42201a0 /* SnippetVehicleSceneQuery.cpp */; }; - FFFFc42202087fb7c4220208 /* SnippetVehicleTankCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDc42202087fb7c4220208 /* SnippetVehicleTankCreate.cpp */; }; - FFFFc42202707fb7c4220270 /* SnippetVehicleTireFriction.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDc42202707fb7c4220270 /* SnippetVehicleTireFriction.cpp */; }; + FFFFfb654f007fc5fb654f00 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfb5f9ac07fc5fb5f9ac0 /* SnippetUtils */; }; + FFFFfb6573707fc5fb657370 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDfb6573707fc5fb657370 /* ClassicMain.cpp */; }; + FFFFfb657c807fc5fb657c80 /* SnippetVehicleMultiThreading.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfb657c807fc5fb657c80 /* SnippetVehicleMultiThreading.cpp */; }; + FFFFfaa208007fc5faa20800 /* SnippetVehicle4WCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfaa208007fc5faa20800 /* SnippetVehicle4WCreate.cpp */; }; + FFFFfaa208687fc5faa20868 /* SnippetVehicleCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfaa208687fc5faa20868 /* SnippetVehicleCreate.cpp */; }; + FFFFfaa208d07fc5faa208d0 /* SnippetVehicleFilterShader.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfaa208d07fc5faa208d0 /* SnippetVehicleFilterShader.cpp */; }; + FFFFfaa209387fc5faa20938 /* SnippetVehicleNoDriveCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfaa209387fc5faa20938 /* SnippetVehicleNoDriveCreate.cpp */; }; + FFFFfaa209a07fc5faa209a0 /* SnippetVehicleSceneQuery.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfaa209a07fc5faa209a0 /* SnippetVehicleSceneQuery.cpp */; }; + FFFFfaa20a087fc5faa20a08 /* SnippetVehicleTankCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfaa20a087fc5faa20a08 /* SnippetVehicleTankCreate.cpp */; }; + FFFFfaa20a707fc5faa20a70 /* SnippetVehicleTireFriction.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfaa20a707fc5faa20a70 /* SnippetVehicleTireFriction.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDc4e564407fb7c4e56440 /* SnippetVehicleMultiThreading */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetVehicleMultiThreading"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDc4e590f07fb7c4e590f0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc4e59a007fb7c4e59a00 /* SnippetVehicleMultiThreading.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleMultiThreading.cpp"; path = "../../SnippetVehicleMultiThreading/SnippetVehicleMultiThreading.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc42200007fb7c4220000 /* SnippetVehicle4WCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicle4WCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicle4WCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc42200687fb7c4220068 /* SnippetVehicleCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc42200d07fb7c42200d0 /* SnippetVehicleFilterShader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc42201387fb7c4220138 /* SnippetVehicleNoDriveCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleNoDriveCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleNoDriveCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc42201a07fb7c42201a0 /* SnippetVehicleSceneQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc42202087fb7c4220208 /* SnippetVehicleTankCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTankCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTankCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc42202707fb7c4220270 /* SnippetVehicleTireFriction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc42202d87fb7c42202d8 /* SnippetVehicleConcurrency.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleConcurrency.h"; path = "../../SnippetVehicleCommon/SnippetVehicleConcurrency.h"; sourceTree = SOURCE_ROOT; }; - FFFDc42203407fb7c4220340 /* SnippetVehicleCreate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.h"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.h"; sourceTree = SOURCE_ROOT; }; - FFFDc42203a87fb7c42203a8 /* SnippetVehicleFilterShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.h"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.h"; sourceTree = SOURCE_ROOT; }; - FFFDc42204107fb7c4220410 /* SnippetVehicleSceneQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.h"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.h"; sourceTree = SOURCE_ROOT; }; - FFFDc42204787fb7c4220478 /* SnippetVehicleTireFriction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.h"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.h"; sourceTree = SOURCE_ROOT; }; - FFFDc42204e07fb7c42204e0 /* SnippetVehicleWheelQueryResult.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleWheelQueryResult.h"; path = "../../SnippetVehicleCommon/SnippetVehicleWheelQueryResult.h"; sourceTree = SOURCE_ROOT; }; + FFFDfb6546c07fc5fb6546c0 /* SnippetVehicleMultiThreading */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetVehicleMultiThreading"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFDfb6573707fc5fb657370 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfb657c807fc5fb657c80 /* SnippetVehicleMultiThreading.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleMultiThreading.cpp"; path = "../../SnippetVehicleMultiThreading/SnippetVehicleMultiThreading.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfaa208007fc5faa20800 /* SnippetVehicle4WCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicle4WCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicle4WCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfaa208687fc5faa20868 /* SnippetVehicleCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfaa208d07fc5faa208d0 /* SnippetVehicleFilterShader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfaa209387fc5faa20938 /* SnippetVehicleNoDriveCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleNoDriveCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleNoDriveCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfaa209a07fc5faa209a0 /* SnippetVehicleSceneQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfaa20a087fc5faa20a08 /* SnippetVehicleTankCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTankCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTankCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfaa20a707fc5faa20a70 /* SnippetVehicleTireFriction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfaa20ad87fc5faa20ad8 /* SnippetVehicleConcurrency.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleConcurrency.h"; path = "../../SnippetVehicleCommon/SnippetVehicleConcurrency.h"; sourceTree = SOURCE_ROOT; }; + FFFDfaa20b407fc5faa20b40 /* SnippetVehicleCreate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.h"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.h"; sourceTree = SOURCE_ROOT; }; + FFFDfaa20ba87fc5faa20ba8 /* SnippetVehicleFilterShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.h"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.h"; sourceTree = SOURCE_ROOT; }; + FFFDfaa20c107fc5faa20c10 /* SnippetVehicleSceneQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.h"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.h"; sourceTree = SOURCE_ROOT; }; + FFFDfaa20c787fc5faa20c78 /* SnippetVehicleTireFriction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.h"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.h"; sourceTree = SOURCE_ROOT; }; + FFFDfaa20ce07fc5faa20ce0 /* SnippetVehicleWheelQueryResult.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleWheelQueryResult.h"; path = "../../SnippetVehicleCommon/SnippetVehicleWheelQueryResult.h"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2c4e564407fb7c4e56440 /* Resources */ = { + FFF2fb6546c07fc5fb6546c0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -1173,7 +1173,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCc4e564407fb7c4e56440 /* Frameworks */ = { + FFFCfb6546c07fc5fb6546c0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1183,19 +1183,19 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8c4e564407fb7c4e56440 /* Sources */ = { + FFF8fb6546c07fc5fb6546c0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFc4e590f07fb7c4e590f0, - FFFFc4e59a007fb7c4e59a00, - FFFFc42200007fb7c4220000, - FFFFc42200687fb7c4220068, - FFFFc42200d07fb7c42200d0, - FFFFc42201387fb7c4220138, - FFFFc42201a07fb7c42201a0, - FFFFc42202087fb7c4220208, - FFFFc42202707fb7c4220270, + FFFFfb6573707fc5fb657370, + FFFFfb657c807fc5fb657c80, + FFFFfaa208007fc5faa20800, + FFFFfaa208687fc5faa20868, + FFFFfaa208d07fc5faa208d0, + FFFFfaa209387fc5faa20938, + FFFFfaa209a07fc5faa209a0, + FFFFfaa20a087fc5faa20a08, + FFFFfaa20a707fc5faa20a70, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1204,49 +1204,49 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4c4e56c807fb7c4e56c80 /* PBXTargetDependency */ = { + FFF4fb654f007fc5fb654f00 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAc4dcd2707fb7c4dcd270 /* SnippetUtils */; - targetProxy = FFF5c4dcd2707fb7c4dcd270 /* PBXContainerItemProxy */; + target = FFFAfb5f9ac07fc5fb5f9ac0 /* SnippetUtils */; + targetProxy = FFF5fb5f9ac07fc5fb5f9ac0 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetVehicleContactMod */ - FFFFc4e5b7507fb7c4e5b750 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDc4dcd2707fb7c4dcd270 /* SnippetUtils */; }; - FFFFc4e5e6907fb7c4e5e690 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDc4e5e6907fb7c4e5e690 /* ClassicMain.cpp */; }; - FFFFc4e5e7907fb7c4e5e790 /* SnippetVehicleContactMod.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDc4e5e7907fb7c4e5e790 /* SnippetVehicleContactMod.cpp */; }; - FFFFc4e5e7f87fb7c4e5e7f8 /* SnippetVehicleContactModRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDc4e5e7f87fb7c4e5e7f8 /* SnippetVehicleContactModRender.cpp */; }; - FFFFc42230007fb7c4223000 /* SnippetVehicle4WCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDc42230007fb7c4223000 /* SnippetVehicle4WCreate.cpp */; }; - FFFFc42230687fb7c4223068 /* SnippetVehicleCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDc42230687fb7c4223068 /* SnippetVehicleCreate.cpp */; }; - FFFFc42230d07fb7c42230d0 /* SnippetVehicleFilterShader.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDc42230d07fb7c42230d0 /* SnippetVehicleFilterShader.cpp */; }; - FFFFc42231387fb7c4223138 /* SnippetVehicleNoDriveCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDc42231387fb7c4223138 /* SnippetVehicleNoDriveCreate.cpp */; }; - FFFFc42231a07fb7c42231a0 /* SnippetVehicleSceneQuery.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDc42231a07fb7c42231a0 /* SnippetVehicleSceneQuery.cpp */; }; - FFFFc42232087fb7c4223208 /* SnippetVehicleTankCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDc42232087fb7c4223208 /* SnippetVehicleTankCreate.cpp */; }; - FFFFc42232707fb7c4223270 /* SnippetVehicleTireFriction.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDc42232707fb7c4223270 /* SnippetVehicleTireFriction.cpp */; }; + FFFFfb6599d07fc5fb6599d0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfb5f9ac07fc5fb5f9ac0 /* SnippetUtils */; }; + FFFFfb65c9107fc5fb65c910 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDfb65c9107fc5fb65c910 /* ClassicMain.cpp */; }; + FFFFfb65ca107fc5fb65ca10 /* SnippetVehicleContactMod.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfb65ca107fc5fb65ca10 /* SnippetVehicleContactMod.cpp */; }; + FFFFfb65ca787fc5fb65ca78 /* SnippetVehicleContactModRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfb65ca787fc5fb65ca78 /* SnippetVehicleContactModRender.cpp */; }; + FFFFfaa238007fc5faa23800 /* SnippetVehicle4WCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfaa238007fc5faa23800 /* SnippetVehicle4WCreate.cpp */; }; + FFFFfaa238687fc5faa23868 /* SnippetVehicleCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfaa238687fc5faa23868 /* SnippetVehicleCreate.cpp */; }; + FFFFfaa238d07fc5faa238d0 /* SnippetVehicleFilterShader.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfaa238d07fc5faa238d0 /* SnippetVehicleFilterShader.cpp */; }; + FFFFfaa239387fc5faa23938 /* SnippetVehicleNoDriveCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfaa239387fc5faa23938 /* SnippetVehicleNoDriveCreate.cpp */; }; + FFFFfaa239a07fc5faa239a0 /* SnippetVehicleSceneQuery.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfaa239a07fc5faa239a0 /* SnippetVehicleSceneQuery.cpp */; }; + FFFFfaa23a087fc5faa23a08 /* SnippetVehicleTankCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfaa23a087fc5faa23a08 /* SnippetVehicleTankCreate.cpp */; }; + FFFFfaa23a707fc5faa23a70 /* SnippetVehicleTireFriction.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfaa23a707fc5faa23a70 /* SnippetVehicleTireFriction.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDc4e5af107fb7c4e5af10 /* SnippetVehicleContactMod */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetVehicleContactMod"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDc4e5e6907fb7c4e5e690 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc4e5e7907fb7c4e5e790 /* SnippetVehicleContactMod.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleContactMod.cpp"; path = "../../SnippetVehicleContactMod/SnippetVehicleContactMod.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc4e5e7f87fb7c4e5e7f8 /* SnippetVehicleContactModRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleContactModRender.cpp"; path = "../../SnippetVehicleContactMod/SnippetVehicleContactModRender.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc42230007fb7c4223000 /* SnippetVehicle4WCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicle4WCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicle4WCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc42230687fb7c4223068 /* SnippetVehicleCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc42230d07fb7c42230d0 /* SnippetVehicleFilterShader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc42231387fb7c4223138 /* SnippetVehicleNoDriveCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleNoDriveCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleNoDriveCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc42231a07fb7c42231a0 /* SnippetVehicleSceneQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc42232087fb7c4223208 /* SnippetVehicleTankCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTankCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTankCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc42232707fb7c4223270 /* SnippetVehicleTireFriction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc42232d87fb7c42232d8 /* SnippetVehicleConcurrency.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleConcurrency.h"; path = "../../SnippetVehicleCommon/SnippetVehicleConcurrency.h"; sourceTree = SOURCE_ROOT; }; - FFFDc42233407fb7c4223340 /* SnippetVehicleCreate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.h"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.h"; sourceTree = SOURCE_ROOT; }; - FFFDc42233a87fb7c42233a8 /* SnippetVehicleFilterShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.h"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.h"; sourceTree = SOURCE_ROOT; }; - FFFDc42234107fb7c4223410 /* SnippetVehicleSceneQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.h"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.h"; sourceTree = SOURCE_ROOT; }; - FFFDc42234787fb7c4223478 /* SnippetVehicleTireFriction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.h"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.h"; sourceTree = SOURCE_ROOT; }; - FFFDc42234e07fb7c42234e0 /* SnippetVehicleWheelQueryResult.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleWheelQueryResult.h"; path = "../../SnippetVehicleCommon/SnippetVehicleWheelQueryResult.h"; sourceTree = SOURCE_ROOT; }; + FFFDfb6591907fc5fb659190 /* SnippetVehicleContactMod */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetVehicleContactMod"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFDfb65c9107fc5fb65c910 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfb65ca107fc5fb65ca10 /* SnippetVehicleContactMod.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleContactMod.cpp"; path = "../../SnippetVehicleContactMod/SnippetVehicleContactMod.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfb65ca787fc5fb65ca78 /* SnippetVehicleContactModRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleContactModRender.cpp"; path = "../../SnippetVehicleContactMod/SnippetVehicleContactModRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfaa238007fc5faa23800 /* SnippetVehicle4WCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicle4WCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicle4WCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfaa238687fc5faa23868 /* SnippetVehicleCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfaa238d07fc5faa238d0 /* SnippetVehicleFilterShader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfaa239387fc5faa23938 /* SnippetVehicleNoDriveCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleNoDriveCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleNoDriveCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfaa239a07fc5faa239a0 /* SnippetVehicleSceneQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfaa23a087fc5faa23a08 /* SnippetVehicleTankCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTankCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTankCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfaa23a707fc5faa23a70 /* SnippetVehicleTireFriction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfaa23ad87fc5faa23ad8 /* SnippetVehicleConcurrency.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleConcurrency.h"; path = "../../SnippetVehicleCommon/SnippetVehicleConcurrency.h"; sourceTree = SOURCE_ROOT; }; + FFFDfaa23b407fc5faa23b40 /* SnippetVehicleCreate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.h"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.h"; sourceTree = SOURCE_ROOT; }; + FFFDfaa23ba87fc5faa23ba8 /* SnippetVehicleFilterShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.h"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.h"; sourceTree = SOURCE_ROOT; }; + FFFDfaa23c107fc5faa23c10 /* SnippetVehicleSceneQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.h"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.h"; sourceTree = SOURCE_ROOT; }; + FFFDfaa23c787fc5faa23c78 /* SnippetVehicleTireFriction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.h"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.h"; sourceTree = SOURCE_ROOT; }; + FFFDfaa23ce07fc5faa23ce0 /* SnippetVehicleWheelQueryResult.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleWheelQueryResult.h"; path = "../../SnippetVehicleCommon/SnippetVehicleWheelQueryResult.h"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2c4e5af107fb7c4e5af10 /* Resources */ = { + FFF2fb6591907fc5fb659190 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -1256,7 +1256,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCc4e5af107fb7c4e5af10 /* Frameworks */ = { + FFFCfb6591907fc5fb659190 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1266,20 +1266,20 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8c4e5af107fb7c4e5af10 /* Sources */ = { + FFF8fb6591907fc5fb659190 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFc4e5e6907fb7c4e5e690, - FFFFc4e5e7907fb7c4e5e790, - FFFFc4e5e7f87fb7c4e5e7f8, - FFFFc42230007fb7c4223000, - FFFFc42230687fb7c4223068, - FFFFc42230d07fb7c42230d0, - FFFFc42231387fb7c4223138, - FFFFc42231a07fb7c42231a0, - FFFFc42232087fb7c4223208, - FFFFc42232707fb7c4223270, + FFFFfb65c9107fc5fb65c910, + FFFFfb65ca107fc5fb65ca10, + FFFFfb65ca787fc5fb65ca78, + FFFFfaa238007fc5faa23800, + FFFFfaa238687fc5faa23868, + FFFFfaa238d07fc5faa238d0, + FFFFfaa239387fc5faa23938, + FFFFfaa239a07fc5faa239a0, + FFFFfaa23a087fc5faa23a08, + FFFFfaa23a707fc5faa23a70, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1288,50 +1288,50 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4c4e5b7507fb7c4e5b750 /* PBXTargetDependency */ = { + FFF4fb6599d07fc5fb6599d0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAc4dcd2707fb7c4dcd270 /* SnippetUtils */; - targetProxy = FFF5c4dcd2707fb7c4dcd270 /* PBXContainerItemProxy */; + target = FFFAfb5f9ac07fc5fb5f9ac0 /* SnippetUtils */; + targetProxy = FFF5fb5f9ac07fc5fb5f9ac0 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetNestedScene */ - FFFFc4e604707fb7c4e60470 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDc4dcd2707fb7c4dcd270 /* SnippetUtils */; }; - FFFFc4e635507fb7c4e63550 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDc4e635507fb7c4e63550 /* ClassicMain.cpp */; }; - FFFFc4e636507fb7c4e63650 /* SnippetNestedScene.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDc4e636507fb7c4e63650 /* SnippetNestedScene.cpp */; }; - FFFFc4e636b87fb7c4e636b8 /* SnippetNestedSceneRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDc4e636b87fb7c4e636b8 /* SnippetNestedSceneRender.cpp */; }; - FFFFc42260007fb7c4226000 /* SnippetVehicle4WCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDc42260007fb7c4226000 /* SnippetVehicle4WCreate.cpp */; }; - FFFFc42260687fb7c4226068 /* SnippetVehicleCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDc42260687fb7c4226068 /* SnippetVehicleCreate.cpp */; }; - FFFFc42260d07fb7c42260d0 /* SnippetVehicleFilterShader.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDc42260d07fb7c42260d0 /* SnippetVehicleFilterShader.cpp */; }; - FFFFc42261387fb7c4226138 /* SnippetVehicleNoDriveCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDc42261387fb7c4226138 /* SnippetVehicleNoDriveCreate.cpp */; }; - FFFFc42261a07fb7c42261a0 /* SnippetVehicleSceneQuery.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDc42261a07fb7c42261a0 /* SnippetVehicleSceneQuery.cpp */; }; - FFFFc42262087fb7c4226208 /* SnippetVehicleTankCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDc42262087fb7c4226208 /* SnippetVehicleTankCreate.cpp */; }; - FFFFc42262707fb7c4226270 /* SnippetVehicleTireFriction.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDc42262707fb7c4226270 /* SnippetVehicleTireFriction.cpp */; }; + FFFFfb65e6f07fc5fb65e6f0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfb5f9ac07fc5fb5f9ac0 /* SnippetUtils */; }; + FFFFfb6617d07fc5fb6617d0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDfb6617d07fc5fb6617d0 /* ClassicMain.cpp */; }; + FFFFfb6618d07fc5fb6618d0 /* SnippetNestedScene.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfb6618d07fc5fb6618d0 /* SnippetNestedScene.cpp */; }; + FFFFfb6619387fc5fb661938 /* SnippetNestedSceneRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfb6619387fc5fb661938 /* SnippetNestedSceneRender.cpp */; }; + FFFFfaa268007fc5faa26800 /* SnippetVehicle4WCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfaa268007fc5faa26800 /* SnippetVehicle4WCreate.cpp */; }; + FFFFfaa268687fc5faa26868 /* SnippetVehicleCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfaa268687fc5faa26868 /* SnippetVehicleCreate.cpp */; }; + FFFFfaa268d07fc5faa268d0 /* SnippetVehicleFilterShader.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfaa268d07fc5faa268d0 /* SnippetVehicleFilterShader.cpp */; }; + FFFFfaa269387fc5faa26938 /* SnippetVehicleNoDriveCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfaa269387fc5faa26938 /* SnippetVehicleNoDriveCreate.cpp */; }; + FFFFfaa269a07fc5faa269a0 /* SnippetVehicleSceneQuery.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfaa269a07fc5faa269a0 /* SnippetVehicleSceneQuery.cpp */; }; + FFFFfaa26a087fc5faa26a08 /* SnippetVehicleTankCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfaa26a087fc5faa26a08 /* SnippetVehicleTankCreate.cpp */; }; + FFFFfaa26a707fc5faa26a70 /* SnippetVehicleTireFriction.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfaa26a707fc5faa26a70 /* SnippetVehicleTireFriction.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDc4e5fcc07fb7c4e5fcc0 /* SnippetNestedScene */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetNestedScene"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDc4e635507fb7c4e63550 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc4e636507fb7c4e63650 /* SnippetNestedScene.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetNestedScene.cpp"; path = "../../SnippetNestedScene/SnippetNestedScene.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc4e636b87fb7c4e636b8 /* SnippetNestedSceneRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetNestedSceneRender.cpp"; path = "../../SnippetNestedScene/SnippetNestedSceneRender.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc4e637207fb7c4e63720 /* NestedScene.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NestedScene.h"; path = "../../SnippetNestedScene/NestedScene.h"; sourceTree = SOURCE_ROOT; }; - FFFDc42260007fb7c4226000 /* SnippetVehicle4WCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicle4WCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicle4WCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc42260687fb7c4226068 /* SnippetVehicleCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc42260d07fb7c42260d0 /* SnippetVehicleFilterShader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc42261387fb7c4226138 /* SnippetVehicleNoDriveCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleNoDriveCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleNoDriveCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc42261a07fb7c42261a0 /* SnippetVehicleSceneQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc42262087fb7c4226208 /* SnippetVehicleTankCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTankCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTankCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc42262707fb7c4226270 /* SnippetVehicleTireFriction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc42262d87fb7c42262d8 /* SnippetVehicleConcurrency.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleConcurrency.h"; path = "../../SnippetVehicleCommon/SnippetVehicleConcurrency.h"; sourceTree = SOURCE_ROOT; }; - FFFDc42263407fb7c4226340 /* SnippetVehicleCreate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.h"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.h"; sourceTree = SOURCE_ROOT; }; - FFFDc42263a87fb7c42263a8 /* SnippetVehicleFilterShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.h"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.h"; sourceTree = SOURCE_ROOT; }; - FFFDc42264107fb7c4226410 /* SnippetVehicleSceneQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.h"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.h"; sourceTree = SOURCE_ROOT; }; - FFFDc42264787fb7c4226478 /* SnippetVehicleTireFriction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.h"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.h"; sourceTree = SOURCE_ROOT; }; - FFFDc42264e07fb7c42264e0 /* SnippetVehicleWheelQueryResult.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleWheelQueryResult.h"; path = "../../SnippetVehicleCommon/SnippetVehicleWheelQueryResult.h"; sourceTree = SOURCE_ROOT; }; + FFFDfb65df407fc5fb65df40 /* SnippetNestedScene */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetNestedScene"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFDfb6617d07fc5fb6617d0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfb6618d07fc5fb6618d0 /* SnippetNestedScene.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetNestedScene.cpp"; path = "../../SnippetNestedScene/SnippetNestedScene.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfb6619387fc5fb661938 /* SnippetNestedSceneRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetNestedSceneRender.cpp"; path = "../../SnippetNestedScene/SnippetNestedSceneRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfb6619a07fc5fb6619a0 /* NestedScene.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NestedScene.h"; path = "../../SnippetNestedScene/NestedScene.h"; sourceTree = SOURCE_ROOT; }; + FFFDfaa268007fc5faa26800 /* SnippetVehicle4WCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicle4WCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicle4WCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfaa268687fc5faa26868 /* SnippetVehicleCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfaa268d07fc5faa268d0 /* SnippetVehicleFilterShader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfaa269387fc5faa26938 /* SnippetVehicleNoDriveCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleNoDriveCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleNoDriveCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfaa269a07fc5faa269a0 /* SnippetVehicleSceneQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfaa26a087fc5faa26a08 /* SnippetVehicleTankCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTankCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTankCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfaa26a707fc5faa26a70 /* SnippetVehicleTireFriction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfaa26ad87fc5faa26ad8 /* SnippetVehicleConcurrency.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleConcurrency.h"; path = "../../SnippetVehicleCommon/SnippetVehicleConcurrency.h"; sourceTree = SOURCE_ROOT; }; + FFFDfaa26b407fc5faa26b40 /* SnippetVehicleCreate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.h"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.h"; sourceTree = SOURCE_ROOT; }; + FFFDfaa26ba87fc5faa26ba8 /* SnippetVehicleFilterShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.h"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.h"; sourceTree = SOURCE_ROOT; }; + FFFDfaa26c107fc5faa26c10 /* SnippetVehicleSceneQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.h"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.h"; sourceTree = SOURCE_ROOT; }; + FFFDfaa26c787fc5faa26c78 /* SnippetVehicleTireFriction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.h"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.h"; sourceTree = SOURCE_ROOT; }; + FFFDfaa26ce07fc5faa26ce0 /* SnippetVehicleWheelQueryResult.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleWheelQueryResult.h"; path = "../../SnippetVehicleCommon/SnippetVehicleWheelQueryResult.h"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2c4e5fcc07fb7c4e5fcc0 /* Resources */ = { + FFF2fb65df407fc5fb65df40 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -1341,7 +1341,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCc4e5fcc07fb7c4e5fcc0 /* Frameworks */ = { + FFFCfb65df407fc5fb65df40 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1351,20 +1351,20 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8c4e5fcc07fb7c4e5fcc0 /* Sources */ = { + FFF8fb65df407fc5fb65df40 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFc4e635507fb7c4e63550, - FFFFc4e636507fb7c4e63650, - FFFFc4e636b87fb7c4e636b8, - FFFFc42260007fb7c4226000, - FFFFc42260687fb7c4226068, - FFFFc42260d07fb7c42260d0, - FFFFc42261387fb7c4226138, - FFFFc42261a07fb7c42261a0, - FFFFc42262087fb7c4226208, - FFFFc42262707fb7c4226270, + FFFFfb6617d07fc5fb6617d0, + FFFFfb6618d07fc5fb6618d0, + FFFFfb6619387fc5fb661938, + FFFFfaa268007fc5faa26800, + FFFFfaa268687fc5faa26868, + FFFFfaa268d07fc5faa268d0, + FFFFfaa269387fc5faa26938, + FFFFfaa269a07fc5faa269a0, + FFFFfaa26a087fc5faa26a08, + FFFFfaa26a707fc5faa26a70, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1373,27 +1373,27 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4c4e604707fb7c4e60470 /* PBXTargetDependency */ = { + FFF4fb65e6f07fc5fb65e6f0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAc4dcd2707fb7c4dcd270 /* SnippetUtils */; - targetProxy = FFF5c4dcd2707fb7c4dcd270 /* PBXContainerItemProxy */; + target = FFFAfb5f9ac07fc5fb5f9ac0 /* SnippetUtils */; + targetProxy = FFF5fb5f9ac07fc5fb5f9ac0 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetSpatialIndex */ - FFFFc4e652f07fb7c4e652f0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDc4dcd2707fb7c4dcd270 /* SnippetUtils */; }; - FFFFc4e673b07fb7c4e673b0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDc4e673b07fb7c4e673b0 /* ClassicMain.cpp */; }; - FFFFc4e64de07fb7c4e64de0 /* SnippetSpatialIndex.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDc4e64de07fb7c4e64de0 /* SnippetSpatialIndex.cpp */; }; + FFFFfb6635707fc5fb663570 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfb5f9ac07fc5fb5f9ac0 /* SnippetUtils */; }; + FFFFfb6656307fc5fb665630 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDfb6656307fc5fb665630 /* ClassicMain.cpp */; }; + FFFFfb6630607fc5fb663060 /* SnippetSpatialIndex.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfb6630607fc5fb663060 /* SnippetSpatialIndex.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDc4e64b607fb7c4e64b60 /* SnippetSpatialIndex */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetSpatialIndex"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDc4e673b07fb7c4e673b0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc4e64de07fb7c4e64de0 /* SnippetSpatialIndex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetSpatialIndex.cpp"; path = "../../SnippetSpatialIndex/SnippetSpatialIndex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfb662de07fc5fb662de0 /* SnippetSpatialIndex */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetSpatialIndex"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFDfb6656307fc5fb665630 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfb6630607fc5fb663060 /* SnippetSpatialIndex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetSpatialIndex.cpp"; path = "../../SnippetSpatialIndex/SnippetSpatialIndex.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2c4e64b607fb7c4e64b60 /* Resources */ = { + FFF2fb662de07fc5fb662de0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -1403,7 +1403,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCc4e64b607fb7c4e64b60 /* Frameworks */ = { + FFFCfb662de07fc5fb662de0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1413,12 +1413,12 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8c4e64b607fb7c4e64b60 /* Sources */ = { + FFF8fb662de07fc5fb662de0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFc4e673b07fb7c4e673b0, - FFFFc4e64de07fb7c4e64de0, + FFFFfb6656307fc5fb665630, + FFFFfb6630607fc5fb663060, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1427,29 +1427,29 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4c4e652f07fb7c4e652f0 /* PBXTargetDependency */ = { + FFF4fb6635707fc5fb663570 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAc4dcd2707fb7c4dcd270 /* SnippetUtils */; - targetProxy = FFF5c4dcd2707fb7c4dcd270 /* PBXContainerItemProxy */; + target = FFFAfb5f9ac07fc5fb5f9ac0 /* SnippetUtils */; + targetProxy = FFF5fb5f9ac07fc5fb5f9ac0 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetSplitSim */ - FFFFc4e686407fb7c4e68640 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDc4dcd2707fb7c4dcd270 /* SnippetUtils */; }; - FFFFc4e6aa107fb7c4e6aa10 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDc4e6aa107fb7c4e6aa10 /* ClassicMain.cpp */; }; - FFFFc4e6af707fb7c4e6af70 /* SnippetSplitSim.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDc4e6af707fb7c4e6af70 /* SnippetSplitSim.cpp */; }; - FFFFc4e6afd87fb7c4e6afd8 /* SnippetSplitSimRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDc4e6afd87fb7c4e6afd8 /* SnippetSplitSimRender.cpp */; }; + FFFFfb6668c07fc5fb6668c0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfb5f9ac07fc5fb5f9ac0 /* SnippetUtils */; }; + FFFFfb668c907fc5fb668c90 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDfb668c907fc5fb668c90 /* ClassicMain.cpp */; }; + FFFFfb6691f07fc5fb6691f0 /* SnippetSplitSim.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfb6691f07fc5fb6691f0 /* SnippetSplitSim.cpp */; }; + FFFFfb6692587fc5fb669258 /* SnippetSplitSimRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfb6692587fc5fb669258 /* SnippetSplitSimRender.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDc4e67b907fb7c4e67b90 /* SnippetSplitSim */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetSplitSim"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDc4e6aa107fb7c4e6aa10 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc4e6af707fb7c4e6af70 /* SnippetSplitSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetSplitSim.cpp"; path = "../../SnippetSplitSim/SnippetSplitSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc4e6afd87fb7c4e6afd8 /* SnippetSplitSimRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetSplitSimRender.cpp"; path = "../../SnippetSplitSim/SnippetSplitSimRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfb665e107fc5fb665e10 /* SnippetSplitSim */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetSplitSim"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFDfb668c907fc5fb668c90 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfb6691f07fc5fb6691f0 /* SnippetSplitSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetSplitSim.cpp"; path = "../../SnippetSplitSim/SnippetSplitSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfb6692587fc5fb669258 /* SnippetSplitSimRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetSplitSimRender.cpp"; path = "../../SnippetSplitSim/SnippetSplitSimRender.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2c4e67b907fb7c4e67b90 /* Resources */ = { + FFF2fb665e107fc5fb665e10 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -1459,7 +1459,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCc4e67b907fb7c4e67b90 /* Frameworks */ = { + FFFCfb665e107fc5fb665e10 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1469,13 +1469,13 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8c4e67b907fb7c4e67b90 /* Sources */ = { + FFF8fb665e107fc5fb665e10 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFc4e6aa107fb7c4e6aa10, - FFFFc4e6af707fb7c4e6af70, - FFFFc4e6afd87fb7c4e6afd8, + FFFFfb668c907fc5fb668c90, + FFFFfb6691f07fc5fb6691f0, + FFFFfb6692587fc5fb669258, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1484,27 +1484,27 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4c4e686407fb7c4e68640 /* PBXTargetDependency */ = { + FFF4fb6668c07fc5fb6668c0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAc4dcd2707fb7c4dcd270 /* SnippetUtils */; - targetProxy = FFF5c4dcd2707fb7c4dcd270 /* PBXContainerItemProxy */; + target = FFFAfb5f9ac07fc5fb5f9ac0 /* SnippetUtils */; + targetProxy = FFF5fb5f9ac07fc5fb5f9ac0 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetTriangleMeshCreate */ - FFFFc4e6bb807fb7c4e6bb80 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDc4dcd2707fb7c4dcd270 /* SnippetUtils */; }; - FFFFc4e6df207fb7c4e6df20 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDc4e6df207fb7c4e6df20 /* ClassicMain.cpp */; }; - FFFFc4e6e4107fb7c4e6e410 /* SnippetTriangleMeshCreate.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDc4e6e4107fb7c4e6e410 /* SnippetTriangleMeshCreate.cpp */; }; + FFFFfb669e007fc5fb669e00 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfb5f9ac07fc5fb5f9ac0 /* SnippetUtils */; }; + FFFFfb66c1a07fc5fb66c1a0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDfb66c1a07fc5fb66c1a0 /* ClassicMain.cpp */; }; + FFFFfb66c6907fc5fb66c690 /* SnippetTriangleMeshCreate.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfb66c6907fc5fb66c690 /* SnippetTriangleMeshCreate.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDc4e6b1607fb7c4e6b160 /* SnippetTriangleMeshCreate */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetTriangleMeshCreate"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDc4e6df207fb7c4e6df20 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc4e6e4107fb7c4e6e410 /* SnippetTriangleMeshCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetTriangleMeshCreate.cpp"; path = "../../SnippetTriangleMeshCreate/SnippetTriangleMeshCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfb6693e07fc5fb6693e0 /* SnippetTriangleMeshCreate */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetTriangleMeshCreate"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFDfb66c1a07fc5fb66c1a0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfb66c6907fc5fb66c690 /* SnippetTriangleMeshCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetTriangleMeshCreate.cpp"; path = "../../SnippetTriangleMeshCreate/SnippetTriangleMeshCreate.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2c4e6b1607fb7c4e6b160 /* Resources */ = { + FFF2fb6693e07fc5fb6693e0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -1514,7 +1514,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCc4e6b1607fb7c4e6b160 /* Frameworks */ = { + FFFCfb6693e07fc5fb6693e0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1524,12 +1524,12 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8c4e6b1607fb7c4e6b160 /* Sources */ = { + FFF8fb6693e07fc5fb6693e0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFc4e6df207fb7c4e6df20, - FFFFc4e6e4107fb7c4e6e410, + FFFFfb66c1a07fc5fb66c1a0, + FFFFfb66c6907fc5fb66c690, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1538,27 +1538,27 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4c4e6bb807fb7c4e6bb80 /* PBXTargetDependency */ = { + FFF4fb669e007fc5fb669e00 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAc4dcd2707fb7c4dcd270 /* SnippetUtils */; - targetProxy = FFF5c4dcd2707fb7c4dcd270 /* PBXContainerItemProxy */; + target = FFFAfb5f9ac07fc5fb5f9ac0 /* SnippetUtils */; + targetProxy = FFF5fb5f9ac07fc5fb5f9ac0 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetMultiThreading */ - FFFFc4e6ef607fb7c4e6ef60 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDc4dcd2707fb7c4dcd270 /* SnippetUtils */; }; - FFFFc4e712b07fb7c4e712b0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDc4e712b07fb7c4e712b0 /* ClassicMain.cpp */; }; - FFFFc4e6ea207fb7c4e6ea20 /* SnippetMultiThreading.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDc4e6ea207fb7c4e6ea20 /* SnippetMultiThreading.cpp */; }; + FFFFfb66d1e07fc5fb66d1e0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfb5f9ac07fc5fb5f9ac0 /* SnippetUtils */; }; + FFFFfb66f5307fc5fb66f530 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDfb66f5307fc5fb66f530 /* ClassicMain.cpp */; }; + FFFFfb66cca07fc5fb66cca0 /* SnippetMultiThreading.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfb66cca07fc5fb66cca0 /* SnippetMultiThreading.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDc4e6e5b07fb7c4e6e5b0 /* SnippetMultiThreading */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetMultiThreading"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDc4e712b07fb7c4e712b0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc4e6ea207fb7c4e6ea20 /* SnippetMultiThreading.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetMultiThreading.cpp"; path = "../../SnippetMultiThreading/SnippetMultiThreading.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfb66c8307fc5fb66c830 /* SnippetMultiThreading */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetMultiThreading"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFDfb66f5307fc5fb66f530 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfb66cca07fc5fb66cca0 /* SnippetMultiThreading.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetMultiThreading.cpp"; path = "../../SnippetMultiThreading/SnippetMultiThreading.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2c4e6e5b07fb7c4e6e5b0 /* Resources */ = { + FFF2fb66c8307fc5fb66c830 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -1568,7 +1568,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCc4e6e5b07fb7c4e6e5b0 /* Frameworks */ = { + FFFCfb66c8307fc5fb66c830 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1578,12 +1578,12 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8c4e6e5b07fb7c4e6e5b0 /* Sources */ = { + FFF8fb66c8307fc5fb66c830 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFc4e712b07fb7c4e712b0, - FFFFc4e6ea207fb7c4e6ea20, + FFFFfb66f5307fc5fb66f530, + FFFFfb66cca07fc5fb66cca0, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1592,29 +1592,29 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4c4e6ef607fb7c4e6ef60 /* PBXTargetDependency */ = { + FFF4fb66d1e07fc5fb66d1e0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAc4dcd2707fb7c4dcd270 /* SnippetUtils */; - targetProxy = FFF5c4dcd2707fb7c4dcd270 /* PBXContainerItemProxy */; + target = FFFAfb5f9ac07fc5fb5f9ac0 /* SnippetUtils */; + targetProxy = FFF5fb5f9ac07fc5fb5f9ac0 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetContactModification */ - FFFFc4e723507fb7c4e72350 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDc4dcd2707fb7c4dcd270 /* SnippetUtils */; }; - FFFFc4e738f07fb7c4e738f0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDc4e738f07fb7c4e738f0 /* ClassicMain.cpp */; }; - FFFFc4e74e407fb7c4e74e40 /* SnippetContactModification.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDc4e74e407fb7c4e74e40 /* SnippetContactModification.cpp */; }; - FFFFc4e74ea87fb7c4e74ea8 /* SnippetContactModificationRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDc4e74ea87fb7c4e74ea8 /* SnippetContactModificationRender.cpp */; }; + FFFFfb6705d07fc5fb6705d0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfb5f9ac07fc5fb5f9ac0 /* SnippetUtils */; }; + FFFFfb671b707fc5fb671b70 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDfb671b707fc5fb671b70 /* ClassicMain.cpp */; }; + FFFFfb6730c07fc5fb6730c0 /* SnippetContactModification.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfb6730c07fc5fb6730c0 /* SnippetContactModification.cpp */; }; + FFFFfb6731287fc5fb673128 /* SnippetContactModificationRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfb6731287fc5fb673128 /* SnippetContactModificationRender.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDc4e718607fb7c4e71860 /* SnippetContactModification */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetContactModification"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDc4e738f07fb7c4e738f0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc4e74e407fb7c4e74e40 /* SnippetContactModification.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetContactModification.cpp"; path = "../../SnippetContactModification/SnippetContactModification.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc4e74ea87fb7c4e74ea8 /* SnippetContactModificationRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetContactModificationRender.cpp"; path = "../../SnippetContactModification/SnippetContactModificationRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfb66fae07fc5fb66fae0 /* SnippetContactModification */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetContactModification"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFDfb671b707fc5fb671b70 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfb6730c07fc5fb6730c0 /* SnippetContactModification.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetContactModification.cpp"; path = "../../SnippetContactModification/SnippetContactModification.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfb6731287fc5fb673128 /* SnippetContactModificationRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetContactModificationRender.cpp"; path = "../../SnippetContactModification/SnippetContactModificationRender.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2c4e718607fb7c4e71860 /* Resources */ = { + FFF2fb66fae07fc5fb66fae0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -1624,7 +1624,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCc4e718607fb7c4e71860 /* Frameworks */ = { + FFFCfb66fae07fc5fb66fae0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1634,13 +1634,13 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8c4e718607fb7c4e71860 /* Sources */ = { + FFF8fb66fae07fc5fb66fae0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFc4e738f07fb7c4e738f0, - FFFFc4e74e407fb7c4e74e40, - FFFFc4e74ea87fb7c4e74ea8, + FFFFfb671b707fc5fb671b70, + FFFFfb6730c07fc5fb6730c0, + FFFFfb6731287fc5fb673128, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1649,27 +1649,27 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4c4e723507fb7c4e72350 /* PBXTargetDependency */ = { + FFF4fb6705d07fc5fb6705d0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAc4dcd2707fb7c4dcd270 /* SnippetUtils */; - targetProxy = FFF5c4dcd2707fb7c4dcd270 /* PBXContainerItemProxy */; + target = FFFAfb5f9ac07fc5fb5f9ac0 /* SnippetUtils */; + targetProxy = FFF5fb5f9ac07fc5fb5f9ac0 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetToleranceScale */ - FFFFc4e759407fb7c4e75940 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDc4dcd2707fb7c4dcd270 /* SnippetUtils */; }; - FFFFc4e77cb07fb7c4e77cb0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDc4e77cb07fb7c4e77cb0 /* ClassicMain.cpp */; }; - FFFFc4e781107fb7c4e78110 /* SnippetToleranceScale.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDc4e781107fb7c4e78110 /* SnippetToleranceScale.cpp */; }; + FFFFfb673bc07fc5fb673bc0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfb5f9ac07fc5fb5f9ac0 /* SnippetUtils */; }; + FFFFfb675f307fc5fb675f30 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDfb675f307fc5fb675f30 /* ClassicMain.cpp */; }; + FFFFfb6763907fc5fb676390 /* SnippetToleranceScale.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfb6763907fc5fb676390 /* SnippetToleranceScale.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDc4e750307fb7c4e75030 /* SnippetToleranceScale */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetToleranceScale"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDc4e77cb07fb7c4e77cb0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc4e781107fb7c4e78110 /* SnippetToleranceScale.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetToleranceScale.cpp"; path = "../../SnippetToleranceScale/SnippetToleranceScale.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfb6732b07fc5fb6732b0 /* SnippetToleranceScale */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetToleranceScale"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFDfb675f307fc5fb675f30 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfb6763907fc5fb676390 /* SnippetToleranceScale.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetToleranceScale.cpp"; path = "../../SnippetToleranceScale/SnippetToleranceScale.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2c4e750307fb7c4e75030 /* Resources */ = { + FFF2fb6732b07fc5fb6732b0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -1679,7 +1679,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCc4e750307fb7c4e75030 /* Frameworks */ = { + FFFCfb6732b07fc5fb6732b0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1689,12 +1689,12 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8c4e750307fb7c4e75030 /* Sources */ = { + FFF8fb6732b07fc5fb6732b0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFc4e77cb07fb7c4e77cb0, - FFFFc4e781107fb7c4e78110, + FFFFfb675f307fc5fb675f30, + FFFFfb6763907fc5fb676390, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1703,27 +1703,27 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4c4e759407fb7c4e75940 /* PBXTargetDependency */ = { + FFF4fb673bc07fc5fb673bc0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAc4dcd2707fb7c4dcd270 /* SnippetUtils */; - targetProxy = FFF5c4dcd2707fb7c4dcd270 /* PBXContainerItemProxy */; + target = FFFAfb5f9ac07fc5fb5f9ac0 /* SnippetUtils */; + targetProxy = FFF5fb5f9ac07fc5fb5f9ac0 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetStepper */ - FFFFc4e78d107fb7c4e78d10 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDc4dcd2707fb7c4dcd270 /* SnippetUtils */; }; - FFFFc4e7aa307fb7c4e7aa30 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDc4e7aa307fb7c4e7aa30 /* ClassicMain.cpp */; }; - FFFFc4e787507fb7c4e78750 /* SnippetStepper.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDc4e787507fb7c4e78750 /* SnippetStepper.cpp */; }; + FFFFfb676f907fc5fb676f90 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfb5f9ac07fc5fb5f9ac0 /* SnippetUtils */; }; + FFFFfb678cb07fc5fb678cb0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDfb678cb07fc5fb678cb0 /* ClassicMain.cpp */; }; + FFFFfb6769d07fc5fb6769d0 /* SnippetStepper.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfb6769d07fc5fb6769d0 /* SnippetStepper.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDc4e782107fb7c4e78210 /* SnippetStepper */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetStepper"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDc4e7aa307fb7c4e7aa30 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc4e787507fb7c4e78750 /* SnippetStepper.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetStepper.cpp"; path = "../../SnippetStepper/SnippetStepper.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfb6764907fc5fb676490 /* SnippetStepper */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetStepper"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFDfb678cb07fc5fb678cb0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfb6769d07fc5fb6769d0 /* SnippetStepper.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetStepper.cpp"; path = "../../SnippetStepper/SnippetStepper.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2c4e782107fb7c4e78210 /* Resources */ = { + FFF2fb6764907fc5fb676490 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -1733,7 +1733,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCc4e782107fb7c4e78210 /* Frameworks */ = { + FFFCfb6764907fc5fb676490 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1743,12 +1743,12 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8c4e782107fb7c4e78210 /* Sources */ = { + FFF8fb6764907fc5fb676490 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFc4e7aa307fb7c4e7aa30, - FFFFc4e787507fb7c4e78750, + FFFFfb678cb07fc5fb678cb0, + FFFFfb6769d07fc5fb6769d0, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1757,27 +1757,27 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4c4e78d107fb7c4e78d10 /* PBXTargetDependency */ = { + FFF4fb676f907fc5fb676f90 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAc4dcd2707fb7c4dcd270 /* SnippetUtils */; - targetProxy = FFF5c4dcd2707fb7c4dcd270 /* PBXContainerItemProxy */; + target = FFFAfb5f9ac07fc5fb5f9ac0 /* SnippetUtils */; + targetProxy = FFF5fb5f9ac07fc5fb5f9ac0 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetPrunerSerialization */ - FFFFc4e7c0807fb7c4e7c080 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDc4dcd2707fb7c4dcd270 /* SnippetUtils */; }; - FFFFc4e7e4c07fb7c4e7e4c0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDc4e7e4c07fb7c4e7e4c0 /* ClassicMain.cpp */; }; - FFFFc4e7e8b07fb7c4e7e8b0 /* SnippetPrunerSerialization.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDc4e7e8b07fb7c4e7e8b0 /* SnippetPrunerSerialization.cpp */; }; + FFFFfb67a3007fc5fb67a300 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfb5f9ac07fc5fb5f9ac0 /* SnippetUtils */; }; + FFFFfb67c7407fc5fb67c740 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDfb67c7407fc5fb67c740 /* ClassicMain.cpp */; }; + FFFFfb67cb307fc5fb67cb30 /* SnippetPrunerSerialization.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfb67cb307fc5fb67cb30 /* SnippetPrunerSerialization.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDc4e7b5907fb7c4e7b590 /* SnippetPrunerSerialization */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetPrunerSerialization"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDc4e7e4c07fb7c4e7e4c0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc4e7e8b07fb7c4e7e8b0 /* SnippetPrunerSerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetPrunerSerialization.cpp"; path = "../../SnippetPrunerSerialization/SnippetPrunerSerialization.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfb6798107fc5fb679810 /* SnippetPrunerSerialization */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetPrunerSerialization"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFDfb67c7407fc5fb67c740 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfb67cb307fc5fb67cb30 /* SnippetPrunerSerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetPrunerSerialization.cpp"; path = "../../SnippetPrunerSerialization/SnippetPrunerSerialization.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2c4e7b5907fb7c4e7b590 /* Resources */ = { + FFF2fb6798107fc5fb679810 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -1787,7 +1787,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCc4e7b5907fb7c4e7b590 /* Frameworks */ = { + FFFCfb6798107fc5fb679810 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1797,12 +1797,12 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8c4e7b5907fb7c4e7b590 /* Sources */ = { + FFF8fb6798107fc5fb679810 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFc4e7e4c07fb7c4e7e4c0, - FFFFc4e7e8b07fb7c4e7e8b0, + FFFFfb67c7407fc5fb67c740, + FFFFfb67cb307fc5fb67cb30, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1811,27 +1811,27 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4c4e7c0807fb7c4e7c080 /* PBXTargetDependency */ = { + FFF4fb67a3007fc5fb67a300 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAc4dcd2707fb7c4dcd270 /* SnippetUtils */; - targetProxy = FFF5c4dcd2707fb7c4dcd270 /* PBXContainerItemProxy */; + target = FFFAfb5f9ac07fc5fb5f9ac0 /* SnippetUtils */; + targetProxy = FFF5fb5f9ac07fc5fb5f9ac0 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetConvexMeshCreate */ - FFFFc4e7f4807fb7c4e7f480 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDc4dcd2707fb7c4dcd270 /* SnippetUtils */; }; - FFFFc4e815207fb7c4e81520 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDc4e815207fb7c4e81520 /* ClassicMain.cpp */; }; - FFFFc4e81c207fb7c4e81c20 /* SnippetConvexMeshCreate.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDc4e81c207fb7c4e81c20 /* SnippetConvexMeshCreate.cpp */; }; + FFFFfb67d7007fc5fb67d700 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfb5f9ac07fc5fb5f9ac0 /* SnippetUtils */; }; + FFFFfb67f7a07fc5fb67f7a0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDfb67f7a07fc5fb67f7a0 /* ClassicMain.cpp */; }; + FFFFfb67fea07fc5fb67fea0 /* SnippetConvexMeshCreate.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfb67fea07fc5fb67fea0 /* SnippetConvexMeshCreate.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDc4e7ea507fb7c4e7ea50 /* SnippetConvexMeshCreate */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetConvexMeshCreate"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDc4e815207fb7c4e81520 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDc4e81c207fb7c4e81c20 /* SnippetConvexMeshCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetConvexMeshCreate.cpp"; path = "../../SnippetConvexMeshCreate/SnippetConvexMeshCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfb67ccd07fc5fb67ccd0 /* SnippetConvexMeshCreate */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetConvexMeshCreate"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFDfb67f7a07fc5fb67f7a0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFDfb67fea07fc5fb67fea0 /* SnippetConvexMeshCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetConvexMeshCreate.cpp"; path = "../../SnippetConvexMeshCreate/SnippetConvexMeshCreate.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2c4e7ea507fb7c4e7ea50 /* Resources */ = { + FFF2fb67ccd07fc5fb67ccd0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -1841,7 +1841,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCc4e7ea507fb7c4e7ea50 /* Frameworks */ = { + FFFCfb67ccd07fc5fb67ccd0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1851,12 +1851,12 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8c4e7ea507fb7c4e7ea50 /* Sources */ = { + FFF8fb67ccd07fc5fb67ccd0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFc4e815207fb7c4e81520, - FFFFc4e81c207fb7c4e81c20, + FFFFfb67f7a07fc5fb67f7a0, + FFFFfb67fea07fc5fb67fea0, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1865,1221 +1865,1221 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4c4e7f4807fb7c4e7f480 /* PBXTargetDependency */ = { + FFF4fb67d7007fc5fb67d700 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAc4dcd2707fb7c4dcd270 /* SnippetUtils */; - targetProxy = FFF5c4dcd2707fb7c4dcd270 /* PBXContainerItemProxy */; + target = FFFAfb5f9ac07fc5fb5f9ac0 /* SnippetUtils */; + targetProxy = FFF5fb5f9ac07fc5fb5f9ac0 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXContainerItemProxy section */ - FFF5c4dcd2707fb7c4dcd270 /* PBXContainerItemProxy */ = { - containerPortal = FFF9c4dcd1607fb7c4dcd160 /* Project object */; + FFF5fb5f9ac07fc5fb5f9ac0 /* PBXContainerItemProxy */ = { + containerPortal = FFF9fb5f99b07fc5fb5f99b0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAc4dcd2707fb7c4dcd270 /* SnippetUtils */; + remoteGlobalIDString = FFFAfb5f9ac07fc5fb5f9ac0 /* SnippetUtils */; remoteInfo = "SnippetUtils"; }; - FFF5c4e024c07fb7c4e024c0 /* PBXContainerItemProxy */ = { - containerPortal = FFF9c4dcd1607fb7c4dcd160 /* Project object */; + FFF5fb4c79c07fc5fb4c79c0 /* PBXContainerItemProxy */ = { + containerPortal = FFF9fb5f99b07fc5fb5f99b0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAc4e024c07fb7c4e024c0 /* SnippetHelloWorld */; + remoteGlobalIDString = FFFAfb4c79c07fc5fb4c79c0 /* SnippetHelloWorld */; remoteInfo = "SnippetHelloWorld"; }; - FFF5c4d910307fb7c4d91030 /* PBXContainerItemProxy */ = { - containerPortal = FFF9c4dcd1607fb7c4dcd160 /* Project object */; + FFF5fb5c9dd07fc5fb5c9dd0 /* PBXContainerItemProxy */ = { + containerPortal = FFF9fb5f99b07fc5fb5f99b0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAc4d910307fb7c4d91030 /* SnippetImmediateMode */; + remoteGlobalIDString = FFFAfb5c9dd07fc5fb5c9dd0 /* SnippetImmediateMode */; remoteInfo = "SnippetImmediateMode"; }; - FFF5c4def1a07fb7c4def1a0 /* PBXContainerItemProxy */ = { - containerPortal = FFF9c4dcd1607fb7c4dcd160 /* Project object */; + FFF5fb5ed3207fc5fb5ed320 /* PBXContainerItemProxy */ = { + containerPortal = FFF9fb5f99b07fc5fb5f99b0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAc4def1a07fb7c4def1a0 /* SnippetSplitFetchResults */; + remoteGlobalIDString = FFFAfb5ed3207fc5fb5ed320 /* SnippetSplitFetchResults */; remoteInfo = "SnippetSplitFetchResults"; }; - FFF5c4e142c07fb7c4e142c0 /* PBXContainerItemProxy */ = { - containerPortal = FFF9c4dcd1607fb7c4dcd160 /* Project object */; + FFF5fb474ef07fc5fb474ef0 /* PBXContainerItemProxy */ = { + containerPortal = FFF9fb5f99b07fc5fb5f99b0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAc4e142c07fb7c4e142c0 /* SnippetCustomJoint */; + remoteGlobalIDString = FFFAfb474ef07fc5fb474ef0 /* SnippetCustomJoint */; remoteInfo = "SnippetCustomJoint"; }; - FFF5c4e044807fb7c4e04480 /* PBXContainerItemProxy */ = { - containerPortal = FFF9c4dcd1607fb7c4dcd160 /* Project object */; + FFF5fb602c007fc5fb602c00 /* PBXContainerItemProxy */ = { + containerPortal = FFF9fb5f99b07fc5fb5f99b0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAc4e044807fb7c4e04480 /* SnippetSerialization */; + remoteGlobalIDString = FFFAfb602c007fc5fb602c00 /* SnippetSerialization */; remoteInfo = "SnippetSerialization"; }; - FFF5c4e2bf607fb7c4e2bf60 /* PBXContainerItemProxy */ = { - containerPortal = FFF9c4dcd1607fb7c4dcd160 /* Project object */; + FFF5fb62a6b07fc5fb62a6b0 /* PBXContainerItemProxy */ = { + containerPortal = FFF9fb5f99b07fc5fb5f99b0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAc4e2bf607fb7c4e2bf60 /* SnippetContactReport */; + remoteGlobalIDString = FFFAfb62a6b07fc5fb62a6b0 /* SnippetContactReport */; remoteInfo = "SnippetContactReport"; }; - FFF5c4e226107fb7c4e22610 /* PBXContainerItemProxy */ = { - containerPortal = FFF9c4dcd1607fb7c4dcd160 /* Project object */; + FFF5fb620ce07fc5fb620ce0 /* PBXContainerItemProxy */ = { + containerPortal = FFF9fb5f99b07fc5fb5f99b0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAc4e226107fb7c4e22610 /* SnippetJoint */; + remoteGlobalIDString = FFFAfb620ce07fc5fb620ce0 /* SnippetJoint */; remoteInfo = "SnippetJoint"; }; - FFF5c4e2f0207fb7c4e2f020 /* PBXContainerItemProxy */ = { - containerPortal = FFF9c4dcd1607fb7c4dcd160 /* Project object */; + FFF5fb62d3207fc5fb62d320 /* PBXContainerItemProxy */ = { + containerPortal = FFF9fb5f99b07fc5fb5f99b0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAc4e2f0207fb7c4e2f020 /* SnippetContactReportCCD */; + remoteGlobalIDString = FFFAfb62d3207fc5fb62d320 /* SnippetContactReportCCD */; remoteInfo = "SnippetContactReportCCD"; }; - FFF5c4e326807fb7c4e32680 /* PBXContainerItemProxy */ = { - containerPortal = FFF9c4dcd1607fb7c4dcd160 /* Project object */; + FFF5fb6305b07fc5fb6305b0 /* PBXContainerItemProxy */ = { + containerPortal = FFF9fb5f99b07fc5fb5f99b0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAc4e326807fb7c4e32680 /* SnippetCloth */; + remoteGlobalIDString = FFFAfb6305b07fc5fb6305b0 /* SnippetCloth */; remoteInfo = "SnippetCloth"; }; - FFF5c4e358907fb7c4e35890 /* PBXContainerItemProxy */ = { - containerPortal = FFF9c4dcd1607fb7c4dcd160 /* Project object */; + FFF5fb633b107fc5fb633b10 /* PBXContainerItemProxy */ = { + containerPortal = FFF9fb5f99b07fc5fb5f99b0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAc4e358907fb7c4e35890 /* SnippetMBP */; + remoteGlobalIDString = FFFAfb633b107fc5fb633b10 /* SnippetMBP */; remoteInfo = "SnippetMBP"; }; - FFF5c4e38e007fb7c4e38e00 /* PBXContainerItemProxy */ = { - containerPortal = FFF9c4dcd1607fb7c4dcd160 /* Project object */; + FFF5fb6370807fc5fb637080 /* PBXContainerItemProxy */ = { + containerPortal = FFF9fb5f99b07fc5fb5f99b0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAc4e38e007fb7c4e38e00 /* SnippetArticulation */; + remoteGlobalIDString = FFFAfb6370807fc5fb637080 /* SnippetArticulation */; remoteInfo = "SnippetArticulation"; }; - FFF5c4e3c3d07fb7c4e3c3d0 /* PBXContainerItemProxy */ = { - containerPortal = FFF9c4dcd1607fb7c4dcd160 /* Project object */; + FFF5fb63a6507fc5fb63a650 /* PBXContainerItemProxy */ = { + containerPortal = FFF9fb5f99b07fc5fb5f99b0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAc4e3c3d07fb7c4e3c3d0 /* SnippetRaycastCCD */; + remoteGlobalIDString = FFFAfb63a6507fc5fb63a650 /* SnippetRaycastCCD */; remoteInfo = "SnippetRaycastCCD"; }; - FFF5c4e3f5807fb7c4e3f580 /* PBXContainerItemProxy */ = { - containerPortal = FFF9c4dcd1607fb7c4dcd160 /* Project object */; + FFF5fb63d8007fc5fb63d800 /* PBXContainerItemProxy */ = { + containerPortal = FFF9fb5f99b07fc5fb5f99b0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAc4e3f5807fb7c4e3f580 /* SnippetCustomProfiler */; + remoteGlobalIDString = FFFAfb63d8007fc5fb63d800 /* SnippetCustomProfiler */; remoteInfo = "SnippetCustomProfiler"; }; - FFF5c4e42f707fb7c4e42f70 /* PBXContainerItemProxy */ = { - containerPortal = FFF9c4dcd1607fb7c4dcd160 /* Project object */; + FFF5fb6411f07fc5fb6411f0 /* PBXContainerItemProxy */ = { + containerPortal = FFF9fb5f99b07fc5fb5f99b0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAc4e42f707fb7c4e42f70 /* SnippetVehicleTank */; + remoteGlobalIDString = FFFAfb6411f07fc5fb6411f0 /* SnippetVehicleTank */; remoteInfo = "SnippetVehicleTank"; }; - FFF5c4e47e007fb7c4e47e00 /* PBXContainerItemProxy */ = { - containerPortal = FFF9c4dcd1607fb7c4dcd160 /* Project object */; + FFF5fb6460807fc5fb646080 /* PBXContainerItemProxy */ = { + containerPortal = FFF9fb5f99b07fc5fb5f99b0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAc4e47e007fb7c4e47e00 /* SnippetVehicle4W */; + remoteGlobalIDString = FFFAfb6460807fc5fb646080 /* SnippetVehicle4W */; remoteInfo = "SnippetVehicle4W"; }; - FFF5c4e4cb907fb7c4e4cb90 /* PBXContainerItemProxy */ = { - containerPortal = FFF9c4dcd1607fb7c4dcd160 /* Project object */; + FFF5fb64ae107fc5fb64ae10 /* PBXContainerItemProxy */ = { + containerPortal = FFF9fb5f99b07fc5fb5f99b0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAc4e4cb907fb7c4e4cb90 /* SnippetVehicleScale */; + remoteGlobalIDString = FFFAfb64ae107fc5fb64ae10 /* SnippetVehicleScale */; remoteInfo = "SnippetVehicleScale"; }; - FFF5c4e518007fb7c4e51800 /* PBXContainerItemProxy */ = { - containerPortal = FFF9c4dcd1607fb7c4dcd160 /* Project object */; + FFF5fb64fa807fc5fb64fa80 /* PBXContainerItemProxy */ = { + containerPortal = FFF9fb5f99b07fc5fb5f99b0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAc4e518007fb7c4e51800 /* SnippetVehicleNoDrive */; + remoteGlobalIDString = FFFAfb64fa807fc5fb64fa80 /* SnippetVehicleNoDrive */; remoteInfo = "SnippetVehicleNoDrive"; }; - FFF5c4e564407fb7c4e56440 /* PBXContainerItemProxy */ = { - containerPortal = FFF9c4dcd1607fb7c4dcd160 /* Project object */; + FFF5fb6546c07fc5fb6546c0 /* PBXContainerItemProxy */ = { + containerPortal = FFF9fb5f99b07fc5fb5f99b0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAc4e564407fb7c4e56440 /* SnippetVehicleMultiThreading */; + remoteGlobalIDString = FFFAfb6546c07fc5fb6546c0 /* SnippetVehicleMultiThreading */; remoteInfo = "SnippetVehicleMultiThreading"; }; - FFF5c4e5af107fb7c4e5af10 /* PBXContainerItemProxy */ = { - containerPortal = FFF9c4dcd1607fb7c4dcd160 /* Project object */; + FFF5fb6591907fc5fb659190 /* PBXContainerItemProxy */ = { + containerPortal = FFF9fb5f99b07fc5fb5f99b0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAc4e5af107fb7c4e5af10 /* SnippetVehicleContactMod */; + remoteGlobalIDString = FFFAfb6591907fc5fb659190 /* SnippetVehicleContactMod */; remoteInfo = "SnippetVehicleContactMod"; }; - FFF5c4e5fcc07fb7c4e5fcc0 /* PBXContainerItemProxy */ = { - containerPortal = FFF9c4dcd1607fb7c4dcd160 /* Project object */; + FFF5fb65df407fc5fb65df40 /* PBXContainerItemProxy */ = { + containerPortal = FFF9fb5f99b07fc5fb5f99b0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAc4e5fcc07fb7c4e5fcc0 /* SnippetNestedScene */; + remoteGlobalIDString = FFFAfb65df407fc5fb65df40 /* SnippetNestedScene */; remoteInfo = "SnippetNestedScene"; }; - FFF5c4e64b607fb7c4e64b60 /* PBXContainerItemProxy */ = { - containerPortal = FFF9c4dcd1607fb7c4dcd160 /* Project object */; + FFF5fb662de07fc5fb662de0 /* PBXContainerItemProxy */ = { + containerPortal = FFF9fb5f99b07fc5fb5f99b0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAc4e64b607fb7c4e64b60 /* SnippetSpatialIndex */; + remoteGlobalIDString = FFFAfb662de07fc5fb662de0 /* SnippetSpatialIndex */; remoteInfo = "SnippetSpatialIndex"; }; - FFF5c4e67b907fb7c4e67b90 /* PBXContainerItemProxy */ = { - containerPortal = FFF9c4dcd1607fb7c4dcd160 /* Project object */; + FFF5fb665e107fc5fb665e10 /* PBXContainerItemProxy */ = { + containerPortal = FFF9fb5f99b07fc5fb5f99b0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAc4e67b907fb7c4e67b90 /* SnippetSplitSim */; + remoteGlobalIDString = FFFAfb665e107fc5fb665e10 /* SnippetSplitSim */; remoteInfo = "SnippetSplitSim"; }; - FFF5c4e6b1607fb7c4e6b160 /* PBXContainerItemProxy */ = { - containerPortal = FFF9c4dcd1607fb7c4dcd160 /* Project object */; + FFF5fb6693e07fc5fb6693e0 /* PBXContainerItemProxy */ = { + containerPortal = FFF9fb5f99b07fc5fb5f99b0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAc4e6b1607fb7c4e6b160 /* SnippetTriangleMeshCreate */; + remoteGlobalIDString = FFFAfb6693e07fc5fb6693e0 /* SnippetTriangleMeshCreate */; remoteInfo = "SnippetTriangleMeshCreate"; }; - FFF5c4e6e5b07fb7c4e6e5b0 /* PBXContainerItemProxy */ = { - containerPortal = FFF9c4dcd1607fb7c4dcd160 /* Project object */; + FFF5fb66c8307fc5fb66c830 /* PBXContainerItemProxy */ = { + containerPortal = FFF9fb5f99b07fc5fb5f99b0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAc4e6e5b07fb7c4e6e5b0 /* SnippetMultiThreading */; + remoteGlobalIDString = FFFAfb66c8307fc5fb66c830 /* SnippetMultiThreading */; remoteInfo = "SnippetMultiThreading"; }; - FFF5c4e718607fb7c4e71860 /* PBXContainerItemProxy */ = { - containerPortal = FFF9c4dcd1607fb7c4dcd160 /* Project object */; + FFF5fb66fae07fc5fb66fae0 /* PBXContainerItemProxy */ = { + containerPortal = FFF9fb5f99b07fc5fb5f99b0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAc4e718607fb7c4e71860 /* SnippetContactModification */; + remoteGlobalIDString = FFFAfb66fae07fc5fb66fae0 /* SnippetContactModification */; remoteInfo = "SnippetContactModification"; }; - FFF5c4e750307fb7c4e75030 /* PBXContainerItemProxy */ = { - containerPortal = FFF9c4dcd1607fb7c4dcd160 /* Project object */; + FFF5fb6732b07fc5fb6732b0 /* PBXContainerItemProxy */ = { + containerPortal = FFF9fb5f99b07fc5fb5f99b0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAc4e750307fb7c4e75030 /* SnippetToleranceScale */; + remoteGlobalIDString = FFFAfb6732b07fc5fb6732b0 /* SnippetToleranceScale */; remoteInfo = "SnippetToleranceScale"; }; - FFF5c4e782107fb7c4e78210 /* PBXContainerItemProxy */ = { - containerPortal = FFF9c4dcd1607fb7c4dcd160 /* Project object */; + FFF5fb6764907fc5fb676490 /* PBXContainerItemProxy */ = { + containerPortal = FFF9fb5f99b07fc5fb5f99b0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAc4e782107fb7c4e78210 /* SnippetStepper */; + remoteGlobalIDString = FFFAfb6764907fc5fb676490 /* SnippetStepper */; remoteInfo = "SnippetStepper"; }; - FFF5c4e7b5907fb7c4e7b590 /* PBXContainerItemProxy */ = { - containerPortal = FFF9c4dcd1607fb7c4dcd160 /* Project object */; + FFF5fb6798107fc5fb679810 /* PBXContainerItemProxy */ = { + containerPortal = FFF9fb5f99b07fc5fb5f99b0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAc4e7b5907fb7c4e7b590 /* SnippetPrunerSerialization */; + remoteGlobalIDString = FFFAfb6798107fc5fb679810 /* SnippetPrunerSerialization */; remoteInfo = "SnippetPrunerSerialization"; }; - FFF5c4e7ea507fb7c4e7ea50 /* PBXContainerItemProxy */ = { - containerPortal = FFF9c4dcd1607fb7c4dcd160 /* Project object */; + FFF5fb67ccd07fc5fb67ccd0 /* PBXContainerItemProxy */ = { + containerPortal = FFF9fb5f99b07fc5fb5f99b0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAc4e7ea507fb7c4e7ea50 /* SnippetConvexMeshCreate */; + remoteGlobalIDString = FFFAfb67ccd07fc5fb67ccd0 /* SnippetConvexMeshCreate */; remoteInfo = "SnippetConvexMeshCreate"; }; /* End PBXContainerItemProxy section */ /* Begin PBXGroup section */ - FFFBc4dcd1c87fb7c4dcd1c8 /* Snippets */ = { + FFFBfb5f9a187fc5fb5f9a18 /* Snippets */ = { isa = PBXGroup; children = ( - FFF0c4dcd1607fb7c4dcd160 /* Source */, - FFEEc4dcd1607fb7c4dcd160 /* Products */, + FFF0fb5f99b07fc5fb5f99b0 /* Source */, + FFEEfb5f99b07fc5fb5f99b0 /* Products */, ); name = "Snippets"; sourceTree = "<group>"; }; - FFF0c4dcd1607fb7c4dcd160 /* Source */ = { + FFF0fb5f99b07fc5fb5f99b0 /* Source */ = { isa = PBXGroup; children = ( - FFFBc4dcd2707fb7c4dcd270, - FFFBc4e024c07fb7c4e024c0, - FFFBc4d910307fb7c4d91030, - FFFBc4def1a07fb7c4def1a0, - FFFBc4e142c07fb7c4e142c0, - FFFBc4e044807fb7c4e04480, - FFFBc4e2bf607fb7c4e2bf60, - FFFBc4e226107fb7c4e22610, - FFFBc4e2f0207fb7c4e2f020, - FFFBc4e326807fb7c4e32680, - FFFBc4e358907fb7c4e35890, - FFFBc4e38e007fb7c4e38e00, - FFFBc4e3c3d07fb7c4e3c3d0, - FFFBc4e3f5807fb7c4e3f580, - FFFBc4e42f707fb7c4e42f70, - FFFBc4e47e007fb7c4e47e00, - FFFBc4e4cb907fb7c4e4cb90, - FFFBc4e518007fb7c4e51800, - FFFBc4e564407fb7c4e56440, - FFFBc4e5af107fb7c4e5af10, - FFFBc4e5fcc07fb7c4e5fcc0, - FFFBc4e64b607fb7c4e64b60, - FFFBc4e67b907fb7c4e67b90, - FFFBc4e6b1607fb7c4e6b160, - FFFBc4e6e5b07fb7c4e6e5b0, - FFFBc4e718607fb7c4e71860, - FFFBc4e750307fb7c4e75030, - FFFBc4e782107fb7c4e78210, - FFFBc4e7b5907fb7c4e7b590, - FFFBc4e7ea507fb7c4e7ea50, + FFFBfb5f9ac07fc5fb5f9ac0, + FFFBfb4c79c07fc5fb4c79c0, + FFFBfb5c9dd07fc5fb5c9dd0, + FFFBfb5ed3207fc5fb5ed320, + FFFBfb474ef07fc5fb474ef0, + FFFBfb602c007fc5fb602c00, + FFFBfb62a6b07fc5fb62a6b0, + FFFBfb620ce07fc5fb620ce0, + FFFBfb62d3207fc5fb62d320, + FFFBfb6305b07fc5fb6305b0, + FFFBfb633b107fc5fb633b10, + FFFBfb6370807fc5fb637080, + FFFBfb63a6507fc5fb63a650, + FFFBfb63d8007fc5fb63d800, + FFFBfb6411f07fc5fb6411f0, + FFFBfb6460807fc5fb646080, + FFFBfb64ae107fc5fb64ae10, + FFFBfb64fa807fc5fb64fa80, + FFFBfb6546c07fc5fb6546c0, + FFFBfb6591907fc5fb659190, + FFFBfb65df407fc5fb65df40, + FFFBfb662de07fc5fb662de0, + FFFBfb665e107fc5fb665e10, + FFFBfb6693e07fc5fb6693e0, + FFFBfb66c8307fc5fb66c830, + FFFBfb66fae07fc5fb66fae0, + FFFBfb6732b07fc5fb6732b0, + FFFBfb6764907fc5fb676490, + FFFBfb6798107fc5fb679810, + FFFBfb67ccd07fc5fb67ccd0, ); name = Source; sourceTree = "<group>"; }; - FFEEc4dcd1607fb7c4dcd160 /* Products */ = { + FFEEfb5f99b07fc5fb5f99b0 /* Products */ = { isa = PBXGroup; children = ( - FFFDc4dcd2707fb7c4dcd270, - FFFDc4e024c07fb7c4e024c0, - FFFDc4d910307fb7c4d91030, - FFFDc4def1a07fb7c4def1a0, - FFFDc4e142c07fb7c4e142c0, - FFFDc4e044807fb7c4e04480, - FFFDc4e2bf607fb7c4e2bf60, - FFFDc4e226107fb7c4e22610, - FFFDc4e2f0207fb7c4e2f020, - FFFDc4e326807fb7c4e32680, - FFFDc4e358907fb7c4e35890, - FFFDc4e38e007fb7c4e38e00, - FFFDc4e3c3d07fb7c4e3c3d0, - FFFDc4e3f5807fb7c4e3f580, - FFFDc4e42f707fb7c4e42f70, - FFFDc4e47e007fb7c4e47e00, - FFFDc4e4cb907fb7c4e4cb90, - FFFDc4e518007fb7c4e51800, - FFFDc4e564407fb7c4e56440, - FFFDc4e5af107fb7c4e5af10, - FFFDc4e5fcc07fb7c4e5fcc0, - FFFDc4e64b607fb7c4e64b60, - FFFDc4e67b907fb7c4e67b90, - FFFDc4e6b1607fb7c4e6b160, - FFFDc4e6e5b07fb7c4e6e5b0, - FFFDc4e718607fb7c4e71860, - FFFDc4e750307fb7c4e75030, - FFFDc4e782107fb7c4e78210, - FFFDc4e7b5907fb7c4e7b590, - FFFDc4e7ea507fb7c4e7ea50, + FFFDfb5f9ac07fc5fb5f9ac0, + FFFDfb4c79c07fc5fb4c79c0, + FFFDfb5c9dd07fc5fb5c9dd0, + FFFDfb5ed3207fc5fb5ed320, + FFFDfb474ef07fc5fb474ef0, + FFFDfb602c007fc5fb602c00, + FFFDfb62a6b07fc5fb62a6b0, + FFFDfb620ce07fc5fb620ce0, + FFFDfb62d3207fc5fb62d320, + FFFDfb6305b07fc5fb6305b0, + FFFDfb633b107fc5fb633b10, + FFFDfb6370807fc5fb637080, + FFFDfb63a6507fc5fb63a650, + FFFDfb63d8007fc5fb63d800, + FFFDfb6411f07fc5fb6411f0, + FFFDfb6460807fc5fb646080, + FFFDfb64ae107fc5fb64ae10, + FFFDfb64fa807fc5fb64fa80, + FFFDfb6546c07fc5fb6546c0, + FFFDfb6591907fc5fb659190, + FFFDfb65df407fc5fb65df40, + FFFDfb662de07fc5fb662de0, + FFFDfb665e107fc5fb665e10, + FFFDfb6693e07fc5fb6693e0, + FFFDfb66c8307fc5fb66c830, + FFFDfb66fae07fc5fb66fae0, + FFFDfb6732b07fc5fb6732b0, + FFFDfb6764907fc5fb676490, + FFFDfb6798107fc5fb679810, + FFFDfb67ccd07fc5fb67ccd0, ); name = Products; sourceTree = "<group>"; }; - FFFBc4dcd2707fb7c4dcd270 /* SnippetUtils */ = { + FFFBfb5f9ac07fc5fb5f9ac0 /* SnippetUtils */ = { isa = PBXGroup; children = ( - FFFBc4e00e407fb7c4e00e40 /* Source Files */, + FFFBfb5fa7907fc5fb5fa790 /* Source Files */, ); name = "SnippetUtils"; sourceTree = "<group>"; }; - FFFBc4e00e407fb7c4e00e40 /* Source Files */ = { + FFFBfb5fa7907fc5fb5fa790 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDc4e014c07fb7c4e014c0 /* SnippetUtils.cpp */, - FFFDc4e015287fb7c4e01528 /* SnippetUtils.h */, + FFFDfb5fae107fc5fb5fae10 /* SnippetUtils.cpp */, + FFFDfb5fae787fc5fb5fae78 /* SnippetUtils.h */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBc4e024c07fb7c4e024c0 /* SnippetHelloWorld */ = { + FFFBfb4c79c07fc5fb4c79c0 /* SnippetHelloWorld */ = { isa = PBXGroup; children = ( - FFFBc4dfb4807fb7c4dfb480 /* Main */, - FFFBc4dfb4a87fb7c4dfb4a8 /* Source Files */, + FFFBfb5c93707fc5fb5c9370 /* Main */, + FFFBfb5c93987fc5fb5c9398 /* Source Files */, ); name = "SnippetHelloWorld"; sourceTree = "<group>"; }; - FFFBc4dfb4807fb7c4dfb480 /* Main */ = { + FFFBfb5c93707fc5fb5c9370 /* Main */ = { isa = PBXGroup; children = ( - FFFDc4dfbf507fb7c4dfbf50 /* ClassicMain.cpp */, + FFFDfb5c99e07fc5fb5c99e0 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBc4dfb4a87fb7c4dfb4a8 /* Source Files */ = { + FFFBfb5c93987fc5fb5c9398 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDc4d90e407fb7c4d90e40 /* SnippetHelloWorld.cpp */, - FFFDc4d90ea87fb7c4d90ea8 /* SnippetHelloWorldRender.cpp */, + FFFDfb5c9fc07fc5fb5c9fc0 /* SnippetHelloWorld.cpp */, + FFFDfb5ca0287fc5fb5ca028 /* SnippetHelloWorldRender.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBc4d910307fb7c4d91030 /* SnippetImmediateMode */ = { + FFFBfb5c9dd07fc5fb5c9dd0 /* SnippetImmediateMode */ = { isa = PBXGroup; children = ( - FFFBc4dee2b07fb7c4dee2b0 /* Main */, - FFFBc4dee2d87fb7c4dee2d8 /* Source Files */, + FFFBfb5ec0d07fc5fb5ec0d0 /* Main */, + FFFBfb5ec0f87fc5fb5ec0f8 /* Source Files */, ); name = "SnippetImmediateMode"; sourceTree = "<group>"; }; - FFFBc4dee2b07fb7c4dee2b0 /* Main */ = { + FFFBfb5ec0d07fc5fb5ec0d0 /* Main */ = { isa = PBXGroup; children = ( - FFFDc4dee3007fb7c4dee300 /* ClassicMain.cpp */, + FFFDfb5ecb607fc5fb5ecb60 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBc4dee2d87fb7c4dee2d8 /* Source Files */ = { + FFFBfb5ec0f87fc5fb5ec0f8 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDc4deefb07fb7c4deefb0 /* SnippetImmediateMode.cpp */, - FFFDc4def0187fb7c4def018 /* SnippetImmediateModeRender.cpp */, + FFFDfb5ed1307fc5fb5ed130 /* SnippetImmediateMode.cpp */, + FFFDfb5ed1987fc5fb5ed198 /* SnippetImmediateModeRender.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBc4def1a07fb7c4def1a0 /* SnippetSplitFetchResults */ = { + FFFBfb5ed3207fc5fb5ed320 /* SnippetSplitFetchResults */ = { isa = PBXGroup; children = ( - FFFBc4d9d0407fb7c4d9d040 /* Main */, - FFFBc4d9d0687fb7c4d9d068 /* Source Files */, + FFFBfb5ce6f07fc5fb5ce6f0 /* Main */, + FFFBfb5ce7187fc5fb5ce718 /* Source Files */, ); name = "SnippetSplitFetchResults"; sourceTree = "<group>"; }; - FFFBc4d9d0407fb7c4d9d040 /* Main */ = { + FFFBfb5ce6f07fc5fb5ce6f0 /* Main */ = { isa = PBXGroup; children = ( - FFFDc4d1b8f07fb7c4d1b8f0 /* ClassicMain.cpp */, + FFFDfb4760307fc5fb476030 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBc4d9d0687fb7c4d9d068 /* Source Files */ = { + FFFBfb5ce7187fc5fb5ce718 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDc4e140d07fb7c4e140d0 /* SnippetSplitFetchResults.cpp */, - FFFDc4e141387fb7c4e14138 /* SnippetSplitFetchResultsRender.cpp */, + FFFDfb474d007fc5fb474d00 /* SnippetSplitFetchResults.cpp */, + FFFDfb474d687fc5fb474d68 /* SnippetSplitFetchResultsRender.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBc4e142c07fb7c4e142c0 /* SnippetCustomJoint */ = { + FFFBfb474ef07fc5fb474ef0 /* SnippetCustomJoint */ = { isa = PBXGroup; children = ( - FFFBc4dcd9207fb7c4dcd920 /* Main */, - FFFBc4dcd9487fb7c4dcd948 /* Source Files */, + FFFBfb55ed307fc5fb55ed30 /* Main */, + FFFBfb55ed587fc5fb55ed58 /* Source Files */, ); name = "SnippetCustomJoint"; sourceTree = "<group>"; }; - FFFBc4dcd9207fb7c4dcd920 /* Main */ = { + FFFBfb55ed307fc5fb55ed30 /* Main */ = { isa = PBXGroup; children = ( - FFFDc4dcd9707fb7c4dcd970 /* ClassicMain.cpp */, + FFFDfb55ed807fc5fb55ed80 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBc4dcd9487fb7c4dcd948 /* Source Files */ = { + FFFBfb55ed587fc5fb55ed58 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDc4e041307fb7c4e04130 /* PulleyJoint.cpp */, - FFFDc4e041987fb7c4e04198 /* SnippetCustomJoint.cpp */, - FFFDc4e042007fb7c4e04200 /* SnippetCustomJointRender.cpp */, - FFFDc4e042687fb7c4e04268 /* PulleyJoint.h */, + FFFDfb602e307fc5fb602e30 /* PulleyJoint.cpp */, + FFFDfb602e987fc5fb602e98 /* SnippetCustomJoint.cpp */, + FFFDfb602f007fc5fb602f00 /* SnippetCustomJointRender.cpp */, + FFFDfb602f687fc5fb602f68 /* PulleyJoint.h */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBc4e044807fb7c4e04480 /* SnippetSerialization */ = { + FFFBfb602c007fc5fb602c00 /* SnippetSerialization */ = { isa = PBXGroup; children = ( - FFFBc4e0aac07fb7c4e0aac0 /* Main */, - FFFBc4e0aae87fb7c4e0aae8 /* Source Files */, + FFFBfb6090607fc5fb609060 /* Main */, + FFFBfb6090887fc5fb609088 /* Source Files */, ); name = "SnippetSerialization"; sourceTree = "<group>"; }; - FFFBc4e0aac07fb7c4e0aac0 /* Main */ = { + FFFBfb6090607fc5fb609060 /* Main */ = { isa = PBXGroup; children = ( - FFFDc4e2b7407fb7c4e2b740 /* ClassicMain.cpp */, + FFFDfb629e907fc5fb629e90 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBc4e0aae87fb7c4e0aae8 /* Source Files */ = { + FFFBfb6090887fc5fb609088 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDc4e2bd707fb7c4e2bd70 /* SnippetSerialization.cpp */, - FFFDc4e2bdd87fb7c4e2bdd8 /* SnippetSerializationRender.cpp */, + FFFDfb62a4c07fc5fb62a4c0 /* SnippetSerialization.cpp */, + FFFDfb62a5287fc5fb62a528 /* SnippetSerializationRender.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBc4e2bf607fb7c4e2bf60 /* SnippetContactReport */ = { + FFFBfb62a6b07fc5fb62a6b0 /* SnippetContactReport */ = { isa = PBXGroup; children = ( - FFFBc4e261207fb7c4e26120 /* Main */, - FFFBc4e261487fb7c4e26148 /* Source Files */, + FFFBfb6244407fc5fb624440 /* Main */, + FFFBfb6244687fc5fb624468 /* Source Files */, ); name = "SnippetContactReport"; sourceTree = "<group>"; }; - FFFBc4e261207fb7c4e26120 /* Main */ = { + FFFBfb6244407fc5fb624440 /* Main */ = { isa = PBXGroup; children = ( - FFFDc4e21dc07fb7c4e21dc0 /* ClassicMain.cpp */, + FFFDfb6205207fc5fb620520 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBc4e261487fb7c4e26148 /* Source Files */ = { + FFFBfb6244687fc5fb624468 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDc4e224207fb7c4e22420 /* SnippetContactReport.cpp */, - FFFDc4e224887fb7c4e22488 /* SnippetContactReportRender.cpp */, + FFFDfb620af07fc5fb620af0 /* SnippetContactReport.cpp */, + FFFDfb620b587fc5fb620b58 /* SnippetContactReportRender.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBc4e226107fb7c4e22610 /* SnippetJoint */ = { + FFFBfb620ce07fc5fb620ce0 /* SnippetJoint */ = { isa = PBXGroup; children = ( - FFFBc4e2e8707fb7c4e2e870 /* Main */, - FFFBc4e2e8987fb7c4e2e898 /* Source Files */, + FFFBfb538e007fc5fb538e00 /* Main */, + FFFBfb538e287fc5fb538e28 /* Source Files */, ); name = "SnippetJoint"; sourceTree = "<group>"; }; - FFFBc4e2e8707fb7c4e2e870 /* Main */ = { + FFFBfb538e007fc5fb538e00 /* Main */ = { isa = PBXGroup; children = ( - FFFDc4e2e5d07fb7c4e2e5d0 /* ClassicMain.cpp */, + FFFDfb62cbc07fc5fb62cbc0 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBc4e2e8987fb7c4e2e898 /* Source Files */ = { + FFFBfb538e287fc5fb538e28 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDc4e2ee307fb7c4e2ee30 /* SnippetJoint.cpp */, - FFFDc4e2ee987fb7c4e2ee98 /* SnippetJointRender.cpp */, + FFFDfb62d1307fc5fb62d130 /* SnippetJoint.cpp */, + FFFDfb62d1987fc5fb62d198 /* SnippetJointRender.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBc4e2f0207fb7c4e2f020 /* SnippetContactReportCCD */ = { + FFFBfb62d3207fc5fb62d320 /* SnippetContactReportCCD */ = { isa = PBXGroup; children = ( - FFFBc4e31b607fb7c4e31b60 /* Main */, - FFFBc4e31b887fb7c4e31b88 /* Source Files */, + FFFBfb62fa807fc5fb62fa80 /* Main */, + FFFBfb62faa87fc5fb62faa8 /* Source Files */, ); name = "SnippetContactReportCCD"; sourceTree = "<group>"; }; - FFFBc4e31b607fb7c4e31b60 /* Main */ = { + FFFBfb62fa807fc5fb62fa80 /* Main */ = { isa = PBXGroup; children = ( - FFFDc4e31e007fb7c4e31e00 /* ClassicMain.cpp */, + FFFDfb6301607fc5fb630160 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBc4e31b887fb7c4e31b88 /* Source Files */ = { + FFFBfb62faa87fc5fb62faa8 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDc4e324907fb7c4e32490 /* SnippetContactReportCCD.cpp */, - FFFDc4e324f87fb7c4e324f8 /* SnippetContactReportCCDRender.cpp */, + FFFDfb6307a07fc5fb6307a0 /* SnippetContactReportCCD.cpp */, + FFFDfb6308087fc5fb630808 /* SnippetContactReportCCDRender.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBc4e326807fb7c4e32680 /* SnippetCloth */ = { + FFFBfb6305b07fc5fb6305b0 /* SnippetCloth */ = { isa = PBXGroup; children = ( - FFFBc4e350b07fb7c4e350b0 /* Main */, - FFFBc4e350d87fb7c4e350d8 /* Source Files */, + FFFBfb6335807fc5fb633580 /* Main */, + FFFBfb6335a87fc5fb6335a8 /* Source Files */, ); name = "SnippetCloth"; sourceTree = "<group>"; }; - FFFBc4e350b07fb7c4e350b0 /* Main */ = { + FFFBfb6335807fc5fb633580 /* Main */ = { isa = PBXGroup; children = ( - FFFDc4e352d07fb7c4e352d0 /* ClassicMain.cpp */, + FFFDfb6330407fc5fb633040 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBc4e350d87fb7c4e350d8 /* Source Files */ = { + FFFBfb6335a87fc5fb6335a8 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDc4e354907fb7c4e35490 /* SnippetCloth.cpp */, + FFFDfb630d307fc5fb630d30 /* SnippetCloth.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBc4e358907fb7c4e35890 /* SnippetMBP */ = { + FFFBfb633b107fc5fb633b10 /* SnippetMBP */ = { isa = PBXGroup; children = ( - FFFBc4e386907fb7c4e38690 /* Main */, - FFFBc4e386b87fb7c4e386b8 /* Source Files */, + FFFBfb6369107fc5fb636910 /* Main */, + FFFBfb6369387fc5fb636938 /* Source Files */, ); name = "SnippetMBP"; sourceTree = "<group>"; }; - FFFBc4e386907fb7c4e38690 /* Main */ = { + FFFBfb6369107fc5fb636910 /* Main */ = { isa = PBXGroup; children = ( - FFFDc4e384007fb7c4e38400 /* ClassicMain.cpp */, + FFFDfb6366807fc5fb636680 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBc4e386b87fb7c4e386b8 /* Source Files */ = { + FFFBfb6369387fc5fb636938 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDc4e38c107fb7c4e38c10 /* SnippetMBP.cpp */, - FFFDc4e38c787fb7c4e38c78 /* SnippetMBPRender.cpp */, + FFFDfb636e907fc5fb636e90 /* SnippetMBP.cpp */, + FFFDfb636ef87fc5fb636ef8 /* SnippetMBPRender.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBc4e38e007fb7c4e38e00 /* SnippetArticulation */ = { + FFFBfb6370807fc5fb637080 /* SnippetArticulation */ = { isa = PBXGroup; children = ( - FFFBc4e3bb307fb7c4e3bb30 /* Main */, - FFFBc4e3bb587fb7c4e3bb58 /* Source Files */, + FFFBfb639db07fc5fb639db0 /* Main */, + FFFBfb639dd87fc5fb639dd8 /* Source Files */, ); name = "SnippetArticulation"; sourceTree = "<group>"; }; - FFFBc4e3bb307fb7c4e3bb30 /* Main */ = { + FFFBfb639db07fc5fb639db0 /* Main */ = { isa = PBXGroup; children = ( - FFFDc4e3b5d07fb7c4e3b5d0 /* ClassicMain.cpp */, + FFFDfb6398507fc5fb639850 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBc4e3bb587fb7c4e3bb58 /* Source Files */ = { + FFFBfb639dd87fc5fb639dd8 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDc4e3c1e07fb7c4e3c1e0 /* SnippetArticulation.cpp */, - FFFDc4e3c2487fb7c4e3c248 /* SnippetArticulationRender.cpp */, + FFFDfb63a4607fc5fb63a460 /* SnippetArticulation.cpp */, + FFFDfb63a4c87fc5fb63a4c8 /* SnippetArticulationRender.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBc4e3c3d07fb7c4e3c3d0 /* SnippetRaycastCCD */ = { + FFFBfb63a6507fc5fb63a650 /* SnippetRaycastCCD */ = { isa = PBXGroup; children = ( - FFFBc4e3f1107fb7c4e3f110 /* Main */, - FFFBc4e3f1387fb7c4e3f138 /* Source Files */, + FFFBfb63d3907fc5fb63d390 /* Main */, + FFFBfb63d3b87fc5fb63d3b8 /* Source Files */, ); name = "SnippetRaycastCCD"; sourceTree = "<group>"; }; - FFFBc4e3f1107fb7c4e3f110 /* Main */ = { + FFFBfb63d3907fc5fb63d390 /* Main */ = { isa = PBXGroup; children = ( - FFFDc4e3eaa07fb7c4e3eaa0 /* ClassicMain.cpp */, + FFFDfb63cd207fc5fb63cd20 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBc4e3f1387fb7c4e3f138 /* Source Files */ = { + FFFBfb63d3b87fc5fb63d3b8 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDc4e3f7707fb7c4e3f770 /* SnippetRaycastCCD.cpp */, - FFFDc4e3f7d87fb7c4e3f7d8 /* SnippetRaycastCCDRender.cpp */, + FFFDfb63d9f07fc5fb63d9f0 /* SnippetRaycastCCD.cpp */, + FFFDfb63da587fc5fb63da58 /* SnippetRaycastCCDRender.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBc4e3f5807fb7c4e3f580 /* SnippetCustomProfiler */ = { + FFFBfb63d8007fc5fb63d800 /* SnippetCustomProfiler */ = { isa = PBXGroup; children = ( - FFFBc4e426f07fb7c4e426f0 /* Main */, - FFFBc4e427187fb7c4e42718 /* Source Files */, + FFFBfb6409707fc5fb640970 /* Main */, + FFFBfb6409987fc5fb640998 /* Source Files */, ); name = "SnippetCustomProfiler"; sourceTree = "<group>"; }; - FFFBc4e426f07fb7c4e426f0 /* Main */ = { + FFFBfb6409707fc5fb640970 /* Main */ = { isa = PBXGroup; children = ( - FFFDc4e427407fb7c4e42740 /* ClassicMain.cpp */, + FFFDfb6409c07fc5fb6409c0 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBc4e427187fb7c4e42718 /* Source Files */ = { + FFFBfb6409987fc5fb640998 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDc4e42d807fb7c4e42d80 /* SnippetCustomProfiler.cpp */, - FFFDc4e42de87fb7c4e42de8 /* SnippetCustomProfilerRender.cpp */, + FFFDfb6410007fc5fb641000 /* SnippetCustomProfiler.cpp */, + FFFDfb6410687fc5fb641068 /* SnippetCustomProfilerRender.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBc4e42f707fb7c4e42f70 /* SnippetVehicleTank */ = { + FFFBfb6411f07fc5fb6411f0 /* SnippetVehicleTank */ = { isa = PBXGroup; children = ( - FFFBc4e466f07fb7c4e466f0 /* Main */, - FFFBc4e467187fb7c4e46718 /* Source Files */, - FFFBc4e467407fb7c4e46740 /* Common */, + FFFBfb6449707fc5fb644970 /* Main */, + FFFBfb6449987fc5fb644998 /* Source Files */, + FFFBfb6449c07fc5fb6449c0 /* Common */, ); name = "SnippetVehicleTank"; sourceTree = "<group>"; }; - FFFBc4e466f07fb7c4e466f0 /* Main */ = { + FFFBfb6449707fc5fb644970 /* Main */ = { isa = PBXGroup; children = ( - FFFDc4e467907fb7c4e46790 /* ClassicMain.cpp */, + FFFDfb644a107fc5fb644a10 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBc4e467187fb7c4e46718 /* Source Files */ = { + FFFBfb6449987fc5fb644998 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDc4e468907fb7c4e46890 /* SnippetVehicleTank.cpp */, - FFFDc4e468f87fb7c4e468f8 /* SnippetVehicleTankRender.cpp */, + FFFDfb644b107fc5fb644b10 /* SnippetVehicleTank.cpp */, + FFFDfb644b787fc5fb644b78 /* SnippetVehicleTankRender.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBc4e467407fb7c4e46740 /* Common */ = { + FFFBfb6449c07fc5fb6449c0 /* Common */ = { isa = PBXGroup; children = ( - FFFDc42140007fb7c4214000 /* SnippetVehicle4WCreate.cpp */, - FFFDc42140687fb7c4214068 /* SnippetVehicleCreate.cpp */, - FFFDc42140d07fb7c42140d0 /* SnippetVehicleFilterShader.cpp */, - FFFDc42141387fb7c4214138 /* SnippetVehicleNoDriveCreate.cpp */, - FFFDc42141a07fb7c42141a0 /* SnippetVehicleSceneQuery.cpp */, - FFFDc42142087fb7c4214208 /* SnippetVehicleTankCreate.cpp */, - FFFDc42142707fb7c4214270 /* SnippetVehicleTireFriction.cpp */, - FFFDc42142d87fb7c42142d8 /* SnippetVehicleConcurrency.h */, - FFFDc42143407fb7c4214340 /* SnippetVehicleCreate.h */, - FFFDc42143a87fb7c42143a8 /* SnippetVehicleFilterShader.h */, - FFFDc42144107fb7c4214410 /* SnippetVehicleSceneQuery.h */, - FFFDc42144787fb7c4214478 /* SnippetVehicleTireFriction.h */, - FFFDc42144e07fb7c42144e0 /* SnippetVehicleWheelQueryResult.h */, + FFFDfaa148007fc5faa14800 /* SnippetVehicle4WCreate.cpp */, + FFFDfaa148687fc5faa14868 /* SnippetVehicleCreate.cpp */, + FFFDfaa148d07fc5faa148d0 /* SnippetVehicleFilterShader.cpp */, + FFFDfaa149387fc5faa14938 /* SnippetVehicleNoDriveCreate.cpp */, + FFFDfaa149a07fc5faa149a0 /* SnippetVehicleSceneQuery.cpp */, + FFFDfaa14a087fc5faa14a08 /* SnippetVehicleTankCreate.cpp */, + FFFDfaa14a707fc5faa14a70 /* SnippetVehicleTireFriction.cpp */, + FFFDfaa14ad87fc5faa14ad8 /* SnippetVehicleConcurrency.h */, + FFFDfaa14b407fc5faa14b40 /* SnippetVehicleCreate.h */, + FFFDfaa14ba87fc5faa14ba8 /* SnippetVehicleFilterShader.h */, + FFFDfaa14c107fc5faa14c10 /* SnippetVehicleSceneQuery.h */, + FFFDfaa14c787fc5faa14c78 /* SnippetVehicleTireFriction.h */, + FFFDfaa14ce07fc5faa14ce0 /* SnippetVehicleWheelQueryResult.h */, ); name = "Common"; sourceTree = SOURCE_ROOT; }; - FFFBc4e47e007fb7c4e47e00 /* SnippetVehicle4W */ = { + FFFBfb6460807fc5fb646080 /* SnippetVehicle4W */ = { isa = PBXGroup; children = ( - FFFBc4e4b4507fb7c4e4b450 /* Main */, - FFFBc4e4b4787fb7c4e4b478 /* Source Files */, - FFFBc4e4b4a07fb7c4e4b4a0 /* Common */, + FFFBfb6496d07fc5fb6496d0 /* Main */, + FFFBfb6496f87fc5fb6496f8 /* Source Files */, + FFFBfb6497207fc5fb649720 /* Common */, ); name = "SnippetVehicle4W"; sourceTree = "<group>"; }; - FFFBc4e4b4507fb7c4e4b450 /* Main */ = { + FFFBfb6496d07fc5fb6496d0 /* Main */ = { isa = PBXGroup; children = ( - FFFDc4e4ae607fb7c4e4ae60 /* ClassicMain.cpp */, + FFFDfb6490e07fc5fb6490e0 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBc4e4b4787fb7c4e4b478 /* Source Files */ = { + FFFBfb6496f87fc5fb6496f8 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDc4e4b5807fb7c4e4b580 /* SnippetVehicle4W.cpp */, - FFFDc4e4b5e87fb7c4e4b5e8 /* SnippetVehicle4WRender.cpp */, + FFFDfb6498007fc5fb649800 /* SnippetVehicle4W.cpp */, + FFFDfb6498687fc5fb649868 /* SnippetVehicle4WRender.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBc4e4b4a07fb7c4e4b4a0 /* Common */ = { + FFFBfb6497207fc5fb649720 /* Common */ = { isa = PBXGroup; children = ( - FFFDc42170007fb7c4217000 /* SnippetVehicle4WCreate.cpp */, - FFFDc42170687fb7c4217068 /* SnippetVehicleCreate.cpp */, - FFFDc42170d07fb7c42170d0 /* SnippetVehicleFilterShader.cpp */, - FFFDc42171387fb7c4217138 /* SnippetVehicleNoDriveCreate.cpp */, - FFFDc42171a07fb7c42171a0 /* SnippetVehicleSceneQuery.cpp */, - FFFDc42172087fb7c4217208 /* SnippetVehicleTankCreate.cpp */, - FFFDc42172707fb7c4217270 /* SnippetVehicleTireFriction.cpp */, - FFFDc42172d87fb7c42172d8 /* SnippetVehicleConcurrency.h */, - FFFDc42173407fb7c4217340 /* SnippetVehicleCreate.h */, - FFFDc42173a87fb7c42173a8 /* SnippetVehicleFilterShader.h */, - FFFDc42174107fb7c4217410 /* SnippetVehicleSceneQuery.h */, - FFFDc42174787fb7c4217478 /* SnippetVehicleTireFriction.h */, - FFFDc42174e07fb7c42174e0 /* SnippetVehicleWheelQueryResult.h */, + FFFDfaa178007fc5faa17800 /* SnippetVehicle4WCreate.cpp */, + FFFDfaa178687fc5faa17868 /* SnippetVehicleCreate.cpp */, + FFFDfaa178d07fc5faa178d0 /* SnippetVehicleFilterShader.cpp */, + FFFDfaa179387fc5faa17938 /* SnippetVehicleNoDriveCreate.cpp */, + FFFDfaa179a07fc5faa179a0 /* SnippetVehicleSceneQuery.cpp */, + FFFDfaa17a087fc5faa17a08 /* SnippetVehicleTankCreate.cpp */, + FFFDfaa17a707fc5faa17a70 /* SnippetVehicleTireFriction.cpp */, + FFFDfaa17ad87fc5faa17ad8 /* SnippetVehicleConcurrency.h */, + FFFDfaa17b407fc5faa17b40 /* SnippetVehicleCreate.h */, + FFFDfaa17ba87fc5faa17ba8 /* SnippetVehicleFilterShader.h */, + FFFDfaa17c107fc5faa17c10 /* SnippetVehicleSceneQuery.h */, + FFFDfaa17c787fc5faa17c78 /* SnippetVehicleTireFriction.h */, + FFFDfaa17ce07fc5faa17ce0 /* SnippetVehicleWheelQueryResult.h */, ); name = "Common"; sourceTree = SOURCE_ROOT; }; - FFFBc4e4cb907fb7c4e4cb90 /* SnippetVehicleScale */ = { + FFFBfb64ae107fc5fb64ae10 /* SnippetVehicleScale */ = { isa = PBXGroup; children = ( - FFFBc4e500e07fb7c4e500e0 /* Main */, - FFFBc4e501087fb7c4e50108 /* Source Files */, - FFFBc4e501307fb7c4e50130 /* Common */, + FFFBfb64e3607fc5fb64e360 /* Main */, + FFFBfb64e3887fc5fb64e388 /* Source Files */, + FFFBfb64e3b07fc5fb64e3b0 /* Common */, ); name = "SnippetVehicleScale"; sourceTree = "<group>"; }; - FFFBc4e500e07fb7c4e500e0 /* Main */ = { + FFFBfb64e3607fc5fb64e360 /* Main */ = { isa = PBXGroup; children = ( - FFFDc4e501807fb7c4e50180 /* ClassicMain.cpp */, + FFFDfb64e4007fc5fb64e400 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBc4e501087fb7c4e50108 /* Source Files */ = { + FFFBfb64e3887fc5fb64e388 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDc4e502807fb7c4e50280 /* SnippetVehicleScale.cpp */, - FFFDc4e502e87fb7c4e502e8 /* SnippetVehicleScaleRender.cpp */, + FFFDfb64e5007fc5fb64e500 /* SnippetVehicleScale.cpp */, + FFFDfb64e5687fc5fb64e568 /* SnippetVehicleScaleRender.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBc4e501307fb7c4e50130 /* Common */ = { + FFFBfb64e3b07fc5fb64e3b0 /* Common */ = { isa = PBXGroup; children = ( - FFFDc421a0007fb7c421a000 /* SnippetVehicle4WCreate.cpp */, - FFFDc421a0687fb7c421a068 /* SnippetVehicleCreate.cpp */, - FFFDc421a0d07fb7c421a0d0 /* SnippetVehicleFilterShader.cpp */, - FFFDc421a1387fb7c421a138 /* SnippetVehicleNoDriveCreate.cpp */, - FFFDc421a1a07fb7c421a1a0 /* SnippetVehicleSceneQuery.cpp */, - FFFDc421a2087fb7c421a208 /* SnippetVehicleTankCreate.cpp */, - FFFDc421a2707fb7c421a270 /* SnippetVehicleTireFriction.cpp */, - FFFDc421a2d87fb7c421a2d8 /* SnippetVehicleConcurrency.h */, - FFFDc421a3407fb7c421a340 /* SnippetVehicleCreate.h */, - FFFDc421a3a87fb7c421a3a8 /* SnippetVehicleFilterShader.h */, - FFFDc421a4107fb7c421a410 /* SnippetVehicleSceneQuery.h */, - FFFDc421a4787fb7c421a478 /* SnippetVehicleTireFriction.h */, - FFFDc421a4e07fb7c421a4e0 /* SnippetVehicleWheelQueryResult.h */, + FFFDfaa1a8007fc5faa1a800 /* SnippetVehicle4WCreate.cpp */, + FFFDfaa1a8687fc5faa1a868 /* SnippetVehicleCreate.cpp */, + FFFDfaa1a8d07fc5faa1a8d0 /* SnippetVehicleFilterShader.cpp */, + FFFDfaa1a9387fc5faa1a938 /* SnippetVehicleNoDriveCreate.cpp */, + FFFDfaa1a9a07fc5faa1a9a0 /* SnippetVehicleSceneQuery.cpp */, + FFFDfaa1aa087fc5faa1aa08 /* SnippetVehicleTankCreate.cpp */, + FFFDfaa1aa707fc5faa1aa70 /* SnippetVehicleTireFriction.cpp */, + FFFDfaa1aad87fc5faa1aad8 /* SnippetVehicleConcurrency.h */, + FFFDfaa1ab407fc5faa1ab40 /* SnippetVehicleCreate.h */, + FFFDfaa1aba87fc5faa1aba8 /* SnippetVehicleFilterShader.h */, + FFFDfaa1ac107fc5faa1ac10 /* SnippetVehicleSceneQuery.h */, + FFFDfaa1ac787fc5faa1ac78 /* SnippetVehicleTireFriction.h */, + FFFDfaa1ace07fc5faa1ace0 /* SnippetVehicleWheelQueryResult.h */, ); name = "Common"; sourceTree = SOURCE_ROOT; }; - FFFBc4e518007fb7c4e51800 /* SnippetVehicleNoDrive */ = { + FFFBfb64fa807fc5fb64fa80 /* SnippetVehicleNoDrive */ = { isa = PBXGroup; children = ( - FFFBc4e54d707fb7c4e54d70 /* Main */, - FFFBc4e54d987fb7c4e54d98 /* Source Files */, - FFFBc4e54dc07fb7c4e54dc0 /* Common */, + FFFBfb652ff07fc5fb652ff0 /* Main */, + FFFBfb6530187fc5fb653018 /* Source Files */, + FFFBfb6530407fc5fb653040 /* Common */, ); name = "SnippetVehicleNoDrive"; sourceTree = "<group>"; }; - FFFBc4e54d707fb7c4e54d70 /* Main */ = { + FFFBfb652ff07fc5fb652ff0 /* Main */ = { isa = PBXGroup; children = ( - FFFDc4e54e107fb7c4e54e10 /* ClassicMain.cpp */, + FFFDfb6530907fc5fb653090 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBc4e54d987fb7c4e54d98 /* Source Files */ = { + FFFBfb6530187fc5fb653018 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDc4e54f107fb7c4e54f10 /* SnippetVehicleNoDrive.cpp */, - FFFDc4e54f787fb7c4e54f78 /* SnippetVehicleNoDriveRender.cpp */, + FFFDfb6531907fc5fb653190 /* SnippetVehicleNoDrive.cpp */, + FFFDfb6531f87fc5fb6531f8 /* SnippetVehicleNoDriveRender.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBc4e54dc07fb7c4e54dc0 /* Common */ = { + FFFBfb6530407fc5fb653040 /* Common */ = { isa = PBXGroup; children = ( - FFFDc421d0007fb7c421d000 /* SnippetVehicle4WCreate.cpp */, - FFFDc421d0687fb7c421d068 /* SnippetVehicleCreate.cpp */, - FFFDc421d0d07fb7c421d0d0 /* SnippetVehicleFilterShader.cpp */, - FFFDc421d1387fb7c421d138 /* SnippetVehicleNoDriveCreate.cpp */, - FFFDc421d1a07fb7c421d1a0 /* SnippetVehicleSceneQuery.cpp */, - FFFDc421d2087fb7c421d208 /* SnippetVehicleTankCreate.cpp */, - FFFDc421d2707fb7c421d270 /* SnippetVehicleTireFriction.cpp */, - FFFDc421d2d87fb7c421d2d8 /* SnippetVehicleConcurrency.h */, - FFFDc421d3407fb7c421d340 /* SnippetVehicleCreate.h */, - FFFDc421d3a87fb7c421d3a8 /* SnippetVehicleFilterShader.h */, - FFFDc421d4107fb7c421d410 /* SnippetVehicleSceneQuery.h */, - FFFDc421d4787fb7c421d478 /* SnippetVehicleTireFriction.h */, - FFFDc421d4e07fb7c421d4e0 /* SnippetVehicleWheelQueryResult.h */, + FFFDfaa1d8007fc5faa1d800 /* SnippetVehicle4WCreate.cpp */, + FFFDfaa1d8687fc5faa1d868 /* SnippetVehicleCreate.cpp */, + FFFDfaa1d8d07fc5faa1d8d0 /* SnippetVehicleFilterShader.cpp */, + FFFDfaa1d9387fc5faa1d938 /* SnippetVehicleNoDriveCreate.cpp */, + FFFDfaa1d9a07fc5faa1d9a0 /* SnippetVehicleSceneQuery.cpp */, + FFFDfaa1da087fc5faa1da08 /* SnippetVehicleTankCreate.cpp */, + FFFDfaa1da707fc5faa1da70 /* SnippetVehicleTireFriction.cpp */, + FFFDfaa1dad87fc5faa1dad8 /* SnippetVehicleConcurrency.h */, + FFFDfaa1db407fc5faa1db40 /* SnippetVehicleCreate.h */, + FFFDfaa1dba87fc5faa1dba8 /* SnippetVehicleFilterShader.h */, + FFFDfaa1dc107fc5faa1dc10 /* SnippetVehicleSceneQuery.h */, + FFFDfaa1dc787fc5faa1dc78 /* SnippetVehicleTireFriction.h */, + FFFDfaa1dce07fc5faa1dce0 /* SnippetVehicleWheelQueryResult.h */, ); name = "Common"; sourceTree = SOURCE_ROOT; }; - FFFBc4e564407fb7c4e56440 /* SnippetVehicleMultiThreading */ = { + FFFBfb6546c07fc5fb6546c0 /* SnippetVehicleMultiThreading */ = { isa = PBXGroup; children = ( - FFFBc4e598d07fb7c4e598d0 /* Main */, - FFFBc4e598f87fb7c4e598f8 /* Source Files */, - FFFBc4e599207fb7c4e59920 /* Common */, + FFFBfb657b507fc5fb657b50 /* Main */, + FFFBfb657b787fc5fb657b78 /* Source Files */, + FFFBfb657ba07fc5fb657ba0 /* Common */, ); name = "SnippetVehicleMultiThreading"; sourceTree = "<group>"; }; - FFFBc4e598d07fb7c4e598d0 /* Main */ = { + FFFBfb657b507fc5fb657b50 /* Main */ = { isa = PBXGroup; children = ( - FFFDc4e590f07fb7c4e590f0 /* ClassicMain.cpp */, + FFFDfb6573707fc5fb657370 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBc4e598f87fb7c4e598f8 /* Source Files */ = { + FFFBfb657b787fc5fb657b78 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDc4e59a007fb7c4e59a00 /* SnippetVehicleMultiThreading.cpp */, + FFFDfb657c807fc5fb657c80 /* SnippetVehicleMultiThreading.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBc4e599207fb7c4e59920 /* Common */ = { + FFFBfb657ba07fc5fb657ba0 /* Common */ = { isa = PBXGroup; children = ( - FFFDc42200007fb7c4220000 /* SnippetVehicle4WCreate.cpp */, - FFFDc42200687fb7c4220068 /* SnippetVehicleCreate.cpp */, - FFFDc42200d07fb7c42200d0 /* SnippetVehicleFilterShader.cpp */, - FFFDc42201387fb7c4220138 /* SnippetVehicleNoDriveCreate.cpp */, - FFFDc42201a07fb7c42201a0 /* SnippetVehicleSceneQuery.cpp */, - FFFDc42202087fb7c4220208 /* SnippetVehicleTankCreate.cpp */, - FFFDc42202707fb7c4220270 /* SnippetVehicleTireFriction.cpp */, - FFFDc42202d87fb7c42202d8 /* SnippetVehicleConcurrency.h */, - FFFDc42203407fb7c4220340 /* SnippetVehicleCreate.h */, - FFFDc42203a87fb7c42203a8 /* SnippetVehicleFilterShader.h */, - FFFDc42204107fb7c4220410 /* SnippetVehicleSceneQuery.h */, - FFFDc42204787fb7c4220478 /* SnippetVehicleTireFriction.h */, - FFFDc42204e07fb7c42204e0 /* SnippetVehicleWheelQueryResult.h */, + FFFDfaa208007fc5faa20800 /* SnippetVehicle4WCreate.cpp */, + FFFDfaa208687fc5faa20868 /* SnippetVehicleCreate.cpp */, + FFFDfaa208d07fc5faa208d0 /* SnippetVehicleFilterShader.cpp */, + FFFDfaa209387fc5faa20938 /* SnippetVehicleNoDriveCreate.cpp */, + FFFDfaa209a07fc5faa209a0 /* SnippetVehicleSceneQuery.cpp */, + FFFDfaa20a087fc5faa20a08 /* SnippetVehicleTankCreate.cpp */, + FFFDfaa20a707fc5faa20a70 /* SnippetVehicleTireFriction.cpp */, + FFFDfaa20ad87fc5faa20ad8 /* SnippetVehicleConcurrency.h */, + FFFDfaa20b407fc5faa20b40 /* SnippetVehicleCreate.h */, + FFFDfaa20ba87fc5faa20ba8 /* SnippetVehicleFilterShader.h */, + FFFDfaa20c107fc5faa20c10 /* SnippetVehicleSceneQuery.h */, + FFFDfaa20c787fc5faa20c78 /* SnippetVehicleTireFriction.h */, + FFFDfaa20ce07fc5faa20ce0 /* SnippetVehicleWheelQueryResult.h */, ); name = "Common"; sourceTree = SOURCE_ROOT; }; - FFFBc4e5af107fb7c4e5af10 /* SnippetVehicleContactMod */ = { + FFFBfb6591907fc5fb659190 /* SnippetVehicleContactMod */ = { isa = PBXGroup; children = ( - FFFBc4e5e5f07fb7c4e5e5f0 /* Main */, - FFFBc4e5e6187fb7c4e5e618 /* Source Files */, - FFFBc4e5e6407fb7c4e5e640 /* Common */, + FFFBfb65c8707fc5fb65c870 /* Main */, + FFFBfb65c8987fc5fb65c898 /* Source Files */, + FFFBfb65c8c07fc5fb65c8c0 /* Common */, ); name = "SnippetVehicleContactMod"; sourceTree = "<group>"; }; - FFFBc4e5e5f07fb7c4e5e5f0 /* Main */ = { + FFFBfb65c8707fc5fb65c870 /* Main */ = { isa = PBXGroup; children = ( - FFFDc4e5e6907fb7c4e5e690 /* ClassicMain.cpp */, + FFFDfb65c9107fc5fb65c910 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBc4e5e6187fb7c4e5e618 /* Source Files */ = { + FFFBfb65c8987fc5fb65c898 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDc4e5e7907fb7c4e5e790 /* SnippetVehicleContactMod.cpp */, - FFFDc4e5e7f87fb7c4e5e7f8 /* SnippetVehicleContactModRender.cpp */, + FFFDfb65ca107fc5fb65ca10 /* SnippetVehicleContactMod.cpp */, + FFFDfb65ca787fc5fb65ca78 /* SnippetVehicleContactModRender.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBc4e5e6407fb7c4e5e640 /* Common */ = { + FFFBfb65c8c07fc5fb65c8c0 /* Common */ = { isa = PBXGroup; children = ( - FFFDc42230007fb7c4223000 /* SnippetVehicle4WCreate.cpp */, - FFFDc42230687fb7c4223068 /* SnippetVehicleCreate.cpp */, - FFFDc42230d07fb7c42230d0 /* SnippetVehicleFilterShader.cpp */, - FFFDc42231387fb7c4223138 /* SnippetVehicleNoDriveCreate.cpp */, - FFFDc42231a07fb7c42231a0 /* SnippetVehicleSceneQuery.cpp */, - FFFDc42232087fb7c4223208 /* SnippetVehicleTankCreate.cpp */, - FFFDc42232707fb7c4223270 /* SnippetVehicleTireFriction.cpp */, - FFFDc42232d87fb7c42232d8 /* SnippetVehicleConcurrency.h */, - FFFDc42233407fb7c4223340 /* SnippetVehicleCreate.h */, - FFFDc42233a87fb7c42233a8 /* SnippetVehicleFilterShader.h */, - FFFDc42234107fb7c4223410 /* SnippetVehicleSceneQuery.h */, - FFFDc42234787fb7c4223478 /* SnippetVehicleTireFriction.h */, - FFFDc42234e07fb7c42234e0 /* SnippetVehicleWheelQueryResult.h */, + FFFDfaa238007fc5faa23800 /* SnippetVehicle4WCreate.cpp */, + FFFDfaa238687fc5faa23868 /* SnippetVehicleCreate.cpp */, + FFFDfaa238d07fc5faa238d0 /* SnippetVehicleFilterShader.cpp */, + FFFDfaa239387fc5faa23938 /* SnippetVehicleNoDriveCreate.cpp */, + FFFDfaa239a07fc5faa239a0 /* SnippetVehicleSceneQuery.cpp */, + FFFDfaa23a087fc5faa23a08 /* SnippetVehicleTankCreate.cpp */, + FFFDfaa23a707fc5faa23a70 /* SnippetVehicleTireFriction.cpp */, + FFFDfaa23ad87fc5faa23ad8 /* SnippetVehicleConcurrency.h */, + FFFDfaa23b407fc5faa23b40 /* SnippetVehicleCreate.h */, + FFFDfaa23ba87fc5faa23ba8 /* SnippetVehicleFilterShader.h */, + FFFDfaa23c107fc5faa23c10 /* SnippetVehicleSceneQuery.h */, + FFFDfaa23c787fc5faa23c78 /* SnippetVehicleTireFriction.h */, + FFFDfaa23ce07fc5faa23ce0 /* SnippetVehicleWheelQueryResult.h */, ); name = "Common"; sourceTree = SOURCE_ROOT; }; - FFFBc4e5fcc07fb7c4e5fcc0 /* SnippetNestedScene */ = { + FFFBfb65df407fc5fb65df40 /* SnippetNestedScene */ = { isa = PBXGroup; children = ( - FFFBc4e634b07fb7c4e634b0 /* Main */, - FFFBc4e634d87fb7c4e634d8 /* Source Files */, - FFFBc4e635007fb7c4e63500 /* Common */, + FFFBfb6617307fc5fb661730 /* Main */, + FFFBfb6617587fc5fb661758 /* Source Files */, + FFFBfb6617807fc5fb661780 /* Common */, ); name = "SnippetNestedScene"; sourceTree = "<group>"; }; - FFFBc4e634b07fb7c4e634b0 /* Main */ = { + FFFBfb6617307fc5fb661730 /* Main */ = { isa = PBXGroup; children = ( - FFFDc4e635507fb7c4e63550 /* ClassicMain.cpp */, + FFFDfb6617d07fc5fb6617d0 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBc4e634d87fb7c4e634d8 /* Source Files */ = { + FFFBfb6617587fc5fb661758 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDc4e636507fb7c4e63650 /* SnippetNestedScene.cpp */, - FFFDc4e636b87fb7c4e636b8 /* SnippetNestedSceneRender.cpp */, - FFFDc4e637207fb7c4e63720 /* NestedScene.h */, + FFFDfb6618d07fc5fb6618d0 /* SnippetNestedScene.cpp */, + FFFDfb6619387fc5fb661938 /* SnippetNestedSceneRender.cpp */, + FFFDfb6619a07fc5fb6619a0 /* NestedScene.h */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBc4e635007fb7c4e63500 /* Common */ = { + FFFBfb6617807fc5fb661780 /* Common */ = { isa = PBXGroup; children = ( - FFFDc42260007fb7c4226000 /* SnippetVehicle4WCreate.cpp */, - FFFDc42260687fb7c4226068 /* SnippetVehicleCreate.cpp */, - FFFDc42260d07fb7c42260d0 /* SnippetVehicleFilterShader.cpp */, - FFFDc42261387fb7c4226138 /* SnippetVehicleNoDriveCreate.cpp */, - FFFDc42261a07fb7c42261a0 /* SnippetVehicleSceneQuery.cpp */, - FFFDc42262087fb7c4226208 /* SnippetVehicleTankCreate.cpp */, - FFFDc42262707fb7c4226270 /* SnippetVehicleTireFriction.cpp */, - FFFDc42262d87fb7c42262d8 /* SnippetVehicleConcurrency.h */, - FFFDc42263407fb7c4226340 /* SnippetVehicleCreate.h */, - FFFDc42263a87fb7c42263a8 /* SnippetVehicleFilterShader.h */, - FFFDc42264107fb7c4226410 /* SnippetVehicleSceneQuery.h */, - FFFDc42264787fb7c4226478 /* SnippetVehicleTireFriction.h */, - FFFDc42264e07fb7c42264e0 /* SnippetVehicleWheelQueryResult.h */, + FFFDfaa268007fc5faa26800 /* SnippetVehicle4WCreate.cpp */, + FFFDfaa268687fc5faa26868 /* SnippetVehicleCreate.cpp */, + FFFDfaa268d07fc5faa268d0 /* SnippetVehicleFilterShader.cpp */, + FFFDfaa269387fc5faa26938 /* SnippetVehicleNoDriveCreate.cpp */, + FFFDfaa269a07fc5faa269a0 /* SnippetVehicleSceneQuery.cpp */, + FFFDfaa26a087fc5faa26a08 /* SnippetVehicleTankCreate.cpp */, + FFFDfaa26a707fc5faa26a70 /* SnippetVehicleTireFriction.cpp */, + FFFDfaa26ad87fc5faa26ad8 /* SnippetVehicleConcurrency.h */, + FFFDfaa26b407fc5faa26b40 /* SnippetVehicleCreate.h */, + FFFDfaa26ba87fc5faa26ba8 /* SnippetVehicleFilterShader.h */, + FFFDfaa26c107fc5faa26c10 /* SnippetVehicleSceneQuery.h */, + FFFDfaa26c787fc5faa26c78 /* SnippetVehicleTireFriction.h */, + FFFDfaa26ce07fc5faa26ce0 /* SnippetVehicleWheelQueryResult.h */, ); name = "Common"; sourceTree = SOURCE_ROOT; }; - FFFBc4e64b607fb7c4e64b60 /* SnippetSpatialIndex */ = { + FFFBfb662de07fc5fb662de0 /* SnippetSpatialIndex */ = { isa = PBXGroup; children = ( - FFFBc4e676107fb7c4e67610 /* Main */, - FFFBc4e676387fb7c4e67638 /* Source Files */, + FFFBfb6658907fc5fb665890 /* Main */, + FFFBfb6658b87fc5fb6658b8 /* Source Files */, ); name = "SnippetSpatialIndex"; sourceTree = "<group>"; }; - FFFBc4e676107fb7c4e67610 /* Main */ = { + FFFBfb6658907fc5fb665890 /* Main */ = { isa = PBXGroup; children = ( - FFFDc4e673b07fb7c4e673b0 /* ClassicMain.cpp */, + FFFDfb6656307fc5fb665630 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBc4e676387fb7c4e67638 /* Source Files */ = { + FFFBfb6658b87fc5fb6658b8 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDc4e64de07fb7c4e64de0 /* SnippetSpatialIndex.cpp */, + FFFDfb6630607fc5fb663060 /* SnippetSpatialIndex.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBc4e67b907fb7c4e67b90 /* SnippetSplitSim */ = { + FFFBfb665e107fc5fb665e10 /* SnippetSplitSim */ = { isa = PBXGroup; children = ( - FFFBc4e6a7007fb7c4e6a700 /* Main */, - FFFBc4e6a7287fb7c4e6a728 /* Source Files */, + FFFBfb6689807fc5fb668980 /* Main */, + FFFBfb6689a87fc5fb6689a8 /* Source Files */, ); name = "SnippetSplitSim"; sourceTree = "<group>"; }; - FFFBc4e6a7007fb7c4e6a700 /* Main */ = { + FFFBfb6689807fc5fb668980 /* Main */ = { isa = PBXGroup; children = ( - FFFDc4e6aa107fb7c4e6aa10 /* ClassicMain.cpp */, + FFFDfb668c907fc5fb668c90 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBc4e6a7287fb7c4e6a728 /* Source Files */ = { + FFFBfb6689a87fc5fb6689a8 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDc4e6af707fb7c4e6af70 /* SnippetSplitSim.cpp */, - FFFDc4e6afd87fb7c4e6afd8 /* SnippetSplitSimRender.cpp */, + FFFDfb6691f07fc5fb6691f0 /* SnippetSplitSim.cpp */, + FFFDfb6692587fc5fb669258 /* SnippetSplitSimRender.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBc4e6b1607fb7c4e6b160 /* SnippetTriangleMeshCreate */ = { + FFFBfb6693e07fc5fb6693e0 /* SnippetTriangleMeshCreate */ = { isa = PBXGroup; children = ( - FFFBc4e6dd007fb7c4e6dd00 /* Main */, - FFFBc4e6dd287fb7c4e6dd28 /* Source Files */, + FFFBfb66bf807fc5fb66bf80 /* Main */, + FFFBfb66bfa87fc5fb66bfa8 /* Source Files */, ); name = "SnippetTriangleMeshCreate"; sourceTree = "<group>"; }; - FFFBc4e6dd007fb7c4e6dd00 /* Main */ = { + FFFBfb66bf807fc5fb66bf80 /* Main */ = { isa = PBXGroup; children = ( - FFFDc4e6df207fb7c4e6df20 /* ClassicMain.cpp */, + FFFDfb66c1a07fc5fb66c1a0 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBc4e6dd287fb7c4e6dd28 /* Source Files */ = { + FFFBfb66bfa87fc5fb66bfa8 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDc4e6e4107fb7c4e6e410 /* SnippetTriangleMeshCreate.cpp */, + FFFDfb66c6907fc5fb66c690 /* SnippetTriangleMeshCreate.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBc4e6e5b07fb7c4e6e5b0 /* SnippetMultiThreading */ = { + FFFBfb66c8307fc5fb66c830 /* SnippetMultiThreading */ = { isa = PBXGroup; children = ( - FFFBc4e710b07fb7c4e710b0 /* Main */, - FFFBc4e710d87fb7c4e710d8 /* Source Files */, + FFFBfb66f3307fc5fb66f330 /* Main */, + FFFBfb66f3587fc5fb66f358 /* Source Files */, ); name = "SnippetMultiThreading"; sourceTree = "<group>"; }; - FFFBc4e710b07fb7c4e710b0 /* Main */ = { + FFFBfb66f3307fc5fb66f330 /* Main */ = { isa = PBXGroup; children = ( - FFFDc4e712b07fb7c4e712b0 /* ClassicMain.cpp */, + FFFDfb66f5307fc5fb66f530 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBc4e710d87fb7c4e710d8 /* Source Files */ = { + FFFBfb66f3587fc5fb66f358 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDc4e6ea207fb7c4e6ea20 /* SnippetMultiThreading.cpp */, + FFFDfb66cca07fc5fb66cca0 /* SnippetMultiThreading.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBc4e718607fb7c4e71860 /* SnippetContactModification */ = { + FFFBfb66fae07fc5fb66fae0 /* SnippetContactModification */ = { isa = PBXGroup; children = ( - FFFBc4e747907fb7c4e74790 /* Main */, - FFFBc4e747b87fb7c4e747b8 /* Source Files */, + FFFBfb672a107fc5fb672a10 /* Main */, + FFFBfb672a387fc5fb672a38 /* Source Files */, ); name = "SnippetContactModification"; sourceTree = "<group>"; }; - FFFBc4e747907fb7c4e74790 /* Main */ = { + FFFBfb672a107fc5fb672a10 /* Main */ = { isa = PBXGroup; children = ( - FFFDc4e738f07fb7c4e738f0 /* ClassicMain.cpp */, + FFFDfb671b707fc5fb671b70 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBc4e747b87fb7c4e747b8 /* Source Files */ = { + FFFBfb672a387fc5fb672a38 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDc4e74e407fb7c4e74e40 /* SnippetContactModification.cpp */, - FFFDc4e74ea87fb7c4e74ea8 /* SnippetContactModificationRender.cpp */, + FFFDfb6730c07fc5fb6730c0 /* SnippetContactModification.cpp */, + FFFDfb6731287fc5fb673128 /* SnippetContactModificationRender.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBc4e750307fb7c4e75030 /* SnippetToleranceScale */ = { + FFFBfb6732b07fc5fb6732b0 /* SnippetToleranceScale */ = { isa = PBXGroup; children = ( - FFFBc4e77a907fb7c4e77a90 /* Main */, - FFFBc4e77ab87fb7c4e77ab8 /* Source Files */, + FFFBfb675d107fc5fb675d10 /* Main */, + FFFBfb675d387fc5fb675d38 /* Source Files */, ); name = "SnippetToleranceScale"; sourceTree = "<group>"; }; - FFFBc4e77a907fb7c4e77a90 /* Main */ = { + FFFBfb675d107fc5fb675d10 /* Main */ = { isa = PBXGroup; children = ( - FFFDc4e77cb07fb7c4e77cb0 /* ClassicMain.cpp */, + FFFDfb675f307fc5fb675f30 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBc4e77ab87fb7c4e77ab8 /* Source Files */ = { + FFFBfb675d387fc5fb675d38 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDc4e781107fb7c4e78110 /* SnippetToleranceScale.cpp */, + FFFDfb6763907fc5fb676390 /* SnippetToleranceScale.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBc4e782107fb7c4e78210 /* SnippetStepper */ = { + FFFBfb6764907fc5fb676490 /* SnippetStepper */ = { isa = PBXGroup; children = ( - FFFBc4e7b0707fb7c4e7b070 /* Main */, - FFFBc4e7b0987fb7c4e7b098 /* Source Files */, + FFFBfb6792f07fc5fb6792f0 /* Main */, + FFFBfb6793187fc5fb679318 /* Source Files */, ); name = "SnippetStepper"; sourceTree = "<group>"; }; - FFFBc4e7b0707fb7c4e7b070 /* Main */ = { + FFFBfb6792f07fc5fb6792f0 /* Main */ = { isa = PBXGroup; children = ( - FFFDc4e7aa307fb7c4e7aa30 /* ClassicMain.cpp */, + FFFDfb678cb07fc5fb678cb0 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBc4e7b0987fb7c4e7b098 /* Source Files */ = { + FFFBfb6793187fc5fb679318 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDc4e787507fb7c4e78750 /* SnippetStepper.cpp */, + FFFDfb6769d07fc5fb6769d0 /* SnippetStepper.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBc4e7b5907fb7c4e7b590 /* SnippetPrunerSerialization */ = { + FFFBfb6798107fc5fb679810 /* SnippetPrunerSerialization */ = { isa = PBXGroup; children = ( - FFFBc4e7e3c07fb7c4e7e3c0 /* Main */, - FFFBc4e7e3e87fb7c4e7e3e8 /* Source Files */, + FFFBfb67c6407fc5fb67c640 /* Main */, + FFFBfb67c6687fc5fb67c668 /* Source Files */, ); name = "SnippetPrunerSerialization"; sourceTree = "<group>"; }; - FFFBc4e7e3c07fb7c4e7e3c0 /* Main */ = { + FFFBfb67c6407fc5fb67c640 /* Main */ = { isa = PBXGroup; children = ( - FFFDc4e7e4c07fb7c4e7e4c0 /* ClassicMain.cpp */, + FFFDfb67c7407fc5fb67c740 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBc4e7e3e87fb7c4e7e3e8 /* Source Files */ = { + FFFBfb67c6687fc5fb67c668 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDc4e7e8b07fb7c4e7e8b0 /* SnippetPrunerSerialization.cpp */, + FFFDfb67cb307fc5fb67cb30 /* SnippetPrunerSerialization.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBc4e7ea507fb7c4e7ea50 /* SnippetConvexMeshCreate */ = { + FFFBfb67ccd07fc5fb67ccd0 /* SnippetConvexMeshCreate */ = { isa = PBXGroup; children = ( - FFFBc4e814d07fb7c4e814d0 /* Main */, - FFFBc4e814f87fb7c4e814f8 /* Source Files */, + FFFBfb67f7507fc5fb67f750 /* Main */, + FFFBfb67f7787fc5fb67f778 /* Source Files */, ); name = "SnippetConvexMeshCreate"; sourceTree = "<group>"; }; - FFFBc4e814d07fb7c4e814d0 /* Main */ = { + FFFBfb67f7507fc5fb67f750 /* Main */ = { isa = PBXGroup; children = ( - FFFDc4e815207fb7c4e81520 /* ClassicMain.cpp */, + FFFDfb67f7a07fc5fb67f7a0 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBc4e814f87fb7c4e814f8 /* Source Files */ = { + FFFBfb67f7787fc5fb67f778 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDc4e81c207fb7c4e81c20 /* SnippetConvexMeshCreate.cpp */, + FFFDfb67fea07fc5fb67fea0 /* SnippetConvexMeshCreate.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; @@ -3087,13 +3087,13 @@ /* End PBXGroup section */ /* Begin PBXNativeTarget section */ - FFFAc4dcd2707fb7c4dcd270 /* SnippetUtils */ = { + FFFAfb5f9ac07fc5fb5f9ac0 /* SnippetUtils */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6c4dcd2707fb7c4dcd270 /* Build configuration list for PBXNativeTarget "SnippetUtils" */; + buildConfigurationList = FFF6fb5f9ac07fc5fb5f9ac0 /* Build configuration list for PBXNativeTarget "SnippetUtils" */; buildPhases = ( - FFF2c4dcd2707fb7c4dcd270, - FFF8c4dcd2707fb7c4dcd270, - FFFCc4dcd2707fb7c4dcd270, + FFF2fb5f9ac07fc5fb5f9ac0, + FFF8fb5f9ac07fc5fb5f9ac0, + FFFCfb5f9ac07fc5fb5f9ac0, ); buildRules = ( ); @@ -3101,878 +3101,878 @@ ); name = "SnippetUtils"; productName = "SnippetUtils"; - productReference = FFFDc4dcd2707fb7c4dcd270 /* SnippetUtils */; + productReference = FFFDfb5f9ac07fc5fb5f9ac0 /* SnippetUtils */; productType = "com.apple.product-type.library.static"; }; - FFFAc4e024c07fb7c4e024c0 /* SnippetHelloWorld */ = { + FFFAfb4c79c07fc5fb4c79c0 /* SnippetHelloWorld */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6c4e024c07fb7c4e024c0 /* Build configuration list for PBXNativeTarget "SnippetHelloWorld" */; + buildConfigurationList = FFF6fb4c79c07fc5fb4c79c0 /* Build configuration list for PBXNativeTarget "SnippetHelloWorld" */; buildPhases = ( - FFF2c4e024c07fb7c4e024c0, - FFF8c4e024c07fb7c4e024c0, - FFFCc4e024c07fb7c4e024c0, + FFF2fb4c79c07fc5fb4c79c0, + FFF8fb4c79c07fc5fb4c79c0, + FFFCfb4c79c07fc5fb4c79c0, ); buildRules = ( ); dependencies = ( - FFF4c4dbdfd07fb7c4dbdfd0, /* SnippetUtils */ + FFF4fb5da4707fc5fb5da470, /* SnippetUtils */ ); name = "SnippetHelloWorld"; productName = "SnippetHelloWorld"; - productReference = FFFDc4e024c07fb7c4e024c0 /* SnippetHelloWorld */; + productReference = FFFDfb4c79c07fc5fb4c79c0 /* SnippetHelloWorld */; productType = "com.apple.product-type.application"; }; - FFFAc4d910307fb7c4d91030 /* SnippetImmediateMode */ = { + FFFAfb5c9dd07fc5fb5c9dd0 /* SnippetImmediateMode */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6c4d910307fb7c4d91030 /* Build configuration list for PBXNativeTarget "SnippetImmediateMode" */; + buildConfigurationList = FFF6fb5c9dd07fc5fb5c9dd0 /* Build configuration list for PBXNativeTarget "SnippetImmediateMode" */; buildPhases = ( - FFF2c4d910307fb7c4d91030, - FFF8c4d910307fb7c4d91030, - FFFCc4d910307fb7c4d91030, + FFF2fb5c9dd07fc5fb5c9dd0, + FFF8fb5c9dd07fc5fb5c9dd0, + FFFCfb5c9dd07fc5fb5c9dd0, ); buildRules = ( ); dependencies = ( - FFF4c4d91a607fb7c4d91a60, /* SnippetUtils */ + FFF4fb5cab607fc5fb5cab60, /* SnippetUtils */ ); name = "SnippetImmediateMode"; productName = "SnippetImmediateMode"; - productReference = FFFDc4d910307fb7c4d91030 /* SnippetImmediateMode */; + productReference = FFFDfb5c9dd07fc5fb5c9dd0 /* SnippetImmediateMode */; productType = "com.apple.product-type.application"; }; - FFFAc4def1a07fb7c4def1a0 /* SnippetSplitFetchResults */ = { + FFFAfb5ed3207fc5fb5ed320 /* SnippetSplitFetchResults */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6c4def1a07fb7c4def1a0 /* Build configuration list for PBXNativeTarget "SnippetSplitFetchResults" */; + buildConfigurationList = FFF6fb5ed3207fc5fb5ed320 /* Build configuration list for PBXNativeTarget "SnippetSplitFetchResults" */; buildPhases = ( - FFF2c4def1a07fb7c4def1a0, - FFF8c4def1a07fb7c4def1a0, - FFFCc4def1a07fb7c4def1a0, + FFF2fb5ed3207fc5fb5ed320, + FFF8fb5ed3207fc5fb5ed320, + FFFCfb5ed3207fc5fb5ed320, ); buildRules = ( ); dependencies = ( - FFF4c4dbef207fb7c4dbef20, /* SnippetUtils */ + FFF4fb5bcc207fc5fb5bcc20, /* SnippetUtils */ ); name = "SnippetSplitFetchResults"; productName = "SnippetSplitFetchResults"; - productReference = FFFDc4def1a07fb7c4def1a0 /* SnippetSplitFetchResults */; + productReference = FFFDfb5ed3207fc5fb5ed320 /* SnippetSplitFetchResults */; productType = "com.apple.product-type.application"; }; - FFFAc4e142c07fb7c4e142c0 /* SnippetCustomJoint */ = { + FFFAfb474ef07fc5fb474ef0 /* SnippetCustomJoint */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6c4e142c07fb7c4e142c0 /* Build configuration list for PBXNativeTarget "SnippetCustomJoint" */; + buildConfigurationList = FFF6fb474ef07fc5fb474ef0 /* Build configuration list for PBXNativeTarget "SnippetCustomJoint" */; buildPhases = ( - FFF2c4e142c07fb7c4e142c0, - FFF8c4e142c07fb7c4e142c0, - FFFCc4e142c07fb7c4e142c0, + FFF2fb474ef07fc5fb474ef0, + FFF8fb474ef07fc5fb474ef0, + FFFCfb474ef07fc5fb474ef0, ); buildRules = ( ); dependencies = ( - FFF4c4d5d0e07fb7c4d5d0e0, /* SnippetUtils */ + FFF4fb4c73507fc5fb4c7350, /* SnippetUtils */ ); name = "SnippetCustomJoint"; productName = "SnippetCustomJoint"; - productReference = FFFDc4e142c07fb7c4e142c0 /* SnippetCustomJoint */; + productReference = FFFDfb474ef07fc5fb474ef0 /* SnippetCustomJoint */; productType = "com.apple.product-type.application"; }; - FFFAc4e044807fb7c4e04480 /* SnippetSerialization */ = { + FFFAfb602c007fc5fb602c00 /* SnippetSerialization */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6c4e044807fb7c4e04480 /* Build configuration list for PBXNativeTarget "SnippetSerialization" */; + buildConfigurationList = FFF6fb602c007fc5fb602c00 /* Build configuration list for PBXNativeTarget "SnippetSerialization" */; buildPhases = ( - FFF2c4e044807fb7c4e04480, - FFF8c4e044807fb7c4e04480, - FFFCc4e044807fb7c4e04480, + FFF2fb602c007fc5fb602c00, + FFF8fb602c007fc5fb602c00, + FFFCfb602c007fc5fb602c00, ); buildRules = ( ); dependencies = ( - FFF4c4e195a07fb7c4e195a0, /* SnippetUtils */ + FFF4fb6182707fc5fb618270, /* SnippetUtils */ ); name = "SnippetSerialization"; productName = "SnippetSerialization"; - productReference = FFFDc4e044807fb7c4e04480 /* SnippetSerialization */; + productReference = FFFDfb602c007fc5fb602c00 /* SnippetSerialization */; productType = "com.apple.product-type.application"; }; - FFFAc4e2bf607fb7c4e2bf60 /* SnippetContactReport */ = { + FFFAfb62a6b07fc5fb62a6b0 /* SnippetContactReport */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6c4e2bf607fb7c4e2bf60 /* Build configuration list for PBXNativeTarget "SnippetContactReport" */; + buildConfigurationList = FFF6fb62a6b07fc5fb62a6b0 /* Build configuration list for PBXNativeTarget "SnippetContactReport" */; buildPhases = ( - FFF2c4e2bf607fb7c4e2bf60, - FFF8c4e2bf607fb7c4e2bf60, - FFFCc4e2bf607fb7c4e2bf60, + FFF2fb62a6b07fc5fb62a6b0, + FFF8fb62a6b07fc5fb62a6b0, + FFFCfb62a6b07fc5fb62a6b0, ); buildRules = ( ); dependencies = ( - FFF4c4e286907fb7c4e28690, /* SnippetUtils */ + FFF4fb626de07fc5fb626de0, /* SnippetUtils */ ); name = "SnippetContactReport"; productName = "SnippetContactReport"; - productReference = FFFDc4e2bf607fb7c4e2bf60 /* SnippetContactReport */; + productReference = FFFDfb62a6b07fc5fb62a6b0 /* SnippetContactReport */; productType = "com.apple.product-type.application"; }; - FFFAc4e226107fb7c4e22610 /* SnippetJoint */ = { + FFFAfb620ce07fc5fb620ce0 /* SnippetJoint */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6c4e226107fb7c4e22610 /* Build configuration list for PBXNativeTarget "SnippetJoint" */; + buildConfigurationList = FFF6fb620ce07fc5fb620ce0 /* Build configuration list for PBXNativeTarget "SnippetJoint" */; buildPhases = ( - FFF2c4e226107fb7c4e22610, - FFF8c4e226107fb7c4e22610, - FFFCc4e226107fb7c4e22610, + FFF2fb620ce07fc5fb620ce0, + FFF8fb620ce07fc5fb620ce0, + FFFCfb620ce07fc5fb620ce0, ); buildRules = ( ); dependencies = ( - FFF4c4e22fd07fb7c4e22fd0, /* SnippetUtils */ + FFF4fb6217607fc5fb621760, /* SnippetUtils */ ); name = "SnippetJoint"; productName = "SnippetJoint"; - productReference = FFFDc4e226107fb7c4e22610 /* SnippetJoint */; + productReference = FFFDfb620ce07fc5fb620ce0 /* SnippetJoint */; productType = "com.apple.product-type.application"; }; - FFFAc4e2f0207fb7c4e2f020 /* SnippetContactReportCCD */ = { + FFFAfb62d3207fc5fb62d320 /* SnippetContactReportCCD */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6c4e2f0207fb7c4e2f020 /* Build configuration list for PBXNativeTarget "SnippetContactReportCCD" */; + buildConfigurationList = FFF6fb62d3207fc5fb62d320 /* Build configuration list for PBXNativeTarget "SnippetContactReportCCD" */; buildPhases = ( - FFF2c4e2f0207fb7c4e2f020, - FFF8c4e2f0207fb7c4e2f020, - FFFCc4e2f0207fb7c4e2f020, + FFF2fb62d3207fc5fb62d320, + FFF8fb62d3207fc5fb62d320, + FFFCfb62d3207fc5fb62d320, ); buildRules = ( ); dependencies = ( - FFF4c4e2faa07fb7c4e2faa0, /* SnippetUtils */ + FFF4fb62dcd07fc5fb62dcd0, /* SnippetUtils */ ); name = "SnippetContactReportCCD"; productName = "SnippetContactReportCCD"; - productReference = FFFDc4e2f0207fb7c4e2f020 /* SnippetContactReportCCD */; + productReference = FFFDfb62d3207fc5fb62d320 /* SnippetContactReportCCD */; productType = "com.apple.product-type.application"; }; - FFFAc4e326807fb7c4e32680 /* SnippetCloth */ = { + FFFAfb6305b07fc5fb6305b0 /* SnippetCloth */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6c4e326807fb7c4e32680 /* Build configuration list for PBXNativeTarget "SnippetCloth" */; + buildConfigurationList = FFF6fb6305b07fc5fb6305b0 /* Build configuration list for PBXNativeTarget "SnippetCloth" */; buildPhases = ( - FFF2c4e326807fb7c4e32680, - FFF8c4e326807fb7c4e32680, - FFFCc4e326807fb7c4e32680, + FFF2fb6305b07fc5fb6305b0, + FFF8fb6305b07fc5fb6305b0, + FFFCfb6305b07fc5fb6305b0, ); buildRules = ( ); dependencies = ( - FFF4c4e330307fb7c4e33030, /* SnippetUtils */ + FFF4fb6312e07fc5fb6312e0, /* SnippetUtils */ ); name = "SnippetCloth"; productName = "SnippetCloth"; - productReference = FFFDc4e326807fb7c4e32680 /* SnippetCloth */; + productReference = FFFDfb6305b07fc5fb6305b0 /* SnippetCloth */; productType = "com.apple.product-type.application"; }; - FFFAc4e358907fb7c4e35890 /* SnippetMBP */ = { + FFFAfb633b107fc5fb633b10 /* SnippetMBP */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6c4e358907fb7c4e35890 /* Build configuration list for PBXNativeTarget "SnippetMBP" */; + buildConfigurationList = FFF6fb633b107fc5fb633b10 /* Build configuration list for PBXNativeTarget "SnippetMBP" */; buildPhases = ( - FFF2c4e358907fb7c4e35890, - FFF8c4e358907fb7c4e35890, - FFFCc4e358907fb7c4e35890, + FFF2fb633b107fc5fb633b10, + FFF8fb633b107fc5fb633b10, + FFFCfb633b107fc5fb633b10, ); buildRules = ( ); dependencies = ( - FFF4c4e363407fb7c4e36340, /* SnippetUtils */ + FFF4fb6345c07fc5fb6345c0, /* SnippetUtils */ ); name = "SnippetMBP"; productName = "SnippetMBP"; - productReference = FFFDc4e358907fb7c4e35890 /* SnippetMBP */; + productReference = FFFDfb633b107fc5fb633b10 /* SnippetMBP */; productType = "com.apple.product-type.application"; }; - FFFAc4e38e007fb7c4e38e00 /* SnippetArticulation */ = { + FFFAfb6370807fc5fb637080 /* SnippetArticulation */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6c4e38e007fb7c4e38e00 /* Build configuration list for PBXNativeTarget "SnippetArticulation" */; + buildConfigurationList = FFF6fb6370807fc5fb637080 /* Build configuration list for PBXNativeTarget "SnippetArticulation" */; buildPhases = ( - FFF2c4e38e007fb7c4e38e00, - FFF8c4e38e007fb7c4e38e00, - FFFCc4e38e007fb7c4e38e00, + FFF2fb6370807fc5fb637080, + FFF8fb6370807fc5fb637080, + FFFCfb6370807fc5fb637080, ); buildRules = ( ); dependencies = ( - FFF4c4e398a07fb7c4e398a0, /* SnippetUtils */ + FFF4fb637b207fc5fb637b20, /* SnippetUtils */ ); name = "SnippetArticulation"; productName = "SnippetArticulation"; - productReference = FFFDc4e38e007fb7c4e38e00 /* SnippetArticulation */; + productReference = FFFDfb6370807fc5fb637080 /* SnippetArticulation */; productType = "com.apple.product-type.application"; }; - FFFAc4e3c3d07fb7c4e3c3d0 /* SnippetRaycastCCD */ = { + FFFAfb63a6507fc5fb63a650 /* SnippetRaycastCCD */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6c4e3c3d07fb7c4e3c3d0 /* Build configuration list for PBXNativeTarget "SnippetRaycastCCD" */; + buildConfigurationList = FFF6fb63a6507fc5fb63a650 /* Build configuration list for PBXNativeTarget "SnippetRaycastCCD" */; buildPhases = ( - FFF2c4e3c3d07fb7c4e3c3d0, - FFF8c4e3c3d07fb7c4e3c3d0, - FFFCc4e3c3d07fb7c4e3c3d0, + FFF2fb63a6507fc5fb63a650, + FFF8fb63a6507fc5fb63a650, + FFFCfb63a6507fc5fb63a650, ); buildRules = ( ); dependencies = ( - FFF4c4e3cdf07fb7c4e3cdf0, /* SnippetUtils */ + FFF4fb63b0707fc5fb63b070, /* SnippetUtils */ ); name = "SnippetRaycastCCD"; productName = "SnippetRaycastCCD"; - productReference = FFFDc4e3c3d07fb7c4e3c3d0 /* SnippetRaycastCCD */; + productReference = FFFDfb63a6507fc5fb63a650 /* SnippetRaycastCCD */; productType = "com.apple.product-type.application"; }; - FFFAc4e3f5807fb7c4e3f580 /* SnippetCustomProfiler */ = { + FFFAfb63d8007fc5fb63d800 /* SnippetCustomProfiler */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6c4e3f5807fb7c4e3f580 /* Build configuration list for PBXNativeTarget "SnippetCustomProfiler" */; + buildConfigurationList = FFF6fb63d8007fc5fb63d800 /* Build configuration list for PBXNativeTarget "SnippetCustomProfiler" */; buildPhases = ( - FFF2c4e3f5807fb7c4e3f580, - FFF8c4e3f5807fb7c4e3f580, - FFFCc4e3f5807fb7c4e3f580, + FFF2fb63d8007fc5fb63d800, + FFF8fb63d8007fc5fb63d800, + FFFCfb63d8007fc5fb63d800, ); buildRules = ( ); dependencies = ( - FFF4c4e403607fb7c4e40360, /* SnippetUtils */ + FFF4fb63e5e07fc5fb63e5e0, /* SnippetUtils */ ); name = "SnippetCustomProfiler"; productName = "SnippetCustomProfiler"; - productReference = FFFDc4e3f5807fb7c4e3f580 /* SnippetCustomProfiler */; + productReference = FFFDfb63d8007fc5fb63d800 /* SnippetCustomProfiler */; productType = "com.apple.product-type.application"; }; - FFFAc4e42f707fb7c4e42f70 /* SnippetVehicleTank */ = { + FFFAfb6411f07fc5fb6411f0 /* SnippetVehicleTank */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6c4e42f707fb7c4e42f70 /* Build configuration list for PBXNativeTarget "SnippetVehicleTank" */; + buildConfigurationList = FFF6fb6411f07fc5fb6411f0 /* Build configuration list for PBXNativeTarget "SnippetVehicleTank" */; buildPhases = ( - FFF2c4e42f707fb7c4e42f70, - FFF8c4e42f707fb7c4e42f70, - FFFCc4e42f707fb7c4e42f70, + FFF2fb6411f07fc5fb6411f0, + FFF8fb6411f07fc5fb6411f0, + FFFCfb6411f07fc5fb6411f0, ); buildRules = ( ); dependencies = ( - FFF4c4e438f07fb7c4e438f0, /* SnippetUtils */ + FFF4fb641b707fc5fb641b70, /* SnippetUtils */ ); name = "SnippetVehicleTank"; productName = "SnippetVehicleTank"; - productReference = FFFDc4e42f707fb7c4e42f70 /* SnippetVehicleTank */; + productReference = FFFDfb6411f07fc5fb6411f0 /* SnippetVehicleTank */; productType = "com.apple.product-type.application"; }; - FFFAc4e47e007fb7c4e47e00 /* SnippetVehicle4W */ = { + FFFAfb6460807fc5fb646080 /* SnippetVehicle4W */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6c4e47e007fb7c4e47e00 /* Build configuration list for PBXNativeTarget "SnippetVehicle4W" */; + buildConfigurationList = FFF6fb6460807fc5fb646080 /* Build configuration list for PBXNativeTarget "SnippetVehicle4W" */; buildPhases = ( - FFF2c4e47e007fb7c4e47e00, - FFF8c4e47e007fb7c4e47e00, - FFFCc4e47e007fb7c4e47e00, + FFF2fb6460807fc5fb646080, + FFF8fb6460807fc5fb646080, + FFFCfb6460807fc5fb646080, ); buildRules = ( ); dependencies = ( - FFF4c4e486107fb7c4e48610, /* SnippetUtils */ + FFF4fb6468907fc5fb646890, /* SnippetUtils */ ); name = "SnippetVehicle4W"; productName = "SnippetVehicle4W"; - productReference = FFFDc4e47e007fb7c4e47e00 /* SnippetVehicle4W */; + productReference = FFFDfb6460807fc5fb646080 /* SnippetVehicle4W */; productType = "com.apple.product-type.application"; }; - FFFAc4e4cb907fb7c4e4cb90 /* SnippetVehicleScale */ = { + FFFAfb64ae107fc5fb64ae10 /* SnippetVehicleScale */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6c4e4cb907fb7c4e4cb90 /* Build configuration list for PBXNativeTarget "SnippetVehicleScale" */; + buildConfigurationList = FFF6fb64ae107fc5fb64ae10 /* Build configuration list for PBXNativeTarget "SnippetVehicleScale" */; buildPhases = ( - FFF2c4e4cb907fb7c4e4cb90, - FFF8c4e4cb907fb7c4e4cb90, - FFFCc4e4cb907fb7c4e4cb90, + FFF2fb64ae107fc5fb64ae10, + FFF8fb64ae107fc5fb64ae10, + FFFCfb64ae107fc5fb64ae10, ); buildRules = ( ); dependencies = ( - FFF4c4e4d3507fb7c4e4d350, /* SnippetUtils */ + FFF4fb64b5d07fc5fb64b5d0, /* SnippetUtils */ ); name = "SnippetVehicleScale"; productName = "SnippetVehicleScale"; - productReference = FFFDc4e4cb907fb7c4e4cb90 /* SnippetVehicleScale */; + productReference = FFFDfb64ae107fc5fb64ae10 /* SnippetVehicleScale */; productType = "com.apple.product-type.application"; }; - FFFAc4e518007fb7c4e51800 /* SnippetVehicleNoDrive */ = { + FFFAfb64fa807fc5fb64fa80 /* SnippetVehicleNoDrive */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6c4e518007fb7c4e51800 /* Build configuration list for PBXNativeTarget "SnippetVehicleNoDrive" */; + buildConfigurationList = FFF6fb64fa807fc5fb64fa80 /* Build configuration list for PBXNativeTarget "SnippetVehicleNoDrive" */; buildPhases = ( - FFF2c4e518007fb7c4e51800, - FFF8c4e518007fb7c4e51800, - FFFCc4e518007fb7c4e51800, + FFF2fb64fa807fc5fb64fa80, + FFF8fb64fa807fc5fb64fa80, + FFFCfb64fa807fc5fb64fa80, ); buildRules = ( ); dependencies = ( - FFF4c4e51f907fb7c4e51f90, /* SnippetUtils */ + FFF4fb6502107fc5fb650210, /* SnippetUtils */ ); name = "SnippetVehicleNoDrive"; productName = "SnippetVehicleNoDrive"; - productReference = FFFDc4e518007fb7c4e51800 /* SnippetVehicleNoDrive */; + productReference = FFFDfb64fa807fc5fb64fa80 /* SnippetVehicleNoDrive */; productType = "com.apple.product-type.application"; }; - FFFAc4e564407fb7c4e56440 /* SnippetVehicleMultiThreading */ = { + FFFAfb6546c07fc5fb6546c0 /* SnippetVehicleMultiThreading */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6c4e564407fb7c4e56440 /* Build configuration list for PBXNativeTarget "SnippetVehicleMultiThreading" */; + buildConfigurationList = FFF6fb6546c07fc5fb6546c0 /* Build configuration list for PBXNativeTarget "SnippetVehicleMultiThreading" */; buildPhases = ( - FFF2c4e564407fb7c4e56440, - FFF8c4e564407fb7c4e56440, - FFFCc4e564407fb7c4e56440, + FFF2fb6546c07fc5fb6546c0, + FFF8fb6546c07fc5fb6546c0, + FFFCfb6546c07fc5fb6546c0, ); buildRules = ( ); dependencies = ( - FFF4c4e56c807fb7c4e56c80, /* SnippetUtils */ + FFF4fb654f007fc5fb654f00, /* SnippetUtils */ ); name = "SnippetVehicleMultiThreading"; productName = "SnippetVehicleMultiThreading"; - productReference = FFFDc4e564407fb7c4e56440 /* SnippetVehicleMultiThreading */; + productReference = FFFDfb6546c07fc5fb6546c0 /* SnippetVehicleMultiThreading */; productType = "com.apple.product-type.application"; }; - FFFAc4e5af107fb7c4e5af10 /* SnippetVehicleContactMod */ = { + FFFAfb6591907fc5fb659190 /* SnippetVehicleContactMod */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6c4e5af107fb7c4e5af10 /* Build configuration list for PBXNativeTarget "SnippetVehicleContactMod" */; + buildConfigurationList = FFF6fb6591907fc5fb659190 /* Build configuration list for PBXNativeTarget "SnippetVehicleContactMod" */; buildPhases = ( - FFF2c4e5af107fb7c4e5af10, - FFF8c4e5af107fb7c4e5af10, - FFFCc4e5af107fb7c4e5af10, + FFF2fb6591907fc5fb659190, + FFF8fb6591907fc5fb659190, + FFFCfb6591907fc5fb659190, ); buildRules = ( ); dependencies = ( - FFF4c4e5b7507fb7c4e5b750, /* SnippetUtils */ + FFF4fb6599d07fc5fb6599d0, /* SnippetUtils */ ); name = "SnippetVehicleContactMod"; productName = "SnippetVehicleContactMod"; - productReference = FFFDc4e5af107fb7c4e5af10 /* SnippetVehicleContactMod */; + productReference = FFFDfb6591907fc5fb659190 /* SnippetVehicleContactMod */; productType = "com.apple.product-type.application"; }; - FFFAc4e5fcc07fb7c4e5fcc0 /* SnippetNestedScene */ = { + FFFAfb65df407fc5fb65df40 /* SnippetNestedScene */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6c4e5fcc07fb7c4e5fcc0 /* Build configuration list for PBXNativeTarget "SnippetNestedScene" */; + buildConfigurationList = FFF6fb65df407fc5fb65df40 /* Build configuration list for PBXNativeTarget "SnippetNestedScene" */; buildPhases = ( - FFF2c4e5fcc07fb7c4e5fcc0, - FFF8c4e5fcc07fb7c4e5fcc0, - FFFCc4e5fcc07fb7c4e5fcc0, + FFF2fb65df407fc5fb65df40, + FFF8fb65df407fc5fb65df40, + FFFCfb65df407fc5fb65df40, ); buildRules = ( ); dependencies = ( - FFF4c4e604707fb7c4e60470, /* SnippetUtils */ + FFF4fb65e6f07fc5fb65e6f0, /* SnippetUtils */ ); name = "SnippetNestedScene"; productName = "SnippetNestedScene"; - productReference = FFFDc4e5fcc07fb7c4e5fcc0 /* SnippetNestedScene */; + productReference = FFFDfb65df407fc5fb65df40 /* SnippetNestedScene */; productType = "com.apple.product-type.application"; }; - FFFAc4e64b607fb7c4e64b60 /* SnippetSpatialIndex */ = { + FFFAfb662de07fc5fb662de0 /* SnippetSpatialIndex */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6c4e64b607fb7c4e64b60 /* Build configuration list for PBXNativeTarget "SnippetSpatialIndex" */; + buildConfigurationList = FFF6fb662de07fc5fb662de0 /* Build configuration list for PBXNativeTarget "SnippetSpatialIndex" */; buildPhases = ( - FFF2c4e64b607fb7c4e64b60, - FFF8c4e64b607fb7c4e64b60, - FFFCc4e64b607fb7c4e64b60, + FFF2fb662de07fc5fb662de0, + FFF8fb662de07fc5fb662de0, + FFFCfb662de07fc5fb662de0, ); buildRules = ( ); dependencies = ( - FFF4c4e652f07fb7c4e652f0, /* SnippetUtils */ + FFF4fb6635707fc5fb663570, /* SnippetUtils */ ); name = "SnippetSpatialIndex"; productName = "SnippetSpatialIndex"; - productReference = FFFDc4e64b607fb7c4e64b60 /* SnippetSpatialIndex */; + productReference = FFFDfb662de07fc5fb662de0 /* SnippetSpatialIndex */; productType = "com.apple.product-type.application"; }; - FFFAc4e67b907fb7c4e67b90 /* SnippetSplitSim */ = { + FFFAfb665e107fc5fb665e10 /* SnippetSplitSim */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6c4e67b907fb7c4e67b90 /* Build configuration list for PBXNativeTarget "SnippetSplitSim" */; + buildConfigurationList = FFF6fb665e107fc5fb665e10 /* Build configuration list for PBXNativeTarget "SnippetSplitSim" */; buildPhases = ( - FFF2c4e67b907fb7c4e67b90, - FFF8c4e67b907fb7c4e67b90, - FFFCc4e67b907fb7c4e67b90, + FFF2fb665e107fc5fb665e10, + FFF8fb665e107fc5fb665e10, + FFFCfb665e107fc5fb665e10, ); buildRules = ( ); dependencies = ( - FFF4c4e686407fb7c4e68640, /* SnippetUtils */ + FFF4fb6668c07fc5fb6668c0, /* SnippetUtils */ ); name = "SnippetSplitSim"; productName = "SnippetSplitSim"; - productReference = FFFDc4e67b907fb7c4e67b90 /* SnippetSplitSim */; + productReference = FFFDfb665e107fc5fb665e10 /* SnippetSplitSim */; productType = "com.apple.product-type.application"; }; - FFFAc4e6b1607fb7c4e6b160 /* SnippetTriangleMeshCreate */ = { + FFFAfb6693e07fc5fb6693e0 /* SnippetTriangleMeshCreate */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6c4e6b1607fb7c4e6b160 /* Build configuration list for PBXNativeTarget "SnippetTriangleMeshCreate" */; + buildConfigurationList = FFF6fb6693e07fc5fb6693e0 /* Build configuration list for PBXNativeTarget "SnippetTriangleMeshCreate" */; buildPhases = ( - FFF2c4e6b1607fb7c4e6b160, - FFF8c4e6b1607fb7c4e6b160, - FFFCc4e6b1607fb7c4e6b160, + FFF2fb6693e07fc5fb6693e0, + FFF8fb6693e07fc5fb6693e0, + FFFCfb6693e07fc5fb6693e0, ); buildRules = ( ); dependencies = ( - FFF4c4e6bb807fb7c4e6bb80, /* SnippetUtils */ + FFF4fb669e007fc5fb669e00, /* SnippetUtils */ ); name = "SnippetTriangleMeshCreate"; productName = "SnippetTriangleMeshCreate"; - productReference = FFFDc4e6b1607fb7c4e6b160 /* SnippetTriangleMeshCreate */; + productReference = FFFDfb6693e07fc5fb6693e0 /* SnippetTriangleMeshCreate */; productType = "com.apple.product-type.application"; }; - FFFAc4e6e5b07fb7c4e6e5b0 /* SnippetMultiThreading */ = { + FFFAfb66c8307fc5fb66c830 /* SnippetMultiThreading */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6c4e6e5b07fb7c4e6e5b0 /* Build configuration list for PBXNativeTarget "SnippetMultiThreading" */; + buildConfigurationList = FFF6fb66c8307fc5fb66c830 /* Build configuration list for PBXNativeTarget "SnippetMultiThreading" */; buildPhases = ( - FFF2c4e6e5b07fb7c4e6e5b0, - FFF8c4e6e5b07fb7c4e6e5b0, - FFFCc4e6e5b07fb7c4e6e5b0, + FFF2fb66c8307fc5fb66c830, + FFF8fb66c8307fc5fb66c830, + FFFCfb66c8307fc5fb66c830, ); buildRules = ( ); dependencies = ( - FFF4c4e6ef607fb7c4e6ef60, /* SnippetUtils */ + FFF4fb66d1e07fc5fb66d1e0, /* SnippetUtils */ ); name = "SnippetMultiThreading"; productName = "SnippetMultiThreading"; - productReference = FFFDc4e6e5b07fb7c4e6e5b0 /* SnippetMultiThreading */; + productReference = FFFDfb66c8307fc5fb66c830 /* SnippetMultiThreading */; productType = "com.apple.product-type.application"; }; - FFFAc4e718607fb7c4e71860 /* SnippetContactModification */ = { + FFFAfb66fae07fc5fb66fae0 /* SnippetContactModification */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6c4e718607fb7c4e71860 /* Build configuration list for PBXNativeTarget "SnippetContactModification" */; + buildConfigurationList = FFF6fb66fae07fc5fb66fae0 /* Build configuration list for PBXNativeTarget "SnippetContactModification" */; buildPhases = ( - FFF2c4e718607fb7c4e71860, - FFF8c4e718607fb7c4e71860, - FFFCc4e718607fb7c4e71860, + FFF2fb66fae07fc5fb66fae0, + FFF8fb66fae07fc5fb66fae0, + FFFCfb66fae07fc5fb66fae0, ); buildRules = ( ); dependencies = ( - FFF4c4e723507fb7c4e72350, /* SnippetUtils */ + FFF4fb6705d07fc5fb6705d0, /* SnippetUtils */ ); name = "SnippetContactModification"; productName = "SnippetContactModification"; - productReference = FFFDc4e718607fb7c4e71860 /* SnippetContactModification */; + productReference = FFFDfb66fae07fc5fb66fae0 /* SnippetContactModification */; productType = "com.apple.product-type.application"; }; - FFFAc4e750307fb7c4e75030 /* SnippetToleranceScale */ = { + FFFAfb6732b07fc5fb6732b0 /* SnippetToleranceScale */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6c4e750307fb7c4e75030 /* Build configuration list for PBXNativeTarget "SnippetToleranceScale" */; + buildConfigurationList = FFF6fb6732b07fc5fb6732b0 /* Build configuration list for PBXNativeTarget "SnippetToleranceScale" */; buildPhases = ( - FFF2c4e750307fb7c4e75030, - FFF8c4e750307fb7c4e75030, - FFFCc4e750307fb7c4e75030, + FFF2fb6732b07fc5fb6732b0, + FFF8fb6732b07fc5fb6732b0, + FFFCfb6732b07fc5fb6732b0, ); buildRules = ( ); dependencies = ( - FFF4c4e759407fb7c4e75940, /* SnippetUtils */ + FFF4fb673bc07fc5fb673bc0, /* SnippetUtils */ ); name = "SnippetToleranceScale"; productName = "SnippetToleranceScale"; - productReference = FFFDc4e750307fb7c4e75030 /* SnippetToleranceScale */; + productReference = FFFDfb6732b07fc5fb6732b0 /* SnippetToleranceScale */; productType = "com.apple.product-type.application"; }; - FFFAc4e782107fb7c4e78210 /* SnippetStepper */ = { + FFFAfb6764907fc5fb676490 /* SnippetStepper */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6c4e782107fb7c4e78210 /* Build configuration list for PBXNativeTarget "SnippetStepper" */; + buildConfigurationList = FFF6fb6764907fc5fb676490 /* Build configuration list for PBXNativeTarget "SnippetStepper" */; buildPhases = ( - FFF2c4e782107fb7c4e78210, - FFF8c4e782107fb7c4e78210, - FFFCc4e782107fb7c4e78210, + FFF2fb6764907fc5fb676490, + FFF8fb6764907fc5fb676490, + FFFCfb6764907fc5fb676490, ); buildRules = ( ); dependencies = ( - FFF4c4e78d107fb7c4e78d10, /* SnippetUtils */ + FFF4fb676f907fc5fb676f90, /* SnippetUtils */ ); name = "SnippetStepper"; productName = "SnippetStepper"; - productReference = FFFDc4e782107fb7c4e78210 /* SnippetStepper */; + productReference = FFFDfb6764907fc5fb676490 /* SnippetStepper */; productType = "com.apple.product-type.application"; }; - FFFAc4e7b5907fb7c4e7b590 /* SnippetPrunerSerialization */ = { + FFFAfb6798107fc5fb679810 /* SnippetPrunerSerialization */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6c4e7b5907fb7c4e7b590 /* Build configuration list for PBXNativeTarget "SnippetPrunerSerialization" */; + buildConfigurationList = FFF6fb6798107fc5fb679810 /* Build configuration list for PBXNativeTarget "SnippetPrunerSerialization" */; buildPhases = ( - FFF2c4e7b5907fb7c4e7b590, - FFF8c4e7b5907fb7c4e7b590, - FFFCc4e7b5907fb7c4e7b590, + FFF2fb6798107fc5fb679810, + FFF8fb6798107fc5fb679810, + FFFCfb6798107fc5fb679810, ); buildRules = ( ); dependencies = ( - FFF4c4e7c0807fb7c4e7c080, /* SnippetUtils */ + FFF4fb67a3007fc5fb67a300, /* SnippetUtils */ ); name = "SnippetPrunerSerialization"; productName = "SnippetPrunerSerialization"; - productReference = FFFDc4e7b5907fb7c4e7b590 /* SnippetPrunerSerialization */; + productReference = FFFDfb6798107fc5fb679810 /* SnippetPrunerSerialization */; productType = "com.apple.product-type.application"; }; - FFFAc4e7ea507fb7c4e7ea50 /* SnippetConvexMeshCreate */ = { + FFFAfb67ccd07fc5fb67ccd0 /* SnippetConvexMeshCreate */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6c4e7ea507fb7c4e7ea50 /* Build configuration list for PBXNativeTarget "SnippetConvexMeshCreate" */; + buildConfigurationList = FFF6fb67ccd07fc5fb67ccd0 /* Build configuration list for PBXNativeTarget "SnippetConvexMeshCreate" */; buildPhases = ( - FFF2c4e7ea507fb7c4e7ea50, - FFF8c4e7ea507fb7c4e7ea50, - FFFCc4e7ea507fb7c4e7ea50, + FFF2fb67ccd07fc5fb67ccd0, + FFF8fb67ccd07fc5fb67ccd0, + FFFCfb67ccd07fc5fb67ccd0, ); buildRules = ( ); dependencies = ( - FFF4c4e7f4807fb7c4e7f480, /* SnippetUtils */ + FFF4fb67d7007fc5fb67d700, /* SnippetUtils */ ); name = "SnippetConvexMeshCreate"; productName = "SnippetConvexMeshCreate"; - productReference = FFFDc4e7ea507fb7c4e7ea50 /* SnippetConvexMeshCreate */; + productReference = FFFDfb67ccd07fc5fb67ccd0 /* SnippetConvexMeshCreate */; productType = "com.apple.product-type.application"; }; /* End PBXNativeTarget section */ /* Begin XCConfigurationList section */ - FFF6c4dcd2707fb7c4dcd270 = { + FFF6fb5f9ac07fc5fb5f9ac0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7c423e6007fb7c423e600, - FFF7c423ecf07fb7c423ecf0, - FFF7c423f3e07fb7c423f3e0, - FFF7c423fad07fb7c423fad0, + FFF7faa3ee007fc5faa3ee00, + FFF7faa3f4f07fc5faa3f4f0, + FFF7faa3fbe07fc5faa3fbe0, + FFF7faa402d07fc5faa402d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6c4e024c07fb7c4e024c0 = { + FFF6fb4c79c07fc5fb4c79c0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7c42402007fb7c4240200, - FFF7c42408f07fb7c42408f0, - FFF7c4240fe07fb7c4240fe0, - FFF7c42416d07fb7c42416d0, + FFF7faa40a007fc5faa40a00, + FFF7faa410f07fc5faa410f0, + FFF7faa417e07fc5faa417e0, + FFF7faa41ed07fc5faa41ed0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6c4d910307fb7c4d91030 = { + FFF6fb5c9dd07fc5fb5c9dd0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7c4241e007fb7c4241e00, - FFF7c42424f07fb7c42424f0, - FFF7c4242be07fb7c4242be0, - FFF7c42432d07fb7c42432d0, + FFF7faa426007fc5faa42600, + FFF7faa42cf07fc5faa42cf0, + FFF7faa433e07fc5faa433e0, + FFF7faa43ad07fc5faa43ad0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6c4def1a07fb7c4def1a0 = { + FFF6fb5ed3207fc5fb5ed320 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7c4243a007fb7c4243a00, - FFF7c42440f07fb7c42440f0, - FFF7c42447e07fb7c42447e0, - FFF7c4244ed07fb7c4244ed0, + FFF7faa442007fc5faa44200, + FFF7faa448f07fc5faa448f0, + FFF7faa44fe07fc5faa44fe0, + FFF7faa456d07fc5faa456d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6c4e142c07fb7c4e142c0 = { + FFF6fb474ef07fc5fb474ef0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7c42456007fb7c4245600, - FFF7c4245cf07fb7c4245cf0, - FFF7c42463e07fb7c42463e0, - FFF7c4246ad07fb7c4246ad0, + FFF7faa45e007fc5faa45e00, + FFF7faa464f07fc5faa464f0, + FFF7faa46be07fc5faa46be0, + FFF7faa472d07fc5faa472d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6c4e044807fb7c4e04480 = { + FFF6fb602c007fc5fb602c00 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7c42472007fb7c4247200, - FFF7c42478f07fb7c42478f0, - FFF7c4247fe07fb7c4247fe0, - FFF7c42486d07fb7c42486d0, + FFF7faa47a007fc5faa47a00, + FFF7faa480f07fc5faa480f0, + FFF7faa487e07fc5faa487e0, + FFF7faa48ed07fc5faa48ed0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6c4e2bf607fb7c4e2bf60 = { + FFF6fb62a6b07fc5fb62a6b0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7c4248e007fb7c4248e00, - FFF7c42494f07fb7c42494f0, - FFF7c4249be07fb7c4249be0, - FFF7c424a2d07fb7c424a2d0, + FFF7faa496007fc5faa49600, + FFF7faa49cf07fc5faa49cf0, + FFF7faa4a3e07fc5faa4a3e0, + FFF7faa4aad07fc5faa4aad0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6c4e226107fb7c4e22610 = { + FFF6fb620ce07fc5fb620ce0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7c424aa007fb7c424aa00, - FFF7c424b0f07fb7c424b0f0, - FFF7c424b7e07fb7c424b7e0, - FFF7c424bed07fb7c424bed0, + FFF7faa4b2007fc5faa4b200, + FFF7faa4b8f07fc5faa4b8f0, + FFF7faa4bfe07fc5faa4bfe0, + FFF7faa4c6d07fc5faa4c6d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6c4e2f0207fb7c4e2f020 = { + FFF6fb62d3207fc5fb62d320 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7c424c6007fb7c424c600, - FFF7c424ccf07fb7c424ccf0, - FFF7c424d3e07fb7c424d3e0, - FFF7c424dad07fb7c424dad0, + FFF7faa4ce007fc5faa4ce00, + FFF7faa4d4f07fc5faa4d4f0, + FFF7faa4dbe07fc5faa4dbe0, + FFF7faa4e2d07fc5faa4e2d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6c4e326807fb7c4e32680 = { + FFF6fb6305b07fc5fb6305b0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7c424e2007fb7c424e200, - FFF7c424e8f07fb7c424e8f0, - FFF7c424efe07fb7c424efe0, - FFF7c424f6d07fb7c424f6d0, + FFF7faa4ea007fc5faa4ea00, + FFF7faa4f0f07fc5faa4f0f0, + FFF7faa4f7e07fc5faa4f7e0, + FFF7faa4fed07fc5faa4fed0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6c4e358907fb7c4e35890 = { + FFF6fb633b107fc5fb633b10 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7c424fe007fb7c424fe00, - FFF7c42504f07fb7c42504f0, - FFF7c4250be07fb7c4250be0, - FFF7c42512d07fb7c42512d0, + FFF7faa506007fc5faa50600, + FFF7faa50cf07fc5faa50cf0, + FFF7faa513e07fc5faa513e0, + FFF7faa51ad07fc5faa51ad0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6c4e38e007fb7c4e38e00 = { + FFF6fb6370807fc5fb637080 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7c4251a007fb7c4251a00, - FFF7c42520f07fb7c42520f0, - FFF7c42527e07fb7c42527e0, - FFF7c4252ed07fb7c4252ed0, + FFF7faa522007fc5faa52200, + FFF7faa528f07fc5faa528f0, + FFF7faa52fe07fc5faa52fe0, + FFF7faa536d07fc5faa536d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6c4e3c3d07fb7c4e3c3d0 = { + FFF6fb63a6507fc5fb63a650 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7c42536007fb7c4253600, - FFF7c4253cf07fb7c4253cf0, - FFF7c42543e07fb7c42543e0, - FFF7c4254ad07fb7c4254ad0, + FFF7faa53e007fc5faa53e00, + FFF7faa544f07fc5faa544f0, + FFF7faa54be07fc5faa54be0, + FFF7faa552d07fc5faa552d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6c4e3f5807fb7c4e3f580 = { + FFF6fb63d8007fc5fb63d800 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7c42552007fb7c4255200, - FFF7c42558f07fb7c42558f0, - FFF7c4255fe07fb7c4255fe0, - FFF7c42566d07fb7c42566d0, + FFF7faa55a007fc5faa55a00, + FFF7faa560f07fc5faa560f0, + FFF7faa567e07fc5faa567e0, + FFF7faa56ed07fc5faa56ed0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6c4e42f707fb7c4e42f70 = { + FFF6fb6411f07fc5fb6411f0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7c4256e007fb7c4256e00, - FFF7c42574f07fb7c42574f0, - FFF7c4257be07fb7c4257be0, - FFF7c42582d07fb7c42582d0, + FFF7faa576007fc5faa57600, + FFF7faa57cf07fc5faa57cf0, + FFF7faa583e07fc5faa583e0, + FFF7faa58ad07fc5faa58ad0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6c4e47e007fb7c4e47e00 = { + FFF6fb6460807fc5fb646080 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7c4258a007fb7c4258a00, - FFF7c42590f07fb7c42590f0, - FFF7c42597e07fb7c42597e0, - FFF7c4259ed07fb7c4259ed0, + FFF7faa592007fc5faa59200, + FFF7faa598f07fc5faa598f0, + FFF7faa59fe07fc5faa59fe0, + FFF7faa5a6d07fc5faa5a6d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6c4e4cb907fb7c4e4cb90 = { + FFF6fb64ae107fc5fb64ae10 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7c425a6007fb7c425a600, - FFF7c425acf07fb7c425acf0, - FFF7c425b3e07fb7c425b3e0, - FFF7c425bad07fb7c425bad0, + FFF7faa5ae007fc5faa5ae00, + FFF7faa5b4f07fc5faa5b4f0, + FFF7faa5bbe07fc5faa5bbe0, + FFF7faa5c2d07fc5faa5c2d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6c4e518007fb7c4e51800 = { + FFF6fb64fa807fc5fb64fa80 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7c425c2007fb7c425c200, - FFF7c425c8f07fb7c425c8f0, - FFF7c425cfe07fb7c425cfe0, - FFF7c425d6d07fb7c425d6d0, + FFF7faa5ca007fc5faa5ca00, + FFF7faa5d0f07fc5faa5d0f0, + FFF7faa5d7e07fc5faa5d7e0, + FFF7faa5ded07fc5faa5ded0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6c4e564407fb7c4e56440 = { + FFF6fb6546c07fc5fb6546c0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7c425de007fb7c425de00, - FFF7c425e4f07fb7c425e4f0, - FFF7c425ebe07fb7c425ebe0, - FFF7c425f2d07fb7c425f2d0, + FFF7faa5e6007fc5faa5e600, + FFF7faa5ecf07fc5faa5ecf0, + FFF7faa5f3e07fc5faa5f3e0, + FFF7faa5fad07fc5faa5fad0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6c4e5af107fb7c4e5af10 = { + FFF6fb6591907fc5fb659190 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7c425fa007fb7c425fa00, - FFF7c42600f07fb7c42600f0, - FFF7c42607e07fb7c42607e0, - FFF7c4260ed07fb7c4260ed0, + FFF7faa602007fc5faa60200, + FFF7faa608f07fc5faa608f0, + FFF7faa60fe07fc5faa60fe0, + FFF7faa616d07fc5faa616d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6c4e5fcc07fb7c4e5fcc0 = { + FFF6fb65df407fc5fb65df40 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7c42616007fb7c4261600, - FFF7c4261cf07fb7c4261cf0, - FFF7c42623e07fb7c42623e0, - FFF7c4262ad07fb7c4262ad0, + FFF7faa61e007fc5faa61e00, + FFF7faa624f07fc5faa624f0, + FFF7faa62be07fc5faa62be0, + FFF7faa632d07fc5faa632d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6c4e64b607fb7c4e64b60 = { + FFF6fb662de07fc5fb662de0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7c42632007fb7c4263200, - FFF7c42638f07fb7c42638f0, - FFF7c4263fe07fb7c4263fe0, - FFF7c42646d07fb7c42646d0, + FFF7faa63a007fc5faa63a00, + FFF7faa640f07fc5faa640f0, + FFF7faa647e07fc5faa647e0, + FFF7faa64ed07fc5faa64ed0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6c4e67b907fb7c4e67b90 = { + FFF6fb665e107fc5fb665e10 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7c4264e007fb7c4264e00, - FFF7c42654f07fb7c42654f0, - FFF7c4265be07fb7c4265be0, - FFF7c42662d07fb7c42662d0, + FFF7faa656007fc5faa65600, + FFF7faa65cf07fc5faa65cf0, + FFF7faa663e07fc5faa663e0, + FFF7faa66ad07fc5faa66ad0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6c4e6b1607fb7c4e6b160 = { + FFF6fb6693e07fc5fb6693e0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7c4266a007fb7c4266a00, - FFF7c42670f07fb7c42670f0, - FFF7c42677e07fb7c42677e0, - FFF7c4267ed07fb7c4267ed0, + FFF7faa672007fc5faa67200, + FFF7faa678f07fc5faa678f0, + FFF7faa67fe07fc5faa67fe0, + FFF7faa686d07fc5faa686d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6c4e6e5b07fb7c4e6e5b0 = { + FFF6fb66c8307fc5fb66c830 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7c42686007fb7c4268600, - FFF7c4268cf07fb7c4268cf0, - FFF7c42693e07fb7c42693e0, - FFF7c4269ad07fb7c4269ad0, + FFF7faa68e007fc5faa68e00, + FFF7faa694f07fc5faa694f0, + FFF7faa69be07fc5faa69be0, + FFF7faa6a2d07fc5faa6a2d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6c4e718607fb7c4e71860 = { + FFF6fb66fae07fc5fb66fae0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7c426a2007fb7c426a200, - FFF7c426a8f07fb7c426a8f0, - FFF7c426afe07fb7c426afe0, - FFF7c426b6d07fb7c426b6d0, + FFF7faa6aa007fc5faa6aa00, + FFF7faa6b0f07fc5faa6b0f0, + FFF7faa6b7e07fc5faa6b7e0, + FFF7faa6bed07fc5faa6bed0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6c4e750307fb7c4e75030 = { + FFF6fb6732b07fc5fb6732b0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7c426be007fb7c426be00, - FFF7c426c4f07fb7c426c4f0, - FFF7c426cbe07fb7c426cbe0, - FFF7c426d2d07fb7c426d2d0, + FFF7faa6c6007fc5faa6c600, + FFF7faa6ccf07fc5faa6ccf0, + FFF7faa6d3e07fc5faa6d3e0, + FFF7faa6dad07fc5faa6dad0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6c4e782107fb7c4e78210 = { + FFF6fb6764907fc5fb676490 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7c426da007fb7c426da00, - FFF7c426e0f07fb7c426e0f0, - FFF7c426e7e07fb7c426e7e0, - FFF7c426eed07fb7c426eed0, + FFF7faa6e2007fc5faa6e200, + FFF7faa6e8f07fc5faa6e8f0, + FFF7faa6efe07fc5faa6efe0, + FFF7faa6f6d07fc5faa6f6d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6c4e7b5907fb7c4e7b590 = { + FFF6fb6798107fc5fb679810 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7c426f6007fb7c426f600, - FFF7c426fcf07fb7c426fcf0, - FFF7c42703e07fb7c42703e0, - FFF7c4270ad07fb7c4270ad0, + FFF7faa6fe007fc5faa6fe00, + FFF7faa704f07fc5faa704f0, + FFF7faa70be07fc5faa70be0, + FFF7faa712d07fc5faa712d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6c4e7ea507fb7c4e7ea50 = { + FFF6fb67ccd07fc5fb67ccd0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7c42712007fb7c4271200, - FFF7c42718f07fb7c42718f0, - FFF7c4271fe07fb7c4271fe0, - FFF7c42726d07fb7c42726d0, + FFF7faa71a007fc5faa71a00, + FFF7faa720f07fc5faa720f0, + FFF7faa727e07fc5faa727e0, + FFF7faa72ed07fc5faa72ed0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6c4dcd1607fb7c4dcd160 = { + FFF6fb5f99b07fc5fb5f99b0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF3c423e6007fb7c423e600 /* debug */, - FFF3c423ecf07fb7c423ecf0 /* checked */, - FFF3c423f3e07fb7c423f3e0 /* profile */, - FFF3c423fad07fb7c423fad0 /* release */, + FFF3faa3ee007fc5faa3ee00 /* debug */, + FFF3faa3f4f07fc5faa3f4f0 /* checked */, + FFF3faa3fbe07fc5faa3fbe0 /* profile */, + FFF3faa402d07fc5faa402d0 /* release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; /* End XCConfigurationList section */ /* Begin XCBuildConfiguration section */ - FFF7c423e6007fb7c423e600 /* debug */ = { + FFF7faa3ee007fc5faa3ee00 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -4003,7 +4003,7 @@ }; name = "debug"; }; - FFF7c423ecf07fb7c423ecf0 /* checked */ = { + FFF7faa3f4f07fc5faa3f4f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -4034,7 +4034,7 @@ }; name = "checked"; }; - FFF7c423f3e07fb7c423f3e0 /* profile */ = { + FFF7faa3fbe07fc5faa3fbe0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -4065,7 +4065,7 @@ }; name = "profile"; }; - FFF7c423fad07fb7c423fad0 /* release */ = { + FFF7faa402d07fc5faa402d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -4096,7 +4096,7 @@ }; name = "release"; }; - FFF7c42402007fb7c4240200 /* debug */ = { + FFF7faa40a007fc5faa40a00 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -4128,7 +4128,7 @@ }; name = "debug"; }; - FFF7c42408f07fb7c42408f0 /* checked */ = { + FFF7faa410f07fc5faa410f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -4160,7 +4160,7 @@ }; name = "checked"; }; - FFF7c4240fe07fb7c4240fe0 /* profile */ = { + FFF7faa417e07fc5faa417e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -4192,7 +4192,7 @@ }; name = "profile"; }; - FFF7c42416d07fb7c42416d0 /* release */ = { + FFF7faa41ed07fc5faa41ed0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -4224,7 +4224,7 @@ }; name = "release"; }; - FFF7c4241e007fb7c4241e00 /* debug */ = { + FFF7faa426007fc5faa42600 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -4256,7 +4256,7 @@ }; name = "debug"; }; - FFF7c42424f07fb7c42424f0 /* checked */ = { + FFF7faa42cf07fc5faa42cf0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -4288,7 +4288,7 @@ }; name = "checked"; }; - FFF7c4242be07fb7c4242be0 /* profile */ = { + FFF7faa433e07fc5faa433e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -4320,7 +4320,7 @@ }; name = "profile"; }; - FFF7c42432d07fb7c42432d0 /* release */ = { + FFF7faa43ad07fc5faa43ad0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -4352,7 +4352,7 @@ }; name = "release"; }; - FFF7c4243a007fb7c4243a00 /* debug */ = { + FFF7faa442007fc5faa44200 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -4384,7 +4384,7 @@ }; name = "debug"; }; - FFF7c42440f07fb7c42440f0 /* checked */ = { + FFF7faa448f07fc5faa448f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -4416,7 +4416,7 @@ }; name = "checked"; }; - FFF7c42447e07fb7c42447e0 /* profile */ = { + FFF7faa44fe07fc5faa44fe0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -4448,7 +4448,7 @@ }; name = "profile"; }; - FFF7c4244ed07fb7c4244ed0 /* release */ = { + FFF7faa456d07fc5faa456d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -4480,7 +4480,7 @@ }; name = "release"; }; - FFF7c42456007fb7c4245600 /* debug */ = { + FFF7faa45e007fc5faa45e00 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -4512,7 +4512,7 @@ }; name = "debug"; }; - FFF7c4245cf07fb7c4245cf0 /* checked */ = { + FFF7faa464f07fc5faa464f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -4544,7 +4544,7 @@ }; name = "checked"; }; - FFF7c42463e07fb7c42463e0 /* profile */ = { + FFF7faa46be07fc5faa46be0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -4576,7 +4576,7 @@ }; name = "profile"; }; - FFF7c4246ad07fb7c4246ad0 /* release */ = { + FFF7faa472d07fc5faa472d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -4608,7 +4608,7 @@ }; name = "release"; }; - FFF7c42472007fb7c4247200 /* debug */ = { + FFF7faa47a007fc5faa47a00 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -4640,7 +4640,7 @@ }; name = "debug"; }; - FFF7c42478f07fb7c42478f0 /* checked */ = { + FFF7faa480f07fc5faa480f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -4672,7 +4672,7 @@ }; name = "checked"; }; - FFF7c4247fe07fb7c4247fe0 /* profile */ = { + FFF7faa487e07fc5faa487e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -4704,7 +4704,7 @@ }; name = "profile"; }; - FFF7c42486d07fb7c42486d0 /* release */ = { + FFF7faa48ed07fc5faa48ed0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -4736,7 +4736,7 @@ }; name = "release"; }; - FFF7c4248e007fb7c4248e00 /* debug */ = { + FFF7faa496007fc5faa49600 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -4768,7 +4768,7 @@ }; name = "debug"; }; - FFF7c42494f07fb7c42494f0 /* checked */ = { + FFF7faa49cf07fc5faa49cf0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -4800,7 +4800,7 @@ }; name = "checked"; }; - FFF7c4249be07fb7c4249be0 /* profile */ = { + FFF7faa4a3e07fc5faa4a3e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -4832,7 +4832,7 @@ }; name = "profile"; }; - FFF7c424a2d07fb7c424a2d0 /* release */ = { + FFF7faa4aad07fc5faa4aad0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -4864,7 +4864,7 @@ }; name = "release"; }; - FFF7c424aa007fb7c424aa00 /* debug */ = { + FFF7faa4b2007fc5faa4b200 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -4896,7 +4896,7 @@ }; name = "debug"; }; - FFF7c424b0f07fb7c424b0f0 /* checked */ = { + FFF7faa4b8f07fc5faa4b8f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -4928,7 +4928,7 @@ }; name = "checked"; }; - FFF7c424b7e07fb7c424b7e0 /* profile */ = { + FFF7faa4bfe07fc5faa4bfe0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -4960,7 +4960,7 @@ }; name = "profile"; }; - FFF7c424bed07fb7c424bed0 /* release */ = { + FFF7faa4c6d07fc5faa4c6d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -4992,7 +4992,7 @@ }; name = "release"; }; - FFF7c424c6007fb7c424c600 /* debug */ = { + FFF7faa4ce007fc5faa4ce00 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -5024,7 +5024,7 @@ }; name = "debug"; }; - FFF7c424ccf07fb7c424ccf0 /* checked */ = { + FFF7faa4d4f07fc5faa4d4f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -5056,7 +5056,7 @@ }; name = "checked"; }; - FFF7c424d3e07fb7c424d3e0 /* profile */ = { + FFF7faa4dbe07fc5faa4dbe0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -5088,7 +5088,7 @@ }; name = "profile"; }; - FFF7c424dad07fb7c424dad0 /* release */ = { + FFF7faa4e2d07fc5faa4e2d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -5120,7 +5120,7 @@ }; name = "release"; }; - FFF7c424e2007fb7c424e200 /* debug */ = { + FFF7faa4ea007fc5faa4ea00 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -5152,7 +5152,7 @@ }; name = "debug"; }; - FFF7c424e8f07fb7c424e8f0 /* checked */ = { + FFF7faa4f0f07fc5faa4f0f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -5184,7 +5184,7 @@ }; name = "checked"; }; - FFF7c424efe07fb7c424efe0 /* profile */ = { + FFF7faa4f7e07fc5faa4f7e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -5216,7 +5216,7 @@ }; name = "profile"; }; - FFF7c424f6d07fb7c424f6d0 /* release */ = { + FFF7faa4fed07fc5faa4fed0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -5248,7 +5248,7 @@ }; name = "release"; }; - FFF7c424fe007fb7c424fe00 /* debug */ = { + FFF7faa506007fc5faa50600 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -5280,7 +5280,7 @@ }; name = "debug"; }; - FFF7c42504f07fb7c42504f0 /* checked */ = { + FFF7faa50cf07fc5faa50cf0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -5312,7 +5312,7 @@ }; name = "checked"; }; - FFF7c4250be07fb7c4250be0 /* profile */ = { + FFF7faa513e07fc5faa513e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -5344,7 +5344,7 @@ }; name = "profile"; }; - FFF7c42512d07fb7c42512d0 /* release */ = { + FFF7faa51ad07fc5faa51ad0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -5376,7 +5376,7 @@ }; name = "release"; }; - FFF7c4251a007fb7c4251a00 /* debug */ = { + FFF7faa522007fc5faa52200 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -5408,7 +5408,7 @@ }; name = "debug"; }; - FFF7c42520f07fb7c42520f0 /* checked */ = { + FFF7faa528f07fc5faa528f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -5440,7 +5440,7 @@ }; name = "checked"; }; - FFF7c42527e07fb7c42527e0 /* profile */ = { + FFF7faa52fe07fc5faa52fe0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -5472,7 +5472,7 @@ }; name = "profile"; }; - FFF7c4252ed07fb7c4252ed0 /* release */ = { + FFF7faa536d07fc5faa536d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -5504,7 +5504,7 @@ }; name = "release"; }; - FFF7c42536007fb7c4253600 /* debug */ = { + FFF7faa53e007fc5faa53e00 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -5536,7 +5536,7 @@ }; name = "debug"; }; - FFF7c4253cf07fb7c4253cf0 /* checked */ = { + FFF7faa544f07fc5faa544f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -5568,7 +5568,7 @@ }; name = "checked"; }; - FFF7c42543e07fb7c42543e0 /* profile */ = { + FFF7faa54be07fc5faa54be0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -5600,7 +5600,7 @@ }; name = "profile"; }; - FFF7c4254ad07fb7c4254ad0 /* release */ = { + FFF7faa552d07fc5faa552d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -5632,7 +5632,7 @@ }; name = "release"; }; - FFF7c42552007fb7c4255200 /* debug */ = { + FFF7faa55a007fc5faa55a00 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -5664,7 +5664,7 @@ }; name = "debug"; }; - FFF7c42558f07fb7c42558f0 /* checked */ = { + FFF7faa560f07fc5faa560f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -5696,7 +5696,7 @@ }; name = "checked"; }; - FFF7c4255fe07fb7c4255fe0 /* profile */ = { + FFF7faa567e07fc5faa567e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -5728,7 +5728,7 @@ }; name = "profile"; }; - FFF7c42566d07fb7c42566d0 /* release */ = { + FFF7faa56ed07fc5faa56ed0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -5760,7 +5760,7 @@ }; name = "release"; }; - FFF7c4256e007fb7c4256e00 /* debug */ = { + FFF7faa576007fc5faa57600 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -5792,7 +5792,7 @@ }; name = "debug"; }; - FFF7c42574f07fb7c42574f0 /* checked */ = { + FFF7faa57cf07fc5faa57cf0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -5824,7 +5824,7 @@ }; name = "checked"; }; - FFF7c4257be07fb7c4257be0 /* profile */ = { + FFF7faa583e07fc5faa583e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -5856,7 +5856,7 @@ }; name = "profile"; }; - FFF7c42582d07fb7c42582d0 /* release */ = { + FFF7faa58ad07fc5faa58ad0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -5888,7 +5888,7 @@ }; name = "release"; }; - FFF7c4258a007fb7c4258a00 /* debug */ = { + FFF7faa592007fc5faa59200 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -5920,7 +5920,7 @@ }; name = "debug"; }; - FFF7c42590f07fb7c42590f0 /* checked */ = { + FFF7faa598f07fc5faa598f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -5952,7 +5952,7 @@ }; name = "checked"; }; - FFF7c42597e07fb7c42597e0 /* profile */ = { + FFF7faa59fe07fc5faa59fe0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -5984,7 +5984,7 @@ }; name = "profile"; }; - FFF7c4259ed07fb7c4259ed0 /* release */ = { + FFF7faa5a6d07fc5faa5a6d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -6016,7 +6016,7 @@ }; name = "release"; }; - FFF7c425a6007fb7c425a600 /* debug */ = { + FFF7faa5ae007fc5faa5ae00 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -6048,7 +6048,7 @@ }; name = "debug"; }; - FFF7c425acf07fb7c425acf0 /* checked */ = { + FFF7faa5b4f07fc5faa5b4f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -6080,7 +6080,7 @@ }; name = "checked"; }; - FFF7c425b3e07fb7c425b3e0 /* profile */ = { + FFF7faa5bbe07fc5faa5bbe0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -6112,7 +6112,7 @@ }; name = "profile"; }; - FFF7c425bad07fb7c425bad0 /* release */ = { + FFF7faa5c2d07fc5faa5c2d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -6144,7 +6144,7 @@ }; name = "release"; }; - FFF7c425c2007fb7c425c200 /* debug */ = { + FFF7faa5ca007fc5faa5ca00 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -6176,7 +6176,7 @@ }; name = "debug"; }; - FFF7c425c8f07fb7c425c8f0 /* checked */ = { + FFF7faa5d0f07fc5faa5d0f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -6208,7 +6208,7 @@ }; name = "checked"; }; - FFF7c425cfe07fb7c425cfe0 /* profile */ = { + FFF7faa5d7e07fc5faa5d7e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -6240,7 +6240,7 @@ }; name = "profile"; }; - FFF7c425d6d07fb7c425d6d0 /* release */ = { + FFF7faa5ded07fc5faa5ded0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -6272,7 +6272,7 @@ }; name = "release"; }; - FFF7c425de007fb7c425de00 /* debug */ = { + FFF7faa5e6007fc5faa5e600 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -6304,7 +6304,7 @@ }; name = "debug"; }; - FFF7c425e4f07fb7c425e4f0 /* checked */ = { + FFF7faa5ecf07fc5faa5ecf0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -6336,7 +6336,7 @@ }; name = "checked"; }; - FFF7c425ebe07fb7c425ebe0 /* profile */ = { + FFF7faa5f3e07fc5faa5f3e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -6368,7 +6368,7 @@ }; name = "profile"; }; - FFF7c425f2d07fb7c425f2d0 /* release */ = { + FFF7faa5fad07fc5faa5fad0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -6400,7 +6400,7 @@ }; name = "release"; }; - FFF7c425fa007fb7c425fa00 /* debug */ = { + FFF7faa602007fc5faa60200 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -6432,7 +6432,7 @@ }; name = "debug"; }; - FFF7c42600f07fb7c42600f0 /* checked */ = { + FFF7faa608f07fc5faa608f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -6464,7 +6464,7 @@ }; name = "checked"; }; - FFF7c42607e07fb7c42607e0 /* profile */ = { + FFF7faa60fe07fc5faa60fe0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -6496,7 +6496,7 @@ }; name = "profile"; }; - FFF7c4260ed07fb7c4260ed0 /* release */ = { + FFF7faa616d07fc5faa616d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -6528,7 +6528,7 @@ }; name = "release"; }; - FFF7c42616007fb7c4261600 /* debug */ = { + FFF7faa61e007fc5faa61e00 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -6560,7 +6560,7 @@ }; name = "debug"; }; - FFF7c4261cf07fb7c4261cf0 /* checked */ = { + FFF7faa624f07fc5faa624f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -6592,7 +6592,7 @@ }; name = "checked"; }; - FFF7c42623e07fb7c42623e0 /* profile */ = { + FFF7faa62be07fc5faa62be0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -6624,7 +6624,7 @@ }; name = "profile"; }; - FFF7c4262ad07fb7c4262ad0 /* release */ = { + FFF7faa632d07fc5faa632d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -6656,7 +6656,7 @@ }; name = "release"; }; - FFF7c42632007fb7c4263200 /* debug */ = { + FFF7faa63a007fc5faa63a00 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -6688,7 +6688,7 @@ }; name = "debug"; }; - FFF7c42638f07fb7c42638f0 /* checked */ = { + FFF7faa640f07fc5faa640f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -6720,7 +6720,7 @@ }; name = "checked"; }; - FFF7c4263fe07fb7c4263fe0 /* profile */ = { + FFF7faa647e07fc5faa647e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -6752,7 +6752,7 @@ }; name = "profile"; }; - FFF7c42646d07fb7c42646d0 /* release */ = { + FFF7faa64ed07fc5faa64ed0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -6784,7 +6784,7 @@ }; name = "release"; }; - FFF7c4264e007fb7c4264e00 /* debug */ = { + FFF7faa656007fc5faa65600 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -6816,7 +6816,7 @@ }; name = "debug"; }; - FFF7c42654f07fb7c42654f0 /* checked */ = { + FFF7faa65cf07fc5faa65cf0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -6848,7 +6848,7 @@ }; name = "checked"; }; - FFF7c4265be07fb7c4265be0 /* profile */ = { + FFF7faa663e07fc5faa663e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -6880,7 +6880,7 @@ }; name = "profile"; }; - FFF7c42662d07fb7c42662d0 /* release */ = { + FFF7faa66ad07fc5faa66ad0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -6912,7 +6912,7 @@ }; name = "release"; }; - FFF7c4266a007fb7c4266a00 /* debug */ = { + FFF7faa672007fc5faa67200 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -6944,7 +6944,7 @@ }; name = "debug"; }; - FFF7c42670f07fb7c42670f0 /* checked */ = { + FFF7faa678f07fc5faa678f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -6976,7 +6976,7 @@ }; name = "checked"; }; - FFF7c42677e07fb7c42677e0 /* profile */ = { + FFF7faa67fe07fc5faa67fe0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -7008,7 +7008,7 @@ }; name = "profile"; }; - FFF7c4267ed07fb7c4267ed0 /* release */ = { + FFF7faa686d07fc5faa686d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -7040,7 +7040,7 @@ }; name = "release"; }; - FFF7c42686007fb7c4268600 /* debug */ = { + FFF7faa68e007fc5faa68e00 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -7072,7 +7072,7 @@ }; name = "debug"; }; - FFF7c4268cf07fb7c4268cf0 /* checked */ = { + FFF7faa694f07fc5faa694f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -7104,7 +7104,7 @@ }; name = "checked"; }; - FFF7c42693e07fb7c42693e0 /* profile */ = { + FFF7faa69be07fc5faa69be0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -7136,7 +7136,7 @@ }; name = "profile"; }; - FFF7c4269ad07fb7c4269ad0 /* release */ = { + FFF7faa6a2d07fc5faa6a2d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -7168,7 +7168,7 @@ }; name = "release"; }; - FFF7c426a2007fb7c426a200 /* debug */ = { + FFF7faa6aa007fc5faa6aa00 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -7200,7 +7200,7 @@ }; name = "debug"; }; - FFF7c426a8f07fb7c426a8f0 /* checked */ = { + FFF7faa6b0f07fc5faa6b0f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -7232,7 +7232,7 @@ }; name = "checked"; }; - FFF7c426afe07fb7c426afe0 /* profile */ = { + FFF7faa6b7e07fc5faa6b7e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -7264,7 +7264,7 @@ }; name = "profile"; }; - FFF7c426b6d07fb7c426b6d0 /* release */ = { + FFF7faa6bed07fc5faa6bed0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -7296,7 +7296,7 @@ }; name = "release"; }; - FFF7c426be007fb7c426be00 /* debug */ = { + FFF7faa6c6007fc5faa6c600 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -7328,7 +7328,7 @@ }; name = "debug"; }; - FFF7c426c4f07fb7c426c4f0 /* checked */ = { + FFF7faa6ccf07fc5faa6ccf0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -7360,7 +7360,7 @@ }; name = "checked"; }; - FFF7c426cbe07fb7c426cbe0 /* profile */ = { + FFF7faa6d3e07fc5faa6d3e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -7392,7 +7392,7 @@ }; name = "profile"; }; - FFF7c426d2d07fb7c426d2d0 /* release */ = { + FFF7faa6dad07fc5faa6dad0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -7424,7 +7424,7 @@ }; name = "release"; }; - FFF7c426da007fb7c426da00 /* debug */ = { + FFF7faa6e2007fc5faa6e200 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -7456,7 +7456,7 @@ }; name = "debug"; }; - FFF7c426e0f07fb7c426e0f0 /* checked */ = { + FFF7faa6e8f07fc5faa6e8f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -7488,7 +7488,7 @@ }; name = "checked"; }; - FFF7c426e7e07fb7c426e7e0 /* profile */ = { + FFF7faa6efe07fc5faa6efe0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -7520,7 +7520,7 @@ }; name = "profile"; }; - FFF7c426eed07fb7c426eed0 /* release */ = { + FFF7faa6f6d07fc5faa6f6d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -7552,7 +7552,7 @@ }; name = "release"; }; - FFF7c426f6007fb7c426f600 /* debug */ = { + FFF7faa6fe007fc5faa6fe00 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -7584,7 +7584,7 @@ }; name = "debug"; }; - FFF7c426fcf07fb7c426fcf0 /* checked */ = { + FFF7faa704f07fc5faa704f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -7616,7 +7616,7 @@ }; name = "checked"; }; - FFF7c42703e07fb7c42703e0 /* profile */ = { + FFF7faa70be07fc5faa70be0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -7648,7 +7648,7 @@ }; name = "profile"; }; - FFF7c4270ad07fb7c4270ad0 /* release */ = { + FFF7faa712d07fc5faa712d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -7680,7 +7680,7 @@ }; name = "release"; }; - FFF7c42712007fb7c4271200 /* debug */ = { + FFF7faa71a007fc5faa71a00 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -7712,7 +7712,7 @@ }; name = "debug"; }; - FFF7c42718f07fb7c42718f0 /* checked */ = { + FFF7faa720f07fc5faa720f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -7744,7 +7744,7 @@ }; name = "checked"; }; - FFF7c4271fe07fb7c4271fe0 /* profile */ = { + FFF7faa727e07fc5faa727e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -7776,7 +7776,7 @@ }; name = "profile"; }; - FFF7c42726d07fb7c42726d0 /* release */ = { + FFF7faa72ed07fc5faa72ed0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_32_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_32_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; CLANG_CXX_LIBRARY = "libstdc++"; @@ -7808,25 +7808,25 @@ }; name = "release"; }; - FFF3c423e6007fb7c423e600 /* debug */ = { + FFF3faa3ee007fc5faa3ee00 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { }; name = "debug"; }; - FFF3c423ecf07fb7c423ecf0 /* checked */ = { + FFF3faa3f4f07fc5faa3f4f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { }; name = "checked"; }; - FFF3c423f3e07fb7c423f3e0 /* profile */ = { + FFF3faa3fbe07fc5faa3fbe0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { }; name = "profile"; }; - FFF3c423fad07fb7c423fad0 /* release */ = { + FFF3faa402d07fc5faa402d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { }; @@ -7835,47 +7835,47 @@ /* End XCBuildConfiguration section */ /* Begin PBXProject section */ - FFF9c4dcd1607fb7c4dcd160 /* Project object */ = { + FFF9fb5f99b07fc5fb5f99b0 /* Project object */ = { isa = PBXProject; - buildConfigurationList = FFF6c4dcd1607fb7c4dcd160 /* Build configuration list for PBXProject Snippets */; + buildConfigurationList = FFF6fb5f99b07fc5fb5f99b0 /* Build configuration list for PBXProject Snippets */; compatibilityVersion = "Xcode 3.2"; hasScannedForEncodings = 1; - mainGroup = FFFBc4dcd1c87fb7c4dcd1c8 /* Snippets */; + mainGroup = FFFBfb5f9a187fc5fb5f9a18 /* Snippets */; targets = ( - FFFAc4dcd2707fb7c4dcd270, - FFFAc4e024c07fb7c4e024c0, - FFFAc4d910307fb7c4d91030, - FFFAc4def1a07fb7c4def1a0, - FFFAc4e142c07fb7c4e142c0, - FFFAc4e044807fb7c4e04480, - FFFAc4e2bf607fb7c4e2bf60, - FFFAc4e226107fb7c4e22610, - FFFAc4e2f0207fb7c4e2f020, - FFFAc4e326807fb7c4e32680, - FFFAc4e358907fb7c4e35890, - FFFAc4e38e007fb7c4e38e00, - FFFAc4e3c3d07fb7c4e3c3d0, - FFFAc4e3f5807fb7c4e3f580, - FFFAc4e42f707fb7c4e42f70, - FFFAc4e47e007fb7c4e47e00, - FFFAc4e4cb907fb7c4e4cb90, - FFFAc4e518007fb7c4e51800, - FFFAc4e564407fb7c4e56440, - FFFAc4e5af107fb7c4e5af10, - FFFAc4e5fcc07fb7c4e5fcc0, - FFFAc4e64b607fb7c4e64b60, - FFFAc4e67b907fb7c4e67b90, - FFFAc4e6b1607fb7c4e6b160, - FFFAc4e6e5b07fb7c4e6e5b0, - FFFAc4e718607fb7c4e71860, - FFFAc4e750307fb7c4e75030, - FFFAc4e782107fb7c4e78210, - FFFAc4e7b5907fb7c4e7b590, - FFFAc4e7ea507fb7c4e7ea50, + FFFAfb5f9ac07fc5fb5f9ac0, + FFFAfb4c79c07fc5fb4c79c0, + FFFAfb5c9dd07fc5fb5c9dd0, + FFFAfb5ed3207fc5fb5ed320, + FFFAfb474ef07fc5fb474ef0, + FFFAfb602c007fc5fb602c00, + FFFAfb62a6b07fc5fb62a6b0, + FFFAfb620ce07fc5fb620ce0, + FFFAfb62d3207fc5fb62d320, + FFFAfb6305b07fc5fb6305b0, + FFFAfb633b107fc5fb633b10, + FFFAfb6370807fc5fb637080, + FFFAfb63a6507fc5fb63a650, + FFFAfb63d8007fc5fb63d800, + FFFAfb6411f07fc5fb6411f0, + FFFAfb6460807fc5fb646080, + FFFAfb64ae107fc5fb64ae10, + FFFAfb64fa807fc5fb64fa80, + FFFAfb6546c07fc5fb6546c0, + FFFAfb6591907fc5fb659190, + FFFAfb65df407fc5fb65df40, + FFFAfb662de07fc5fb662de0, + FFFAfb665e107fc5fb665e10, + FFFAfb6693e07fc5fb6693e0, + FFFAfb66c8307fc5fb66c830, + FFFAfb66fae07fc5fb66fae0, + FFFAfb6732b07fc5fb6732b0, + FFFAfb6764907fc5fb676490, + FFFAfb6798107fc5fb679810, + FFFAfb67ccd07fc5fb67ccd0, ); }; /* End PBXProject section */ }; - rootObject = FFF9c4dcd1607fb7c4dcd160 /* Project object */; + rootObject = FFF9fb5f99b07fc5fb5f99b0 /* Project object */; } diff --git a/PhysX_3.4/Snippets/compiler/xcode_ios64/Snippets.xcodeproj/project.pbxproj b/PhysX_3.4/Snippets/compiler/xcode_ios64/Snippets.xcodeproj/project.pbxproj index 94e0e3e7..04797fe2 100644 --- a/PhysX_3.4/Snippets/compiler/xcode_ios64/Snippets.xcodeproj/project.pbxproj +++ b/PhysX_3.4/Snippets/compiler/xcode_ios64/Snippets.xcodeproj/project.pbxproj @@ -7,17 +7,17 @@ objects = { /* Begin PBXBuildFile section of SnippetUtils */ - FFFF4b600ed07fd44b600ed0 /* SnippetUtils.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD4b600ed07fd44b600ed0 /* SnippetUtils.cpp */; }; + FFFF245fb0407f8e245fb040 /* SnippetUtils.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD245fb0407f8e245fb040 /* SnippetUtils.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD4b5ef9c07fd44b5ef9c0 /* SnippetUtils */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "SnippetUtils"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD4b600ed07fd44b600ed0 /* SnippetUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetUtils.cpp"; path = "../../SnippetUtils/SnippetUtils.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4b600f387fd44b600f38 /* SnippetUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetUtils.h"; path = "../../SnippetUtils/SnippetUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD245f99407f8e245f9940 /* SnippetUtils */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "SnippetUtils"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD245fb0407f8e245fb040 /* SnippetUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetUtils.cpp"; path = "../../SnippetUtils/SnippetUtils.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD245fb0a87f8e245fb0a8 /* SnippetUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetUtils.h"; path = "../../SnippetUtils/SnippetUtils.h"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF24b5ef9c07fd44b5ef9c0 /* Resources */ = { + FFF2245f99407f8e245f9940 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -27,7 +27,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC4b5ef9c07fd44b5ef9c0 /* Frameworks */ = { + FFFC245f99407f8e245f9940 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -37,11 +37,11 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF84b5ef9c07fd44b5ef9c0 /* Sources */ = { + FFF8245f99407f8e245f9940 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF4b600ed07fd44b600ed0, + FFFF245fb0407f8e245fb040, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -53,21 +53,21 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetHelloWorld */ - FFFF4b59a8f07fd44b59a8f0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD4b5ef9c07fd44b5ef9c0 /* SnippetUtils */; }; - FFFF4b59cd207fd44b59cd20 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD4b59cd207fd44b59cd20 /* ClassicMain.cpp */; }; - FFFF4b59d2e07fd44b59d2e0 /* SnippetHelloWorld.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD4b59d2e07fd44b59d2e0 /* SnippetHelloWorld.cpp */; }; - FFFF4b59d3487fd44b59d348 /* SnippetHelloWorldRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD4b59d3487fd44b59d348 /* SnippetHelloWorldRender.cpp */; }; + FFFF244778d07f8e244778d0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD245f99407f8e245f9940 /* SnippetUtils */; }; + FFFF2459b8207f8e2459b820 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD2459b8207f8e2459b820 /* ClassicMain.cpp */; }; + FFFF2459bde07f8e2459bde0 /* SnippetHelloWorld.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD2459bde07f8e2459bde0 /* SnippetHelloWorld.cpp */; }; + FFFF2459be487f8e2459be48 /* SnippetHelloWorldRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD2459be487f8e2459be48 /* SnippetHelloWorldRender.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD4b601d007fd44b601d00 /* SnippetHelloWorld */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetHelloWorld"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD4b59cd207fd44b59cd20 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4b59d2e07fd44b59d2e0 /* SnippetHelloWorld.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetHelloWorld.cpp"; path = "../../SnippetHelloWorld/SnippetHelloWorld.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4b59d3487fd44b59d348 /* SnippetHelloWorldRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetHelloWorldRender.cpp"; path = "../../SnippetHelloWorld/SnippetHelloWorldRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD245fbe707f8e245fbe70 /* SnippetHelloWorld */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetHelloWorld"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD2459b8207f8e2459b820 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2459bde07f8e2459bde0 /* SnippetHelloWorld.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetHelloWorld.cpp"; path = "../../SnippetHelloWorld/SnippetHelloWorld.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2459be487f8e2459be48 /* SnippetHelloWorldRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetHelloWorldRender.cpp"; path = "../../SnippetHelloWorld/SnippetHelloWorldRender.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF24b601d007fd44b601d00 /* Resources */ = { + FFF2245fbe707f8e245fbe70 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -77,7 +77,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC4b601d007fd44b601d00 /* Frameworks */ = { + FFFC245fbe707f8e245fbe70 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -87,13 +87,13 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF84b601d007fd44b601d00 /* Sources */ = { + FFF8245fbe707f8e245fbe70 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF4b59cd207fd44b59cd20, - FFFF4b59d2e07fd44b59d2e0, - FFFF4b59d3487fd44b59d348, + FFFF2459b8207f8e2459b820, + FFFF2459bde07f8e2459bde0, + FFFF2459be487f8e2459be48, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -102,29 +102,29 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF44b59a8f07fd44b59a8f0 /* PBXTargetDependency */ = { + FFF4244778d07f8e244778d0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA4b5ef9c07fd44b5ef9c0 /* SnippetUtils */; - targetProxy = FFF54b5ef9c07fd44b5ef9c0 /* PBXContainerItemProxy */; + target = FFFA245f99407f8e245f9940 /* SnippetUtils */; + targetProxy = FFF5245f99407f8e245f9940 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetImmediateMode */ - FFFF4b59de607fd44b59de60 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD4b5ef9c07fd44b5ef9c0 /* SnippetUtils */; }; - FFFF4b5cb3407fd44b5cb340 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD4b5cb3407fd44b5cb340 /* ClassicMain.cpp */; }; - FFFF4b50a1107fd44b50a110 /* SnippetImmediateMode.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD4b50a1107fd44b50a110 /* SnippetImmediateMode.cpp */; }; - FFFF4b50a1787fd44b50a178 /* SnippetImmediateModeRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD4b50a1787fd44b50a178 /* SnippetImmediateModeRender.cpp */; }; + FFFF2456c0d07f8e2456c0d0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD245f99407f8e245f9940 /* SnippetUtils */; }; + FFFF2450c1307f8e2450c130 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD2450c1307f8e2450c130 /* ClassicMain.cpp */; }; + FFFF2459c8f07f8e2459c8f0 /* SnippetImmediateMode.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD2459c8f07f8e2459c8f0 /* SnippetImmediateMode.cpp */; }; + FFFF2459c9587f8e2459c958 /* SnippetImmediateModeRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD2459c9587f8e2459c958 /* SnippetImmediateModeRender.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD4b59d0f07fd44b59d0f0 /* SnippetImmediateMode */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetImmediateMode"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD4b5cb3407fd44b5cb340 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4b50a1107fd44b50a110 /* SnippetImmediateMode.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetImmediateMode.cpp"; path = "../../SnippetImmediateMode/SnippetImmediateMode.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4b50a1787fd44b50a178 /* SnippetImmediateModeRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetImmediateModeRender.cpp"; path = "../../SnippetImmediateMode/SnippetImmediateModeRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2459bbf07f8e2459bbf0 /* SnippetImmediateMode */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetImmediateMode"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD2450c1307f8e2450c130 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2459c8f07f8e2459c8f0 /* SnippetImmediateMode.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetImmediateMode.cpp"; path = "../../SnippetImmediateMode/SnippetImmediateMode.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2459c9587f8e2459c958 /* SnippetImmediateModeRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetImmediateModeRender.cpp"; path = "../../SnippetImmediateMode/SnippetImmediateModeRender.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF24b59d0f07fd44b59d0f0 /* Resources */ = { + FFF22459bbf07f8e2459bbf0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -134,7 +134,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC4b59d0f07fd44b59d0f0 /* Frameworks */ = { + FFFC2459bbf07f8e2459bbf0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -144,13 +144,13 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF84b59d0f07fd44b59d0f0 /* Sources */ = { + FFF82459bbf07f8e2459bbf0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF4b5cb3407fd44b5cb340, - FFFF4b50a1107fd44b50a110, - FFFF4b50a1787fd44b50a178, + FFFF2450c1307f8e2450c130, + FFFF2459c8f07f8e2459c8f0, + FFFF2459c9587f8e2459c958, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -159,29 +159,29 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF44b59de607fd44b59de60 /* PBXTargetDependency */ = { + FFF42456c0d07f8e2456c0d0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA4b5ef9c07fd44b5ef9c0 /* SnippetUtils */; - targetProxy = FFF54b5ef9c07fd44b5ef9c0 /* PBXContainerItemProxy */; + target = FFFA245f99407f8e245f9940 /* SnippetUtils */; + targetProxy = FFF5245f99407f8e245f9940 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetSplitFetchResults */ - FFFF4b5f5e207fd44b5f5e20 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD4b5ef9c07fd44b5ef9c0 /* SnippetUtils */; }; - FFFF4b5c29307fd44b5c2930 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD4b5c29307fd44b5c2930 /* ClassicMain.cpp */; }; - FFFF4b5cb8007fd44b5cb800 /* SnippetSplitFetchResults.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD4b5cb8007fd44b5cb800 /* SnippetSplitFetchResults.cpp */; }; - FFFF4b5cb8687fd44b5cb868 /* SnippetSplitFetchResultsRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD4b5cb8687fd44b5cb868 /* SnippetSplitFetchResultsRender.cpp */; }; + FFFF245cf2007f8e245cf200 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD245f99407f8e245f9940 /* SnippetUtils */; }; + FFFF245b9d207f8e245b9d20 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD245b9d207f8e245b9d20 /* ClassicMain.cpp */; }; + FFFF245cc3707f8e245cc370 /* SnippetSplitFetchResults.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD245cc3707f8e245cc370 /* SnippetSplitFetchResults.cpp */; }; + FFFF245cc3d87f8e245cc3d8 /* SnippetSplitFetchResultsRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD245cc3d87f8e245cc3d8 /* SnippetSplitFetchResultsRender.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD4b50a3007fd44b50a300 /* SnippetSplitFetchResults */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetSplitFetchResults"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD4b5c29307fd44b5c2930 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4b5cb8007fd44b5cb800 /* SnippetSplitFetchResults.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetSplitFetchResults.cpp"; path = "../../SnippetSplitFetchResults/SnippetSplitFetchResults.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4b5cb8687fd44b5cb868 /* SnippetSplitFetchResultsRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetSplitFetchResultsRender.cpp"; path = "../../SnippetSplitFetchResults/SnippetSplitFetchResultsRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD244a9f707f8e244a9f70 /* SnippetSplitFetchResults */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetSplitFetchResults"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD245b9d207f8e245b9d20 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD245cc3707f8e245cc370 /* SnippetSplitFetchResults.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetSplitFetchResults.cpp"; path = "../../SnippetSplitFetchResults/SnippetSplitFetchResults.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD245cc3d87f8e245cc3d8 /* SnippetSplitFetchResultsRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetSplitFetchResultsRender.cpp"; path = "../../SnippetSplitFetchResults/SnippetSplitFetchResultsRender.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF24b50a3007fd44b50a300 /* Resources */ = { + FFF2244a9f707f8e244a9f70 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -191,7 +191,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC4b50a3007fd44b50a300 /* Frameworks */ = { + FFFC244a9f707f8e244a9f70 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -201,13 +201,13 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF84b50a3007fd44b50a300 /* Sources */ = { + FFF8244a9f707f8e244a9f70 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF4b5c29307fd44b5c2930, - FFFF4b5cb8007fd44b5cb800, - FFFF4b5cb8687fd44b5cb868, + FFFF245b9d207f8e245b9d20, + FFFF245cc3707f8e245cc370, + FFFF245cc3d87f8e245cc3d8, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -216,32 +216,32 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF44b5f5e207fd44b5f5e20 /* PBXTargetDependency */ = { + FFF4245cf2007f8e245cf200 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA4b5ef9c07fd44b5ef9c0 /* SnippetUtils */; - targetProxy = FFF54b5ef9c07fd44b5ef9c0 /* PBXContainerItemProxy */; + target = FFFA245f99407f8e245f9940 /* SnippetUtils */; + targetProxy = FFF5245f99407f8e245f9940 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetCustomJoint */ - FFFF4b5cc3907fd44b5cc390 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD4b5ef9c07fd44b5ef9c0 /* SnippetUtils */; }; - FFFF4b5cd2007fd44b5cd200 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD4b5cd2007fd44b5cd200 /* ClassicMain.cpp */; }; - FFFF4b5ce0f07fd44b5ce0f0 /* PulleyJoint.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD4b5ce0f07fd44b5ce0f0 /* PulleyJoint.cpp */; }; - FFFF4b5ce1587fd44b5ce158 /* SnippetCustomJoint.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD4b5ce1587fd44b5ce158 /* SnippetCustomJoint.cpp */; }; - FFFF4b5ce1c07fd44b5ce1c0 /* SnippetCustomJointRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD4b5ce1c07fd44b5ce1c0 /* SnippetCustomJointRender.cpp */; }; + FFFF245cce607f8e245cce60 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD245f99407f8e245f9940 /* SnippetUtils */; }; + FFFF2456ab707f8e2456ab70 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD2456ab707f8e2456ab70 /* ClassicMain.cpp */; }; + FFFF246035c07f8e246035c0 /* PulleyJoint.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD246035c07f8e246035c0 /* PulleyJoint.cpp */; }; + FFFF246036287f8e24603628 /* SnippetCustomJoint.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD246036287f8e24603628 /* SnippetCustomJoint.cpp */; }; + FFFF246036907f8e24603690 /* SnippetCustomJointRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD246036907f8e24603690 /* SnippetCustomJointRender.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD4b5cb9f07fd44b5cb9f0 /* SnippetCustomJoint */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetCustomJoint"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD4b5cd2007fd44b5cd200 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4b5ce0f07fd44b5ce0f0 /* PulleyJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PulleyJoint.cpp"; path = "../../SnippetCustomJoint/PulleyJoint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4b5ce1587fd44b5ce158 /* SnippetCustomJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetCustomJoint.cpp"; path = "../../SnippetCustomJoint/SnippetCustomJoint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4b5ce1c07fd44b5ce1c0 /* SnippetCustomJointRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetCustomJointRender.cpp"; path = "../../SnippetCustomJoint/SnippetCustomJointRender.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4b5ce2287fd44b5ce228 /* PulleyJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PulleyJoint.h"; path = "../../SnippetCustomJoint/PulleyJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD245cc5607f8e245cc560 /* SnippetCustomJoint */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetCustomJoint"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD2456ab707f8e2456ab70 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD246035c07f8e246035c0 /* PulleyJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PulleyJoint.cpp"; path = "../../SnippetCustomJoint/PulleyJoint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD246036287f8e24603628 /* SnippetCustomJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetCustomJoint.cpp"; path = "../../SnippetCustomJoint/SnippetCustomJoint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD246036907f8e24603690 /* SnippetCustomJointRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetCustomJointRender.cpp"; path = "../../SnippetCustomJoint/SnippetCustomJointRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD246036f87f8e246036f8 /* PulleyJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PulleyJoint.h"; path = "../../SnippetCustomJoint/PulleyJoint.h"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF24b5cb9f07fd44b5cb9f0 /* Resources */ = { + FFF2245cc5607f8e245cc560 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -251,7 +251,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC4b5cb9f07fd44b5cb9f0 /* Frameworks */ = { + FFFC245cc5607f8e245cc560 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -261,14 +261,14 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF84b5cb9f07fd44b5cb9f0 /* Sources */ = { + FFF8245cc5607f8e245cc560 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF4b5cd2007fd44b5cd200, - FFFF4b5ce0f07fd44b5ce0f0, - FFFF4b5ce1587fd44b5ce158, - FFFF4b5ce1c07fd44b5ce1c0, + FFFF2456ab707f8e2456ab70, + FFFF246035c07f8e246035c0, + FFFF246036287f8e24603628, + FFFF246036907f8e24603690, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -277,29 +277,29 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF44b5cc3907fd44b5cc390 /* PBXTargetDependency */ = { + FFF4245cce607f8e245cce60 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA4b5ef9c07fd44b5ef9c0 /* SnippetUtils */; - targetProxy = FFF54b5ef9c07fd44b5ef9c0 /* PBXContainerItemProxy */; + target = FFFA245f99407f8e245f9940 /* SnippetUtils */; + targetProxy = FFF5245f99407f8e245f9940 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetSerialization */ - FFFF4b6059807fd44b605980 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD4b5ef9c07fd44b5ef9c0 /* SnippetUtils */; }; - FFFF4b6085f07fd44b6085f0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD4b6085f07fd44b6085f0 /* ClassicMain.cpp */; }; - FFFF4b62c8b07fd44b62c8b0 /* SnippetSerialization.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD4b62c8b07fd44b62c8b0 /* SnippetSerialization.cpp */; }; - FFFF4b62c9187fd44b62c918 /* SnippetSerializationRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD4b62c9187fd44b62c918 /* SnippetSerializationRender.cpp */; }; + FFFF246189807f8e24618980 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD245f99407f8e245f9940 /* SnippetUtils */; }; + FFFF2462a6907f8e2462a690 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD2462a6907f8e2462a690 /* ClassicMain.cpp */; }; + FFFF2462ac907f8e2462ac90 /* SnippetSerialization.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD2462ac907f8e2462ac90 /* SnippetSerialization.cpp */; }; + FFFF2462acf87f8e2462acf8 /* SnippetSerializationRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD2462acf87f8e2462acf8 /* SnippetSerializationRender.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD4b6050907fd44b605090 /* SnippetSerialization */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetSerialization"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD4b6085f07fd44b6085f0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4b62c8b07fd44b62c8b0 /* SnippetSerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetSerialization.cpp"; path = "../../SnippetSerialization/SnippetSerialization.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4b62c9187fd44b62c918 /* SnippetSerializationRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetSerializationRender.cpp"; path = "../../SnippetSerialization/SnippetSerializationRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD246033907f8e24603390 /* SnippetSerialization */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetSerialization"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD2462a6907f8e2462a690 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2462ac907f8e2462ac90 /* SnippetSerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetSerialization.cpp"; path = "../../SnippetSerialization/SnippetSerialization.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2462acf87f8e2462acf8 /* SnippetSerializationRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetSerializationRender.cpp"; path = "../../SnippetSerialization/SnippetSerializationRender.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF24b6050907fd44b605090 /* Resources */ = { + FFF2246033907f8e24603390 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -309,7 +309,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC4b6050907fd44b605090 /* Frameworks */ = { + FFFC246033907f8e24603390 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -319,13 +319,13 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF84b6050907fd44b605090 /* Sources */ = { + FFF8246033907f8e24603390 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF4b6085f07fd44b6085f0, - FFFF4b62c8b07fd44b62c8b0, - FFFF4b62c9187fd44b62c918, + FFFF2462a6907f8e2462a690, + FFFF2462ac907f8e2462ac90, + FFFF2462acf87f8e2462acf8, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -334,29 +334,29 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF44b6059807fd44b605980 /* PBXTargetDependency */ = { + FFF4246189807f8e24618980 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA4b5ef9c07fd44b5ef9c0 /* SnippetUtils */; - targetProxy = FFF54b5ef9c07fd44b5ef9c0 /* PBXContainerItemProxy */; + target = FFFA245f99407f8e245f9940 /* SnippetUtils */; + targetProxy = FFF5245f99407f8e245f9940 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetContactReport */ - FFFF4b62d4907fd44b62d490 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD4b5ef9c07fd44b5ef9c0 /* SnippetUtils */; }; - FFFF4b626d207fd44b626d20 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD4b626d207fd44b626d20 /* ClassicMain.cpp */; }; - FFFF4b6230207fd44b623020 /* SnippetContactReport.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD4b6230207fd44b623020 /* SnippetContactReport.cpp */; }; - FFFF4b6230887fd44b623088 /* SnippetContactReportRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD4b6230887fd44b623088 /* SnippetContactReportRender.cpp */; }; + FFFF246275e07f8e246275e0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD245f99407f8e245f9940 /* SnippetUtils */; }; + FFFF24620dc07f8e24620dc0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD24620dc07f8e24620dc0 /* ClassicMain.cpp */; }; + FFFF246213907f8e24621390 /* SnippetContactReport.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD246213907f8e24621390 /* SnippetContactReport.cpp */; }; + FFFF246213f87f8e246213f8 /* SnippetContactReportRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD246213f87f8e246213f8 /* SnippetContactReportRender.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD4b62caa07fd44b62caa0 /* SnippetContactReport */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetContactReport"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD4b626d207fd44b626d20 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4b6230207fd44b623020 /* SnippetContactReport.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetContactReport.cpp"; path = "../../SnippetContactReport/SnippetContactReport.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4b6230887fd44b623088 /* SnippetContactReportRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetContactReportRender.cpp"; path = "../../SnippetContactReport/SnippetContactReportRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2462ae807f8e2462ae80 /* SnippetContactReport */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetContactReport"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD24620dc07f8e24620dc0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD246213907f8e24621390 /* SnippetContactReport.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetContactReport.cpp"; path = "../../SnippetContactReport/SnippetContactReport.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD246213f87f8e246213f8 /* SnippetContactReportRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetContactReportRender.cpp"; path = "../../SnippetContactReport/SnippetContactReportRender.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF24b62caa07fd44b62caa0 /* Resources */ = { + FFF22462ae807f8e2462ae80 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -366,7 +366,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC4b62caa07fd44b62caa0 /* Frameworks */ = { + FFFC2462ae807f8e2462ae80 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -376,13 +376,13 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF84b62caa07fd44b62caa0 /* Sources */ = { + FFF82462ae807f8e2462ae80 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF4b626d207fd44b626d20, - FFFF4b6230207fd44b623020, - FFFF4b6230887fd44b623088, + FFFF24620dc07f8e24620dc0, + FFFF246213907f8e24621390, + FFFF246213f87f8e246213f8, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -391,29 +391,29 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF44b62d4907fd44b62d490 /* PBXTargetDependency */ = { + FFF4246275e07f8e246275e0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA4b5ef9c07fd44b5ef9c0 /* SnippetUtils */; - targetProxy = FFF54b5ef9c07fd44b5ef9c0 /* PBXContainerItemProxy */; + target = FFFA245f99407f8e245f9940 /* SnippetUtils */; + targetProxy = FFF5245f99407f8e245f9940 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetJoint */ - FFFF4b623c307fd44b623c30 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD4b5ef9c07fd44b5ef9c0 /* SnippetUtils */; }; - FFFF4b62fa907fd44b62fa90 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD4b62fa907fd44b62fa90 /* ClassicMain.cpp */; }; - FFFF4b62fff07fd44b62fff0 /* SnippetJoint.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD4b62fff07fd44b62fff0 /* SnippetJoint.cpp */; }; - FFFF4b6300587fd44b630058 /* SnippetJointRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD4b6300587fd44b630058 /* SnippetJointRender.cpp */; }; + FFFF24621f907f8e24621f90 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD245f99407f8e245f9940 /* SnippetUtils */; }; + FFFF2462d8607f8e2462d860 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD2462d8607f8e2462d860 /* ClassicMain.cpp */; }; + FFFF2462de007f8e2462de00 /* SnippetJoint.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD2462de007f8e2462de00 /* SnippetJoint.cpp */; }; + FFFF2462de687f8e2462de68 /* SnippetJointRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD2462de687f8e2462de68 /* SnippetJointRender.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD4b6232107fd44b623210 /* SnippetJoint */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetJoint"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD4b62fa907fd44b62fa90 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4b62fff07fd44b62fff0 /* SnippetJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetJoint.cpp"; path = "../../SnippetJoint/SnippetJoint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4b6300587fd44b630058 /* SnippetJointRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetJointRender.cpp"; path = "../../SnippetJoint/SnippetJointRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD246215807f8e24621580 /* SnippetJoint */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetJoint"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD2462d8607f8e2462d860 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2462de007f8e2462de00 /* SnippetJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetJoint.cpp"; path = "../../SnippetJoint/SnippetJoint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2462de687f8e2462de68 /* SnippetJointRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetJointRender.cpp"; path = "../../SnippetJoint/SnippetJointRender.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF24b6232107fd44b623210 /* Resources */ = { + FFF2246215807f8e24621580 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -423,7 +423,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC4b6232107fd44b623210 /* Frameworks */ = { + FFFC246215807f8e24621580 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -433,13 +433,13 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF84b6232107fd44b623210 /* Sources */ = { + FFF8246215807f8e24621580 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF4b62fa907fd44b62fa90, - FFFF4b62fff07fd44b62fff0, - FFFF4b6300587fd44b630058, + FFFF2462d8607f8e2462d860, + FFFF2462de007f8e2462de00, + FFFF2462de687f8e2462de68, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -448,29 +448,29 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF44b623c307fd44b623c30 /* PBXTargetDependency */ = { + FFF424621f907f8e24621f90 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA4b5ef9c07fd44b5ef9c0 /* SnippetUtils */; - targetProxy = FFF54b5ef9c07fd44b5ef9c0 /* PBXContainerItemProxy */; + target = FFFA245f99407f8e245f9940 /* SnippetUtils */; + targetProxy = FFF5245f99407f8e245f9940 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetContactReportCCD */ - FFFF4b630c007fd44b630c00 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD4b5ef9c07fd44b5ef9c0 /* SnippetUtils */; }; - FFFF4b6322007fd44b632200 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD4b6322007fd44b632200 /* ClassicMain.cpp */; }; - FFFF4b6336a07fd44b6336a0 /* SnippetContactReportCCD.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD4b6336a07fd44b6336a0 /* SnippetContactReportCCD.cpp */; }; - FFFF4b6337087fd44b633708 /* SnippetContactReportCCDRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD4b6337087fd44b633708 /* SnippetContactReportCCDRender.cpp */; }; + FFFF2462ea107f8e2462ea10 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD245f99407f8e245f9940 /* SnippetUtils */; }; + FFFF24630b307f8e24630b30 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD24630b307f8e24630b30 /* ClassicMain.cpp */; }; + FFFF246314a07f8e246314a0 /* SnippetContactReportCCD.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD246314a07f8e246314a0 /* SnippetContactReportCCD.cpp */; }; + FFFF246315087f8e24631508 /* SnippetContactReportCCDRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD246315087f8e24631508 /* SnippetContactReportCCDRender.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD4b6301e07fd44b6301e0 /* SnippetContactReportCCD */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetContactReportCCD"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD4b6322007fd44b632200 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4b6336a07fd44b6336a0 /* SnippetContactReportCCD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetContactReportCCD.cpp"; path = "../../SnippetContactReportCCD/SnippetContactReportCCD.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4b6337087fd44b633708 /* SnippetContactReportCCDRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetContactReportCCDRender.cpp"; path = "../../SnippetContactReportCCD/SnippetContactReportCCDRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2462dff07f8e2462dff0 /* SnippetContactReportCCD */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetContactReportCCD"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD24630b307f8e24630b30 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD246314a07f8e246314a0 /* SnippetContactReportCCD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetContactReportCCD.cpp"; path = "../../SnippetContactReportCCD/SnippetContactReportCCD.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD246315087f8e24631508 /* SnippetContactReportCCDRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetContactReportCCDRender.cpp"; path = "../../SnippetContactReportCCD/SnippetContactReportCCDRender.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF24b6301e07fd44b6301e0 /* Resources */ = { + FFF22462dff07f8e2462dff0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -480,7 +480,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC4b6301e07fd44b6301e0 /* Frameworks */ = { + FFFC2462dff07f8e2462dff0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -490,13 +490,13 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF84b6301e07fd44b6301e0 /* Sources */ = { + FFF82462dff07f8e2462dff0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF4b6322007fd44b632200, - FFFF4b6336a07fd44b6336a0, - FFFF4b6337087fd44b633708, + FFFF24630b307f8e24630b30, + FFFF246314a07f8e246314a0, + FFFF246315087f8e24631508, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -505,27 +505,27 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF44b630c007fd44b630c00 /* PBXTargetDependency */ = { + FFF42462ea107f8e2462ea10 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA4b5ef9c07fd44b5ef9c0 /* SnippetUtils */; - targetProxy = FFF54b5ef9c07fd44b5ef9c0 /* PBXContainerItemProxy */; + target = FFFA245f99407f8e245f9940 /* SnippetUtils */; + targetProxy = FFF5245f99407f8e245f9940 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetCloth */ - FFFF4b6342607fd44b634260 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD4b5ef9c07fd44b5ef9c0 /* SnippetUtils */; }; - FFFF4b6365d07fd44b6365d0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD4b6365d07fd44b6365d0 /* ClassicMain.cpp */; }; - FFFF4b6367907fd44b636790 /* SnippetCloth.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD4b6367907fd44b636790 /* SnippetCloth.cpp */; }; + FFFF24631fe07f8e24631fe0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD245f99407f8e245f9940 /* SnippetUtils */; }; + FFFF246335d07f8e246335d0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD246335d07f8e246335d0 /* ClassicMain.cpp */; }; + FFFF246347907f8e24634790 /* SnippetCloth.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD246347907f8e24634790 /* SnippetCloth.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD4b6338907fd44b633890 /* SnippetCloth */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetCloth"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD4b6365d07fd44b6365d0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4b6367907fd44b636790 /* SnippetCloth.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetCloth.cpp"; path = "../../SnippetCloth/SnippetCloth.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD246316907f8e24631690 /* SnippetCloth */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetCloth"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD246335d07f8e246335d0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD246347907f8e24634790 /* SnippetCloth.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetCloth.cpp"; path = "../../SnippetCloth/SnippetCloth.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF24b6338907fd44b633890 /* Resources */ = { + FFF2246316907f8e24631690 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -535,7 +535,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC4b6338907fd44b633890 /* Frameworks */ = { + FFFC246316907f8e24631690 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -545,12 +545,12 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF84b6338907fd44b633890 /* Sources */ = { + FFF8246316907f8e24631690 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF4b6365d07fd44b6365d0, - FFFF4b6367907fd44b636790, + FFFF246335d07f8e246335d0, + FFFF246347907f8e24634790, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -559,29 +559,29 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF44b6342607fd44b634260 /* PBXTargetDependency */ = { + FFF424631fe07f8e24631fe0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA4b5ef9c07fd44b5ef9c0 /* SnippetUtils */; - targetProxy = FFF54b5ef9c07fd44b5ef9c0 /* PBXContainerItemProxy */; + target = FFFA245f99407f8e245f9940 /* SnippetUtils */; + targetProxy = FFF5245f99407f8e245f9940 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetMBP */ - FFFF4b6376207fd44b637620 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD4b5ef9c07fd44b5ef9c0 /* SnippetUtils */; }; - FFFF4b639a207fd44b639a20 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD4b639a207fd44b639a20 /* ClassicMain.cpp */; }; - FFFF4b639f507fd44b639f50 /* SnippetMBP.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD4b639f507fd44b639f50 /* SnippetMBP.cpp */; }; - FFFF4b639fb87fd44b639fb8 /* SnippetMBPRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD4b639fb87fd44b639fb8 /* SnippetMBPRender.cpp */; }; + FFFF246353907f8e24635390 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD245f99407f8e245f9940 /* SnippetUtils */; }; + FFFF246377b07f8e246377b0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD246377b07f8e246377b0 /* ClassicMain.cpp */; }; + FFFF24637ce07f8e24637ce0 /* SnippetMBP.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD24637ce07f8e24637ce0 /* SnippetMBP.cpp */; }; + FFFF24637d487f8e24637d48 /* SnippetMBPRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD24637d487f8e24637d48 /* SnippetMBPRender.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD4b636ae07fd44b636ae0 /* SnippetMBP */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetMBP"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD4b639a207fd44b639a20 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4b639f507fd44b639f50 /* SnippetMBP.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetMBP.cpp"; path = "../../SnippetMBP/SnippetMBP.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4b639fb87fd44b639fb8 /* SnippetMBPRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetMBPRender.cpp"; path = "../../SnippetMBP/SnippetMBPRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD246348907f8e24634890 /* SnippetMBP */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetMBP"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD246377b07f8e246377b0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD24637ce07f8e24637ce0 /* SnippetMBP.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetMBP.cpp"; path = "../../SnippetMBP/SnippetMBP.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD24637d487f8e24637d48 /* SnippetMBPRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetMBPRender.cpp"; path = "../../SnippetMBP/SnippetMBPRender.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF24b636ae07fd44b636ae0 /* Resources */ = { + FFF2246348907f8e24634890 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -591,7 +591,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC4b636ae07fd44b636ae0 /* Frameworks */ = { + FFFC246348907f8e24634890 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -601,13 +601,13 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF84b636ae07fd44b636ae0 /* Sources */ = { + FFF8246348907f8e24634890 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF4b639a207fd44b639a20, - FFFF4b639f507fd44b639f50, - FFFF4b639fb87fd44b639fb8, + FFFF246377b07f8e246377b0, + FFFF24637ce07f8e24637ce0, + FFFF24637d487f8e24637d48, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -616,29 +616,29 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF44b6376207fd44b637620 /* PBXTargetDependency */ = { + FFF4246353907f8e24635390 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA4b5ef9c07fd44b5ef9c0 /* SnippetUtils */; - targetProxy = FFF54b5ef9c07fd44b5ef9c0 /* PBXContainerItemProxy */; + target = FFFA245f99407f8e245f9940 /* SnippetUtils */; + targetProxy = FFF5245f99407f8e245f9940 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetArticulation */ - FFFF4b63ab807fd44b63ab80 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD4b5ef9c07fd44b5ef9c0 /* SnippetUtils */; }; - FFFF4b63cfd07fd44b63cfd0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD4b63cfd07fd44b63cfd0 /* ClassicMain.cpp */; }; - FFFF4b63d5b07fd44b63d5b0 /* SnippetArticulation.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD4b63d5b07fd44b63d5b0 /* SnippetArticulation.cpp */; }; - FFFF4b63d6187fd44b63d618 /* SnippetArticulationRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD4b63d6187fd44b63d618 /* SnippetArticulationRender.cpp */; }; + FFFF246389107f8e24638910 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD245f99407f8e245f9940 /* SnippetUtils */; }; + FFFF2463ad607f8e2463ad60 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD2463ad607f8e2463ad60 /* ClassicMain.cpp */; }; + FFFF2463b3407f8e2463b340 /* SnippetArticulation.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD2463b3407f8e2463b340 /* SnippetArticulation.cpp */; }; + FFFF2463b3a87f8e2463b3a8 /* SnippetArticulationRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD2463b3a87f8e2463b3a8 /* SnippetArticulationRender.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD4b63a1407fd44b63a140 /* SnippetArticulation */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetArticulation"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD4b63cfd07fd44b63cfd0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4b63d5b07fd44b63d5b0 /* SnippetArticulation.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetArticulation.cpp"; path = "../../SnippetArticulation/SnippetArticulation.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4b63d6187fd44b63d618 /* SnippetArticulationRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetArticulationRender.cpp"; path = "../../SnippetArticulation/SnippetArticulationRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD24637ed07f8e24637ed0 /* SnippetArticulation */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetArticulation"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD2463ad607f8e2463ad60 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2463b3407f8e2463b340 /* SnippetArticulation.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetArticulation.cpp"; path = "../../SnippetArticulation/SnippetArticulation.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2463b3a87f8e2463b3a8 /* SnippetArticulationRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetArticulationRender.cpp"; path = "../../SnippetArticulation/SnippetArticulationRender.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF24b63a1407fd44b63a140 /* Resources */ = { + FFF224637ed07f8e24637ed0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -648,7 +648,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC4b63a1407fd44b63a140 /* Frameworks */ = { + FFFC24637ed07f8e24637ed0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -658,13 +658,13 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF84b63a1407fd44b63a140 /* Sources */ = { + FFF824637ed07f8e24637ed0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF4b63cfd07fd44b63cfd0, - FFFF4b63d5b07fd44b63d5b0, - FFFF4b63d6187fd44b63d618, + FFFF2463ad607f8e2463ad60, + FFFF2463b3407f8e2463b340, + FFFF2463b3a87f8e2463b3a8, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -673,29 +673,29 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF44b63ab807fd44b63ab80 /* PBXTargetDependency */ = { + FFF4246389107f8e24638910 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA4b5ef9c07fd44b5ef9c0 /* SnippetUtils */; - targetProxy = FFF54b5ef9c07fd44b5ef9c0 /* PBXContainerItemProxy */; + target = FFFA245f99407f8e245f9940 /* SnippetUtils */; + targetProxy = FFF5245f99407f8e245f9940 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetRaycastCCD */ - FFFF4b63e1107fd44b63e110 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD4b5ef9c07fd44b5ef9c0 /* SnippetUtils */; }; - FFFF4b6405907fd44b640590 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD4b6405907fd44b640590 /* ClassicMain.cpp */; }; - FFFF4b640b907fd44b640b90 /* SnippetRaycastCCD.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD4b640b907fd44b640b90 /* SnippetRaycastCCD.cpp */; }; - FFFF4b640bf87fd44b640bf8 /* SnippetRaycastCCDRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD4b640bf87fd44b640bf8 /* SnippetRaycastCCDRender.cpp */; }; + FFFF2463bea07f8e2463bea0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD245f99407f8e245f9940 /* SnippetUtils */; }; + FFFF2463e3207f8e2463e320 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD2463e3207f8e2463e320 /* ClassicMain.cpp */; }; + FFFF2463e9207f8e2463e920 /* SnippetRaycastCCD.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD2463e9207f8e2463e920 /* SnippetRaycastCCD.cpp */; }; + FFFF2463e9887f8e2463e988 /* SnippetRaycastCCDRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD2463e9887f8e2463e988 /* SnippetRaycastCCDRender.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD4b63d3c07fd44b63d3c0 /* SnippetRaycastCCD */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetRaycastCCD"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD4b6405907fd44b640590 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4b640b907fd44b640b90 /* SnippetRaycastCCD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetRaycastCCD.cpp"; path = "../../SnippetRaycastCCD/SnippetRaycastCCD.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4b640bf87fd44b640bf8 /* SnippetRaycastCCDRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetRaycastCCDRender.cpp"; path = "../../SnippetRaycastCCD/SnippetRaycastCCDRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2463b1507f8e2463b150 /* SnippetRaycastCCD */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetRaycastCCD"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD2463e3207f8e2463e320 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2463e9207f8e2463e920 /* SnippetRaycastCCD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetRaycastCCD.cpp"; path = "../../SnippetRaycastCCD/SnippetRaycastCCD.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2463e9887f8e2463e988 /* SnippetRaycastCCDRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetRaycastCCDRender.cpp"; path = "../../SnippetRaycastCCD/SnippetRaycastCCDRender.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF24b63d3c07fd44b63d3c0 /* Resources */ = { + FFF22463b1507f8e2463b150 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -705,7 +705,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC4b63d3c07fd44b63d3c0 /* Frameworks */ = { + FFFC2463b1507f8e2463b150 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -715,13 +715,13 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF84b63d3c07fd44b63d3c0 /* Sources */ = { + FFF82463b1507f8e2463b150 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF4b6405907fd44b640590, - FFFF4b640b907fd44b640b90, - FFFF4b640bf87fd44b640bf8, + FFFF2463e3207f8e2463e320, + FFFF2463e9207f8e2463e920, + FFFF2463e9887f8e2463e988, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -730,29 +730,29 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF44b63e1107fd44b63e110 /* PBXTargetDependency */ = { + FFF42463bea07f8e2463bea0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA4b5ef9c07fd44b5ef9c0 /* SnippetUtils */; - targetProxy = FFF54b5ef9c07fd44b5ef9c0 /* PBXContainerItemProxy */; + target = FFFA245f99407f8e245f9940 /* SnippetUtils */; + targetProxy = FFF5245f99407f8e245f9940 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetCustomProfiler */ - FFFF4b6417307fd44b641730 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD4b5ef9c07fd44b5ef9c0 /* SnippetUtils */; }; - FFFF4b643b907fd44b643b90 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD4b643b907fd44b643b90 /* ClassicMain.cpp */; }; - FFFF4b6441507fd44b644150 /* SnippetCustomProfiler.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD4b6441507fd44b644150 /* SnippetCustomProfiler.cpp */; }; - FFFF4b6441b87fd44b6441b8 /* SnippetCustomProfilerRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD4b6441b87fd44b6441b8 /* SnippetCustomProfilerRender.cpp */; }; + FFFF2463f4c07f8e2463f4c0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD245f99407f8e245f9940 /* SnippetUtils */; }; + FFFF246419207f8e24641920 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD246419207f8e24641920 /* ClassicMain.cpp */; }; + FFFF24641ee07f8e24641ee0 /* SnippetCustomProfiler.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD24641ee07f8e24641ee0 /* SnippetCustomProfiler.cpp */; }; + FFFF24641f487f8e24641f48 /* SnippetCustomProfilerRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD24641f487f8e24641f48 /* SnippetCustomProfilerRender.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD4b6409a07fd44b6409a0 /* SnippetCustomProfiler */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetCustomProfiler"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD4b643b907fd44b643b90 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4b6441507fd44b644150 /* SnippetCustomProfiler.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetCustomProfiler.cpp"; path = "../../SnippetCustomProfiler/SnippetCustomProfiler.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4b6441b87fd44b6441b8 /* SnippetCustomProfilerRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetCustomProfilerRender.cpp"; path = "../../SnippetCustomProfiler/SnippetCustomProfilerRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2463e7307f8e2463e730 /* SnippetCustomProfiler */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetCustomProfiler"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD246419207f8e24641920 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD24641ee07f8e24641ee0 /* SnippetCustomProfiler.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetCustomProfiler.cpp"; path = "../../SnippetCustomProfiler/SnippetCustomProfiler.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD24641f487f8e24641f48 /* SnippetCustomProfilerRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetCustomProfilerRender.cpp"; path = "../../SnippetCustomProfiler/SnippetCustomProfilerRender.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF24b6409a07fd44b6409a0 /* Resources */ = { + FFF22463e7307f8e2463e730 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -762,7 +762,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC4b6409a07fd44b6409a0 /* Frameworks */ = { + FFFC2463e7307f8e2463e730 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -772,13 +772,13 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF84b6409a07fd44b6409a0 /* Sources */ = { + FFF82463e7307f8e2463e730 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF4b643b907fd44b643b90, - FFFF4b6441507fd44b644150, - FFFF4b6441b87fd44b6441b8, + FFFF246419207f8e24641920, + FFFF24641ee07f8e24641ee0, + FFFF24641f487f8e24641f48, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -787,49 +787,49 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF44b6417307fd44b641730 /* PBXTargetDependency */ = { + FFF42463f4c07f8e2463f4c0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA4b5ef9c07fd44b5ef9c0 /* SnippetUtils */; - targetProxy = FFF54b5ef9c07fd44b5ef9c0 /* PBXContainerItemProxy */; + target = FFFA245f99407f8e245f9940 /* SnippetUtils */; + targetProxy = FFF5245f99407f8e245f9940 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetVehicleTank */ - FFFF4b644cf07fd44b644cf0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD4b5ef9c07fd44b5ef9c0 /* SnippetUtils */; }; - FFFF4b646e307fd44b646e30 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD4b646e307fd44b646e30 /* ClassicMain.cpp */; }; - FFFF4b647ce07fd44b647ce0 /* SnippetVehicleTank.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD4b647ce07fd44b647ce0 /* SnippetVehicleTank.cpp */; }; - FFFF4b647d487fd44b647d48 /* SnippetVehicleTankRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD4b647d487fd44b647d48 /* SnippetVehicleTankRender.cpp */; }; - FFFF4aa1d2007fd44aa1d200 /* SnippetVehicle4WCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD4aa1d2007fd44aa1d200 /* SnippetVehicle4WCreate.cpp */; }; - FFFF4aa1d2687fd44aa1d268 /* SnippetVehicleCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD4aa1d2687fd44aa1d268 /* SnippetVehicleCreate.cpp */; }; - FFFF4aa1d2d07fd44aa1d2d0 /* SnippetVehicleFilterShader.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD4aa1d2d07fd44aa1d2d0 /* SnippetVehicleFilterShader.cpp */; }; - FFFF4aa1d3387fd44aa1d338 /* SnippetVehicleNoDriveCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD4aa1d3387fd44aa1d338 /* SnippetVehicleNoDriveCreate.cpp */; }; - FFFF4aa1d3a07fd44aa1d3a0 /* SnippetVehicleSceneQuery.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD4aa1d3a07fd44aa1d3a0 /* SnippetVehicleSceneQuery.cpp */; }; - FFFF4aa1d4087fd44aa1d408 /* SnippetVehicleTankCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD4aa1d4087fd44aa1d408 /* SnippetVehicleTankCreate.cpp */; }; - FFFF4aa1d4707fd44aa1d470 /* SnippetVehicleTireFriction.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD4aa1d4707fd44aa1d470 /* SnippetVehicleTireFriction.cpp */; }; + FFFF24642a807f8e24642a80 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD245f99407f8e245f9940 /* SnippetUtils */; }; + FFFF24644bc07f8e24644bc0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD24644bc07f8e24644bc0 /* ClassicMain.cpp */; }; + FFFF24645a707f8e24645a70 /* SnippetVehicleTank.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD24645a707f8e24645a70 /* SnippetVehicleTank.cpp */; }; + FFFF24645ad87f8e24645ad8 /* SnippetVehicleTankRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD24645ad87f8e24645ad8 /* SnippetVehicleTankRender.cpp */; }; + FFFF23a1cc007f8e23a1cc00 /* SnippetVehicle4WCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD23a1cc007f8e23a1cc00 /* SnippetVehicle4WCreate.cpp */; }; + FFFF23a1cc687f8e23a1cc68 /* SnippetVehicleCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD23a1cc687f8e23a1cc68 /* SnippetVehicleCreate.cpp */; }; + FFFF23a1ccd07f8e23a1ccd0 /* SnippetVehicleFilterShader.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD23a1ccd07f8e23a1ccd0 /* SnippetVehicleFilterShader.cpp */; }; + FFFF23a1cd387f8e23a1cd38 /* SnippetVehicleNoDriveCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD23a1cd387f8e23a1cd38 /* SnippetVehicleNoDriveCreate.cpp */; }; + FFFF23a1cda07f8e23a1cda0 /* SnippetVehicleSceneQuery.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD23a1cda07f8e23a1cda0 /* SnippetVehicleSceneQuery.cpp */; }; + FFFF23a1ce087f8e23a1ce08 /* SnippetVehicleTankCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD23a1ce087f8e23a1ce08 /* SnippetVehicleTankCreate.cpp */; }; + FFFF23a1ce707f8e23a1ce70 /* SnippetVehicleTireFriction.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD23a1ce707f8e23a1ce70 /* SnippetVehicleTireFriction.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD4b6443407fd44b644340 /* SnippetVehicleTank */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetVehicleTank"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD4b646e307fd44b646e30 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4b647ce07fd44b647ce0 /* SnippetVehicleTank.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTank.cpp"; path = "../../SnippetVehicleTank/SnippetVehicleTank.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4b647d487fd44b647d48 /* SnippetVehicleTankRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTankRender.cpp"; path = "../../SnippetVehicleTank/SnippetVehicleTankRender.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4aa1d2007fd44aa1d200 /* SnippetVehicle4WCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicle4WCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicle4WCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4aa1d2687fd44aa1d268 /* SnippetVehicleCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4aa1d2d07fd44aa1d2d0 /* SnippetVehicleFilterShader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4aa1d3387fd44aa1d338 /* SnippetVehicleNoDriveCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleNoDriveCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleNoDriveCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4aa1d3a07fd44aa1d3a0 /* SnippetVehicleSceneQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4aa1d4087fd44aa1d408 /* SnippetVehicleTankCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTankCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTankCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4aa1d4707fd44aa1d470 /* SnippetVehicleTireFriction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4aa1d4d87fd44aa1d4d8 /* SnippetVehicleConcurrency.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleConcurrency.h"; path = "../../SnippetVehicleCommon/SnippetVehicleConcurrency.h"; sourceTree = SOURCE_ROOT; }; - FFFD4aa1d5407fd44aa1d540 /* SnippetVehicleCreate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.h"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.h"; sourceTree = SOURCE_ROOT; }; - FFFD4aa1d5a87fd44aa1d5a8 /* SnippetVehicleFilterShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.h"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.h"; sourceTree = SOURCE_ROOT; }; - FFFD4aa1d6107fd44aa1d610 /* SnippetVehicleSceneQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.h"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.h"; sourceTree = SOURCE_ROOT; }; - FFFD4aa1d6787fd44aa1d678 /* SnippetVehicleTireFriction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.h"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.h"; sourceTree = SOURCE_ROOT; }; - FFFD4aa1d6e07fd44aa1d6e0 /* SnippetVehicleWheelQueryResult.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleWheelQueryResult.h"; path = "../../SnippetVehicleCommon/SnippetVehicleWheelQueryResult.h"; sourceTree = SOURCE_ROOT; }; + FFFD246420d07f8e246420d0 /* SnippetVehicleTank */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetVehicleTank"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD24644bc07f8e24644bc0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD24645a707f8e24645a70 /* SnippetVehicleTank.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTank.cpp"; path = "../../SnippetVehicleTank/SnippetVehicleTank.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD24645ad87f8e24645ad8 /* SnippetVehicleTankRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTankRender.cpp"; path = "../../SnippetVehicleTank/SnippetVehicleTankRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD23a1cc007f8e23a1cc00 /* SnippetVehicle4WCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicle4WCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicle4WCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD23a1cc687f8e23a1cc68 /* SnippetVehicleCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD23a1ccd07f8e23a1ccd0 /* SnippetVehicleFilterShader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD23a1cd387f8e23a1cd38 /* SnippetVehicleNoDriveCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleNoDriveCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleNoDriveCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD23a1cda07f8e23a1cda0 /* SnippetVehicleSceneQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD23a1ce087f8e23a1ce08 /* SnippetVehicleTankCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTankCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTankCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD23a1ce707f8e23a1ce70 /* SnippetVehicleTireFriction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD23a1ced87f8e23a1ced8 /* SnippetVehicleConcurrency.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleConcurrency.h"; path = "../../SnippetVehicleCommon/SnippetVehicleConcurrency.h"; sourceTree = SOURCE_ROOT; }; + FFFD23a1cf407f8e23a1cf40 /* SnippetVehicleCreate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.h"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.h"; sourceTree = SOURCE_ROOT; }; + FFFD23a1cfa87f8e23a1cfa8 /* SnippetVehicleFilterShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.h"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.h"; sourceTree = SOURCE_ROOT; }; + FFFD23a1d0107f8e23a1d010 /* SnippetVehicleSceneQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.h"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.h"; sourceTree = SOURCE_ROOT; }; + FFFD23a1d0787f8e23a1d078 /* SnippetVehicleTireFriction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.h"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.h"; sourceTree = SOURCE_ROOT; }; + FFFD23a1d0e07f8e23a1d0e0 /* SnippetVehicleWheelQueryResult.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleWheelQueryResult.h"; path = "../../SnippetVehicleCommon/SnippetVehicleWheelQueryResult.h"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF24b6443407fd44b644340 /* Resources */ = { + FFF2246420d07f8e246420d0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -839,7 +839,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC4b6443407fd44b644340 /* Frameworks */ = { + FFFC246420d07f8e246420d0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -849,20 +849,20 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF84b6443407fd44b644340 /* Sources */ = { + FFF8246420d07f8e246420d0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF4b646e307fd44b646e30, - FFFF4b647ce07fd44b647ce0, - FFFF4b647d487fd44b647d48, - FFFF4aa1d2007fd44aa1d200, - FFFF4aa1d2687fd44aa1d268, - FFFF4aa1d2d07fd44aa1d2d0, - FFFF4aa1d3387fd44aa1d338, - FFFF4aa1d3a07fd44aa1d3a0, - FFFF4aa1d4087fd44aa1d408, - FFFF4aa1d4707fd44aa1d470, + FFFF24644bc07f8e24644bc0, + FFFF24645a707f8e24645a70, + FFFF24645ad87f8e24645ad8, + FFFF23a1cc007f8e23a1cc00, + FFFF23a1cc687f8e23a1cc68, + FFFF23a1ccd07f8e23a1ccd0, + FFFF23a1cd387f8e23a1cd38, + FFFF23a1cda07f8e23a1cda0, + FFFF23a1ce087f8e23a1ce08, + FFFF23a1ce707f8e23a1ce70, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -871,49 +871,49 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF44b644cf07fd44b644cf0 /* PBXTargetDependency */ = { + FFF424642a807f8e24642a80 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA4b5ef9c07fd44b5ef9c0 /* SnippetUtils */; - targetProxy = FFF54b5ef9c07fd44b5ef9c0 /* PBXContainerItemProxy */; + target = FFFA245f99407f8e245f9940 /* SnippetUtils */; + targetProxy = FFF5245f99407f8e245f9940 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetVehicle4W */ - FFFF4b649a507fd44b649a50 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD4b5ef9c07fd44b5ef9c0 /* SnippetUtils */; }; - FFFF4b64c9407fd44b64c940 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD4b64c9407fd44b64c940 /* ClassicMain.cpp */; }; - FFFF4b64ca407fd44b64ca40 /* SnippetVehicle4W.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD4b64ca407fd44b64ca40 /* SnippetVehicle4W.cpp */; }; - FFFF4b64caa87fd44b64caa8 /* SnippetVehicle4WRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD4b64caa87fd44b64caa8 /* SnippetVehicle4WRender.cpp */; }; - FFFF4aa202007fd44aa20200 /* SnippetVehicle4WCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD4aa202007fd44aa20200 /* SnippetVehicle4WCreate.cpp */; }; - FFFF4aa202687fd44aa20268 /* SnippetVehicleCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD4aa202687fd44aa20268 /* SnippetVehicleCreate.cpp */; }; - FFFF4aa202d07fd44aa202d0 /* SnippetVehicleFilterShader.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD4aa202d07fd44aa202d0 /* SnippetVehicleFilterShader.cpp */; }; - FFFF4aa203387fd44aa20338 /* SnippetVehicleNoDriveCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD4aa203387fd44aa20338 /* SnippetVehicleNoDriveCreate.cpp */; }; - FFFF4aa203a07fd44aa203a0 /* SnippetVehicleSceneQuery.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD4aa203a07fd44aa203a0 /* SnippetVehicleSceneQuery.cpp */; }; - FFFF4aa204087fd44aa20408 /* SnippetVehicleTankCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD4aa204087fd44aa20408 /* SnippetVehicleTankCreate.cpp */; }; - FFFF4aa204707fd44aa20470 /* SnippetVehicleTireFriction.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD4aa204707fd44aa20470 /* SnippetVehicleTireFriction.cpp */; }; + FFFF246477e07f8e246477e0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD245f99407f8e245f9940 /* SnippetUtils */; }; + FFFF2464a6d07f8e2464a6d0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD2464a6d07f8e2464a6d0 /* ClassicMain.cpp */; }; + FFFF2464a7d07f8e2464a7d0 /* SnippetVehicle4W.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD2464a7d07f8e2464a7d0 /* SnippetVehicle4W.cpp */; }; + FFFF2464a8387f8e2464a838 /* SnippetVehicle4WRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD2464a8387f8e2464a838 /* SnippetVehicle4WRender.cpp */; }; + FFFF23a1fc007f8e23a1fc00 /* SnippetVehicle4WCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD23a1fc007f8e23a1fc00 /* SnippetVehicle4WCreate.cpp */; }; + FFFF23a1fc687f8e23a1fc68 /* SnippetVehicleCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD23a1fc687f8e23a1fc68 /* SnippetVehicleCreate.cpp */; }; + FFFF23a1fcd07f8e23a1fcd0 /* SnippetVehicleFilterShader.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD23a1fcd07f8e23a1fcd0 /* SnippetVehicleFilterShader.cpp */; }; + FFFF23a1fd387f8e23a1fd38 /* SnippetVehicleNoDriveCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD23a1fd387f8e23a1fd38 /* SnippetVehicleNoDriveCreate.cpp */; }; + FFFF23a1fda07f8e23a1fda0 /* SnippetVehicleSceneQuery.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD23a1fda07f8e23a1fda0 /* SnippetVehicleSceneQuery.cpp */; }; + FFFF23a1fe087f8e23a1fe08 /* SnippetVehicleTankCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD23a1fe087f8e23a1fe08 /* SnippetVehicleTankCreate.cpp */; }; + FFFF23a1fe707f8e23a1fe70 /* SnippetVehicleTireFriction.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD23a1fe707f8e23a1fe70 /* SnippetVehicleTireFriction.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD4b6492507fd44b649250 /* SnippetVehicle4W */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetVehicle4W"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD4b64c9407fd44b64c940 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4b64ca407fd44b64ca40 /* SnippetVehicle4W.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicle4W.cpp"; path = "../../SnippetVehicle4W/SnippetVehicle4W.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4b64caa87fd44b64caa8 /* SnippetVehicle4WRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicle4WRender.cpp"; path = "../../SnippetVehicle4W/SnippetVehicle4WRender.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4aa202007fd44aa20200 /* SnippetVehicle4WCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicle4WCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicle4WCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4aa202687fd44aa20268 /* SnippetVehicleCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4aa202d07fd44aa202d0 /* SnippetVehicleFilterShader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4aa203387fd44aa20338 /* SnippetVehicleNoDriveCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleNoDriveCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleNoDriveCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4aa203a07fd44aa203a0 /* SnippetVehicleSceneQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4aa204087fd44aa20408 /* SnippetVehicleTankCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTankCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTankCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4aa204707fd44aa20470 /* SnippetVehicleTireFriction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4aa204d87fd44aa204d8 /* SnippetVehicleConcurrency.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleConcurrency.h"; path = "../../SnippetVehicleCommon/SnippetVehicleConcurrency.h"; sourceTree = SOURCE_ROOT; }; - FFFD4aa205407fd44aa20540 /* SnippetVehicleCreate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.h"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.h"; sourceTree = SOURCE_ROOT; }; - FFFD4aa205a87fd44aa205a8 /* SnippetVehicleFilterShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.h"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.h"; sourceTree = SOURCE_ROOT; }; - FFFD4aa206107fd44aa20610 /* SnippetVehicleSceneQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.h"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.h"; sourceTree = SOURCE_ROOT; }; - FFFD4aa206787fd44aa20678 /* SnippetVehicleTireFriction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.h"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.h"; sourceTree = SOURCE_ROOT; }; - FFFD4aa206e07fd44aa206e0 /* SnippetVehicleWheelQueryResult.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleWheelQueryResult.h"; path = "../../SnippetVehicleCommon/SnippetVehicleWheelQueryResult.h"; sourceTree = SOURCE_ROOT; }; + FFFD24646fe07f8e24646fe0 /* SnippetVehicle4W */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetVehicle4W"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD2464a6d07f8e2464a6d0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2464a7d07f8e2464a7d0 /* SnippetVehicle4W.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicle4W.cpp"; path = "../../SnippetVehicle4W/SnippetVehicle4W.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2464a8387f8e2464a838 /* SnippetVehicle4WRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicle4WRender.cpp"; path = "../../SnippetVehicle4W/SnippetVehicle4WRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD23a1fc007f8e23a1fc00 /* SnippetVehicle4WCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicle4WCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicle4WCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD23a1fc687f8e23a1fc68 /* SnippetVehicleCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD23a1fcd07f8e23a1fcd0 /* SnippetVehicleFilterShader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD23a1fd387f8e23a1fd38 /* SnippetVehicleNoDriveCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleNoDriveCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleNoDriveCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD23a1fda07f8e23a1fda0 /* SnippetVehicleSceneQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD23a1fe087f8e23a1fe08 /* SnippetVehicleTankCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTankCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTankCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD23a1fe707f8e23a1fe70 /* SnippetVehicleTireFriction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD23a1fed87f8e23a1fed8 /* SnippetVehicleConcurrency.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleConcurrency.h"; path = "../../SnippetVehicleCommon/SnippetVehicleConcurrency.h"; sourceTree = SOURCE_ROOT; }; + FFFD23a1ff407f8e23a1ff40 /* SnippetVehicleCreate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.h"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.h"; sourceTree = SOURCE_ROOT; }; + FFFD23a1ffa87f8e23a1ffa8 /* SnippetVehicleFilterShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.h"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.h"; sourceTree = SOURCE_ROOT; }; + FFFD23a200107f8e23a20010 /* SnippetVehicleSceneQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.h"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.h"; sourceTree = SOURCE_ROOT; }; + FFFD23a200787f8e23a20078 /* SnippetVehicleTireFriction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.h"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.h"; sourceTree = SOURCE_ROOT; }; + FFFD23a200e07f8e23a200e0 /* SnippetVehicleWheelQueryResult.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleWheelQueryResult.h"; path = "../../SnippetVehicleCommon/SnippetVehicleWheelQueryResult.h"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF24b6492507fd44b649250 /* Resources */ = { + FFF224646fe07f8e24646fe0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -923,7 +923,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC4b6492507fd44b649250 /* Frameworks */ = { + FFFC24646fe07f8e24646fe0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -933,20 +933,20 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF84b6492507fd44b649250 /* Sources */ = { + FFF824646fe07f8e24646fe0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF4b64c9407fd44b64c940, - FFFF4b64ca407fd44b64ca40, - FFFF4b64caa87fd44b64caa8, - FFFF4aa202007fd44aa20200, - FFFF4aa202687fd44aa20268, - FFFF4aa202d07fd44aa202d0, - FFFF4aa203387fd44aa20338, - FFFF4aa203a07fd44aa203a0, - FFFF4aa204087fd44aa20408, - FFFF4aa204707fd44aa20470, + FFFF2464a6d07f8e2464a6d0, + FFFF2464a7d07f8e2464a7d0, + FFFF2464a8387f8e2464a838, + FFFF23a1fc007f8e23a1fc00, + FFFF23a1fc687f8e23a1fc68, + FFFF23a1fcd07f8e23a1fcd0, + FFFF23a1fd387f8e23a1fd38, + FFFF23a1fda07f8e23a1fda0, + FFFF23a1fe087f8e23a1fe08, + FFFF23a1fe707f8e23a1fe70, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -955,49 +955,49 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF44b649a507fd44b649a50 /* PBXTargetDependency */ = { + FFF4246477e07f8e246477e0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA4b5ef9c07fd44b5ef9c0 /* SnippetUtils */; - targetProxy = FFF54b5ef9c07fd44b5ef9c0 /* PBXContainerItemProxy */; + target = FFFA245f99407f8e245f9940 /* SnippetUtils */; + targetProxy = FFF5245f99407f8e245f9940 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetVehicleScale */ - FFFF4b64e7207fd44b64e720 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD4b5ef9c07fd44b5ef9c0 /* SnippetUtils */; }; - FFFF4b6516207fd44b651620 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD4b6516207fd44b651620 /* ClassicMain.cpp */; }; - FFFF4b6517207fd44b651720 /* SnippetVehicleScale.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD4b6517207fd44b651720 /* SnippetVehicleScale.cpp */; }; - FFFF4b6517887fd44b651788 /* SnippetVehicleScaleRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD4b6517887fd44b651788 /* SnippetVehicleScaleRender.cpp */; }; - FFFF4aa232007fd44aa23200 /* SnippetVehicle4WCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD4aa232007fd44aa23200 /* SnippetVehicle4WCreate.cpp */; }; - FFFF4aa232687fd44aa23268 /* SnippetVehicleCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD4aa232687fd44aa23268 /* SnippetVehicleCreate.cpp */; }; - FFFF4aa232d07fd44aa232d0 /* SnippetVehicleFilterShader.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD4aa232d07fd44aa232d0 /* SnippetVehicleFilterShader.cpp */; }; - FFFF4aa233387fd44aa23338 /* SnippetVehicleNoDriveCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD4aa233387fd44aa23338 /* SnippetVehicleNoDriveCreate.cpp */; }; - FFFF4aa233a07fd44aa233a0 /* SnippetVehicleSceneQuery.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD4aa233a07fd44aa233a0 /* SnippetVehicleSceneQuery.cpp */; }; - FFFF4aa234087fd44aa23408 /* SnippetVehicleTankCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD4aa234087fd44aa23408 /* SnippetVehicleTankCreate.cpp */; }; - FFFF4aa234707fd44aa23470 /* SnippetVehicleTireFriction.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD4aa234707fd44aa23470 /* SnippetVehicleTireFriction.cpp */; }; + FFFF2464c4b07f8e2464c4b0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD245f99407f8e245f9940 /* SnippetUtils */; }; + FFFF2464f3b07f8e2464f3b0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD2464f3b07f8e2464f3b0 /* ClassicMain.cpp */; }; + FFFF2464f4b07f8e2464f4b0 /* SnippetVehicleScale.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD2464f4b07f8e2464f4b0 /* SnippetVehicleScale.cpp */; }; + FFFF2464f5187f8e2464f518 /* SnippetVehicleScaleRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD2464f5187f8e2464f518 /* SnippetVehicleScaleRender.cpp */; }; + FFFF23a22c007f8e23a22c00 /* SnippetVehicle4WCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD23a22c007f8e23a22c00 /* SnippetVehicle4WCreate.cpp */; }; + FFFF23a22c687f8e23a22c68 /* SnippetVehicleCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD23a22c687f8e23a22c68 /* SnippetVehicleCreate.cpp */; }; + FFFF23a22cd07f8e23a22cd0 /* SnippetVehicleFilterShader.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD23a22cd07f8e23a22cd0 /* SnippetVehicleFilterShader.cpp */; }; + FFFF23a22d387f8e23a22d38 /* SnippetVehicleNoDriveCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD23a22d387f8e23a22d38 /* SnippetVehicleNoDriveCreate.cpp */; }; + FFFF23a22da07f8e23a22da0 /* SnippetVehicleSceneQuery.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD23a22da07f8e23a22da0 /* SnippetVehicleSceneQuery.cpp */; }; + FFFF23a22e087f8e23a22e08 /* SnippetVehicleTankCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD23a22e087f8e23a22e08 /* SnippetVehicleTankCreate.cpp */; }; + FFFF23a22e707f8e23a22e70 /* SnippetVehicleTireFriction.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD23a22e707f8e23a22e70 /* SnippetVehicleTireFriction.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD4b64df707fd44b64df70 /* SnippetVehicleScale */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetVehicleScale"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD4b6516207fd44b651620 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4b6517207fd44b651720 /* SnippetVehicleScale.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleScale.cpp"; path = "../../SnippetVehicleScale/SnippetVehicleScale.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4b6517887fd44b651788 /* SnippetVehicleScaleRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleScaleRender.cpp"; path = "../../SnippetVehicleScale/SnippetVehicleScaleRender.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4aa232007fd44aa23200 /* SnippetVehicle4WCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicle4WCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicle4WCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4aa232687fd44aa23268 /* SnippetVehicleCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4aa232d07fd44aa232d0 /* SnippetVehicleFilterShader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4aa233387fd44aa23338 /* SnippetVehicleNoDriveCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleNoDriveCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleNoDriveCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4aa233a07fd44aa233a0 /* SnippetVehicleSceneQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4aa234087fd44aa23408 /* SnippetVehicleTankCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTankCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTankCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4aa234707fd44aa23470 /* SnippetVehicleTireFriction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4aa234d87fd44aa234d8 /* SnippetVehicleConcurrency.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleConcurrency.h"; path = "../../SnippetVehicleCommon/SnippetVehicleConcurrency.h"; sourceTree = SOURCE_ROOT; }; - FFFD4aa235407fd44aa23540 /* SnippetVehicleCreate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.h"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.h"; sourceTree = SOURCE_ROOT; }; - FFFD4aa235a87fd44aa235a8 /* SnippetVehicleFilterShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.h"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.h"; sourceTree = SOURCE_ROOT; }; - FFFD4aa236107fd44aa23610 /* SnippetVehicleSceneQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.h"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.h"; sourceTree = SOURCE_ROOT; }; - FFFD4aa236787fd44aa23678 /* SnippetVehicleTireFriction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.h"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.h"; sourceTree = SOURCE_ROOT; }; - FFFD4aa236e07fd44aa236e0 /* SnippetVehicleWheelQueryResult.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleWheelQueryResult.h"; path = "../../SnippetVehicleCommon/SnippetVehicleWheelQueryResult.h"; sourceTree = SOURCE_ROOT; }; + FFFD2464bd007f8e2464bd00 /* SnippetVehicleScale */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetVehicleScale"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD2464f3b07f8e2464f3b0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2464f4b07f8e2464f4b0 /* SnippetVehicleScale.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleScale.cpp"; path = "../../SnippetVehicleScale/SnippetVehicleScale.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2464f5187f8e2464f518 /* SnippetVehicleScaleRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleScaleRender.cpp"; path = "../../SnippetVehicleScale/SnippetVehicleScaleRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD23a22c007f8e23a22c00 /* SnippetVehicle4WCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicle4WCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicle4WCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD23a22c687f8e23a22c68 /* SnippetVehicleCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD23a22cd07f8e23a22cd0 /* SnippetVehicleFilterShader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD23a22d387f8e23a22d38 /* SnippetVehicleNoDriveCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleNoDriveCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleNoDriveCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD23a22da07f8e23a22da0 /* SnippetVehicleSceneQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD23a22e087f8e23a22e08 /* SnippetVehicleTankCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTankCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTankCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD23a22e707f8e23a22e70 /* SnippetVehicleTireFriction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD23a22ed87f8e23a22ed8 /* SnippetVehicleConcurrency.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleConcurrency.h"; path = "../../SnippetVehicleCommon/SnippetVehicleConcurrency.h"; sourceTree = SOURCE_ROOT; }; + FFFD23a22f407f8e23a22f40 /* SnippetVehicleCreate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.h"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.h"; sourceTree = SOURCE_ROOT; }; + FFFD23a22fa87f8e23a22fa8 /* SnippetVehicleFilterShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.h"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.h"; sourceTree = SOURCE_ROOT; }; + FFFD23a230107f8e23a23010 /* SnippetVehicleSceneQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.h"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.h"; sourceTree = SOURCE_ROOT; }; + FFFD23a230787f8e23a23078 /* SnippetVehicleTireFriction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.h"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.h"; sourceTree = SOURCE_ROOT; }; + FFFD23a230e07f8e23a230e0 /* SnippetVehicleWheelQueryResult.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleWheelQueryResult.h"; path = "../../SnippetVehicleCommon/SnippetVehicleWheelQueryResult.h"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF24b64df707fd44b64df70 /* Resources */ = { + FFF22464bd007f8e2464bd00 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -1007,7 +1007,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC4b64df707fd44b64df70 /* Frameworks */ = { + FFFC2464bd007f8e2464bd00 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1017,20 +1017,20 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF84b64df707fd44b64df70 /* Sources */ = { + FFF82464bd007f8e2464bd00 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF4b6516207fd44b651620, - FFFF4b6517207fd44b651720, - FFFF4b6517887fd44b651788, - FFFF4aa232007fd44aa23200, - FFFF4aa232687fd44aa23268, - FFFF4aa232d07fd44aa232d0, - FFFF4aa233387fd44aa23338, - FFFF4aa233a07fd44aa233a0, - FFFF4aa234087fd44aa23408, - FFFF4aa234707fd44aa23470, + FFFF2464f3b07f8e2464f3b0, + FFFF2464f4b07f8e2464f4b0, + FFFF2464f5187f8e2464f518, + FFFF23a22c007f8e23a22c00, + FFFF23a22c687f8e23a22c68, + FFFF23a22cd07f8e23a22cd0, + FFFF23a22d387f8e23a22d38, + FFFF23a22da07f8e23a22da0, + FFFF23a22e087f8e23a22e08, + FFFF23a22e707f8e23a22e70, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1039,49 +1039,49 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF44b64e7207fd44b64e720 /* PBXTargetDependency */ = { + FFF42464c4b07f8e2464c4b0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA4b5ef9c07fd44b5ef9c0 /* SnippetUtils */; - targetProxy = FFF54b5ef9c07fd44b5ef9c0 /* PBXContainerItemProxy */; + target = FFFA245f99407f8e245f9940 /* SnippetUtils */; + targetProxy = FFF5245f99407f8e245f9940 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetVehicleNoDrive */ - FFFF4b6534107fd44b653410 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD4b5ef9c07fd44b5ef9c0 /* SnippetUtils */; }; - FFFF4b655e607fd44b655e60 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD4b655e607fd44b655e60 /* ClassicMain.cpp */; }; - FFFF4b6564107fd44b656410 /* SnippetVehicleNoDrive.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD4b6564107fd44b656410 /* SnippetVehicleNoDrive.cpp */; }; - FFFF4b6564787fd44b656478 /* SnippetVehicleNoDriveRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD4b6564787fd44b656478 /* SnippetVehicleNoDriveRender.cpp */; }; - FFFF4aa262007fd44aa26200 /* SnippetVehicle4WCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD4aa262007fd44aa26200 /* SnippetVehicle4WCreate.cpp */; }; - FFFF4aa262687fd44aa26268 /* SnippetVehicleCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD4aa262687fd44aa26268 /* SnippetVehicleCreate.cpp */; }; - FFFF4aa262d07fd44aa262d0 /* SnippetVehicleFilterShader.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD4aa262d07fd44aa262d0 /* SnippetVehicleFilterShader.cpp */; }; - FFFF4aa263387fd44aa26338 /* SnippetVehicleNoDriveCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD4aa263387fd44aa26338 /* SnippetVehicleNoDriveCreate.cpp */; }; - FFFF4aa263a07fd44aa263a0 /* SnippetVehicleSceneQuery.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD4aa263a07fd44aa263a0 /* SnippetVehicleSceneQuery.cpp */; }; - FFFF4aa264087fd44aa26408 /* SnippetVehicleTankCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD4aa264087fd44aa26408 /* SnippetVehicleTankCreate.cpp */; }; - FFFF4aa264707fd44aa26470 /* SnippetVehicleTireFriction.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD4aa264707fd44aa26470 /* SnippetVehicleTireFriction.cpp */; }; + FFFF246511a07f8e246511a0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD245f99407f8e245f9940 /* SnippetUtils */; }; + FFFF24653bf07f8e24653bf0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD24653bf07f8e24653bf0 /* ClassicMain.cpp */; }; + FFFF246541a07f8e246541a0 /* SnippetVehicleNoDrive.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD246541a07f8e246541a0 /* SnippetVehicleNoDrive.cpp */; }; + FFFF246542087f8e24654208 /* SnippetVehicleNoDriveRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD246542087f8e24654208 /* SnippetVehicleNoDriveRender.cpp */; }; + FFFF23a25c007f8e23a25c00 /* SnippetVehicle4WCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD23a25c007f8e23a25c00 /* SnippetVehicle4WCreate.cpp */; }; + FFFF23a25c687f8e23a25c68 /* SnippetVehicleCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD23a25c687f8e23a25c68 /* SnippetVehicleCreate.cpp */; }; + FFFF23a25cd07f8e23a25cd0 /* SnippetVehicleFilterShader.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD23a25cd07f8e23a25cd0 /* SnippetVehicleFilterShader.cpp */; }; + FFFF23a25d387f8e23a25d38 /* SnippetVehicleNoDriveCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD23a25d387f8e23a25d38 /* SnippetVehicleNoDriveCreate.cpp */; }; + FFFF23a25da07f8e23a25da0 /* SnippetVehicleSceneQuery.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD23a25da07f8e23a25da0 /* SnippetVehicleSceneQuery.cpp */; }; + FFFF23a25e087f8e23a25e08 /* SnippetVehicleTankCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD23a25e087f8e23a25e08 /* SnippetVehicleTankCreate.cpp */; }; + FFFF23a25e707f8e23a25e70 /* SnippetVehicleTireFriction.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD23a25e707f8e23a25e70 /* SnippetVehicleTireFriction.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD4b652c007fd44b652c00 /* SnippetVehicleNoDrive */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetVehicleNoDrive"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD4b655e607fd44b655e60 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4b6564107fd44b656410 /* SnippetVehicleNoDrive.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleNoDrive.cpp"; path = "../../SnippetVehicleNoDrive/SnippetVehicleNoDrive.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4b6564787fd44b656478 /* SnippetVehicleNoDriveRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleNoDriveRender.cpp"; path = "../../SnippetVehicleNoDrive/SnippetVehicleNoDriveRender.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4aa262007fd44aa26200 /* SnippetVehicle4WCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicle4WCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicle4WCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4aa262687fd44aa26268 /* SnippetVehicleCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4aa262d07fd44aa262d0 /* SnippetVehicleFilterShader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4aa263387fd44aa26338 /* SnippetVehicleNoDriveCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleNoDriveCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleNoDriveCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4aa263a07fd44aa263a0 /* SnippetVehicleSceneQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4aa264087fd44aa26408 /* SnippetVehicleTankCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTankCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTankCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4aa264707fd44aa26470 /* SnippetVehicleTireFriction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4aa264d87fd44aa264d8 /* SnippetVehicleConcurrency.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleConcurrency.h"; path = "../../SnippetVehicleCommon/SnippetVehicleConcurrency.h"; sourceTree = SOURCE_ROOT; }; - FFFD4aa265407fd44aa26540 /* SnippetVehicleCreate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.h"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.h"; sourceTree = SOURCE_ROOT; }; - FFFD4aa265a87fd44aa265a8 /* SnippetVehicleFilterShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.h"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.h"; sourceTree = SOURCE_ROOT; }; - FFFD4aa266107fd44aa26610 /* SnippetVehicleSceneQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.h"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.h"; sourceTree = SOURCE_ROOT; }; - FFFD4aa266787fd44aa26678 /* SnippetVehicleTireFriction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.h"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.h"; sourceTree = SOURCE_ROOT; }; - FFFD4aa266e07fd44aa266e0 /* SnippetVehicleWheelQueryResult.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleWheelQueryResult.h"; path = "../../SnippetVehicleCommon/SnippetVehicleWheelQueryResult.h"; sourceTree = SOURCE_ROOT; }; + FFFD246509907f8e24650990 /* SnippetVehicleNoDrive */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetVehicleNoDrive"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD24653bf07f8e24653bf0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD246541a07f8e246541a0 /* SnippetVehicleNoDrive.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleNoDrive.cpp"; path = "../../SnippetVehicleNoDrive/SnippetVehicleNoDrive.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD246542087f8e24654208 /* SnippetVehicleNoDriveRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleNoDriveRender.cpp"; path = "../../SnippetVehicleNoDrive/SnippetVehicleNoDriveRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD23a25c007f8e23a25c00 /* SnippetVehicle4WCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicle4WCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicle4WCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD23a25c687f8e23a25c68 /* SnippetVehicleCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD23a25cd07f8e23a25cd0 /* SnippetVehicleFilterShader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD23a25d387f8e23a25d38 /* SnippetVehicleNoDriveCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleNoDriveCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleNoDriveCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD23a25da07f8e23a25da0 /* SnippetVehicleSceneQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD23a25e087f8e23a25e08 /* SnippetVehicleTankCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTankCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTankCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD23a25e707f8e23a25e70 /* SnippetVehicleTireFriction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD23a25ed87f8e23a25ed8 /* SnippetVehicleConcurrency.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleConcurrency.h"; path = "../../SnippetVehicleCommon/SnippetVehicleConcurrency.h"; sourceTree = SOURCE_ROOT; }; + FFFD23a25f407f8e23a25f40 /* SnippetVehicleCreate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.h"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.h"; sourceTree = SOURCE_ROOT; }; + FFFD23a25fa87f8e23a25fa8 /* SnippetVehicleFilterShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.h"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.h"; sourceTree = SOURCE_ROOT; }; + FFFD23a260107f8e23a26010 /* SnippetVehicleSceneQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.h"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.h"; sourceTree = SOURCE_ROOT; }; + FFFD23a260787f8e23a26078 /* SnippetVehicleTireFriction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.h"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.h"; sourceTree = SOURCE_ROOT; }; + FFFD23a260e07f8e23a260e0 /* SnippetVehicleWheelQueryResult.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleWheelQueryResult.h"; path = "../../SnippetVehicleCommon/SnippetVehicleWheelQueryResult.h"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF24b652c007fd44b652c00 /* Resources */ = { + FFF2246509907f8e24650990 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -1091,7 +1091,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC4b652c007fd44b652c00 /* Frameworks */ = { + FFFC246509907f8e24650990 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1101,20 +1101,20 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF84b652c007fd44b652c00 /* Sources */ = { + FFF8246509907f8e24650990 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF4b655e607fd44b655e60, - FFFF4b6564107fd44b656410, - FFFF4b6564787fd44b656478, - FFFF4aa262007fd44aa26200, - FFFF4aa262687fd44aa26268, - FFFF4aa262d07fd44aa262d0, - FFFF4aa263387fd44aa26338, - FFFF4aa263a07fd44aa263a0, - FFFF4aa264087fd44aa26408, - FFFF4aa264707fd44aa26470, + FFFF24653bf07f8e24653bf0, + FFFF246541a07f8e246541a0, + FFFF246542087f8e24654208, + FFFF23a25c007f8e23a25c00, + FFFF23a25c687f8e23a25c68, + FFFF23a25cd07f8e23a25cd0, + FFFF23a25d387f8e23a25d38, + FFFF23a25da07f8e23a25da0, + FFFF23a25e087f8e23a25e08, + FFFF23a25e707f8e23a25e70, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1123,47 +1123,47 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF44b6534107fd44b653410 /* PBXTargetDependency */ = { + FFF4246511a07f8e246511a0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA4b5ef9c07fd44b5ef9c0 /* SnippetUtils */; - targetProxy = FFF54b5ef9c07fd44b5ef9c0 /* PBXContainerItemProxy */; + target = FFFA245f99407f8e245f9940 /* SnippetUtils */; + targetProxy = FFF5245f99407f8e245f9940 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetVehicleMultiThreading */ - FFFF4b6581a07fd44b6581a0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD4b5ef9c07fd44b5ef9c0 /* SnippetUtils */; }; - FFFF4b65ae507fd44b65ae50 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD4b65ae507fd44b65ae50 /* ClassicMain.cpp */; }; - FFFF4b65af507fd44b65af50 /* SnippetVehicleMultiThreading.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD4b65af507fd44b65af50 /* SnippetVehicleMultiThreading.cpp */; }; - FFFF4aa292007fd44aa29200 /* SnippetVehicle4WCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD4aa292007fd44aa29200 /* SnippetVehicle4WCreate.cpp */; }; - FFFF4aa292687fd44aa29268 /* SnippetVehicleCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD4aa292687fd44aa29268 /* SnippetVehicleCreate.cpp */; }; - FFFF4aa292d07fd44aa292d0 /* SnippetVehicleFilterShader.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD4aa292d07fd44aa292d0 /* SnippetVehicleFilterShader.cpp */; }; - FFFF4aa293387fd44aa29338 /* SnippetVehicleNoDriveCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD4aa293387fd44aa29338 /* SnippetVehicleNoDriveCreate.cpp */; }; - FFFF4aa293a07fd44aa293a0 /* SnippetVehicleSceneQuery.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD4aa293a07fd44aa293a0 /* SnippetVehicleSceneQuery.cpp */; }; - FFFF4aa294087fd44aa29408 /* SnippetVehicleTankCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD4aa294087fd44aa29408 /* SnippetVehicleTankCreate.cpp */; }; - FFFF4aa294707fd44aa29470 /* SnippetVehicleTireFriction.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD4aa294707fd44aa29470 /* SnippetVehicleTireFriction.cpp */; }; + FFFF24655f307f8e24655f30 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD245f99407f8e245f9940 /* SnippetUtils */; }; + FFFF24658be07f8e24658be0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD24658be07f8e24658be0 /* ClassicMain.cpp */; }; + FFFF24658ce07f8e24658ce0 /* SnippetVehicleMultiThreading.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD24658ce07f8e24658ce0 /* SnippetVehicleMultiThreading.cpp */; }; + FFFF23a28c007f8e23a28c00 /* SnippetVehicle4WCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD23a28c007f8e23a28c00 /* SnippetVehicle4WCreate.cpp */; }; + FFFF23a28c687f8e23a28c68 /* SnippetVehicleCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD23a28c687f8e23a28c68 /* SnippetVehicleCreate.cpp */; }; + FFFF23a28cd07f8e23a28cd0 /* SnippetVehicleFilterShader.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD23a28cd07f8e23a28cd0 /* SnippetVehicleFilterShader.cpp */; }; + FFFF23a28d387f8e23a28d38 /* SnippetVehicleNoDriveCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD23a28d387f8e23a28d38 /* SnippetVehicleNoDriveCreate.cpp */; }; + FFFF23a28da07f8e23a28da0 /* SnippetVehicleSceneQuery.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD23a28da07f8e23a28da0 /* SnippetVehicleSceneQuery.cpp */; }; + FFFF23a28e087f8e23a28e08 /* SnippetVehicleTankCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD23a28e087f8e23a28e08 /* SnippetVehicleTankCreate.cpp */; }; + FFFF23a28e707f8e23a28e70 /* SnippetVehicleTireFriction.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD23a28e707f8e23a28e70 /* SnippetVehicleTireFriction.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD4b6579907fd44b657990 /* SnippetVehicleMultiThreading */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetVehicleMultiThreading"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD4b65ae507fd44b65ae50 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4b65af507fd44b65af50 /* SnippetVehicleMultiThreading.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleMultiThreading.cpp"; path = "../../SnippetVehicleMultiThreading/SnippetVehicleMultiThreading.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4aa292007fd44aa29200 /* SnippetVehicle4WCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicle4WCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicle4WCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4aa292687fd44aa29268 /* SnippetVehicleCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4aa292d07fd44aa292d0 /* SnippetVehicleFilterShader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4aa293387fd44aa29338 /* SnippetVehicleNoDriveCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleNoDriveCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleNoDriveCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4aa293a07fd44aa293a0 /* SnippetVehicleSceneQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4aa294087fd44aa29408 /* SnippetVehicleTankCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTankCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTankCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4aa294707fd44aa29470 /* SnippetVehicleTireFriction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4aa294d87fd44aa294d8 /* SnippetVehicleConcurrency.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleConcurrency.h"; path = "../../SnippetVehicleCommon/SnippetVehicleConcurrency.h"; sourceTree = SOURCE_ROOT; }; - FFFD4aa295407fd44aa29540 /* SnippetVehicleCreate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.h"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.h"; sourceTree = SOURCE_ROOT; }; - FFFD4aa295a87fd44aa295a8 /* SnippetVehicleFilterShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.h"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.h"; sourceTree = SOURCE_ROOT; }; - FFFD4aa296107fd44aa29610 /* SnippetVehicleSceneQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.h"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.h"; sourceTree = SOURCE_ROOT; }; - FFFD4aa296787fd44aa29678 /* SnippetVehicleTireFriction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.h"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.h"; sourceTree = SOURCE_ROOT; }; - FFFD4aa296e07fd44aa296e0 /* SnippetVehicleWheelQueryResult.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleWheelQueryResult.h"; path = "../../SnippetVehicleCommon/SnippetVehicleWheelQueryResult.h"; sourceTree = SOURCE_ROOT; }; + FFFD246557207f8e24655720 /* SnippetVehicleMultiThreading */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetVehicleMultiThreading"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD24658be07f8e24658be0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD24658ce07f8e24658ce0 /* SnippetVehicleMultiThreading.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleMultiThreading.cpp"; path = "../../SnippetVehicleMultiThreading/SnippetVehicleMultiThreading.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD23a28c007f8e23a28c00 /* SnippetVehicle4WCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicle4WCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicle4WCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD23a28c687f8e23a28c68 /* SnippetVehicleCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD23a28cd07f8e23a28cd0 /* SnippetVehicleFilterShader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD23a28d387f8e23a28d38 /* SnippetVehicleNoDriveCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleNoDriveCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleNoDriveCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD23a28da07f8e23a28da0 /* SnippetVehicleSceneQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD23a28e087f8e23a28e08 /* SnippetVehicleTankCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTankCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTankCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD23a28e707f8e23a28e70 /* SnippetVehicleTireFriction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD23a28ed87f8e23a28ed8 /* SnippetVehicleConcurrency.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleConcurrency.h"; path = "../../SnippetVehicleCommon/SnippetVehicleConcurrency.h"; sourceTree = SOURCE_ROOT; }; + FFFD23a28f407f8e23a28f40 /* SnippetVehicleCreate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.h"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.h"; sourceTree = SOURCE_ROOT; }; + FFFD23a28fa87f8e23a28fa8 /* SnippetVehicleFilterShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.h"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.h"; sourceTree = SOURCE_ROOT; }; + FFFD23a290107f8e23a29010 /* SnippetVehicleSceneQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.h"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.h"; sourceTree = SOURCE_ROOT; }; + FFFD23a290787f8e23a29078 /* SnippetVehicleTireFriction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.h"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.h"; sourceTree = SOURCE_ROOT; }; + FFFD23a290e07f8e23a290e0 /* SnippetVehicleWheelQueryResult.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleWheelQueryResult.h"; path = "../../SnippetVehicleCommon/SnippetVehicleWheelQueryResult.h"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF24b6579907fd44b657990 /* Resources */ = { + FFF2246557207f8e24655720 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -1173,7 +1173,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC4b6579907fd44b657990 /* Frameworks */ = { + FFFC246557207f8e24655720 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1183,19 +1183,19 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF84b6579907fd44b657990 /* Sources */ = { + FFF8246557207f8e24655720 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF4b65ae507fd44b65ae50, - FFFF4b65af507fd44b65af50, - FFFF4aa292007fd44aa29200, - FFFF4aa292687fd44aa29268, - FFFF4aa292d07fd44aa292d0, - FFFF4aa293387fd44aa29338, - FFFF4aa293a07fd44aa293a0, - FFFF4aa294087fd44aa29408, - FFFF4aa294707fd44aa29470, + FFFF24658be07f8e24658be0, + FFFF24658ce07f8e24658ce0, + FFFF23a28c007f8e23a28c00, + FFFF23a28c687f8e23a28c68, + FFFF23a28cd07f8e23a28cd0, + FFFF23a28d387f8e23a28d38, + FFFF23a28da07f8e23a28da0, + FFFF23a28e087f8e23a28e08, + FFFF23a28e707f8e23a28e70, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1204,49 +1204,49 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF44b6581a07fd44b6581a0 /* PBXTargetDependency */ = { + FFF424655f307f8e24655f30 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA4b5ef9c07fd44b5ef9c0 /* SnippetUtils */; - targetProxy = FFF54b5ef9c07fd44b5ef9c0 /* PBXContainerItemProxy */; + target = FFFA245f99407f8e245f9940 /* SnippetUtils */; + targetProxy = FFF5245f99407f8e245f9940 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetVehicleContactMod */ - FFFF4b65ccc07fd44b65ccc0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD4b5ef9c07fd44b5ef9c0 /* SnippetUtils */; }; - FFFF4b65f0b07fd44b65f0b0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD4b65f0b07fd44b65f0b0 /* ClassicMain.cpp */; }; - FFFF4b65fca07fd44b65fca0 /* SnippetVehicleContactMod.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD4b65fca07fd44b65fca0 /* SnippetVehicleContactMod.cpp */; }; - FFFF4b65fd087fd44b65fd08 /* SnippetVehicleContactModRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD4b65fd087fd44b65fd08 /* SnippetVehicleContactModRender.cpp */; }; - FFFF4aa2c2007fd44aa2c200 /* SnippetVehicle4WCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD4aa2c2007fd44aa2c200 /* SnippetVehicle4WCreate.cpp */; }; - FFFF4aa2c2687fd44aa2c268 /* SnippetVehicleCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD4aa2c2687fd44aa2c268 /* SnippetVehicleCreate.cpp */; }; - FFFF4aa2c2d07fd44aa2c2d0 /* SnippetVehicleFilterShader.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD4aa2c2d07fd44aa2c2d0 /* SnippetVehicleFilterShader.cpp */; }; - FFFF4aa2c3387fd44aa2c338 /* SnippetVehicleNoDriveCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD4aa2c3387fd44aa2c338 /* SnippetVehicleNoDriveCreate.cpp */; }; - FFFF4aa2c3a07fd44aa2c3a0 /* SnippetVehicleSceneQuery.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD4aa2c3a07fd44aa2c3a0 /* SnippetVehicleSceneQuery.cpp */; }; - FFFF4aa2c4087fd44aa2c408 /* SnippetVehicleTankCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD4aa2c4087fd44aa2c408 /* SnippetVehicleTankCreate.cpp */; }; - FFFF4aa2c4707fd44aa2c470 /* SnippetVehicleTireFriction.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD4aa2c4707fd44aa2c470 /* SnippetVehicleTireFriction.cpp */; }; + FFFF2465aa507f8e2465aa50 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD245f99407f8e245f9940 /* SnippetUtils */; }; + FFFF2465ce407f8e2465ce40 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD2465ce407f8e2465ce40 /* ClassicMain.cpp */; }; + FFFF2465da307f8e2465da30 /* SnippetVehicleContactMod.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD2465da307f8e2465da30 /* SnippetVehicleContactMod.cpp */; }; + FFFF2465da987f8e2465da98 /* SnippetVehicleContactModRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD2465da987f8e2465da98 /* SnippetVehicleContactModRender.cpp */; }; + FFFF23a2bc007f8e23a2bc00 /* SnippetVehicle4WCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD23a2bc007f8e23a2bc00 /* SnippetVehicle4WCreate.cpp */; }; + FFFF23a2bc687f8e23a2bc68 /* SnippetVehicleCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD23a2bc687f8e23a2bc68 /* SnippetVehicleCreate.cpp */; }; + FFFF23a2bcd07f8e23a2bcd0 /* SnippetVehicleFilterShader.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD23a2bcd07f8e23a2bcd0 /* SnippetVehicleFilterShader.cpp */; }; + FFFF23a2bd387f8e23a2bd38 /* SnippetVehicleNoDriveCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD23a2bd387f8e23a2bd38 /* SnippetVehicleNoDriveCreate.cpp */; }; + FFFF23a2bda07f8e23a2bda0 /* SnippetVehicleSceneQuery.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD23a2bda07f8e23a2bda0 /* SnippetVehicleSceneQuery.cpp */; }; + FFFF23a2be087f8e23a2be08 /* SnippetVehicleTankCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD23a2be087f8e23a2be08 /* SnippetVehicleTankCreate.cpp */; }; + FFFF23a2be707f8e23a2be70 /* SnippetVehicleTireFriction.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD23a2be707f8e23a2be70 /* SnippetVehicleTireFriction.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD4b65c4b07fd44b65c4b0 /* SnippetVehicleContactMod */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetVehicleContactMod"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD4b65f0b07fd44b65f0b0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4b65fca07fd44b65fca0 /* SnippetVehicleContactMod.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleContactMod.cpp"; path = "../../SnippetVehicleContactMod/SnippetVehicleContactMod.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4b65fd087fd44b65fd08 /* SnippetVehicleContactModRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleContactModRender.cpp"; path = "../../SnippetVehicleContactMod/SnippetVehicleContactModRender.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4aa2c2007fd44aa2c200 /* SnippetVehicle4WCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicle4WCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicle4WCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4aa2c2687fd44aa2c268 /* SnippetVehicleCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4aa2c2d07fd44aa2c2d0 /* SnippetVehicleFilterShader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4aa2c3387fd44aa2c338 /* SnippetVehicleNoDriveCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleNoDriveCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleNoDriveCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4aa2c3a07fd44aa2c3a0 /* SnippetVehicleSceneQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4aa2c4087fd44aa2c408 /* SnippetVehicleTankCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTankCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTankCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4aa2c4707fd44aa2c470 /* SnippetVehicleTireFriction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4aa2c4d87fd44aa2c4d8 /* SnippetVehicleConcurrency.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleConcurrency.h"; path = "../../SnippetVehicleCommon/SnippetVehicleConcurrency.h"; sourceTree = SOURCE_ROOT; }; - FFFD4aa2c5407fd44aa2c540 /* SnippetVehicleCreate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.h"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.h"; sourceTree = SOURCE_ROOT; }; - FFFD4aa2c5a87fd44aa2c5a8 /* SnippetVehicleFilterShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.h"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.h"; sourceTree = SOURCE_ROOT; }; - FFFD4aa2c6107fd44aa2c610 /* SnippetVehicleSceneQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.h"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.h"; sourceTree = SOURCE_ROOT; }; - FFFD4aa2c6787fd44aa2c678 /* SnippetVehicleTireFriction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.h"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.h"; sourceTree = SOURCE_ROOT; }; - FFFD4aa2c6e07fd44aa2c6e0 /* SnippetVehicleWheelQueryResult.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleWheelQueryResult.h"; path = "../../SnippetVehicleCommon/SnippetVehicleWheelQueryResult.h"; sourceTree = SOURCE_ROOT; }; + FFFD2465a2407f8e2465a240 /* SnippetVehicleContactMod */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetVehicleContactMod"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD2465ce407f8e2465ce40 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2465da307f8e2465da30 /* SnippetVehicleContactMod.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleContactMod.cpp"; path = "../../SnippetVehicleContactMod/SnippetVehicleContactMod.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2465da987f8e2465da98 /* SnippetVehicleContactModRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleContactModRender.cpp"; path = "../../SnippetVehicleContactMod/SnippetVehicleContactModRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD23a2bc007f8e23a2bc00 /* SnippetVehicle4WCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicle4WCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicle4WCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD23a2bc687f8e23a2bc68 /* SnippetVehicleCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD23a2bcd07f8e23a2bcd0 /* SnippetVehicleFilterShader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD23a2bd387f8e23a2bd38 /* SnippetVehicleNoDriveCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleNoDriveCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleNoDriveCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD23a2bda07f8e23a2bda0 /* SnippetVehicleSceneQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD23a2be087f8e23a2be08 /* SnippetVehicleTankCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTankCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTankCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD23a2be707f8e23a2be70 /* SnippetVehicleTireFriction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD23a2bed87f8e23a2bed8 /* SnippetVehicleConcurrency.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleConcurrency.h"; path = "../../SnippetVehicleCommon/SnippetVehicleConcurrency.h"; sourceTree = SOURCE_ROOT; }; + FFFD23a2bf407f8e23a2bf40 /* SnippetVehicleCreate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.h"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.h"; sourceTree = SOURCE_ROOT; }; + FFFD23a2bfa87f8e23a2bfa8 /* SnippetVehicleFilterShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.h"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.h"; sourceTree = SOURCE_ROOT; }; + FFFD23a2c0107f8e23a2c010 /* SnippetVehicleSceneQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.h"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.h"; sourceTree = SOURCE_ROOT; }; + FFFD23a2c0787f8e23a2c078 /* SnippetVehicleTireFriction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.h"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.h"; sourceTree = SOURCE_ROOT; }; + FFFD23a2c0e07f8e23a2c0e0 /* SnippetVehicleWheelQueryResult.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleWheelQueryResult.h"; path = "../../SnippetVehicleCommon/SnippetVehicleWheelQueryResult.h"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF24b65c4b07fd44b65c4b0 /* Resources */ = { + FFF22465a2407f8e2465a240 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -1256,7 +1256,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC4b65c4b07fd44b65c4b0 /* Frameworks */ = { + FFFC2465a2407f8e2465a240 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1266,20 +1266,20 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF84b65c4b07fd44b65c4b0 /* Sources */ = { + FFF82465a2407f8e2465a240 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF4b65f0b07fd44b65f0b0, - FFFF4b65fca07fd44b65fca0, - FFFF4b65fd087fd44b65fd08, - FFFF4aa2c2007fd44aa2c200, - FFFF4aa2c2687fd44aa2c268, - FFFF4aa2c2d07fd44aa2c2d0, - FFFF4aa2c3387fd44aa2c338, - FFFF4aa2c3a07fd44aa2c3a0, - FFFF4aa2c4087fd44aa2c408, - FFFF4aa2c4707fd44aa2c470, + FFFF2465ce407f8e2465ce40, + FFFF2465da307f8e2465da30, + FFFF2465da987f8e2465da98, + FFFF23a2bc007f8e23a2bc00, + FFFF23a2bc687f8e23a2bc68, + FFFF23a2bcd07f8e23a2bcd0, + FFFF23a2bd387f8e23a2bd38, + FFFF23a2bda07f8e23a2bda0, + FFFF23a2be087f8e23a2be08, + FFFF23a2be707f8e23a2be70, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1288,50 +1288,50 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF44b65ccc07fd44b65ccc0 /* PBXTargetDependency */ = { + FFF42465aa507f8e2465aa50 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA4b5ef9c07fd44b5ef9c0 /* SnippetUtils */; - targetProxy = FFF54b5ef9c07fd44b5ef9c0 /* PBXContainerItemProxy */; + target = FFFA245f99407f8e245f9940 /* SnippetUtils */; + targetProxy = FFF5245f99407f8e245f9940 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetNestedScene */ - FFFF4b661a007fd44b661a00 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD4b5ef9c07fd44b5ef9c0 /* SnippetUtils */; }; - FFFF4b6642707fd44b664270 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD4b6642707fd44b664270 /* ClassicMain.cpp */; }; - FFFF4b664b607fd44b664b60 /* SnippetNestedScene.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD4b664b607fd44b664b60 /* SnippetNestedScene.cpp */; }; - FFFF4b664bc87fd44b664bc8 /* SnippetNestedSceneRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD4b664bc87fd44b664bc8 /* SnippetNestedSceneRender.cpp */; }; - FFFF4aa2f2007fd44aa2f200 /* SnippetVehicle4WCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD4aa2f2007fd44aa2f200 /* SnippetVehicle4WCreate.cpp */; }; - FFFF4aa2f2687fd44aa2f268 /* SnippetVehicleCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD4aa2f2687fd44aa2f268 /* SnippetVehicleCreate.cpp */; }; - FFFF4aa2f2d07fd44aa2f2d0 /* SnippetVehicleFilterShader.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD4aa2f2d07fd44aa2f2d0 /* SnippetVehicleFilterShader.cpp */; }; - FFFF4aa2f3387fd44aa2f338 /* SnippetVehicleNoDriveCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD4aa2f3387fd44aa2f338 /* SnippetVehicleNoDriveCreate.cpp */; }; - FFFF4aa2f3a07fd44aa2f3a0 /* SnippetVehicleSceneQuery.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD4aa2f3a07fd44aa2f3a0 /* SnippetVehicleSceneQuery.cpp */; }; - FFFF4aa2f4087fd44aa2f408 /* SnippetVehicleTankCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD4aa2f4087fd44aa2f408 /* SnippetVehicleTankCreate.cpp */; }; - FFFF4aa2f4707fd44aa2f470 /* SnippetVehicleTireFriction.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD4aa2f4707fd44aa2f470 /* SnippetVehicleTireFriction.cpp */; }; + FFFF2465f7907f8e2465f790 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD245f99407f8e245f9940 /* SnippetUtils */; }; + FFFF246620007f8e24662000 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD246620007f8e24662000 /* ClassicMain.cpp */; }; + FFFF246628f07f8e246628f0 /* SnippetNestedScene.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD246628f07f8e246628f0 /* SnippetNestedScene.cpp */; }; + FFFF246629587f8e24662958 /* SnippetNestedSceneRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD246629587f8e24662958 /* SnippetNestedSceneRender.cpp */; }; + FFFF23a2ec007f8e23a2ec00 /* SnippetVehicle4WCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD23a2ec007f8e23a2ec00 /* SnippetVehicle4WCreate.cpp */; }; + FFFF23a2ec687f8e23a2ec68 /* SnippetVehicleCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD23a2ec687f8e23a2ec68 /* SnippetVehicleCreate.cpp */; }; + FFFF23a2ecd07f8e23a2ecd0 /* SnippetVehicleFilterShader.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD23a2ecd07f8e23a2ecd0 /* SnippetVehicleFilterShader.cpp */; }; + FFFF23a2ed387f8e23a2ed38 /* SnippetVehicleNoDriveCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD23a2ed387f8e23a2ed38 /* SnippetVehicleNoDriveCreate.cpp */; }; + FFFF23a2eda07f8e23a2eda0 /* SnippetVehicleSceneQuery.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD23a2eda07f8e23a2eda0 /* SnippetVehicleSceneQuery.cpp */; }; + FFFF23a2ee087f8e23a2ee08 /* SnippetVehicleTankCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD23a2ee087f8e23a2ee08 /* SnippetVehicleTankCreate.cpp */; }; + FFFF23a2ee707f8e23a2ee70 /* SnippetVehicleTireFriction.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD23a2ee707f8e23a2ee70 /* SnippetVehicleTireFriction.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD4b6612107fd44b661210 /* SnippetNestedScene */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetNestedScene"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD4b6642707fd44b664270 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4b664b607fd44b664b60 /* SnippetNestedScene.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetNestedScene.cpp"; path = "../../SnippetNestedScene/SnippetNestedScene.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4b664bc87fd44b664bc8 /* SnippetNestedSceneRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetNestedSceneRender.cpp"; path = "../../SnippetNestedScene/SnippetNestedSceneRender.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4b664c307fd44b664c30 /* NestedScene.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NestedScene.h"; path = "../../SnippetNestedScene/NestedScene.h"; sourceTree = SOURCE_ROOT; }; - FFFD4aa2f2007fd44aa2f200 /* SnippetVehicle4WCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicle4WCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicle4WCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4aa2f2687fd44aa2f268 /* SnippetVehicleCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4aa2f2d07fd44aa2f2d0 /* SnippetVehicleFilterShader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4aa2f3387fd44aa2f338 /* SnippetVehicleNoDriveCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleNoDriveCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleNoDriveCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4aa2f3a07fd44aa2f3a0 /* SnippetVehicleSceneQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4aa2f4087fd44aa2f408 /* SnippetVehicleTankCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTankCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTankCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4aa2f4707fd44aa2f470 /* SnippetVehicleTireFriction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4aa2f4d87fd44aa2f4d8 /* SnippetVehicleConcurrency.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleConcurrency.h"; path = "../../SnippetVehicleCommon/SnippetVehicleConcurrency.h"; sourceTree = SOURCE_ROOT; }; - FFFD4aa2f5407fd44aa2f540 /* SnippetVehicleCreate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.h"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.h"; sourceTree = SOURCE_ROOT; }; - FFFD4aa2f5a87fd44aa2f5a8 /* SnippetVehicleFilterShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.h"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.h"; sourceTree = SOURCE_ROOT; }; - FFFD4aa2f6107fd44aa2f610 /* SnippetVehicleSceneQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.h"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.h"; sourceTree = SOURCE_ROOT; }; - FFFD4aa2f6787fd44aa2f678 /* SnippetVehicleTireFriction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.h"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.h"; sourceTree = SOURCE_ROOT; }; - FFFD4aa2f6e07fd44aa2f6e0 /* SnippetVehicleWheelQueryResult.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleWheelQueryResult.h"; path = "../../SnippetVehicleCommon/SnippetVehicleWheelQueryResult.h"; sourceTree = SOURCE_ROOT; }; + FFFD2465efa07f8e2465efa0 /* SnippetNestedScene */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetNestedScene"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD246620007f8e24662000 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD246628f07f8e246628f0 /* SnippetNestedScene.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetNestedScene.cpp"; path = "../../SnippetNestedScene/SnippetNestedScene.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD246629587f8e24662958 /* SnippetNestedSceneRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetNestedSceneRender.cpp"; path = "../../SnippetNestedScene/SnippetNestedSceneRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD246629c07f8e246629c0 /* NestedScene.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NestedScene.h"; path = "../../SnippetNestedScene/NestedScene.h"; sourceTree = SOURCE_ROOT; }; + FFFD23a2ec007f8e23a2ec00 /* SnippetVehicle4WCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicle4WCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicle4WCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD23a2ec687f8e23a2ec68 /* SnippetVehicleCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD23a2ecd07f8e23a2ecd0 /* SnippetVehicleFilterShader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD23a2ed387f8e23a2ed38 /* SnippetVehicleNoDriveCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleNoDriveCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleNoDriveCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD23a2eda07f8e23a2eda0 /* SnippetVehicleSceneQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD23a2ee087f8e23a2ee08 /* SnippetVehicleTankCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTankCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTankCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD23a2ee707f8e23a2ee70 /* SnippetVehicleTireFriction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD23a2eed87f8e23a2eed8 /* SnippetVehicleConcurrency.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleConcurrency.h"; path = "../../SnippetVehicleCommon/SnippetVehicleConcurrency.h"; sourceTree = SOURCE_ROOT; }; + FFFD23a2ef407f8e23a2ef40 /* SnippetVehicleCreate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.h"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.h"; sourceTree = SOURCE_ROOT; }; + FFFD23a2efa87f8e23a2efa8 /* SnippetVehicleFilterShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.h"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.h"; sourceTree = SOURCE_ROOT; }; + FFFD23a2f0107f8e23a2f010 /* SnippetVehicleSceneQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.h"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.h"; sourceTree = SOURCE_ROOT; }; + FFFD23a2f0787f8e23a2f078 /* SnippetVehicleTireFriction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.h"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.h"; sourceTree = SOURCE_ROOT; }; + FFFD23a2f0e07f8e23a2f0e0 /* SnippetVehicleWheelQueryResult.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleWheelQueryResult.h"; path = "../../SnippetVehicleCommon/SnippetVehicleWheelQueryResult.h"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF24b6612107fd44b661210 /* Resources */ = { + FFF22465efa07f8e2465efa0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -1341,7 +1341,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC4b6612107fd44b661210 /* Frameworks */ = { + FFFC2465efa07f8e2465efa0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1351,20 +1351,20 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF84b6612107fd44b661210 /* Sources */ = { + FFF82465efa07f8e2465efa0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF4b6642707fd44b664270, - FFFF4b664b607fd44b664b60, - FFFF4b664bc87fd44b664bc8, - FFFF4aa2f2007fd44aa2f200, - FFFF4aa2f2687fd44aa2f268, - FFFF4aa2f2d07fd44aa2f2d0, - FFFF4aa2f3387fd44aa2f338, - FFFF4aa2f3a07fd44aa2f3a0, - FFFF4aa2f4087fd44aa2f408, - FFFF4aa2f4707fd44aa2f470, + FFFF246620007f8e24662000, + FFFF246628f07f8e246628f0, + FFFF246629587f8e24662958, + FFFF23a2ec007f8e23a2ec00, + FFFF23a2ec687f8e23a2ec68, + FFFF23a2ecd07f8e23a2ecd0, + FFFF23a2ed387f8e23a2ed38, + FFFF23a2eda07f8e23a2eda0, + FFFF23a2ee087f8e23a2ee08, + FFFF23a2ee707f8e23a2ee70, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1373,27 +1373,27 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF44b661a007fd44b661a00 /* PBXTargetDependency */ = { + FFF42465f7907f8e2465f790 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA4b5ef9c07fd44b5ef9c0 /* SnippetUtils */; - targetProxy = FFF54b5ef9c07fd44b5ef9c0 /* PBXContainerItemProxy */; + target = FFFA245f99407f8e245f9940 /* SnippetUtils */; + targetProxy = FFF5245f99407f8e245f9940 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetSpatialIndex */ - FFFF4b6668c07fd44b6668c0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD4b5ef9c07fd44b5ef9c0 /* SnippetUtils */; }; - FFFF4b6686c07fd44b6686c0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD4b6686c07fd44b6686c0 /* ClassicMain.cpp */; }; - FFFF4b6663807fd44b666380 /* SnippetSpatialIndex.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD4b6663807fd44b666380 /* SnippetSpatialIndex.cpp */; }; + FFFF246646507f8e24664650 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD245f99407f8e245f9940 /* SnippetUtils */; }; + FFFF246664507f8e24666450 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD246664507f8e24666450 /* ClassicMain.cpp */; }; + FFFF246641107f8e24664110 /* SnippetSpatialIndex.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD246641107f8e24664110 /* SnippetSpatialIndex.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD4b6661007fd44b666100 /* SnippetSpatialIndex */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetSpatialIndex"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD4b6686c07fd44b6686c0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4b6663807fd44b666380 /* SnippetSpatialIndex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetSpatialIndex.cpp"; path = "../../SnippetSpatialIndex/SnippetSpatialIndex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD24663e907f8e24663e90 /* SnippetSpatialIndex */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetSpatialIndex"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD246664507f8e24666450 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD246641107f8e24664110 /* SnippetSpatialIndex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetSpatialIndex.cpp"; path = "../../SnippetSpatialIndex/SnippetSpatialIndex.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF24b6661007fd44b666100 /* Resources */ = { + FFF224663e907f8e24663e90 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -1403,7 +1403,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC4b6661007fd44b666100 /* Frameworks */ = { + FFFC24663e907f8e24663e90 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1413,12 +1413,12 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF84b6661007fd44b666100 /* Sources */ = { + FFF824663e907f8e24663e90 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF4b6686c07fd44b6686c0, - FFFF4b6663807fd44b666380, + FFFF246664507f8e24666450, + FFFF246641107f8e24664110, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1427,29 +1427,29 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF44b6668c07fd44b6668c0 /* PBXTargetDependency */ = { + FFF4246646507f8e24664650 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA4b5ef9c07fd44b5ef9c0 /* SnippetUtils */; - targetProxy = FFF54b5ef9c07fd44b5ef9c0 /* PBXContainerItemProxy */; + target = FFFA245f99407f8e245f9940 /* SnippetUtils */; + targetProxy = FFF5245f99407f8e245f9940 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetSplitSim */ - FFFF4b669ca07fd44b669ca0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD4b5ef9c07fd44b5ef9c0 /* SnippetUtils */; }; - FFFF4b66c0a07fd44b66c0a0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD4b66c0a07fd44b66c0a0 /* ClassicMain.cpp */; }; - FFFF4b66c6707fd44b66c670 /* SnippetSplitSim.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD4b66c6707fd44b66c670 /* SnippetSplitSim.cpp */; }; - FFFF4b66c6d87fd44b66c6d8 /* SnippetSplitSimRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD4b66c6d87fd44b66c6d8 /* SnippetSplitSimRender.cpp */; }; + FFFF24667a307f8e24667a30 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD245f99407f8e245f9940 /* SnippetUtils */; }; + FFFF24669e307f8e24669e30 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD24669e307f8e24669e30 /* ClassicMain.cpp */; }; + FFFF2466a4007f8e2466a400 /* SnippetSplitSim.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD2466a4007f8e2466a400 /* SnippetSplitSim.cpp */; }; + FFFF2466a4687f8e2466a468 /* SnippetSplitSimRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD2466a4687f8e2466a468 /* SnippetSplitSimRender.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD4b6691c07fd44b6691c0 /* SnippetSplitSim */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetSplitSim"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD4b66c0a07fd44b66c0a0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4b66c6707fd44b66c670 /* SnippetSplitSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetSplitSim.cpp"; path = "../../SnippetSplitSim/SnippetSplitSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4b66c6d87fd44b66c6d8 /* SnippetSplitSimRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetSplitSimRender.cpp"; path = "../../SnippetSplitSim/SnippetSplitSimRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD24666f507f8e24666f50 /* SnippetSplitSim */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetSplitSim"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD24669e307f8e24669e30 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2466a4007f8e2466a400 /* SnippetSplitSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetSplitSim.cpp"; path = "../../SnippetSplitSim/SnippetSplitSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2466a4687f8e2466a468 /* SnippetSplitSimRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetSplitSimRender.cpp"; path = "../../SnippetSplitSim/SnippetSplitSimRender.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF24b6691c07fd44b6691c0 /* Resources */ = { + FFF224666f507f8e24666f50 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -1459,7 +1459,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC4b6691c07fd44b6691c0 /* Frameworks */ = { + FFFC24666f507f8e24666f50 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1469,13 +1469,13 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF84b6691c07fd44b6691c0 /* Sources */ = { + FFF824666f507f8e24666f50 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF4b66c0a07fd44b66c0a0, - FFFF4b66c6707fd44b66c670, - FFFF4b66c6d87fd44b66c6d8, + FFFF24669e307f8e24669e30, + FFFF2466a4007f8e2466a400, + FFFF2466a4687f8e2466a468, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1484,27 +1484,27 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF44b669ca07fd44b669ca0 /* PBXTargetDependency */ = { + FFF424667a307f8e24667a30 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA4b5ef9c07fd44b5ef9c0 /* SnippetUtils */; - targetProxy = FFF54b5ef9c07fd44b5ef9c0 /* PBXContainerItemProxy */; + target = FFFA245f99407f8e245f9940 /* SnippetUtils */; + targetProxy = FFF5245f99407f8e245f9940 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetTriangleMeshCreate */ - FFFF4b66d2807fd44b66d280 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD4b5ef9c07fd44b5ef9c0 /* SnippetUtils */; }; - FFFF4b66efa07fd44b66efa0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD4b66efa07fd44b66efa0 /* ClassicMain.cpp */; }; - FFFF4b66fa507fd44b66fa50 /* SnippetTriangleMeshCreate.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD4b66fa507fd44b66fa50 /* SnippetTriangleMeshCreate.cpp */; }; + FFFF2466b0107f8e2466b010 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD245f99407f8e245f9940 /* SnippetUtils */; }; + FFFF2466cd307f8e2466cd30 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD2466cd307f8e2466cd30 /* ClassicMain.cpp */; }; + FFFF2466d7e07f8e2466d7e0 /* SnippetTriangleMeshCreate.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD2466d7e07f8e2466d7e0 /* SnippetTriangleMeshCreate.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD4b66c8607fd44b66c860 /* SnippetTriangleMeshCreate */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetTriangleMeshCreate"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD4b66efa07fd44b66efa0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4b66fa507fd44b66fa50 /* SnippetTriangleMeshCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetTriangleMeshCreate.cpp"; path = "../../SnippetTriangleMeshCreate/SnippetTriangleMeshCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2466a5f07f8e2466a5f0 /* SnippetTriangleMeshCreate */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetTriangleMeshCreate"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD2466cd307f8e2466cd30 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2466d7e07f8e2466d7e0 /* SnippetTriangleMeshCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetTriangleMeshCreate.cpp"; path = "../../SnippetTriangleMeshCreate/SnippetTriangleMeshCreate.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF24b66c8607fd44b66c860 /* Resources */ = { + FFF22466a5f07f8e2466a5f0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -1514,7 +1514,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC4b66c8607fd44b66c860 /* Frameworks */ = { + FFFC2466a5f07f8e2466a5f0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1524,12 +1524,12 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF84b66c8607fd44b66c860 /* Sources */ = { + FFF82466a5f07f8e2466a5f0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF4b66efa07fd44b66efa0, - FFFF4b66fa507fd44b66fa50, + FFFF2466cd307f8e2466cd30, + FFFF2466d7e07f8e2466d7e0, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1538,27 +1538,27 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF44b66d2807fd44b66d280 /* PBXTargetDependency */ = { + FFF42466b0107f8e2466b010 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA4b5ef9c07fd44b5ef9c0 /* SnippetUtils */; - targetProxy = FFF54b5ef9c07fd44b5ef9c0 /* PBXContainerItemProxy */; + target = FFFA245f99407f8e245f9940 /* SnippetUtils */; + targetProxy = FFF5245f99407f8e245f9940 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetMultiThreading */ - FFFF4b6706407fd44b670640 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD4b5ef9c07fd44b5ef9c0 /* SnippetUtils */; }; - FFFF4b6729a07fd44b6729a0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD4b6729a07fd44b6729a0 /* ClassicMain.cpp */; }; - FFFF4b672e007fd44b672e00 /* SnippetMultiThreading.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD4b672e007fd44b672e00 /* SnippetMultiThreading.cpp */; }; + FFFF2466e3d07f8e2466e3d0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD245f99407f8e245f9940 /* SnippetUtils */; }; + FFFF246707307f8e24670730 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD246707307f8e24670730 /* ClassicMain.cpp */; }; + FFFF24670b907f8e24670b90 /* SnippetMultiThreading.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD24670b907f8e24670b90 /* SnippetMultiThreading.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD4b66fb507fd44b66fb50 /* SnippetMultiThreading */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetMultiThreading"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD4b6729a07fd44b6729a0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4b672e007fd44b672e00 /* SnippetMultiThreading.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetMultiThreading.cpp"; path = "../../SnippetMultiThreading/SnippetMultiThreading.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2466d8e07f8e2466d8e0 /* SnippetMultiThreading */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetMultiThreading"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD246707307f8e24670730 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD24670b907f8e24670b90 /* SnippetMultiThreading.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetMultiThreading.cpp"; path = "../../SnippetMultiThreading/SnippetMultiThreading.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF24b66fb507fd44b66fb50 /* Resources */ = { + FFF22466d8e07f8e2466d8e0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -1568,7 +1568,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC4b66fb507fd44b66fb50 /* Frameworks */ = { + FFFC2466d8e07f8e2466d8e0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1578,12 +1578,12 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF84b66fb507fd44b66fb50 /* Sources */ = { + FFF82466d8e07f8e2466d8e0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF4b6729a07fd44b6729a0, - FFFF4b672e007fd44b672e00, + FFFF246707307f8e24670730, + FFFF24670b907f8e24670b90, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1592,29 +1592,29 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF44b6706407fd44b670640 /* PBXTargetDependency */ = { + FFF42466e3d07f8e2466e3d0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA4b5ef9c07fd44b5ef9c0 /* SnippetUtils */; - targetProxy = FFF54b5ef9c07fd44b5ef9c0 /* PBXContainerItemProxy */; + target = FFFA245f99407f8e245f9940 /* SnippetUtils */; + targetProxy = FFF5245f99407f8e245f9940 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetContactModification */ - FFFF4b673a707fd44b673a70 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD4b5ef9c07fd44b5ef9c0 /* SnippetUtils */; }; - FFFF4b675ef07fd44b675ef0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD4b675ef07fd44b675ef0 /* ClassicMain.cpp */; }; - FFFF4b6765607fd44b676560 /* SnippetContactModification.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD4b6765607fd44b676560 /* SnippetContactModification.cpp */; }; - FFFF4b6765c87fd44b6765c8 /* SnippetContactModificationRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD4b6765c87fd44b6765c8 /* SnippetContactModificationRender.cpp */; }; + FFFF246718007f8e24671800 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD245f99407f8e245f9940 /* SnippetUtils */; }; + FFFF24673c807f8e24673c80 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD24673c807f8e24673c80 /* ClassicMain.cpp */; }; + FFFF246742f07f8e246742f0 /* SnippetContactModification.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD246742f07f8e246742f0 /* SnippetContactModification.cpp */; }; + FFFF246743587f8e24674358 /* SnippetContactModificationRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD246743587f8e24674358 /* SnippetContactModificationRender.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD4b672f007fd44b672f00 /* SnippetContactModification */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetContactModification"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD4b675ef07fd44b675ef0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4b6765607fd44b676560 /* SnippetContactModification.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetContactModification.cpp"; path = "../../SnippetContactModification/SnippetContactModification.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4b6765c87fd44b6765c8 /* SnippetContactModificationRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetContactModificationRender.cpp"; path = "../../SnippetContactModification/SnippetContactModificationRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD24670c907f8e24670c90 /* SnippetContactModification */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetContactModification"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD24673c807f8e24673c80 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD246742f07f8e246742f0 /* SnippetContactModification.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetContactModification.cpp"; path = "../../SnippetContactModification/SnippetContactModification.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD246743587f8e24674358 /* SnippetContactModificationRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetContactModificationRender.cpp"; path = "../../SnippetContactModification/SnippetContactModificationRender.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF24b672f007fd44b672f00 /* Resources */ = { + FFF224670c907f8e24670c90 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -1624,7 +1624,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC4b672f007fd44b672f00 /* Frameworks */ = { + FFFC24670c907f8e24670c90 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1634,13 +1634,13 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF84b672f007fd44b672f00 /* Sources */ = { + FFF824670c907f8e24670c90 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF4b675ef07fd44b675ef0, - FFFF4b6765607fd44b676560, - FFFF4b6765c87fd44b6765c8, + FFFF24673c807f8e24673c80, + FFFF246742f07f8e246742f0, + FFFF246743587f8e24674358, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1649,27 +1649,27 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF44b673a707fd44b673a70 /* PBXTargetDependency */ = { + FFF4246718007f8e24671800 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA4b5ef9c07fd44b5ef9c0 /* SnippetUtils */; - targetProxy = FFF54b5ef9c07fd44b5ef9c0 /* PBXContainerItemProxy */; + target = FFFA245f99407f8e245f9940 /* SnippetUtils */; + targetProxy = FFF5245f99407f8e245f9940 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetToleranceScale */ - FFFF4b6770c07fd44b6770c0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD4b5ef9c07fd44b5ef9c0 /* SnippetUtils */; }; - FFFF4b678de07fd44b678de0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD4b678de07fd44b678de0 /* ClassicMain.cpp */; }; - FFFF4b6798907fd44b679890 /* SnippetToleranceScale.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD4b6798907fd44b679890 /* SnippetToleranceScale.cpp */; }; + FFFF24674e507f8e24674e50 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD245f99407f8e245f9940 /* SnippetUtils */; }; + FFFF24676b707f8e24676b70 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD24676b707f8e24676b70 /* ClassicMain.cpp */; }; + FFFF246776207f8e24677620 /* SnippetToleranceScale.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD246776207f8e24677620 /* SnippetToleranceScale.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD4b6767507fd44b676750 /* SnippetToleranceScale */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetToleranceScale"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD4b678de07fd44b678de0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4b6798907fd44b679890 /* SnippetToleranceScale.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetToleranceScale.cpp"; path = "../../SnippetToleranceScale/SnippetToleranceScale.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD246744e07f8e246744e0 /* SnippetToleranceScale */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetToleranceScale"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD24676b707f8e24676b70 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD246776207f8e24677620 /* SnippetToleranceScale.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetToleranceScale.cpp"; path = "../../SnippetToleranceScale/SnippetToleranceScale.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF24b6767507fd44b676750 /* Resources */ = { + FFF2246744e07f8e246744e0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -1679,7 +1679,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC4b6767507fd44b676750 /* Frameworks */ = { + FFFC246744e07f8e246744e0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1689,12 +1689,12 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF84b6767507fd44b676750 /* Sources */ = { + FFF8246744e07f8e246744e0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF4b678de07fd44b678de0, - FFFF4b6798907fd44b679890, + FFFF24676b707f8e24676b70, + FFFF246776207f8e24677620, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1703,27 +1703,27 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF44b6770c07fd44b6770c0 /* PBXTargetDependency */ = { + FFF424674e507f8e24674e50 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA4b5ef9c07fd44b5ef9c0 /* SnippetUtils */; - targetProxy = FFF54b5ef9c07fd44b5ef9c0 /* PBXContainerItemProxy */; + target = FFFA245f99407f8e245f9940 /* SnippetUtils */; + targetProxy = FFF5245f99407f8e245f9940 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetStepper */ - FFFF4b67a4807fd44b67a480 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD4b5ef9c07fd44b5ef9c0 /* SnippetUtils */; }; - FFFF4b67c7e07fd44b67c7e0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD4b67c7e07fd44b67c7e0 /* ClassicMain.cpp */; }; - FFFF4b679f207fd44b679f20 /* SnippetStepper.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD4b679f207fd44b679f20 /* SnippetStepper.cpp */; }; + FFFF246782107f8e24678210 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD245f99407f8e245f9940 /* SnippetUtils */; }; + FFFF2467a5707f8e2467a570 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD2467a5707f8e2467a570 /* ClassicMain.cpp */; }; + FFFF24677cb07f8e24677cb0 /* SnippetStepper.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD24677cb07f8e24677cb0 /* SnippetStepper.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD4b6799907fd44b679990 /* SnippetStepper */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetStepper"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD4b67c7e07fd44b67c7e0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4b679f207fd44b679f20 /* SnippetStepper.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetStepper.cpp"; path = "../../SnippetStepper/SnippetStepper.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD246777207f8e24677720 /* SnippetStepper */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetStepper"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD2467a5707f8e2467a570 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD24677cb07f8e24677cb0 /* SnippetStepper.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetStepper.cpp"; path = "../../SnippetStepper/SnippetStepper.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF24b6799907fd44b679990 /* Resources */ = { + FFF2246777207f8e24677720 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -1733,7 +1733,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC4b6799907fd44b679990 /* Frameworks */ = { + FFFC246777207f8e24677720 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1743,12 +1743,12 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF84b6799907fd44b679990 /* Sources */ = { + FFF8246777207f8e24677720 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF4b67c7e07fd44b67c7e0, - FFFF4b679f207fd44b679f20, + FFFF2467a5707f8e2467a570, + FFFF24677cb07f8e24677cb0, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1757,27 +1757,27 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF44b67a4807fd44b67a480 /* PBXTargetDependency */ = { + FFF4246782107f8e24678210 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA4b5ef9c07fd44b5ef9c0 /* SnippetUtils */; - targetProxy = FFF54b5ef9c07fd44b5ef9c0 /* PBXContainerItemProxy */; + target = FFFA245f99407f8e245f9940 /* SnippetUtils */; + targetProxy = FFF5245f99407f8e245f9940 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetPrunerSerialization */ - FFFF4b67d8507fd44b67d850 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD4b5ef9c07fd44b5ef9c0 /* SnippetUtils */; }; - FFFF4b67fba07fd44b67fba0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD4b67fba07fd44b67fba0 /* ClassicMain.cpp */; }; - FFFF4b6800907fd44b680090 /* SnippetPrunerSerialization.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD4b6800907fd44b680090 /* SnippetPrunerSerialization.cpp */; }; + FFFF2467b5e07f8e2467b5e0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD245f99407f8e245f9940 /* SnippetUtils */; }; + FFFF2467d9307f8e2467d930 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD2467d9307f8e2467d930 /* ClassicMain.cpp */; }; + FFFF2467de207f8e2467de20 /* SnippetPrunerSerialization.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD2467de207f8e2467de20 /* SnippetPrunerSerialization.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD4b67cd707fd44b67cd70 /* SnippetPrunerSerialization */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetPrunerSerialization"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD4b67fba07fd44b67fba0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4b6800907fd44b680090 /* SnippetPrunerSerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetPrunerSerialization.cpp"; path = "../../SnippetPrunerSerialization/SnippetPrunerSerialization.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2467ab007f8e2467ab00 /* SnippetPrunerSerialization */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetPrunerSerialization"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD2467d9307f8e2467d930 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2467de207f8e2467de20 /* SnippetPrunerSerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetPrunerSerialization.cpp"; path = "../../SnippetPrunerSerialization/SnippetPrunerSerialization.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF24b67cd707fd44b67cd70 /* Resources */ = { + FFF22467ab007f8e2467ab00 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -1787,7 +1787,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC4b67cd707fd44b67cd70 /* Frameworks */ = { + FFFC2467ab007f8e2467ab00 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1797,12 +1797,12 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF84b67cd707fd44b67cd70 /* Sources */ = { + FFF82467ab007f8e2467ab00 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF4b67fba07fd44b67fba0, - FFFF4b6800907fd44b680090, + FFFF2467d9307f8e2467d930, + FFFF2467de207f8e2467de20, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1811,27 +1811,27 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF44b67d8507fd44b67d850 /* PBXTargetDependency */ = { + FFF42467b5e07f8e2467b5e0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA4b5ef9c07fd44b5ef9c0 /* SnippetUtils */; - targetProxy = FFF54b5ef9c07fd44b5ef9c0 /* PBXContainerItemProxy */; + target = FFFA245f99407f8e245f9940 /* SnippetUtils */; + targetProxy = FFF5245f99407f8e245f9940 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetConvexMeshCreate */ - FFFF4b680c307fd44b680c30 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD4b5ef9c07fd44b5ef9c0 /* SnippetUtils */; }; - FFFF4b682d507fd44b682d50 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD4b682d507fd44b682d50 /* ClassicMain.cpp */; }; - FFFF4b6833e07fd44b6833e0 /* SnippetConvexMeshCreate.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD4b6833e07fd44b6833e0 /* SnippetConvexMeshCreate.cpp */; }; + FFFF2467e9c07f8e2467e9c0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD245f99407f8e245f9940 /* SnippetUtils */; }; + FFFF24680ae07f8e24680ae0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD24680ae07f8e24680ae0 /* ClassicMain.cpp */; }; + FFFF246811707f8e24681170 /* SnippetConvexMeshCreate.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD246811707f8e24681170 /* SnippetConvexMeshCreate.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFD4b6802307fd44b680230 /* SnippetConvexMeshCreate */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetConvexMeshCreate"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFD4b682d507fd44b682d50 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFD4b6833e07fd44b6833e0 /* SnippetConvexMeshCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetConvexMeshCreate.cpp"; path = "../../SnippetConvexMeshCreate/SnippetConvexMeshCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD2467dfc07f8e2467dfc0 /* SnippetConvexMeshCreate */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetConvexMeshCreate"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD24680ae07f8e24680ae0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD246811707f8e24681170 /* SnippetConvexMeshCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetConvexMeshCreate.cpp"; path = "../../SnippetConvexMeshCreate/SnippetConvexMeshCreate.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF24b6802307fd44b680230 /* Resources */ = { + FFF22467dfc07f8e2467dfc0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -1841,7 +1841,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFC4b6802307fd44b680230 /* Frameworks */ = { + FFFC2467dfc07f8e2467dfc0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1851,12 +1851,12 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF84b6802307fd44b680230 /* Sources */ = { + FFF82467dfc07f8e2467dfc0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFF4b682d507fd44b682d50, - FFFF4b6833e07fd44b6833e0, + FFFF24680ae07f8e24680ae0, + FFFF246811707f8e24681170, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1865,1221 +1865,1221 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF44b680c307fd44b680c30 /* PBXTargetDependency */ = { + FFF42467e9c07f8e2467e9c0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFA4b5ef9c07fd44b5ef9c0 /* SnippetUtils */; - targetProxy = FFF54b5ef9c07fd44b5ef9c0 /* PBXContainerItemProxy */; + target = FFFA245f99407f8e245f9940 /* SnippetUtils */; + targetProxy = FFF5245f99407f8e245f9940 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXContainerItemProxy section */ - FFF54b5ef9c07fd44b5ef9c0 /* PBXContainerItemProxy */ = { - containerPortal = FFF94b5ef8b07fd44b5ef8b0 /* Project object */; + FFF5245f99407f8e245f9940 /* PBXContainerItemProxy */ = { + containerPortal = FFF9245f98307f8e245f9830 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA4b5ef9c07fd44b5ef9c0 /* SnippetUtils */; + remoteGlobalIDString = FFFA245f99407f8e245f9940 /* SnippetUtils */; remoteInfo = "SnippetUtils"; }; - FFF54b601d007fd44b601d00 /* PBXContainerItemProxy */ = { - containerPortal = FFF94b5ef8b07fd44b5ef8b0 /* Project object */; + FFF5245fbe707f8e245fbe70 /* PBXContainerItemProxy */ = { + containerPortal = FFF9245f98307f8e245f9830 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA4b601d007fd44b601d00 /* SnippetHelloWorld */; + remoteGlobalIDString = FFFA245fbe707f8e245fbe70 /* SnippetHelloWorld */; remoteInfo = "SnippetHelloWorld"; }; - FFF54b59d0f07fd44b59d0f0 /* PBXContainerItemProxy */ = { - containerPortal = FFF94b5ef8b07fd44b5ef8b0 /* Project object */; + FFF52459bbf07f8e2459bbf0 /* PBXContainerItemProxy */ = { + containerPortal = FFF9245f98307f8e245f9830 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA4b59d0f07fd44b59d0f0 /* SnippetImmediateMode */; + remoteGlobalIDString = FFFA2459bbf07f8e2459bbf0 /* SnippetImmediateMode */; remoteInfo = "SnippetImmediateMode"; }; - FFF54b50a3007fd44b50a300 /* PBXContainerItemProxy */ = { - containerPortal = FFF94b5ef8b07fd44b5ef8b0 /* Project object */; + FFF5244a9f707f8e244a9f70 /* PBXContainerItemProxy */ = { + containerPortal = FFF9245f98307f8e245f9830 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA4b50a3007fd44b50a300 /* SnippetSplitFetchResults */; + remoteGlobalIDString = FFFA244a9f707f8e244a9f70 /* SnippetSplitFetchResults */; remoteInfo = "SnippetSplitFetchResults"; }; - FFF54b5cb9f07fd44b5cb9f0 /* PBXContainerItemProxy */ = { - containerPortal = FFF94b5ef8b07fd44b5ef8b0 /* Project object */; + FFF5245cc5607f8e245cc560 /* PBXContainerItemProxy */ = { + containerPortal = FFF9245f98307f8e245f9830 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA4b5cb9f07fd44b5cb9f0 /* SnippetCustomJoint */; + remoteGlobalIDString = FFFA245cc5607f8e245cc560 /* SnippetCustomJoint */; remoteInfo = "SnippetCustomJoint"; }; - FFF54b6050907fd44b605090 /* PBXContainerItemProxy */ = { - containerPortal = FFF94b5ef8b07fd44b5ef8b0 /* Project object */; + FFF5246033907f8e24603390 /* PBXContainerItemProxy */ = { + containerPortal = FFF9245f98307f8e245f9830 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA4b6050907fd44b605090 /* SnippetSerialization */; + remoteGlobalIDString = FFFA246033907f8e24603390 /* SnippetSerialization */; remoteInfo = "SnippetSerialization"; }; - FFF54b62caa07fd44b62caa0 /* PBXContainerItemProxy */ = { - containerPortal = FFF94b5ef8b07fd44b5ef8b0 /* Project object */; + FFF52462ae807f8e2462ae80 /* PBXContainerItemProxy */ = { + containerPortal = FFF9245f98307f8e245f9830 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA4b62caa07fd44b62caa0 /* SnippetContactReport */; + remoteGlobalIDString = FFFA2462ae807f8e2462ae80 /* SnippetContactReport */; remoteInfo = "SnippetContactReport"; }; - FFF54b6232107fd44b623210 /* PBXContainerItemProxy */ = { - containerPortal = FFF94b5ef8b07fd44b5ef8b0 /* Project object */; + FFF5246215807f8e24621580 /* PBXContainerItemProxy */ = { + containerPortal = FFF9245f98307f8e245f9830 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA4b6232107fd44b623210 /* SnippetJoint */; + remoteGlobalIDString = FFFA246215807f8e24621580 /* SnippetJoint */; remoteInfo = "SnippetJoint"; }; - FFF54b6301e07fd44b6301e0 /* PBXContainerItemProxy */ = { - containerPortal = FFF94b5ef8b07fd44b5ef8b0 /* Project object */; + FFF52462dff07f8e2462dff0 /* PBXContainerItemProxy */ = { + containerPortal = FFF9245f98307f8e245f9830 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA4b6301e07fd44b6301e0 /* SnippetContactReportCCD */; + remoteGlobalIDString = FFFA2462dff07f8e2462dff0 /* SnippetContactReportCCD */; remoteInfo = "SnippetContactReportCCD"; }; - FFF54b6338907fd44b633890 /* PBXContainerItemProxy */ = { - containerPortal = FFF94b5ef8b07fd44b5ef8b0 /* Project object */; + FFF5246316907f8e24631690 /* PBXContainerItemProxy */ = { + containerPortal = FFF9245f98307f8e245f9830 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA4b6338907fd44b633890 /* SnippetCloth */; + remoteGlobalIDString = FFFA246316907f8e24631690 /* SnippetCloth */; remoteInfo = "SnippetCloth"; }; - FFF54b636ae07fd44b636ae0 /* PBXContainerItemProxy */ = { - containerPortal = FFF94b5ef8b07fd44b5ef8b0 /* Project object */; + FFF5246348907f8e24634890 /* PBXContainerItemProxy */ = { + containerPortal = FFF9245f98307f8e245f9830 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA4b636ae07fd44b636ae0 /* SnippetMBP */; + remoteGlobalIDString = FFFA246348907f8e24634890 /* SnippetMBP */; remoteInfo = "SnippetMBP"; }; - FFF54b63a1407fd44b63a140 /* PBXContainerItemProxy */ = { - containerPortal = FFF94b5ef8b07fd44b5ef8b0 /* Project object */; + FFF524637ed07f8e24637ed0 /* PBXContainerItemProxy */ = { + containerPortal = FFF9245f98307f8e245f9830 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA4b63a1407fd44b63a140 /* SnippetArticulation */; + remoteGlobalIDString = FFFA24637ed07f8e24637ed0 /* SnippetArticulation */; remoteInfo = "SnippetArticulation"; }; - FFF54b63d3c07fd44b63d3c0 /* PBXContainerItemProxy */ = { - containerPortal = FFF94b5ef8b07fd44b5ef8b0 /* Project object */; + FFF52463b1507f8e2463b150 /* PBXContainerItemProxy */ = { + containerPortal = FFF9245f98307f8e245f9830 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA4b63d3c07fd44b63d3c0 /* SnippetRaycastCCD */; + remoteGlobalIDString = FFFA2463b1507f8e2463b150 /* SnippetRaycastCCD */; remoteInfo = "SnippetRaycastCCD"; }; - FFF54b6409a07fd44b6409a0 /* PBXContainerItemProxy */ = { - containerPortal = FFF94b5ef8b07fd44b5ef8b0 /* Project object */; + FFF52463e7307f8e2463e730 /* PBXContainerItemProxy */ = { + containerPortal = FFF9245f98307f8e245f9830 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA4b6409a07fd44b6409a0 /* SnippetCustomProfiler */; + remoteGlobalIDString = FFFA2463e7307f8e2463e730 /* SnippetCustomProfiler */; remoteInfo = "SnippetCustomProfiler"; }; - FFF54b6443407fd44b644340 /* PBXContainerItemProxy */ = { - containerPortal = FFF94b5ef8b07fd44b5ef8b0 /* Project object */; + FFF5246420d07f8e246420d0 /* PBXContainerItemProxy */ = { + containerPortal = FFF9245f98307f8e245f9830 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA4b6443407fd44b644340 /* SnippetVehicleTank */; + remoteGlobalIDString = FFFA246420d07f8e246420d0 /* SnippetVehicleTank */; remoteInfo = "SnippetVehicleTank"; }; - FFF54b6492507fd44b649250 /* PBXContainerItemProxy */ = { - containerPortal = FFF94b5ef8b07fd44b5ef8b0 /* Project object */; + FFF524646fe07f8e24646fe0 /* PBXContainerItemProxy */ = { + containerPortal = FFF9245f98307f8e245f9830 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA4b6492507fd44b649250 /* SnippetVehicle4W */; + remoteGlobalIDString = FFFA24646fe07f8e24646fe0 /* SnippetVehicle4W */; remoteInfo = "SnippetVehicle4W"; }; - FFF54b64df707fd44b64df70 /* PBXContainerItemProxy */ = { - containerPortal = FFF94b5ef8b07fd44b5ef8b0 /* Project object */; + FFF52464bd007f8e2464bd00 /* PBXContainerItemProxy */ = { + containerPortal = FFF9245f98307f8e245f9830 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA4b64df707fd44b64df70 /* SnippetVehicleScale */; + remoteGlobalIDString = FFFA2464bd007f8e2464bd00 /* SnippetVehicleScale */; remoteInfo = "SnippetVehicleScale"; }; - FFF54b652c007fd44b652c00 /* PBXContainerItemProxy */ = { - containerPortal = FFF94b5ef8b07fd44b5ef8b0 /* Project object */; + FFF5246509907f8e24650990 /* PBXContainerItemProxy */ = { + containerPortal = FFF9245f98307f8e245f9830 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA4b652c007fd44b652c00 /* SnippetVehicleNoDrive */; + remoteGlobalIDString = FFFA246509907f8e24650990 /* SnippetVehicleNoDrive */; remoteInfo = "SnippetVehicleNoDrive"; }; - FFF54b6579907fd44b657990 /* PBXContainerItemProxy */ = { - containerPortal = FFF94b5ef8b07fd44b5ef8b0 /* Project object */; + FFF5246557207f8e24655720 /* PBXContainerItemProxy */ = { + containerPortal = FFF9245f98307f8e245f9830 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA4b6579907fd44b657990 /* SnippetVehicleMultiThreading */; + remoteGlobalIDString = FFFA246557207f8e24655720 /* SnippetVehicleMultiThreading */; remoteInfo = "SnippetVehicleMultiThreading"; }; - FFF54b65c4b07fd44b65c4b0 /* PBXContainerItemProxy */ = { - containerPortal = FFF94b5ef8b07fd44b5ef8b0 /* Project object */; + FFF52465a2407f8e2465a240 /* PBXContainerItemProxy */ = { + containerPortal = FFF9245f98307f8e245f9830 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA4b65c4b07fd44b65c4b0 /* SnippetVehicleContactMod */; + remoteGlobalIDString = FFFA2465a2407f8e2465a240 /* SnippetVehicleContactMod */; remoteInfo = "SnippetVehicleContactMod"; }; - FFF54b6612107fd44b661210 /* PBXContainerItemProxy */ = { - containerPortal = FFF94b5ef8b07fd44b5ef8b0 /* Project object */; + FFF52465efa07f8e2465efa0 /* PBXContainerItemProxy */ = { + containerPortal = FFF9245f98307f8e245f9830 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA4b6612107fd44b661210 /* SnippetNestedScene */; + remoteGlobalIDString = FFFA2465efa07f8e2465efa0 /* SnippetNestedScene */; remoteInfo = "SnippetNestedScene"; }; - FFF54b6661007fd44b666100 /* PBXContainerItemProxy */ = { - containerPortal = FFF94b5ef8b07fd44b5ef8b0 /* Project object */; + FFF524663e907f8e24663e90 /* PBXContainerItemProxy */ = { + containerPortal = FFF9245f98307f8e245f9830 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA4b6661007fd44b666100 /* SnippetSpatialIndex */; + remoteGlobalIDString = FFFA24663e907f8e24663e90 /* SnippetSpatialIndex */; remoteInfo = "SnippetSpatialIndex"; }; - FFF54b6691c07fd44b6691c0 /* PBXContainerItemProxy */ = { - containerPortal = FFF94b5ef8b07fd44b5ef8b0 /* Project object */; + FFF524666f507f8e24666f50 /* PBXContainerItemProxy */ = { + containerPortal = FFF9245f98307f8e245f9830 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA4b6691c07fd44b6691c0 /* SnippetSplitSim */; + remoteGlobalIDString = FFFA24666f507f8e24666f50 /* SnippetSplitSim */; remoteInfo = "SnippetSplitSim"; }; - FFF54b66c8607fd44b66c860 /* PBXContainerItemProxy */ = { - containerPortal = FFF94b5ef8b07fd44b5ef8b0 /* Project object */; + FFF52466a5f07f8e2466a5f0 /* PBXContainerItemProxy */ = { + containerPortal = FFF9245f98307f8e245f9830 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA4b66c8607fd44b66c860 /* SnippetTriangleMeshCreate */; + remoteGlobalIDString = FFFA2466a5f07f8e2466a5f0 /* SnippetTriangleMeshCreate */; remoteInfo = "SnippetTriangleMeshCreate"; }; - FFF54b66fb507fd44b66fb50 /* PBXContainerItemProxy */ = { - containerPortal = FFF94b5ef8b07fd44b5ef8b0 /* Project object */; + FFF52466d8e07f8e2466d8e0 /* PBXContainerItemProxy */ = { + containerPortal = FFF9245f98307f8e245f9830 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA4b66fb507fd44b66fb50 /* SnippetMultiThreading */; + remoteGlobalIDString = FFFA2466d8e07f8e2466d8e0 /* SnippetMultiThreading */; remoteInfo = "SnippetMultiThreading"; }; - FFF54b672f007fd44b672f00 /* PBXContainerItemProxy */ = { - containerPortal = FFF94b5ef8b07fd44b5ef8b0 /* Project object */; + FFF524670c907f8e24670c90 /* PBXContainerItemProxy */ = { + containerPortal = FFF9245f98307f8e245f9830 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA4b672f007fd44b672f00 /* SnippetContactModification */; + remoteGlobalIDString = FFFA24670c907f8e24670c90 /* SnippetContactModification */; remoteInfo = "SnippetContactModification"; }; - FFF54b6767507fd44b676750 /* PBXContainerItemProxy */ = { - containerPortal = FFF94b5ef8b07fd44b5ef8b0 /* Project object */; + FFF5246744e07f8e246744e0 /* PBXContainerItemProxy */ = { + containerPortal = FFF9245f98307f8e245f9830 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA4b6767507fd44b676750 /* SnippetToleranceScale */; + remoteGlobalIDString = FFFA246744e07f8e246744e0 /* SnippetToleranceScale */; remoteInfo = "SnippetToleranceScale"; }; - FFF54b6799907fd44b679990 /* PBXContainerItemProxy */ = { - containerPortal = FFF94b5ef8b07fd44b5ef8b0 /* Project object */; + FFF5246777207f8e24677720 /* PBXContainerItemProxy */ = { + containerPortal = FFF9245f98307f8e245f9830 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA4b6799907fd44b679990 /* SnippetStepper */; + remoteGlobalIDString = FFFA246777207f8e24677720 /* SnippetStepper */; remoteInfo = "SnippetStepper"; }; - FFF54b67cd707fd44b67cd70 /* PBXContainerItemProxy */ = { - containerPortal = FFF94b5ef8b07fd44b5ef8b0 /* Project object */; + FFF52467ab007f8e2467ab00 /* PBXContainerItemProxy */ = { + containerPortal = FFF9245f98307f8e245f9830 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA4b67cd707fd44b67cd70 /* SnippetPrunerSerialization */; + remoteGlobalIDString = FFFA2467ab007f8e2467ab00 /* SnippetPrunerSerialization */; remoteInfo = "SnippetPrunerSerialization"; }; - FFF54b6802307fd44b680230 /* PBXContainerItemProxy */ = { - containerPortal = FFF94b5ef8b07fd44b5ef8b0 /* Project object */; + FFF52467dfc07f8e2467dfc0 /* PBXContainerItemProxy */ = { + containerPortal = FFF9245f98307f8e245f9830 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFA4b6802307fd44b680230 /* SnippetConvexMeshCreate */; + remoteGlobalIDString = FFFA2467dfc07f8e2467dfc0 /* SnippetConvexMeshCreate */; remoteInfo = "SnippetConvexMeshCreate"; }; /* End PBXContainerItemProxy section */ /* Begin PBXGroup section */ - FFFB4b5ef9187fd44b5ef918 /* Snippets */ = { + FFFB245f98987f8e245f9898 /* Snippets */ = { isa = PBXGroup; children = ( - FFF04b5ef8b07fd44b5ef8b0 /* Source */, - FFEE4b5ef8b07fd44b5ef8b0 /* Products */, + FFF0245f98307f8e245f9830 /* Source */, + FFEE245f98307f8e245f9830 /* Products */, ); name = "Snippets"; sourceTree = "<group>"; }; - FFF04b5ef8b07fd44b5ef8b0 /* Source */ = { + FFF0245f98307f8e245f9830 /* Source */ = { isa = PBXGroup; children = ( - FFFB4b5ef9c07fd44b5ef9c0, - FFFB4b601d007fd44b601d00, - FFFB4b59d0f07fd44b59d0f0, - FFFB4b50a3007fd44b50a300, - FFFB4b5cb9f07fd44b5cb9f0, - FFFB4b6050907fd44b605090, - FFFB4b62caa07fd44b62caa0, - FFFB4b6232107fd44b623210, - FFFB4b6301e07fd44b6301e0, - FFFB4b6338907fd44b633890, - FFFB4b636ae07fd44b636ae0, - FFFB4b63a1407fd44b63a140, - FFFB4b63d3c07fd44b63d3c0, - FFFB4b6409a07fd44b6409a0, - FFFB4b6443407fd44b644340, - FFFB4b6492507fd44b649250, - FFFB4b64df707fd44b64df70, - FFFB4b652c007fd44b652c00, - FFFB4b6579907fd44b657990, - FFFB4b65c4b07fd44b65c4b0, - FFFB4b6612107fd44b661210, - FFFB4b6661007fd44b666100, - FFFB4b6691c07fd44b6691c0, - FFFB4b66c8607fd44b66c860, - FFFB4b66fb507fd44b66fb50, - FFFB4b672f007fd44b672f00, - FFFB4b6767507fd44b676750, - FFFB4b6799907fd44b679990, - FFFB4b67cd707fd44b67cd70, - FFFB4b6802307fd44b680230, + FFFB245f99407f8e245f9940, + FFFB245fbe707f8e245fbe70, + FFFB2459bbf07f8e2459bbf0, + FFFB244a9f707f8e244a9f70, + FFFB245cc5607f8e245cc560, + FFFB246033907f8e24603390, + FFFB2462ae807f8e2462ae80, + FFFB246215807f8e24621580, + FFFB2462dff07f8e2462dff0, + FFFB246316907f8e24631690, + FFFB246348907f8e24634890, + FFFB24637ed07f8e24637ed0, + FFFB2463b1507f8e2463b150, + FFFB2463e7307f8e2463e730, + FFFB246420d07f8e246420d0, + FFFB24646fe07f8e24646fe0, + FFFB2464bd007f8e2464bd00, + FFFB246509907f8e24650990, + FFFB246557207f8e24655720, + FFFB2465a2407f8e2465a240, + FFFB2465efa07f8e2465efa0, + FFFB24663e907f8e24663e90, + FFFB24666f507f8e24666f50, + FFFB2466a5f07f8e2466a5f0, + FFFB2466d8e07f8e2466d8e0, + FFFB24670c907f8e24670c90, + FFFB246744e07f8e246744e0, + FFFB246777207f8e24677720, + FFFB2467ab007f8e2467ab00, + FFFB2467dfc07f8e2467dfc0, ); name = Source; sourceTree = "<group>"; }; - FFEE4b5ef8b07fd44b5ef8b0 /* Products */ = { + FFEE245f98307f8e245f9830 /* Products */ = { isa = PBXGroup; children = ( - FFFD4b5ef9c07fd44b5ef9c0, - FFFD4b601d007fd44b601d00, - FFFD4b59d0f07fd44b59d0f0, - FFFD4b50a3007fd44b50a300, - FFFD4b5cb9f07fd44b5cb9f0, - FFFD4b6050907fd44b605090, - FFFD4b62caa07fd44b62caa0, - FFFD4b6232107fd44b623210, - FFFD4b6301e07fd44b6301e0, - FFFD4b6338907fd44b633890, - FFFD4b636ae07fd44b636ae0, - FFFD4b63a1407fd44b63a140, - FFFD4b63d3c07fd44b63d3c0, - FFFD4b6409a07fd44b6409a0, - FFFD4b6443407fd44b644340, - FFFD4b6492507fd44b649250, - FFFD4b64df707fd44b64df70, - FFFD4b652c007fd44b652c00, - FFFD4b6579907fd44b657990, - FFFD4b65c4b07fd44b65c4b0, - FFFD4b6612107fd44b661210, - FFFD4b6661007fd44b666100, - FFFD4b6691c07fd44b6691c0, - FFFD4b66c8607fd44b66c860, - FFFD4b66fb507fd44b66fb50, - FFFD4b672f007fd44b672f00, - FFFD4b6767507fd44b676750, - FFFD4b6799907fd44b679990, - FFFD4b67cd707fd44b67cd70, - FFFD4b6802307fd44b680230, + FFFD245f99407f8e245f9940, + FFFD245fbe707f8e245fbe70, + FFFD2459bbf07f8e2459bbf0, + FFFD244a9f707f8e244a9f70, + FFFD245cc5607f8e245cc560, + FFFD246033907f8e24603390, + FFFD2462ae807f8e2462ae80, + FFFD246215807f8e24621580, + FFFD2462dff07f8e2462dff0, + FFFD246316907f8e24631690, + FFFD246348907f8e24634890, + FFFD24637ed07f8e24637ed0, + FFFD2463b1507f8e2463b150, + FFFD2463e7307f8e2463e730, + FFFD246420d07f8e246420d0, + FFFD24646fe07f8e24646fe0, + FFFD2464bd007f8e2464bd00, + FFFD246509907f8e24650990, + FFFD246557207f8e24655720, + FFFD2465a2407f8e2465a240, + FFFD2465efa07f8e2465efa0, + FFFD24663e907f8e24663e90, + FFFD24666f507f8e24666f50, + FFFD2466a5f07f8e2466a5f0, + FFFD2466d8e07f8e2466d8e0, + FFFD24670c907f8e24670c90, + FFFD246744e07f8e246744e0, + FFFD246777207f8e24677720, + FFFD2467ab007f8e2467ab00, + FFFD2467dfc07f8e2467dfc0, ); name = Products; sourceTree = "<group>"; }; - FFFB4b5ef9c07fd44b5ef9c0 /* SnippetUtils */ = { + FFFB245f99407f8e245f9940 /* SnippetUtils */ = { isa = PBXGroup; children = ( - FFFB4b6008507fd44b600850 /* Source Files */, + FFFB245fa9c07f8e245fa9c0 /* Source Files */, ); name = "SnippetUtils"; sourceTree = "<group>"; }; - FFFB4b6008507fd44b600850 /* Source Files */ = { + FFFB245fa9c07f8e245fa9c0 /* Source Files */ = { isa = PBXGroup; children = ( - FFFD4b600ed07fd44b600ed0 /* SnippetUtils.cpp */, - FFFD4b600f387fd44b600f38 /* SnippetUtils.h */, + FFFD245fb0407f8e245fb040 /* SnippetUtils.cpp */, + FFFD245fb0a87f8e245fb0a8 /* SnippetUtils.h */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFB4b601d007fd44b601d00 /* SnippetHelloWorld */ = { + FFFB245fbe707f8e245fbe70 /* SnippetHelloWorld */ = { isa = PBXGroup; children = ( - FFFB4b59c5e07fd44b59c5e0 /* Main */, - FFFB4b59c6087fd44b59c608 /* Source Files */, + FFFB2459b7d07f8e2459b7d0 /* Main */, + FFFB2459b7f87f8e2459b7f8 /* Source Files */, ); name = "SnippetHelloWorld"; sourceTree = "<group>"; }; - FFFB4b59c5e07fd44b59c5e0 /* Main */ = { + FFFB2459b7d07f8e2459b7d0 /* Main */ = { isa = PBXGroup; children = ( - FFFD4b59cd207fd44b59cd20 /* ClassicMain.cpp */, + FFFD2459b8207f8e2459b820 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFB4b59c6087fd44b59c608 /* Source Files */ = { + FFFB2459b7f87f8e2459b7f8 /* Source Files */ = { isa = PBXGroup; children = ( - FFFD4b59d2e07fd44b59d2e0 /* SnippetHelloWorld.cpp */, - FFFD4b59d3487fd44b59d348 /* SnippetHelloWorldRender.cpp */, + FFFD2459bde07f8e2459bde0 /* SnippetHelloWorld.cpp */, + FFFD2459be487f8e2459be48 /* SnippetHelloWorldRender.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFB4b59d0f07fd44b59d0f0 /* SnippetImmediateMode */ = { + FFFB2459bbf07f8e2459bbf0 /* SnippetImmediateMode */ = { isa = PBXGroup; children = ( - FFFB4b5cb2907fd44b5cb290 /* Main */, - FFFB4b5cb2b87fd44b5cb2b8 /* Source Files */, + FFFB245ede107f8e245ede10 /* Main */, + FFFB245ede387f8e245ede38 /* Source Files */, ); name = "SnippetImmediateMode"; sourceTree = "<group>"; }; - FFFB4b5cb2907fd44b5cb290 /* Main */ = { + FFFB245ede107f8e245ede10 /* Main */ = { isa = PBXGroup; children = ( - FFFD4b5cb3407fd44b5cb340 /* ClassicMain.cpp */, + FFFD2450c1307f8e2450c130 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFB4b5cb2b87fd44b5cb2b8 /* Source Files */ = { + FFFB245ede387f8e245ede38 /* Source Files */ = { isa = PBXGroup; children = ( - FFFD4b50a1107fd44b50a110 /* SnippetImmediateMode.cpp */, - FFFD4b50a1787fd44b50a178 /* SnippetImmediateModeRender.cpp */, + FFFD2459c8f07f8e2459c8f0 /* SnippetImmediateMode.cpp */, + FFFD2459c9587f8e2459c958 /* SnippetImmediateModeRender.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFB4b50a3007fd44b50a300 /* SnippetSplitFetchResults */ = { + FFFB244a9f707f8e244a9f70 /* SnippetSplitFetchResults */ = { isa = PBXGroup; children = ( - FFFB4b56dbf07fd44b56dbf0 /* Main */, - FFFB4b56dc187fd44b56dc18 /* Source Files */, + FFFB245b96b07f8e245b96b0 /* Main */, + FFFB245b96d87f8e245b96d8 /* Source Files */, ); name = "SnippetSplitFetchResults"; sourceTree = "<group>"; }; - FFFB4b56dbf07fd44b56dbf0 /* Main */ = { + FFFB245b96b07f8e245b96b0 /* Main */ = { isa = PBXGroup; children = ( - FFFD4b5c29307fd44b5c2930 /* ClassicMain.cpp */, + FFFD245b9d207f8e245b9d20 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFB4b56dc187fd44b56dc18 /* Source Files */ = { + FFFB245b96d87f8e245b96d8 /* Source Files */ = { isa = PBXGroup; children = ( - FFFD4b5cb8007fd44b5cb800 /* SnippetSplitFetchResults.cpp */, - FFFD4b5cb8687fd44b5cb868 /* SnippetSplitFetchResultsRender.cpp */, + FFFD245cc3707f8e245cc370 /* SnippetSplitFetchResults.cpp */, + FFFD245cc3d87f8e245cc3d8 /* SnippetSplitFetchResultsRender.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFB4b5cb9f07fd44b5cb9f0 /* SnippetCustomJoint */ = { + FFFB245cc5607f8e245cc560 /* SnippetCustomJoint */ = { isa = PBXGroup; children = ( - FFFB4b5cd1b07fd44b5cd1b0 /* Main */, - FFFB4b5cd1d87fd44b5cd1d8 /* Source Files */, + FFFB2456ab207f8e2456ab20 /* Main */, + FFFB2456ab487f8e2456ab48 /* Source Files */, ); name = "SnippetCustomJoint"; sourceTree = "<group>"; }; - FFFB4b5cd1b07fd44b5cd1b0 /* Main */ = { + FFFB2456ab207f8e2456ab20 /* Main */ = { isa = PBXGroup; children = ( - FFFD4b5cd2007fd44b5cd200 /* ClassicMain.cpp */, + FFFD2456ab707f8e2456ab70 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFB4b5cd1d87fd44b5cd1d8 /* Source Files */ = { + FFFB2456ab487f8e2456ab48 /* Source Files */ = { isa = PBXGroup; children = ( - FFFD4b5ce0f07fd44b5ce0f0 /* PulleyJoint.cpp */, - FFFD4b5ce1587fd44b5ce158 /* SnippetCustomJoint.cpp */, - FFFD4b5ce1c07fd44b5ce1c0 /* SnippetCustomJointRender.cpp */, - FFFD4b5ce2287fd44b5ce228 /* PulleyJoint.h */, + FFFD246035c07f8e246035c0 /* PulleyJoint.cpp */, + FFFD246036287f8e24603628 /* SnippetCustomJoint.cpp */, + FFFD246036907f8e24603690 /* SnippetCustomJointRender.cpp */, + FFFD246036f87f8e246036f8 /* PulleyJoint.h */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFB4b6050907fd44b605090 /* SnippetSerialization */ = { + FFFB246033907f8e24603390 /* SnippetSerialization */ = { isa = PBXGroup; children = ( - FFFB4b61aed07fd44b61aed0 /* Main */, - FFFB4b61aef87fd44b61aef8 /* Source Files */, + FFFB2462a6407f8e2462a640 /* Main */, + FFFB2462a6687f8e2462a668 /* Source Files */, ); name = "SnippetSerialization"; sourceTree = "<group>"; }; - FFFB4b61aed07fd44b61aed0 /* Main */ = { + FFFB2462a6407f8e2462a640 /* Main */ = { isa = PBXGroup; children = ( - FFFD4b6085f07fd44b6085f0 /* ClassicMain.cpp */, + FFFD2462a6907f8e2462a690 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFB4b61aef87fd44b61aef8 /* Source Files */ = { + FFFB2462a6687f8e2462a668 /* Source Files */ = { isa = PBXGroup; children = ( - FFFD4b62c8b07fd44b62c8b0 /* SnippetSerialization.cpp */, - FFFD4b62c9187fd44b62c918 /* SnippetSerializationRender.cpp */, + FFFD2462ac907f8e2462ac90 /* SnippetSerialization.cpp */, + FFFD2462acf87f8e2462acf8 /* SnippetSerializationRender.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFB4b62caa07fd44b62caa0 /* SnippetContactReport */ = { + FFFB2462ae807f8e2462ae80 /* SnippetContactReport */ = { isa = PBXGroup; children = ( - FFFB4b626cd07fd44b626cd0 /* Main */, - FFFB4b626cf87fd44b626cf8 /* Source Files */, + FFFB246250707f8e24625070 /* Main */, + FFFB246250987f8e24625098 /* Source Files */, ); name = "SnippetContactReport"; sourceTree = "<group>"; }; - FFFB4b626cd07fd44b626cd0 /* Main */ = { + FFFB246250707f8e24625070 /* Main */ = { isa = PBXGroup; children = ( - FFFD4b626d207fd44b626d20 /* ClassicMain.cpp */, + FFFD24620dc07f8e24620dc0 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFB4b626cf87fd44b626cf8 /* Source Files */ = { + FFFB246250987f8e24625098 /* Source Files */ = { isa = PBXGroup; children = ( - FFFD4b6230207fd44b623020 /* SnippetContactReport.cpp */, - FFFD4b6230887fd44b623088 /* SnippetContactReportRender.cpp */, + FFFD246213907f8e24621390 /* SnippetContactReport.cpp */, + FFFD246213f87f8e246213f8 /* SnippetContactReportRender.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFB4b6232107fd44b623210 /* SnippetJoint */ = { + FFFB246215807f8e24621580 /* SnippetJoint */ = { isa = PBXGroup; children = ( - FFFB4b62f3907fd44b62f390 /* Main */, - FFFB4b62f3b87fd44b62f3b8 /* Source Files */, + FFFB2462d7e07f8e2462d7e0 /* Main */, + FFFB2462d8087f8e2462d808 /* Source Files */, ); name = "SnippetJoint"; sourceTree = "<group>"; }; - FFFB4b62f3907fd44b62f390 /* Main */ = { + FFFB2462d7e07f8e2462d7e0 /* Main */ = { isa = PBXGroup; children = ( - FFFD4b62fa907fd44b62fa90 /* ClassicMain.cpp */, + FFFD2462d8607f8e2462d860 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFB4b62f3b87fd44b62f3b8 /* Source Files */ = { + FFFB2462d8087f8e2462d808 /* Source Files */ = { isa = PBXGroup; children = ( - FFFD4b62fff07fd44b62fff0 /* SnippetJoint.cpp */, - FFFD4b6300587fd44b630058 /* SnippetJointRender.cpp */, + FFFD2462de007f8e2462de00 /* SnippetJoint.cpp */, + FFFD2462de687f8e2462de68 /* SnippetJointRender.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFB4b6301e07fd44b6301e0 /* SnippetContactReportCCD */ = { + FFFB2462dff07f8e2462dff0 /* SnippetContactReportCCD */ = { isa = PBXGroup; children = ( - FFFB4b632d607fd44b632d60 /* Main */, - FFFB4b632d887fd44b632d88 /* Source Files */, + FFFB246308407f8e24630840 /* Main */, + FFFB246308687f8e24630868 /* Source Files */, ); name = "SnippetContactReportCCD"; sourceTree = "<group>"; }; - FFFB4b632d607fd44b632d60 /* Main */ = { + FFFB246308407f8e24630840 /* Main */ = { isa = PBXGroup; children = ( - FFFD4b6322007fd44b632200 /* ClassicMain.cpp */, + FFFD24630b307f8e24630b30 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFB4b632d887fd44b632d88 /* Source Files */ = { + FFFB246308687f8e24630868 /* Source Files */ = { isa = PBXGroup; children = ( - FFFD4b6336a07fd44b6336a0 /* SnippetContactReportCCD.cpp */, - FFFD4b6337087fd44b633708 /* SnippetContactReportCCDRender.cpp */, + FFFD246314a07f8e246314a0 /* SnippetContactReportCCD.cpp */, + FFFD246315087f8e24631508 /* SnippetContactReportCCDRender.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFB4b6338907fd44b633890 /* SnippetCloth */ = { + FFFB246316907f8e24631690 /* SnippetCloth */ = { isa = PBXGroup; children = ( - FFFB4b6363d07fd44b6363d0 /* Main */, - FFFB4b6363f87fd44b6363f8 /* Source Files */, + FFFB246343307f8e24634330 /* Main */, + FFFB246343587f8e24634358 /* Source Files */, ); name = "SnippetCloth"; sourceTree = "<group>"; }; - FFFB4b6363d07fd44b6363d0 /* Main */ = { + FFFB246343307f8e24634330 /* Main */ = { isa = PBXGroup; children = ( - FFFD4b6365d07fd44b6365d0 /* ClassicMain.cpp */, + FFFD246335d07f8e246335d0 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFB4b6363f87fd44b6363f8 /* Source Files */ = { + FFFB246343587f8e24634358 /* Source Files */ = { isa = PBXGroup; children = ( - FFFD4b6367907fd44b636790 /* SnippetCloth.cpp */, + FFFD246347907f8e24634790 /* SnippetCloth.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFB4b636ae07fd44b636ae0 /* SnippetMBP */ = { + FFFB246348907f8e24634890 /* SnippetMBP */ = { isa = PBXGroup; children = ( - FFFB4b6393407fd44b639340 /* Main */, - FFFB4b6393687fd44b639368 /* Source Files */, + FFFB246370d07f8e246370d0 /* Main */, + FFFB246370f87f8e246370f8 /* Source Files */, ); name = "SnippetMBP"; sourceTree = "<group>"; }; - FFFB4b6393407fd44b639340 /* Main */ = { + FFFB246370d07f8e246370d0 /* Main */ = { isa = PBXGroup; children = ( - FFFD4b639a207fd44b639a20 /* ClassicMain.cpp */, + FFFD246377b07f8e246377b0 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFB4b6393687fd44b639368 /* Source Files */ = { + FFFB246370f87f8e246370f8 /* Source Files */ = { isa = PBXGroup; children = ( - FFFD4b639f507fd44b639f50 /* SnippetMBP.cpp */, - FFFD4b639fb87fd44b639fb8 /* SnippetMBPRender.cpp */, + FFFD24637ce07f8e24637ce0 /* SnippetMBP.cpp */, + FFFD24637d487f8e24637d48 /* SnippetMBPRender.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFB4b63a1407fd44b63a140 /* SnippetArticulation */ = { + FFFB24637ed07f8e24637ed0 /* SnippetArticulation */ = { isa = PBXGroup; children = ( - FFFB4b63c9307fd44b63c930 /* Main */, - FFFB4b63c9587fd44b63c958 /* Source Files */, + FFFB2463a6c07f8e2463a6c0 /* Main */, + FFFB2463a6e87f8e2463a6e8 /* Source Files */, ); name = "SnippetArticulation"; sourceTree = "<group>"; }; - FFFB4b63c9307fd44b63c930 /* Main */ = { + FFFB2463a6c07f8e2463a6c0 /* Main */ = { isa = PBXGroup; children = ( - FFFD4b63cfd07fd44b63cfd0 /* ClassicMain.cpp */, + FFFD2463ad607f8e2463ad60 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFB4b63c9587fd44b63c958 /* Source Files */ = { + FFFB2463a6e87f8e2463a6e8 /* Source Files */ = { isa = PBXGroup; children = ( - FFFD4b63d5b07fd44b63d5b0 /* SnippetArticulation.cpp */, - FFFD4b63d6187fd44b63d618 /* SnippetArticulationRender.cpp */, + FFFD2463b3407f8e2463b340 /* SnippetArticulation.cpp */, + FFFD2463b3a87f8e2463b3a8 /* SnippetArticulationRender.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFB4b63d3c07fd44b63d3c0 /* SnippetRaycastCCD */ = { + FFFB2463b1507f8e2463b150 /* SnippetRaycastCCD */ = { isa = PBXGroup; children = ( - FFFB4b6402707fd44b640270 /* Main */, - FFFB4b6402987fd44b640298 /* Source Files */, + FFFB2463e0007f8e2463e000 /* Main */, + FFFB2463e0287f8e2463e028 /* Source Files */, ); name = "SnippetRaycastCCD"; sourceTree = "<group>"; }; - FFFB4b6402707fd44b640270 /* Main */ = { + FFFB2463e0007f8e2463e000 /* Main */ = { isa = PBXGroup; children = ( - FFFD4b6405907fd44b640590 /* ClassicMain.cpp */, + FFFD2463e3207f8e2463e320 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFB4b6402987fd44b640298 /* Source Files */ = { + FFFB2463e0287f8e2463e028 /* Source Files */ = { isa = PBXGroup; children = ( - FFFD4b640b907fd44b640b90 /* SnippetRaycastCCD.cpp */, - FFFD4b640bf87fd44b640bf8 /* SnippetRaycastCCDRender.cpp */, + FFFD2463e9207f8e2463e920 /* SnippetRaycastCCD.cpp */, + FFFD2463e9887f8e2463e988 /* SnippetRaycastCCDRender.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFB4b6409a07fd44b6409a0 /* SnippetCustomProfiler */ = { + FFFB2463e7307f8e2463e730 /* SnippetCustomProfiler */ = { isa = PBXGroup; children = ( - FFFB4b6434707fd44b643470 /* Main */, - FFFB4b6434987fd44b643498 /* Source Files */, + FFFB246412007f8e24641200 /* Main */, + FFFB246412287f8e24641228 /* Source Files */, ); name = "SnippetCustomProfiler"; sourceTree = "<group>"; }; - FFFB4b6434707fd44b643470 /* Main */ = { + FFFB246412007f8e24641200 /* Main */ = { isa = PBXGroup; children = ( - FFFD4b643b907fd44b643b90 /* ClassicMain.cpp */, + FFFD246419207f8e24641920 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFB4b6434987fd44b643498 /* Source Files */ = { + FFFB246412287f8e24641228 /* Source Files */ = { isa = PBXGroup; children = ( - FFFD4b6441507fd44b644150 /* SnippetCustomProfiler.cpp */, - FFFD4b6441b87fd44b6441b8 /* SnippetCustomProfilerRender.cpp */, + FFFD24641ee07f8e24641ee0 /* SnippetCustomProfiler.cpp */, + FFFD24641f487f8e24641f48 /* SnippetCustomProfilerRender.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFB4b6443407fd44b644340 /* SnippetVehicleTank */ = { + FFFB246420d07f8e246420d0 /* SnippetVehicleTank */ = { isa = PBXGroup; children = ( - FFFB4b647bb07fd44b647bb0 /* Main */, - FFFB4b647bd87fd44b647bd8 /* Source Files */, - FFFB4b647c007fd44b647c00 /* Common */, + FFFB246459407f8e24645940 /* Main */, + FFFB246459687f8e24645968 /* Source Files */, + FFFB246459907f8e24645990 /* Common */, ); name = "SnippetVehicleTank"; sourceTree = "<group>"; }; - FFFB4b647bb07fd44b647bb0 /* Main */ = { + FFFB246459407f8e24645940 /* Main */ = { isa = PBXGroup; children = ( - FFFD4b646e307fd44b646e30 /* ClassicMain.cpp */, + FFFD24644bc07f8e24644bc0 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFB4b647bd87fd44b647bd8 /* Source Files */ = { + FFFB246459687f8e24645968 /* Source Files */ = { isa = PBXGroup; children = ( - FFFD4b647ce07fd44b647ce0 /* SnippetVehicleTank.cpp */, - FFFD4b647d487fd44b647d48 /* SnippetVehicleTankRender.cpp */, + FFFD24645a707f8e24645a70 /* SnippetVehicleTank.cpp */, + FFFD24645ad87f8e24645ad8 /* SnippetVehicleTankRender.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFB4b647c007fd44b647c00 /* Common */ = { + FFFB246459907f8e24645990 /* Common */ = { isa = PBXGroup; children = ( - FFFD4aa1d2007fd44aa1d200 /* SnippetVehicle4WCreate.cpp */, - FFFD4aa1d2687fd44aa1d268 /* SnippetVehicleCreate.cpp */, - FFFD4aa1d2d07fd44aa1d2d0 /* SnippetVehicleFilterShader.cpp */, - FFFD4aa1d3387fd44aa1d338 /* SnippetVehicleNoDriveCreate.cpp */, - FFFD4aa1d3a07fd44aa1d3a0 /* SnippetVehicleSceneQuery.cpp */, - FFFD4aa1d4087fd44aa1d408 /* SnippetVehicleTankCreate.cpp */, - FFFD4aa1d4707fd44aa1d470 /* SnippetVehicleTireFriction.cpp */, - FFFD4aa1d4d87fd44aa1d4d8 /* SnippetVehicleConcurrency.h */, - FFFD4aa1d5407fd44aa1d540 /* SnippetVehicleCreate.h */, - FFFD4aa1d5a87fd44aa1d5a8 /* SnippetVehicleFilterShader.h */, - FFFD4aa1d6107fd44aa1d610 /* SnippetVehicleSceneQuery.h */, - FFFD4aa1d6787fd44aa1d678 /* SnippetVehicleTireFriction.h */, - FFFD4aa1d6e07fd44aa1d6e0 /* SnippetVehicleWheelQueryResult.h */, + FFFD23a1cc007f8e23a1cc00 /* SnippetVehicle4WCreate.cpp */, + FFFD23a1cc687f8e23a1cc68 /* SnippetVehicleCreate.cpp */, + FFFD23a1ccd07f8e23a1ccd0 /* SnippetVehicleFilterShader.cpp */, + FFFD23a1cd387f8e23a1cd38 /* SnippetVehicleNoDriveCreate.cpp */, + FFFD23a1cda07f8e23a1cda0 /* SnippetVehicleSceneQuery.cpp */, + FFFD23a1ce087f8e23a1ce08 /* SnippetVehicleTankCreate.cpp */, + FFFD23a1ce707f8e23a1ce70 /* SnippetVehicleTireFriction.cpp */, + FFFD23a1ced87f8e23a1ced8 /* SnippetVehicleConcurrency.h */, + FFFD23a1cf407f8e23a1cf40 /* SnippetVehicleCreate.h */, + FFFD23a1cfa87f8e23a1cfa8 /* SnippetVehicleFilterShader.h */, + FFFD23a1d0107f8e23a1d010 /* SnippetVehicleSceneQuery.h */, + FFFD23a1d0787f8e23a1d078 /* SnippetVehicleTireFriction.h */, + FFFD23a1d0e07f8e23a1d0e0 /* SnippetVehicleWheelQueryResult.h */, ); name = "Common"; sourceTree = SOURCE_ROOT; }; - FFFB4b6492507fd44b649250 /* SnippetVehicle4W */ = { + FFFB24646fe07f8e24646fe0 /* SnippetVehicle4W */ = { isa = PBXGroup; children = ( - FFFB4b64c8a07fd44b64c8a0 /* Main */, - FFFB4b64c8c87fd44b64c8c8 /* Source Files */, - FFFB4b64c8f07fd44b64c8f0 /* Common */, + FFFB2464a6307f8e2464a630 /* Main */, + FFFB2464a6587f8e2464a658 /* Source Files */, + FFFB2464a6807f8e2464a680 /* Common */, ); name = "SnippetVehicle4W"; sourceTree = "<group>"; }; - FFFB4b64c8a07fd44b64c8a0 /* Main */ = { + FFFB2464a6307f8e2464a630 /* Main */ = { isa = PBXGroup; children = ( - FFFD4b64c9407fd44b64c940 /* ClassicMain.cpp */, + FFFD2464a6d07f8e2464a6d0 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFB4b64c8c87fd44b64c8c8 /* Source Files */ = { + FFFB2464a6587f8e2464a658 /* Source Files */ = { isa = PBXGroup; children = ( - FFFD4b64ca407fd44b64ca40 /* SnippetVehicle4W.cpp */, - FFFD4b64caa87fd44b64caa8 /* SnippetVehicle4WRender.cpp */, + FFFD2464a7d07f8e2464a7d0 /* SnippetVehicle4W.cpp */, + FFFD2464a8387f8e2464a838 /* SnippetVehicle4WRender.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFB4b64c8f07fd44b64c8f0 /* Common */ = { + FFFB2464a6807f8e2464a680 /* Common */ = { isa = PBXGroup; children = ( - FFFD4aa202007fd44aa20200 /* SnippetVehicle4WCreate.cpp */, - FFFD4aa202687fd44aa20268 /* SnippetVehicleCreate.cpp */, - FFFD4aa202d07fd44aa202d0 /* SnippetVehicleFilterShader.cpp */, - FFFD4aa203387fd44aa20338 /* SnippetVehicleNoDriveCreate.cpp */, - FFFD4aa203a07fd44aa203a0 /* SnippetVehicleSceneQuery.cpp */, - FFFD4aa204087fd44aa20408 /* SnippetVehicleTankCreate.cpp */, - FFFD4aa204707fd44aa20470 /* SnippetVehicleTireFriction.cpp */, - FFFD4aa204d87fd44aa204d8 /* SnippetVehicleConcurrency.h */, - FFFD4aa205407fd44aa20540 /* SnippetVehicleCreate.h */, - FFFD4aa205a87fd44aa205a8 /* SnippetVehicleFilterShader.h */, - FFFD4aa206107fd44aa20610 /* SnippetVehicleSceneQuery.h */, - FFFD4aa206787fd44aa20678 /* SnippetVehicleTireFriction.h */, - FFFD4aa206e07fd44aa206e0 /* SnippetVehicleWheelQueryResult.h */, + FFFD23a1fc007f8e23a1fc00 /* SnippetVehicle4WCreate.cpp */, + FFFD23a1fc687f8e23a1fc68 /* SnippetVehicleCreate.cpp */, + FFFD23a1fcd07f8e23a1fcd0 /* SnippetVehicleFilterShader.cpp */, + FFFD23a1fd387f8e23a1fd38 /* SnippetVehicleNoDriveCreate.cpp */, + FFFD23a1fda07f8e23a1fda0 /* SnippetVehicleSceneQuery.cpp */, + FFFD23a1fe087f8e23a1fe08 /* SnippetVehicleTankCreate.cpp */, + FFFD23a1fe707f8e23a1fe70 /* SnippetVehicleTireFriction.cpp */, + FFFD23a1fed87f8e23a1fed8 /* SnippetVehicleConcurrency.h */, + FFFD23a1ff407f8e23a1ff40 /* SnippetVehicleCreate.h */, + FFFD23a1ffa87f8e23a1ffa8 /* SnippetVehicleFilterShader.h */, + FFFD23a200107f8e23a20010 /* SnippetVehicleSceneQuery.h */, + FFFD23a200787f8e23a20078 /* SnippetVehicleTireFriction.h */, + FFFD23a200e07f8e23a200e0 /* SnippetVehicleWheelQueryResult.h */, ); name = "Common"; sourceTree = SOURCE_ROOT; }; - FFFB4b64df707fd44b64df70 /* SnippetVehicleScale */ = { + FFFB2464bd007f8e2464bd00 /* SnippetVehicleScale */ = { isa = PBXGroup; children = ( - FFFB4b6515807fd44b651580 /* Main */, - FFFB4b6515a87fd44b6515a8 /* Source Files */, - FFFB4b6515d07fd44b6515d0 /* Common */, + FFFB2464f3107f8e2464f310 /* Main */, + FFFB2464f3387f8e2464f338 /* Source Files */, + FFFB2464f3607f8e2464f360 /* Common */, ); name = "SnippetVehicleScale"; sourceTree = "<group>"; }; - FFFB4b6515807fd44b651580 /* Main */ = { + FFFB2464f3107f8e2464f310 /* Main */ = { isa = PBXGroup; children = ( - FFFD4b6516207fd44b651620 /* ClassicMain.cpp */, + FFFD2464f3b07f8e2464f3b0 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFB4b6515a87fd44b6515a8 /* Source Files */ = { + FFFB2464f3387f8e2464f338 /* Source Files */ = { isa = PBXGroup; children = ( - FFFD4b6517207fd44b651720 /* SnippetVehicleScale.cpp */, - FFFD4b6517887fd44b651788 /* SnippetVehicleScaleRender.cpp */, + FFFD2464f4b07f8e2464f4b0 /* SnippetVehicleScale.cpp */, + FFFD2464f5187f8e2464f518 /* SnippetVehicleScaleRender.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFB4b6515d07fd44b6515d0 /* Common */ = { + FFFB2464f3607f8e2464f360 /* Common */ = { isa = PBXGroup; children = ( - FFFD4aa232007fd44aa23200 /* SnippetVehicle4WCreate.cpp */, - FFFD4aa232687fd44aa23268 /* SnippetVehicleCreate.cpp */, - FFFD4aa232d07fd44aa232d0 /* SnippetVehicleFilterShader.cpp */, - FFFD4aa233387fd44aa23338 /* SnippetVehicleNoDriveCreate.cpp */, - FFFD4aa233a07fd44aa233a0 /* SnippetVehicleSceneQuery.cpp */, - FFFD4aa234087fd44aa23408 /* SnippetVehicleTankCreate.cpp */, - FFFD4aa234707fd44aa23470 /* SnippetVehicleTireFriction.cpp */, - FFFD4aa234d87fd44aa234d8 /* SnippetVehicleConcurrency.h */, - FFFD4aa235407fd44aa23540 /* SnippetVehicleCreate.h */, - FFFD4aa235a87fd44aa235a8 /* SnippetVehicleFilterShader.h */, - FFFD4aa236107fd44aa23610 /* SnippetVehicleSceneQuery.h */, - FFFD4aa236787fd44aa23678 /* SnippetVehicleTireFriction.h */, - FFFD4aa236e07fd44aa236e0 /* SnippetVehicleWheelQueryResult.h */, + FFFD23a22c007f8e23a22c00 /* SnippetVehicle4WCreate.cpp */, + FFFD23a22c687f8e23a22c68 /* SnippetVehicleCreate.cpp */, + FFFD23a22cd07f8e23a22cd0 /* SnippetVehicleFilterShader.cpp */, + FFFD23a22d387f8e23a22d38 /* SnippetVehicleNoDriveCreate.cpp */, + FFFD23a22da07f8e23a22da0 /* SnippetVehicleSceneQuery.cpp */, + FFFD23a22e087f8e23a22e08 /* SnippetVehicleTankCreate.cpp */, + FFFD23a22e707f8e23a22e70 /* SnippetVehicleTireFriction.cpp */, + FFFD23a22ed87f8e23a22ed8 /* SnippetVehicleConcurrency.h */, + FFFD23a22f407f8e23a22f40 /* SnippetVehicleCreate.h */, + FFFD23a22fa87f8e23a22fa8 /* SnippetVehicleFilterShader.h */, + FFFD23a230107f8e23a23010 /* SnippetVehicleSceneQuery.h */, + FFFD23a230787f8e23a23078 /* SnippetVehicleTireFriction.h */, + FFFD23a230e07f8e23a230e0 /* SnippetVehicleWheelQueryResult.h */, ); name = "Common"; sourceTree = SOURCE_ROOT; }; - FFFB4b652c007fd44b652c00 /* SnippetVehicleNoDrive */ = { + FFFB246509907f8e24650990 /* SnippetVehicleNoDrive */ = { isa = PBXGroup; children = ( - FFFB4b6562e07fd44b6562e0 /* Main */, - FFFB4b6563087fd44b656308 /* Source Files */, - FFFB4b6563307fd44b656330 /* Common */, + FFFB246540707f8e24654070 /* Main */, + FFFB246540987f8e24654098 /* Source Files */, + FFFB246540c07f8e246540c0 /* Common */, ); name = "SnippetVehicleNoDrive"; sourceTree = "<group>"; }; - FFFB4b6562e07fd44b6562e0 /* Main */ = { + FFFB246540707f8e24654070 /* Main */ = { isa = PBXGroup; children = ( - FFFD4b655e607fd44b655e60 /* ClassicMain.cpp */, + FFFD24653bf07f8e24653bf0 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFB4b6563087fd44b656308 /* Source Files */ = { + FFFB246540987f8e24654098 /* Source Files */ = { isa = PBXGroup; children = ( - FFFD4b6564107fd44b656410 /* SnippetVehicleNoDrive.cpp */, - FFFD4b6564787fd44b656478 /* SnippetVehicleNoDriveRender.cpp */, + FFFD246541a07f8e246541a0 /* SnippetVehicleNoDrive.cpp */, + FFFD246542087f8e24654208 /* SnippetVehicleNoDriveRender.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFB4b6563307fd44b656330 /* Common */ = { + FFFB246540c07f8e246540c0 /* Common */ = { isa = PBXGroup; children = ( - FFFD4aa262007fd44aa26200 /* SnippetVehicle4WCreate.cpp */, - FFFD4aa262687fd44aa26268 /* SnippetVehicleCreate.cpp */, - FFFD4aa262d07fd44aa262d0 /* SnippetVehicleFilterShader.cpp */, - FFFD4aa263387fd44aa26338 /* SnippetVehicleNoDriveCreate.cpp */, - FFFD4aa263a07fd44aa263a0 /* SnippetVehicleSceneQuery.cpp */, - FFFD4aa264087fd44aa26408 /* SnippetVehicleTankCreate.cpp */, - FFFD4aa264707fd44aa26470 /* SnippetVehicleTireFriction.cpp */, - FFFD4aa264d87fd44aa264d8 /* SnippetVehicleConcurrency.h */, - FFFD4aa265407fd44aa26540 /* SnippetVehicleCreate.h */, - FFFD4aa265a87fd44aa265a8 /* SnippetVehicleFilterShader.h */, - FFFD4aa266107fd44aa26610 /* SnippetVehicleSceneQuery.h */, - FFFD4aa266787fd44aa26678 /* SnippetVehicleTireFriction.h */, - FFFD4aa266e07fd44aa266e0 /* SnippetVehicleWheelQueryResult.h */, + FFFD23a25c007f8e23a25c00 /* SnippetVehicle4WCreate.cpp */, + FFFD23a25c687f8e23a25c68 /* SnippetVehicleCreate.cpp */, + FFFD23a25cd07f8e23a25cd0 /* SnippetVehicleFilterShader.cpp */, + FFFD23a25d387f8e23a25d38 /* SnippetVehicleNoDriveCreate.cpp */, + FFFD23a25da07f8e23a25da0 /* SnippetVehicleSceneQuery.cpp */, + FFFD23a25e087f8e23a25e08 /* SnippetVehicleTankCreate.cpp */, + FFFD23a25e707f8e23a25e70 /* SnippetVehicleTireFriction.cpp */, + FFFD23a25ed87f8e23a25ed8 /* SnippetVehicleConcurrency.h */, + FFFD23a25f407f8e23a25f40 /* SnippetVehicleCreate.h */, + FFFD23a25fa87f8e23a25fa8 /* SnippetVehicleFilterShader.h */, + FFFD23a260107f8e23a26010 /* SnippetVehicleSceneQuery.h */, + FFFD23a260787f8e23a26078 /* SnippetVehicleTireFriction.h */, + FFFD23a260e07f8e23a260e0 /* SnippetVehicleWheelQueryResult.h */, ); name = "Common"; sourceTree = SOURCE_ROOT; }; - FFFB4b6579907fd44b657990 /* SnippetVehicleMultiThreading */ = { + FFFB246557207f8e24655720 /* SnippetVehicleMultiThreading */ = { isa = PBXGroup; children = ( - FFFB4b65adb07fd44b65adb0 /* Main */, - FFFB4b65add87fd44b65add8 /* Source Files */, - FFFB4b65ae007fd44b65ae00 /* Common */, + FFFB24658b407f8e24658b40 /* Main */, + FFFB24658b687f8e24658b68 /* Source Files */, + FFFB24658b907f8e24658b90 /* Common */, ); name = "SnippetVehicleMultiThreading"; sourceTree = "<group>"; }; - FFFB4b65adb07fd44b65adb0 /* Main */ = { + FFFB24658b407f8e24658b40 /* Main */ = { isa = PBXGroup; children = ( - FFFD4b65ae507fd44b65ae50 /* ClassicMain.cpp */, + FFFD24658be07f8e24658be0 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFB4b65add87fd44b65add8 /* Source Files */ = { + FFFB24658b687f8e24658b68 /* Source Files */ = { isa = PBXGroup; children = ( - FFFD4b65af507fd44b65af50 /* SnippetVehicleMultiThreading.cpp */, + FFFD24658ce07f8e24658ce0 /* SnippetVehicleMultiThreading.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFB4b65ae007fd44b65ae00 /* Common */ = { + FFFB24658b907f8e24658b90 /* Common */ = { isa = PBXGroup; children = ( - FFFD4aa292007fd44aa29200 /* SnippetVehicle4WCreate.cpp */, - FFFD4aa292687fd44aa29268 /* SnippetVehicleCreate.cpp */, - FFFD4aa292d07fd44aa292d0 /* SnippetVehicleFilterShader.cpp */, - FFFD4aa293387fd44aa29338 /* SnippetVehicleNoDriveCreate.cpp */, - FFFD4aa293a07fd44aa293a0 /* SnippetVehicleSceneQuery.cpp */, - FFFD4aa294087fd44aa29408 /* SnippetVehicleTankCreate.cpp */, - FFFD4aa294707fd44aa29470 /* SnippetVehicleTireFriction.cpp */, - FFFD4aa294d87fd44aa294d8 /* SnippetVehicleConcurrency.h */, - FFFD4aa295407fd44aa29540 /* SnippetVehicleCreate.h */, - FFFD4aa295a87fd44aa295a8 /* SnippetVehicleFilterShader.h */, - FFFD4aa296107fd44aa29610 /* SnippetVehicleSceneQuery.h */, - FFFD4aa296787fd44aa29678 /* SnippetVehicleTireFriction.h */, - FFFD4aa296e07fd44aa296e0 /* SnippetVehicleWheelQueryResult.h */, + FFFD23a28c007f8e23a28c00 /* SnippetVehicle4WCreate.cpp */, + FFFD23a28c687f8e23a28c68 /* SnippetVehicleCreate.cpp */, + FFFD23a28cd07f8e23a28cd0 /* SnippetVehicleFilterShader.cpp */, + FFFD23a28d387f8e23a28d38 /* SnippetVehicleNoDriveCreate.cpp */, + FFFD23a28da07f8e23a28da0 /* SnippetVehicleSceneQuery.cpp */, + FFFD23a28e087f8e23a28e08 /* SnippetVehicleTankCreate.cpp */, + FFFD23a28e707f8e23a28e70 /* SnippetVehicleTireFriction.cpp */, + FFFD23a28ed87f8e23a28ed8 /* SnippetVehicleConcurrency.h */, + FFFD23a28f407f8e23a28f40 /* SnippetVehicleCreate.h */, + FFFD23a28fa87f8e23a28fa8 /* SnippetVehicleFilterShader.h */, + FFFD23a290107f8e23a29010 /* SnippetVehicleSceneQuery.h */, + FFFD23a290787f8e23a29078 /* SnippetVehicleTireFriction.h */, + FFFD23a290e07f8e23a290e0 /* SnippetVehicleWheelQueryResult.h */, ); name = "Common"; sourceTree = SOURCE_ROOT; }; - FFFB4b65c4b07fd44b65c4b0 /* SnippetVehicleContactMod */ = { + FFFB2465a2407f8e2465a240 /* SnippetVehicleContactMod */ = { isa = PBXGroup; children = ( - FFFB4b65fb707fd44b65fb70 /* Main */, - FFFB4b65fb987fd44b65fb98 /* Source Files */, - FFFB4b65fbc07fd44b65fbc0 /* Common */, + FFFB2465d9007f8e2465d900 /* Main */, + FFFB2465d9287f8e2465d928 /* Source Files */, + FFFB2465d9507f8e2465d950 /* Common */, ); name = "SnippetVehicleContactMod"; sourceTree = "<group>"; }; - FFFB4b65fb707fd44b65fb70 /* Main */ = { + FFFB2465d9007f8e2465d900 /* Main */ = { isa = PBXGroup; children = ( - FFFD4b65f0b07fd44b65f0b0 /* ClassicMain.cpp */, + FFFD2465ce407f8e2465ce40 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFB4b65fb987fd44b65fb98 /* Source Files */ = { + FFFB2465d9287f8e2465d928 /* Source Files */ = { isa = PBXGroup; children = ( - FFFD4b65fca07fd44b65fca0 /* SnippetVehicleContactMod.cpp */, - FFFD4b65fd087fd44b65fd08 /* SnippetVehicleContactModRender.cpp */, + FFFD2465da307f8e2465da30 /* SnippetVehicleContactMod.cpp */, + FFFD2465da987f8e2465da98 /* SnippetVehicleContactModRender.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFB4b65fbc07fd44b65fbc0 /* Common */ = { + FFFB2465d9507f8e2465d950 /* Common */ = { isa = PBXGroup; children = ( - FFFD4aa2c2007fd44aa2c200 /* SnippetVehicle4WCreate.cpp */, - FFFD4aa2c2687fd44aa2c268 /* SnippetVehicleCreate.cpp */, - FFFD4aa2c2d07fd44aa2c2d0 /* SnippetVehicleFilterShader.cpp */, - FFFD4aa2c3387fd44aa2c338 /* SnippetVehicleNoDriveCreate.cpp */, - FFFD4aa2c3a07fd44aa2c3a0 /* SnippetVehicleSceneQuery.cpp */, - FFFD4aa2c4087fd44aa2c408 /* SnippetVehicleTankCreate.cpp */, - FFFD4aa2c4707fd44aa2c470 /* SnippetVehicleTireFriction.cpp */, - FFFD4aa2c4d87fd44aa2c4d8 /* SnippetVehicleConcurrency.h */, - FFFD4aa2c5407fd44aa2c540 /* SnippetVehicleCreate.h */, - FFFD4aa2c5a87fd44aa2c5a8 /* SnippetVehicleFilterShader.h */, - FFFD4aa2c6107fd44aa2c610 /* SnippetVehicleSceneQuery.h */, - FFFD4aa2c6787fd44aa2c678 /* SnippetVehicleTireFriction.h */, - FFFD4aa2c6e07fd44aa2c6e0 /* SnippetVehicleWheelQueryResult.h */, + FFFD23a2bc007f8e23a2bc00 /* SnippetVehicle4WCreate.cpp */, + FFFD23a2bc687f8e23a2bc68 /* SnippetVehicleCreate.cpp */, + FFFD23a2bcd07f8e23a2bcd0 /* SnippetVehicleFilterShader.cpp */, + FFFD23a2bd387f8e23a2bd38 /* SnippetVehicleNoDriveCreate.cpp */, + FFFD23a2bda07f8e23a2bda0 /* SnippetVehicleSceneQuery.cpp */, + FFFD23a2be087f8e23a2be08 /* SnippetVehicleTankCreate.cpp */, + FFFD23a2be707f8e23a2be70 /* SnippetVehicleTireFriction.cpp */, + FFFD23a2bed87f8e23a2bed8 /* SnippetVehicleConcurrency.h */, + FFFD23a2bf407f8e23a2bf40 /* SnippetVehicleCreate.h */, + FFFD23a2bfa87f8e23a2bfa8 /* SnippetVehicleFilterShader.h */, + FFFD23a2c0107f8e23a2c010 /* SnippetVehicleSceneQuery.h */, + FFFD23a2c0787f8e23a2c078 /* SnippetVehicleTireFriction.h */, + FFFD23a2c0e07f8e23a2c0e0 /* SnippetVehicleWheelQueryResult.h */, ); name = "Common"; sourceTree = SOURCE_ROOT; }; - FFFB4b6612107fd44b661210 /* SnippetNestedScene */ = { + FFFB2465efa07f8e2465efa0 /* SnippetNestedScene */ = { isa = PBXGroup; children = ( - FFFB4b664a307fd44b664a30 /* Main */, - FFFB4b664a587fd44b664a58 /* Source Files */, - FFFB4b664a807fd44b664a80 /* Common */, + FFFB246627c07f8e246627c0 /* Main */, + FFFB246627e87f8e246627e8 /* Source Files */, + FFFB246628107f8e24662810 /* Common */, ); name = "SnippetNestedScene"; sourceTree = "<group>"; }; - FFFB4b664a307fd44b664a30 /* Main */ = { + FFFB246627c07f8e246627c0 /* Main */ = { isa = PBXGroup; children = ( - FFFD4b6642707fd44b664270 /* ClassicMain.cpp */, + FFFD246620007f8e24662000 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFB4b664a587fd44b664a58 /* Source Files */ = { + FFFB246627e87f8e246627e8 /* Source Files */ = { isa = PBXGroup; children = ( - FFFD4b664b607fd44b664b60 /* SnippetNestedScene.cpp */, - FFFD4b664bc87fd44b664bc8 /* SnippetNestedSceneRender.cpp */, - FFFD4b664c307fd44b664c30 /* NestedScene.h */, + FFFD246628f07f8e246628f0 /* SnippetNestedScene.cpp */, + FFFD246629587f8e24662958 /* SnippetNestedSceneRender.cpp */, + FFFD246629c07f8e246629c0 /* NestedScene.h */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFB4b664a807fd44b664a80 /* Common */ = { + FFFB246628107f8e24662810 /* Common */ = { isa = PBXGroup; children = ( - FFFD4aa2f2007fd44aa2f200 /* SnippetVehicle4WCreate.cpp */, - FFFD4aa2f2687fd44aa2f268 /* SnippetVehicleCreate.cpp */, - FFFD4aa2f2d07fd44aa2f2d0 /* SnippetVehicleFilterShader.cpp */, - FFFD4aa2f3387fd44aa2f338 /* SnippetVehicleNoDriveCreate.cpp */, - FFFD4aa2f3a07fd44aa2f3a0 /* SnippetVehicleSceneQuery.cpp */, - FFFD4aa2f4087fd44aa2f408 /* SnippetVehicleTankCreate.cpp */, - FFFD4aa2f4707fd44aa2f470 /* SnippetVehicleTireFriction.cpp */, - FFFD4aa2f4d87fd44aa2f4d8 /* SnippetVehicleConcurrency.h */, - FFFD4aa2f5407fd44aa2f540 /* SnippetVehicleCreate.h */, - FFFD4aa2f5a87fd44aa2f5a8 /* SnippetVehicleFilterShader.h */, - FFFD4aa2f6107fd44aa2f610 /* SnippetVehicleSceneQuery.h */, - FFFD4aa2f6787fd44aa2f678 /* SnippetVehicleTireFriction.h */, - FFFD4aa2f6e07fd44aa2f6e0 /* SnippetVehicleWheelQueryResult.h */, + FFFD23a2ec007f8e23a2ec00 /* SnippetVehicle4WCreate.cpp */, + FFFD23a2ec687f8e23a2ec68 /* SnippetVehicleCreate.cpp */, + FFFD23a2ecd07f8e23a2ecd0 /* SnippetVehicleFilterShader.cpp */, + FFFD23a2ed387f8e23a2ed38 /* SnippetVehicleNoDriveCreate.cpp */, + FFFD23a2eda07f8e23a2eda0 /* SnippetVehicleSceneQuery.cpp */, + FFFD23a2ee087f8e23a2ee08 /* SnippetVehicleTankCreate.cpp */, + FFFD23a2ee707f8e23a2ee70 /* SnippetVehicleTireFriction.cpp */, + FFFD23a2eed87f8e23a2eed8 /* SnippetVehicleConcurrency.h */, + FFFD23a2ef407f8e23a2ef40 /* SnippetVehicleCreate.h */, + FFFD23a2efa87f8e23a2efa8 /* SnippetVehicleFilterShader.h */, + FFFD23a2f0107f8e23a2f010 /* SnippetVehicleSceneQuery.h */, + FFFD23a2f0787f8e23a2f078 /* SnippetVehicleTireFriction.h */, + FFFD23a2f0e07f8e23a2f0e0 /* SnippetVehicleWheelQueryResult.h */, ); name = "Common"; sourceTree = SOURCE_ROOT; }; - FFFB4b6661007fd44b666100 /* SnippetSpatialIndex */ = { + FFFB24663e907f8e24663e90 /* SnippetSpatialIndex */ = { isa = PBXGroup; children = ( - FFFB4b668c407fd44b668c40 /* Main */, - FFFB4b668c687fd44b668c68 /* Source Files */, + FFFB246669d07f8e246669d0 /* Main */, + FFFB246669f87f8e246669f8 /* Source Files */, ); name = "SnippetSpatialIndex"; sourceTree = "<group>"; }; - FFFB4b668c407fd44b668c40 /* Main */ = { + FFFB246669d07f8e246669d0 /* Main */ = { isa = PBXGroup; children = ( - FFFD4b6686c07fd44b6686c0 /* ClassicMain.cpp */, + FFFD246664507f8e24666450 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFB4b668c687fd44b668c68 /* Source Files */ = { + FFFB246669f87f8e246669f8 /* Source Files */ = { isa = PBXGroup; children = ( - FFFD4b6663807fd44b666380 /* SnippetSpatialIndex.cpp */, + FFFD246641107f8e24664110 /* SnippetSpatialIndex.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFB4b6691c07fd44b6691c0 /* SnippetSplitSim */ = { + FFFB24666f507f8e24666f50 /* SnippetSplitSim */ = { isa = PBXGroup; children = ( - FFFB4b66c0207fd44b66c020 /* Main */, - FFFB4b66c0487fd44b66c048 /* Source Files */, + FFFB24669db07f8e24669db0 /* Main */, + FFFB24669dd87f8e24669dd8 /* Source Files */, ); name = "SnippetSplitSim"; sourceTree = "<group>"; }; - FFFB4b66c0207fd44b66c020 /* Main */ = { + FFFB24669db07f8e24669db0 /* Main */ = { isa = PBXGroup; children = ( - FFFD4b66c0a07fd44b66c0a0 /* ClassicMain.cpp */, + FFFD24669e307f8e24669e30 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFB4b66c0487fd44b66c048 /* Source Files */ = { + FFFB24669dd87f8e24669dd8 /* Source Files */ = { isa = PBXGroup; children = ( - FFFD4b66c6707fd44b66c670 /* SnippetSplitSim.cpp */, - FFFD4b66c6d87fd44b66c6d8 /* SnippetSplitSimRender.cpp */, + FFFD2466a4007f8e2466a400 /* SnippetSplitSim.cpp */, + FFFD2466a4687f8e2466a468 /* SnippetSplitSimRender.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFB4b66c8607fd44b66c860 /* SnippetTriangleMeshCreate */ = { + FFFB2466a5f07f8e2466a5f0 /* SnippetTriangleMeshCreate */ = { isa = PBXGroup; children = ( - FFFB4b66f5d07fd44b66f5d0 /* Main */, - FFFB4b66f5f87fd44b66f5f8 /* Source Files */, + FFFB2466d3607f8e2466d360 /* Main */, + FFFB2466d3887f8e2466d388 /* Source Files */, ); name = "SnippetTriangleMeshCreate"; sourceTree = "<group>"; }; - FFFB4b66f5d07fd44b66f5d0 /* Main */ = { + FFFB2466d3607f8e2466d360 /* Main */ = { isa = PBXGroup; children = ( - FFFD4b66efa07fd44b66efa0 /* ClassicMain.cpp */, + FFFD2466cd307f8e2466cd30 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFB4b66f5f87fd44b66f5f8 /* Source Files */ = { + FFFB2466d3887f8e2466d388 /* Source Files */ = { isa = PBXGroup; children = ( - FFFD4b66fa507fd44b66fa50 /* SnippetTriangleMeshCreate.cpp */, + FFFD2466d7e07f8e2466d7e0 /* SnippetTriangleMeshCreate.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFB4b66fb507fd44b66fb50 /* SnippetMultiThreading */ = { + FFFB2466d8e07f8e2466d8e0 /* SnippetMultiThreading */ = { isa = PBXGroup; children = ( - FFFB4b6727807fd44b672780 /* Main */, - FFFB4b6727a87fd44b6727a8 /* Source Files */, + FFFB246705107f8e24670510 /* Main */, + FFFB246705387f8e24670538 /* Source Files */, ); name = "SnippetMultiThreading"; sourceTree = "<group>"; }; - FFFB4b6727807fd44b672780 /* Main */ = { + FFFB246705107f8e24670510 /* Main */ = { isa = PBXGroup; children = ( - FFFD4b6729a07fd44b6729a0 /* ClassicMain.cpp */, + FFFD246707307f8e24670730 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFB4b6727a87fd44b6727a8 /* Source Files */ = { + FFFB246705387f8e24670538 /* Source Files */ = { isa = PBXGroup; children = ( - FFFD4b672e007fd44b672e00 /* SnippetMultiThreading.cpp */, + FFFD24670b907f8e24670b90 /* SnippetMultiThreading.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFB4b672f007fd44b672f00 /* SnippetContactModification */ = { + FFFB24670c907f8e24670c90 /* SnippetContactModification */ = { isa = PBXGroup; children = ( - FFFB4b675b607fd44b675b60 /* Main */, - FFFB4b675b887fd44b675b88 /* Source Files */, + FFFB246738f07f8e246738f0 /* Main */, + FFFB246739187f8e24673918 /* Source Files */, ); name = "SnippetContactModification"; sourceTree = "<group>"; }; - FFFB4b675b607fd44b675b60 /* Main */ = { + FFFB246738f07f8e246738f0 /* Main */ = { isa = PBXGroup; children = ( - FFFD4b675ef07fd44b675ef0 /* ClassicMain.cpp */, + FFFD24673c807f8e24673c80 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFB4b675b887fd44b675b88 /* Source Files */ = { + FFFB246739187f8e24673918 /* Source Files */ = { isa = PBXGroup; children = ( - FFFD4b6765607fd44b676560 /* SnippetContactModification.cpp */, - FFFD4b6765c87fd44b6765c8 /* SnippetContactModificationRender.cpp */, + FFFD246742f07f8e246742f0 /* SnippetContactModification.cpp */, + FFFD246743587f8e24674358 /* SnippetContactModificationRender.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFB4b6767507fd44b676750 /* SnippetToleranceScale */ = { + FFFB246744e07f8e246744e0 /* SnippetToleranceScale */ = { isa = PBXGroup; children = ( - FFFB4b6794107fd44b679410 /* Main */, - FFFB4b6794387fd44b679438 /* Source Files */, + FFFB246771a07f8e246771a0 /* Main */, + FFFB246771c87f8e246771c8 /* Source Files */, ); name = "SnippetToleranceScale"; sourceTree = "<group>"; }; - FFFB4b6794107fd44b679410 /* Main */ = { + FFFB246771a07f8e246771a0 /* Main */ = { isa = PBXGroup; children = ( - FFFD4b678de07fd44b678de0 /* ClassicMain.cpp */, + FFFD24676b707f8e24676b70 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFB4b6794387fd44b679438 /* Source Files */ = { + FFFB246771c87f8e246771c8 /* Source Files */ = { isa = PBXGroup; children = ( - FFFD4b6798907fd44b679890 /* SnippetToleranceScale.cpp */, + FFFD246776207f8e24677620 /* SnippetToleranceScale.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFB4b6799907fd44b679990 /* SnippetStepper */ = { + FFFB246777207f8e24677720 /* SnippetStepper */ = { isa = PBXGroup; children = ( - FFFB4b67c5c07fd44b67c5c0 /* Main */, - FFFB4b67c5e87fd44b67c5e8 /* Source Files */, + FFFB2467a3507f8e2467a350 /* Main */, + FFFB2467a3787f8e2467a378 /* Source Files */, ); name = "SnippetStepper"; sourceTree = "<group>"; }; - FFFB4b67c5c07fd44b67c5c0 /* Main */ = { + FFFB2467a3507f8e2467a350 /* Main */ = { isa = PBXGroup; children = ( - FFFD4b67c7e07fd44b67c7e0 /* ClassicMain.cpp */, + FFFD2467a5707f8e2467a570 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFB4b67c5e87fd44b67c5e8 /* Source Files */ = { + FFFB2467a3787f8e2467a378 /* Source Files */ = { isa = PBXGroup; children = ( - FFFD4b679f207fd44b679f20 /* SnippetStepper.cpp */, + FFFD24677cb07f8e24677cb0 /* SnippetStepper.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFB4b67cd707fd44b67cd70 /* SnippetPrunerSerialization */ = { + FFFB2467ab007f8e2467ab00 /* SnippetPrunerSerialization */ = { isa = PBXGroup; children = ( - FFFB4b67f9807fd44b67f980 /* Main */, - FFFB4b67f9a87fd44b67f9a8 /* Source Files */, + FFFB2467d7107f8e2467d710 /* Main */, + FFFB2467d7387f8e2467d738 /* Source Files */, ); name = "SnippetPrunerSerialization"; sourceTree = "<group>"; }; - FFFB4b67f9807fd44b67f980 /* Main */ = { + FFFB2467d7107f8e2467d710 /* Main */ = { isa = PBXGroup; children = ( - FFFD4b67fba07fd44b67fba0 /* ClassicMain.cpp */, + FFFD2467d9307f8e2467d930 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFB4b67f9a87fd44b67f9a8 /* Source Files */ = { + FFFB2467d7387f8e2467d738 /* Source Files */ = { isa = PBXGroup; children = ( - FFFD4b6800907fd44b680090 /* SnippetPrunerSerialization.cpp */, + FFFD2467de207f8e2467de20 /* SnippetPrunerSerialization.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFB4b6802307fd44b680230 /* SnippetConvexMeshCreate */ = { + FFFB2467dfc07f8e2467dfc0 /* SnippetConvexMeshCreate */ = { isa = PBXGroup; children = ( - FFFB4b682fe07fd44b682fe0 /* Main */, - FFFB4b6830087fd44b683008 /* Source Files */, + FFFB24680d707f8e24680d70 /* Main */, + FFFB24680d987f8e24680d98 /* Source Files */, ); name = "SnippetConvexMeshCreate"; sourceTree = "<group>"; }; - FFFB4b682fe07fd44b682fe0 /* Main */ = { + FFFB24680d707f8e24680d70 /* Main */ = { isa = PBXGroup; children = ( - FFFD4b682d507fd44b682d50 /* ClassicMain.cpp */, + FFFD24680ae07f8e24680ae0 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFB4b6830087fd44b683008 /* Source Files */ = { + FFFB24680d987f8e24680d98 /* Source Files */ = { isa = PBXGroup; children = ( - FFFD4b6833e07fd44b6833e0 /* SnippetConvexMeshCreate.cpp */, + FFFD246811707f8e24681170 /* SnippetConvexMeshCreate.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; @@ -3087,13 +3087,13 @@ /* End PBXGroup section */ /* Begin PBXNativeTarget section */ - FFFA4b5ef9c07fd44b5ef9c0 /* SnippetUtils */ = { + FFFA245f99407f8e245f9940 /* SnippetUtils */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF64b5ef9c07fd44b5ef9c0 /* Build configuration list for PBXNativeTarget "SnippetUtils" */; + buildConfigurationList = FFF6245f99407f8e245f9940 /* Build configuration list for PBXNativeTarget "SnippetUtils" */; buildPhases = ( - FFF24b5ef9c07fd44b5ef9c0, - FFF84b5ef9c07fd44b5ef9c0, - FFFC4b5ef9c07fd44b5ef9c0, + FFF2245f99407f8e245f9940, + FFF8245f99407f8e245f9940, + FFFC245f99407f8e245f9940, ); buildRules = ( ); @@ -3101,878 +3101,878 @@ ); name = "SnippetUtils"; productName = "SnippetUtils"; - productReference = FFFD4b5ef9c07fd44b5ef9c0 /* SnippetUtils */; + productReference = FFFD245f99407f8e245f9940 /* SnippetUtils */; productType = "com.apple.product-type.library.static"; }; - FFFA4b601d007fd44b601d00 /* SnippetHelloWorld */ = { + FFFA245fbe707f8e245fbe70 /* SnippetHelloWorld */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF64b601d007fd44b601d00 /* Build configuration list for PBXNativeTarget "SnippetHelloWorld" */; + buildConfigurationList = FFF6245fbe707f8e245fbe70 /* Build configuration list for PBXNativeTarget "SnippetHelloWorld" */; buildPhases = ( - FFF24b601d007fd44b601d00, - FFF84b601d007fd44b601d00, - FFFC4b601d007fd44b601d00, + FFF2245fbe707f8e245fbe70, + FFF8245fbe707f8e245fbe70, + FFFC245fbe707f8e245fbe70, ); buildRules = ( ); dependencies = ( - FFF44b59a8f07fd44b59a8f0, /* SnippetUtils */ + FFF4244778d07f8e244778d0, /* SnippetUtils */ ); name = "SnippetHelloWorld"; productName = "SnippetHelloWorld"; - productReference = FFFD4b601d007fd44b601d00 /* SnippetHelloWorld */; + productReference = FFFD245fbe707f8e245fbe70 /* SnippetHelloWorld */; productType = "com.apple.product-type.application"; }; - FFFA4b59d0f07fd44b59d0f0 /* SnippetImmediateMode */ = { + FFFA2459bbf07f8e2459bbf0 /* SnippetImmediateMode */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF64b59d0f07fd44b59d0f0 /* Build configuration list for PBXNativeTarget "SnippetImmediateMode" */; + buildConfigurationList = FFF62459bbf07f8e2459bbf0 /* Build configuration list for PBXNativeTarget "SnippetImmediateMode" */; buildPhases = ( - FFF24b59d0f07fd44b59d0f0, - FFF84b59d0f07fd44b59d0f0, - FFFC4b59d0f07fd44b59d0f0, + FFF22459bbf07f8e2459bbf0, + FFF82459bbf07f8e2459bbf0, + FFFC2459bbf07f8e2459bbf0, ); buildRules = ( ); dependencies = ( - FFF44b59de607fd44b59de60, /* SnippetUtils */ + FFF42456c0d07f8e2456c0d0, /* SnippetUtils */ ); name = "SnippetImmediateMode"; productName = "SnippetImmediateMode"; - productReference = FFFD4b59d0f07fd44b59d0f0 /* SnippetImmediateMode */; + productReference = FFFD2459bbf07f8e2459bbf0 /* SnippetImmediateMode */; productType = "com.apple.product-type.application"; }; - FFFA4b50a3007fd44b50a300 /* SnippetSplitFetchResults */ = { + FFFA244a9f707f8e244a9f70 /* SnippetSplitFetchResults */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF64b50a3007fd44b50a300 /* Build configuration list for PBXNativeTarget "SnippetSplitFetchResults" */; + buildConfigurationList = FFF6244a9f707f8e244a9f70 /* Build configuration list for PBXNativeTarget "SnippetSplitFetchResults" */; buildPhases = ( - FFF24b50a3007fd44b50a300, - FFF84b50a3007fd44b50a300, - FFFC4b50a3007fd44b50a300, + FFF2244a9f707f8e244a9f70, + FFF8244a9f707f8e244a9f70, + FFFC244a9f707f8e244a9f70, ); buildRules = ( ); dependencies = ( - FFF44b5f5e207fd44b5f5e20, /* SnippetUtils */ + FFF4245cf2007f8e245cf200, /* SnippetUtils */ ); name = "SnippetSplitFetchResults"; productName = "SnippetSplitFetchResults"; - productReference = FFFD4b50a3007fd44b50a300 /* SnippetSplitFetchResults */; + productReference = FFFD244a9f707f8e244a9f70 /* SnippetSplitFetchResults */; productType = "com.apple.product-type.application"; }; - FFFA4b5cb9f07fd44b5cb9f0 /* SnippetCustomJoint */ = { + FFFA245cc5607f8e245cc560 /* SnippetCustomJoint */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF64b5cb9f07fd44b5cb9f0 /* Build configuration list for PBXNativeTarget "SnippetCustomJoint" */; + buildConfigurationList = FFF6245cc5607f8e245cc560 /* Build configuration list for PBXNativeTarget "SnippetCustomJoint" */; buildPhases = ( - FFF24b5cb9f07fd44b5cb9f0, - FFF84b5cb9f07fd44b5cb9f0, - FFFC4b5cb9f07fd44b5cb9f0, + FFF2245cc5607f8e245cc560, + FFF8245cc5607f8e245cc560, + FFFC245cc5607f8e245cc560, ); buildRules = ( ); dependencies = ( - FFF44b5cc3907fd44b5cc390, /* SnippetUtils */ + FFF4245cce607f8e245cce60, /* SnippetUtils */ ); name = "SnippetCustomJoint"; productName = "SnippetCustomJoint"; - productReference = FFFD4b5cb9f07fd44b5cb9f0 /* SnippetCustomJoint */; + productReference = FFFD245cc5607f8e245cc560 /* SnippetCustomJoint */; productType = "com.apple.product-type.application"; }; - FFFA4b6050907fd44b605090 /* SnippetSerialization */ = { + FFFA246033907f8e24603390 /* SnippetSerialization */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF64b6050907fd44b605090 /* Build configuration list for PBXNativeTarget "SnippetSerialization" */; + buildConfigurationList = FFF6246033907f8e24603390 /* Build configuration list for PBXNativeTarget "SnippetSerialization" */; buildPhases = ( - FFF24b6050907fd44b605090, - FFF84b6050907fd44b605090, - FFFC4b6050907fd44b605090, + FFF2246033907f8e24603390, + FFF8246033907f8e24603390, + FFFC246033907f8e24603390, ); buildRules = ( ); dependencies = ( - FFF44b6059807fd44b605980, /* SnippetUtils */ + FFF4246189807f8e24618980, /* SnippetUtils */ ); name = "SnippetSerialization"; productName = "SnippetSerialization"; - productReference = FFFD4b6050907fd44b605090 /* SnippetSerialization */; + productReference = FFFD246033907f8e24603390 /* SnippetSerialization */; productType = "com.apple.product-type.application"; }; - FFFA4b62caa07fd44b62caa0 /* SnippetContactReport */ = { + FFFA2462ae807f8e2462ae80 /* SnippetContactReport */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF64b62caa07fd44b62caa0 /* Build configuration list for PBXNativeTarget "SnippetContactReport" */; + buildConfigurationList = FFF62462ae807f8e2462ae80 /* Build configuration list for PBXNativeTarget "SnippetContactReport" */; buildPhases = ( - FFF24b62caa07fd44b62caa0, - FFF84b62caa07fd44b62caa0, - FFFC4b62caa07fd44b62caa0, + FFF22462ae807f8e2462ae80, + FFF82462ae807f8e2462ae80, + FFFC2462ae807f8e2462ae80, ); buildRules = ( ); dependencies = ( - FFF44b62d4907fd44b62d490, /* SnippetUtils */ + FFF4246275e07f8e246275e0, /* SnippetUtils */ ); name = "SnippetContactReport"; productName = "SnippetContactReport"; - productReference = FFFD4b62caa07fd44b62caa0 /* SnippetContactReport */; + productReference = FFFD2462ae807f8e2462ae80 /* SnippetContactReport */; productType = "com.apple.product-type.application"; }; - FFFA4b6232107fd44b623210 /* SnippetJoint */ = { + FFFA246215807f8e24621580 /* SnippetJoint */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF64b6232107fd44b623210 /* Build configuration list for PBXNativeTarget "SnippetJoint" */; + buildConfigurationList = FFF6246215807f8e24621580 /* Build configuration list for PBXNativeTarget "SnippetJoint" */; buildPhases = ( - FFF24b6232107fd44b623210, - FFF84b6232107fd44b623210, - FFFC4b6232107fd44b623210, + FFF2246215807f8e24621580, + FFF8246215807f8e24621580, + FFFC246215807f8e24621580, ); buildRules = ( ); dependencies = ( - FFF44b623c307fd44b623c30, /* SnippetUtils */ + FFF424621f907f8e24621f90, /* SnippetUtils */ ); name = "SnippetJoint"; productName = "SnippetJoint"; - productReference = FFFD4b6232107fd44b623210 /* SnippetJoint */; + productReference = FFFD246215807f8e24621580 /* SnippetJoint */; productType = "com.apple.product-type.application"; }; - FFFA4b6301e07fd44b6301e0 /* SnippetContactReportCCD */ = { + FFFA2462dff07f8e2462dff0 /* SnippetContactReportCCD */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF64b6301e07fd44b6301e0 /* Build configuration list for PBXNativeTarget "SnippetContactReportCCD" */; + buildConfigurationList = FFF62462dff07f8e2462dff0 /* Build configuration list for PBXNativeTarget "SnippetContactReportCCD" */; buildPhases = ( - FFF24b6301e07fd44b6301e0, - FFF84b6301e07fd44b6301e0, - FFFC4b6301e07fd44b6301e0, + FFF22462dff07f8e2462dff0, + FFF82462dff07f8e2462dff0, + FFFC2462dff07f8e2462dff0, ); buildRules = ( ); dependencies = ( - FFF44b630c007fd44b630c00, /* SnippetUtils */ + FFF42462ea107f8e2462ea10, /* SnippetUtils */ ); name = "SnippetContactReportCCD"; productName = "SnippetContactReportCCD"; - productReference = FFFD4b6301e07fd44b6301e0 /* SnippetContactReportCCD */; + productReference = FFFD2462dff07f8e2462dff0 /* SnippetContactReportCCD */; productType = "com.apple.product-type.application"; }; - FFFA4b6338907fd44b633890 /* SnippetCloth */ = { + FFFA246316907f8e24631690 /* SnippetCloth */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF64b6338907fd44b633890 /* Build configuration list for PBXNativeTarget "SnippetCloth" */; + buildConfigurationList = FFF6246316907f8e24631690 /* Build configuration list for PBXNativeTarget "SnippetCloth" */; buildPhases = ( - FFF24b6338907fd44b633890, - FFF84b6338907fd44b633890, - FFFC4b6338907fd44b633890, + FFF2246316907f8e24631690, + FFF8246316907f8e24631690, + FFFC246316907f8e24631690, ); buildRules = ( ); dependencies = ( - FFF44b6342607fd44b634260, /* SnippetUtils */ + FFF424631fe07f8e24631fe0, /* SnippetUtils */ ); name = "SnippetCloth"; productName = "SnippetCloth"; - productReference = FFFD4b6338907fd44b633890 /* SnippetCloth */; + productReference = FFFD246316907f8e24631690 /* SnippetCloth */; productType = "com.apple.product-type.application"; }; - FFFA4b636ae07fd44b636ae0 /* SnippetMBP */ = { + FFFA246348907f8e24634890 /* SnippetMBP */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF64b636ae07fd44b636ae0 /* Build configuration list for PBXNativeTarget "SnippetMBP" */; + buildConfigurationList = FFF6246348907f8e24634890 /* Build configuration list for PBXNativeTarget "SnippetMBP" */; buildPhases = ( - FFF24b636ae07fd44b636ae0, - FFF84b636ae07fd44b636ae0, - FFFC4b636ae07fd44b636ae0, + FFF2246348907f8e24634890, + FFF8246348907f8e24634890, + FFFC246348907f8e24634890, ); buildRules = ( ); dependencies = ( - FFF44b6376207fd44b637620, /* SnippetUtils */ + FFF4246353907f8e24635390, /* SnippetUtils */ ); name = "SnippetMBP"; productName = "SnippetMBP"; - productReference = FFFD4b636ae07fd44b636ae0 /* SnippetMBP */; + productReference = FFFD246348907f8e24634890 /* SnippetMBP */; productType = "com.apple.product-type.application"; }; - FFFA4b63a1407fd44b63a140 /* SnippetArticulation */ = { + FFFA24637ed07f8e24637ed0 /* SnippetArticulation */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF64b63a1407fd44b63a140 /* Build configuration list for PBXNativeTarget "SnippetArticulation" */; + buildConfigurationList = FFF624637ed07f8e24637ed0 /* Build configuration list for PBXNativeTarget "SnippetArticulation" */; buildPhases = ( - FFF24b63a1407fd44b63a140, - FFF84b63a1407fd44b63a140, - FFFC4b63a1407fd44b63a140, + FFF224637ed07f8e24637ed0, + FFF824637ed07f8e24637ed0, + FFFC24637ed07f8e24637ed0, ); buildRules = ( ); dependencies = ( - FFF44b63ab807fd44b63ab80, /* SnippetUtils */ + FFF4246389107f8e24638910, /* SnippetUtils */ ); name = "SnippetArticulation"; productName = "SnippetArticulation"; - productReference = FFFD4b63a1407fd44b63a140 /* SnippetArticulation */; + productReference = FFFD24637ed07f8e24637ed0 /* SnippetArticulation */; productType = "com.apple.product-type.application"; }; - FFFA4b63d3c07fd44b63d3c0 /* SnippetRaycastCCD */ = { + FFFA2463b1507f8e2463b150 /* SnippetRaycastCCD */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF64b63d3c07fd44b63d3c0 /* Build configuration list for PBXNativeTarget "SnippetRaycastCCD" */; + buildConfigurationList = FFF62463b1507f8e2463b150 /* Build configuration list for PBXNativeTarget "SnippetRaycastCCD" */; buildPhases = ( - FFF24b63d3c07fd44b63d3c0, - FFF84b63d3c07fd44b63d3c0, - FFFC4b63d3c07fd44b63d3c0, + FFF22463b1507f8e2463b150, + FFF82463b1507f8e2463b150, + FFFC2463b1507f8e2463b150, ); buildRules = ( ); dependencies = ( - FFF44b63e1107fd44b63e110, /* SnippetUtils */ + FFF42463bea07f8e2463bea0, /* SnippetUtils */ ); name = "SnippetRaycastCCD"; productName = "SnippetRaycastCCD"; - productReference = FFFD4b63d3c07fd44b63d3c0 /* SnippetRaycastCCD */; + productReference = FFFD2463b1507f8e2463b150 /* SnippetRaycastCCD */; productType = "com.apple.product-type.application"; }; - FFFA4b6409a07fd44b6409a0 /* SnippetCustomProfiler */ = { + FFFA2463e7307f8e2463e730 /* SnippetCustomProfiler */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF64b6409a07fd44b6409a0 /* Build configuration list for PBXNativeTarget "SnippetCustomProfiler" */; + buildConfigurationList = FFF62463e7307f8e2463e730 /* Build configuration list for PBXNativeTarget "SnippetCustomProfiler" */; buildPhases = ( - FFF24b6409a07fd44b6409a0, - FFF84b6409a07fd44b6409a0, - FFFC4b6409a07fd44b6409a0, + FFF22463e7307f8e2463e730, + FFF82463e7307f8e2463e730, + FFFC2463e7307f8e2463e730, ); buildRules = ( ); dependencies = ( - FFF44b6417307fd44b641730, /* SnippetUtils */ + FFF42463f4c07f8e2463f4c0, /* SnippetUtils */ ); name = "SnippetCustomProfiler"; productName = "SnippetCustomProfiler"; - productReference = FFFD4b6409a07fd44b6409a0 /* SnippetCustomProfiler */; + productReference = FFFD2463e7307f8e2463e730 /* SnippetCustomProfiler */; productType = "com.apple.product-type.application"; }; - FFFA4b6443407fd44b644340 /* SnippetVehicleTank */ = { + FFFA246420d07f8e246420d0 /* SnippetVehicleTank */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF64b6443407fd44b644340 /* Build configuration list for PBXNativeTarget "SnippetVehicleTank" */; + buildConfigurationList = FFF6246420d07f8e246420d0 /* Build configuration list for PBXNativeTarget "SnippetVehicleTank" */; buildPhases = ( - FFF24b6443407fd44b644340, - FFF84b6443407fd44b644340, - FFFC4b6443407fd44b644340, + FFF2246420d07f8e246420d0, + FFF8246420d07f8e246420d0, + FFFC246420d07f8e246420d0, ); buildRules = ( ); dependencies = ( - FFF44b644cf07fd44b644cf0, /* SnippetUtils */ + FFF424642a807f8e24642a80, /* SnippetUtils */ ); name = "SnippetVehicleTank"; productName = "SnippetVehicleTank"; - productReference = FFFD4b6443407fd44b644340 /* SnippetVehicleTank */; + productReference = FFFD246420d07f8e246420d0 /* SnippetVehicleTank */; productType = "com.apple.product-type.application"; }; - FFFA4b6492507fd44b649250 /* SnippetVehicle4W */ = { + FFFA24646fe07f8e24646fe0 /* SnippetVehicle4W */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF64b6492507fd44b649250 /* Build configuration list for PBXNativeTarget "SnippetVehicle4W" */; + buildConfigurationList = FFF624646fe07f8e24646fe0 /* Build configuration list for PBXNativeTarget "SnippetVehicle4W" */; buildPhases = ( - FFF24b6492507fd44b649250, - FFF84b6492507fd44b649250, - FFFC4b6492507fd44b649250, + FFF224646fe07f8e24646fe0, + FFF824646fe07f8e24646fe0, + FFFC24646fe07f8e24646fe0, ); buildRules = ( ); dependencies = ( - FFF44b649a507fd44b649a50, /* SnippetUtils */ + FFF4246477e07f8e246477e0, /* SnippetUtils */ ); name = "SnippetVehicle4W"; productName = "SnippetVehicle4W"; - productReference = FFFD4b6492507fd44b649250 /* SnippetVehicle4W */; + productReference = FFFD24646fe07f8e24646fe0 /* SnippetVehicle4W */; productType = "com.apple.product-type.application"; }; - FFFA4b64df707fd44b64df70 /* SnippetVehicleScale */ = { + FFFA2464bd007f8e2464bd00 /* SnippetVehicleScale */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF64b64df707fd44b64df70 /* Build configuration list for PBXNativeTarget "SnippetVehicleScale" */; + buildConfigurationList = FFF62464bd007f8e2464bd00 /* Build configuration list for PBXNativeTarget "SnippetVehicleScale" */; buildPhases = ( - FFF24b64df707fd44b64df70, - FFF84b64df707fd44b64df70, - FFFC4b64df707fd44b64df70, + FFF22464bd007f8e2464bd00, + FFF82464bd007f8e2464bd00, + FFFC2464bd007f8e2464bd00, ); buildRules = ( ); dependencies = ( - FFF44b64e7207fd44b64e720, /* SnippetUtils */ + FFF42464c4b07f8e2464c4b0, /* SnippetUtils */ ); name = "SnippetVehicleScale"; productName = "SnippetVehicleScale"; - productReference = FFFD4b64df707fd44b64df70 /* SnippetVehicleScale */; + productReference = FFFD2464bd007f8e2464bd00 /* SnippetVehicleScale */; productType = "com.apple.product-type.application"; }; - FFFA4b652c007fd44b652c00 /* SnippetVehicleNoDrive */ = { + FFFA246509907f8e24650990 /* SnippetVehicleNoDrive */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF64b652c007fd44b652c00 /* Build configuration list for PBXNativeTarget "SnippetVehicleNoDrive" */; + buildConfigurationList = FFF6246509907f8e24650990 /* Build configuration list for PBXNativeTarget "SnippetVehicleNoDrive" */; buildPhases = ( - FFF24b652c007fd44b652c00, - FFF84b652c007fd44b652c00, - FFFC4b652c007fd44b652c00, + FFF2246509907f8e24650990, + FFF8246509907f8e24650990, + FFFC246509907f8e24650990, ); buildRules = ( ); dependencies = ( - FFF44b6534107fd44b653410, /* SnippetUtils */ + FFF4246511a07f8e246511a0, /* SnippetUtils */ ); name = "SnippetVehicleNoDrive"; productName = "SnippetVehicleNoDrive"; - productReference = FFFD4b652c007fd44b652c00 /* SnippetVehicleNoDrive */; + productReference = FFFD246509907f8e24650990 /* SnippetVehicleNoDrive */; productType = "com.apple.product-type.application"; }; - FFFA4b6579907fd44b657990 /* SnippetVehicleMultiThreading */ = { + FFFA246557207f8e24655720 /* SnippetVehicleMultiThreading */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF64b6579907fd44b657990 /* Build configuration list for PBXNativeTarget "SnippetVehicleMultiThreading" */; + buildConfigurationList = FFF6246557207f8e24655720 /* Build configuration list for PBXNativeTarget "SnippetVehicleMultiThreading" */; buildPhases = ( - FFF24b6579907fd44b657990, - FFF84b6579907fd44b657990, - FFFC4b6579907fd44b657990, + FFF2246557207f8e24655720, + FFF8246557207f8e24655720, + FFFC246557207f8e24655720, ); buildRules = ( ); dependencies = ( - FFF44b6581a07fd44b6581a0, /* SnippetUtils */ + FFF424655f307f8e24655f30, /* SnippetUtils */ ); name = "SnippetVehicleMultiThreading"; productName = "SnippetVehicleMultiThreading"; - productReference = FFFD4b6579907fd44b657990 /* SnippetVehicleMultiThreading */; + productReference = FFFD246557207f8e24655720 /* SnippetVehicleMultiThreading */; productType = "com.apple.product-type.application"; }; - FFFA4b65c4b07fd44b65c4b0 /* SnippetVehicleContactMod */ = { + FFFA2465a2407f8e2465a240 /* SnippetVehicleContactMod */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF64b65c4b07fd44b65c4b0 /* Build configuration list for PBXNativeTarget "SnippetVehicleContactMod" */; + buildConfigurationList = FFF62465a2407f8e2465a240 /* Build configuration list for PBXNativeTarget "SnippetVehicleContactMod" */; buildPhases = ( - FFF24b65c4b07fd44b65c4b0, - FFF84b65c4b07fd44b65c4b0, - FFFC4b65c4b07fd44b65c4b0, + FFF22465a2407f8e2465a240, + FFF82465a2407f8e2465a240, + FFFC2465a2407f8e2465a240, ); buildRules = ( ); dependencies = ( - FFF44b65ccc07fd44b65ccc0, /* SnippetUtils */ + FFF42465aa507f8e2465aa50, /* SnippetUtils */ ); name = "SnippetVehicleContactMod"; productName = "SnippetVehicleContactMod"; - productReference = FFFD4b65c4b07fd44b65c4b0 /* SnippetVehicleContactMod */; + productReference = FFFD2465a2407f8e2465a240 /* SnippetVehicleContactMod */; productType = "com.apple.product-type.application"; }; - FFFA4b6612107fd44b661210 /* SnippetNestedScene */ = { + FFFA2465efa07f8e2465efa0 /* SnippetNestedScene */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF64b6612107fd44b661210 /* Build configuration list for PBXNativeTarget "SnippetNestedScene" */; + buildConfigurationList = FFF62465efa07f8e2465efa0 /* Build configuration list for PBXNativeTarget "SnippetNestedScene" */; buildPhases = ( - FFF24b6612107fd44b661210, - FFF84b6612107fd44b661210, - FFFC4b6612107fd44b661210, + FFF22465efa07f8e2465efa0, + FFF82465efa07f8e2465efa0, + FFFC2465efa07f8e2465efa0, ); buildRules = ( ); dependencies = ( - FFF44b661a007fd44b661a00, /* SnippetUtils */ + FFF42465f7907f8e2465f790, /* SnippetUtils */ ); name = "SnippetNestedScene"; productName = "SnippetNestedScene"; - productReference = FFFD4b6612107fd44b661210 /* SnippetNestedScene */; + productReference = FFFD2465efa07f8e2465efa0 /* SnippetNestedScene */; productType = "com.apple.product-type.application"; }; - FFFA4b6661007fd44b666100 /* SnippetSpatialIndex */ = { + FFFA24663e907f8e24663e90 /* SnippetSpatialIndex */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF64b6661007fd44b666100 /* Build configuration list for PBXNativeTarget "SnippetSpatialIndex" */; + buildConfigurationList = FFF624663e907f8e24663e90 /* Build configuration list for PBXNativeTarget "SnippetSpatialIndex" */; buildPhases = ( - FFF24b6661007fd44b666100, - FFF84b6661007fd44b666100, - FFFC4b6661007fd44b666100, + FFF224663e907f8e24663e90, + FFF824663e907f8e24663e90, + FFFC24663e907f8e24663e90, ); buildRules = ( ); dependencies = ( - FFF44b6668c07fd44b6668c0, /* SnippetUtils */ + FFF4246646507f8e24664650, /* SnippetUtils */ ); name = "SnippetSpatialIndex"; productName = "SnippetSpatialIndex"; - productReference = FFFD4b6661007fd44b666100 /* SnippetSpatialIndex */; + productReference = FFFD24663e907f8e24663e90 /* SnippetSpatialIndex */; productType = "com.apple.product-type.application"; }; - FFFA4b6691c07fd44b6691c0 /* SnippetSplitSim */ = { + FFFA24666f507f8e24666f50 /* SnippetSplitSim */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF64b6691c07fd44b6691c0 /* Build configuration list for PBXNativeTarget "SnippetSplitSim" */; + buildConfigurationList = FFF624666f507f8e24666f50 /* Build configuration list for PBXNativeTarget "SnippetSplitSim" */; buildPhases = ( - FFF24b6691c07fd44b6691c0, - FFF84b6691c07fd44b6691c0, - FFFC4b6691c07fd44b6691c0, + FFF224666f507f8e24666f50, + FFF824666f507f8e24666f50, + FFFC24666f507f8e24666f50, ); buildRules = ( ); dependencies = ( - FFF44b669ca07fd44b669ca0, /* SnippetUtils */ + FFF424667a307f8e24667a30, /* SnippetUtils */ ); name = "SnippetSplitSim"; productName = "SnippetSplitSim"; - productReference = FFFD4b6691c07fd44b6691c0 /* SnippetSplitSim */; + productReference = FFFD24666f507f8e24666f50 /* SnippetSplitSim */; productType = "com.apple.product-type.application"; }; - FFFA4b66c8607fd44b66c860 /* SnippetTriangleMeshCreate */ = { + FFFA2466a5f07f8e2466a5f0 /* SnippetTriangleMeshCreate */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF64b66c8607fd44b66c860 /* Build configuration list for PBXNativeTarget "SnippetTriangleMeshCreate" */; + buildConfigurationList = FFF62466a5f07f8e2466a5f0 /* Build configuration list for PBXNativeTarget "SnippetTriangleMeshCreate" */; buildPhases = ( - FFF24b66c8607fd44b66c860, - FFF84b66c8607fd44b66c860, - FFFC4b66c8607fd44b66c860, + FFF22466a5f07f8e2466a5f0, + FFF82466a5f07f8e2466a5f0, + FFFC2466a5f07f8e2466a5f0, ); buildRules = ( ); dependencies = ( - FFF44b66d2807fd44b66d280, /* SnippetUtils */ + FFF42466b0107f8e2466b010, /* SnippetUtils */ ); name = "SnippetTriangleMeshCreate"; productName = "SnippetTriangleMeshCreate"; - productReference = FFFD4b66c8607fd44b66c860 /* SnippetTriangleMeshCreate */; + productReference = FFFD2466a5f07f8e2466a5f0 /* SnippetTriangleMeshCreate */; productType = "com.apple.product-type.application"; }; - FFFA4b66fb507fd44b66fb50 /* SnippetMultiThreading */ = { + FFFA2466d8e07f8e2466d8e0 /* SnippetMultiThreading */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF64b66fb507fd44b66fb50 /* Build configuration list for PBXNativeTarget "SnippetMultiThreading" */; + buildConfigurationList = FFF62466d8e07f8e2466d8e0 /* Build configuration list for PBXNativeTarget "SnippetMultiThreading" */; buildPhases = ( - FFF24b66fb507fd44b66fb50, - FFF84b66fb507fd44b66fb50, - FFFC4b66fb507fd44b66fb50, + FFF22466d8e07f8e2466d8e0, + FFF82466d8e07f8e2466d8e0, + FFFC2466d8e07f8e2466d8e0, ); buildRules = ( ); dependencies = ( - FFF44b6706407fd44b670640, /* SnippetUtils */ + FFF42466e3d07f8e2466e3d0, /* SnippetUtils */ ); name = "SnippetMultiThreading"; productName = "SnippetMultiThreading"; - productReference = FFFD4b66fb507fd44b66fb50 /* SnippetMultiThreading */; + productReference = FFFD2466d8e07f8e2466d8e0 /* SnippetMultiThreading */; productType = "com.apple.product-type.application"; }; - FFFA4b672f007fd44b672f00 /* SnippetContactModification */ = { + FFFA24670c907f8e24670c90 /* SnippetContactModification */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF64b672f007fd44b672f00 /* Build configuration list for PBXNativeTarget "SnippetContactModification" */; + buildConfigurationList = FFF624670c907f8e24670c90 /* Build configuration list for PBXNativeTarget "SnippetContactModification" */; buildPhases = ( - FFF24b672f007fd44b672f00, - FFF84b672f007fd44b672f00, - FFFC4b672f007fd44b672f00, + FFF224670c907f8e24670c90, + FFF824670c907f8e24670c90, + FFFC24670c907f8e24670c90, ); buildRules = ( ); dependencies = ( - FFF44b673a707fd44b673a70, /* SnippetUtils */ + FFF4246718007f8e24671800, /* SnippetUtils */ ); name = "SnippetContactModification"; productName = "SnippetContactModification"; - productReference = FFFD4b672f007fd44b672f00 /* SnippetContactModification */; + productReference = FFFD24670c907f8e24670c90 /* SnippetContactModification */; productType = "com.apple.product-type.application"; }; - FFFA4b6767507fd44b676750 /* SnippetToleranceScale */ = { + FFFA246744e07f8e246744e0 /* SnippetToleranceScale */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF64b6767507fd44b676750 /* Build configuration list for PBXNativeTarget "SnippetToleranceScale" */; + buildConfigurationList = FFF6246744e07f8e246744e0 /* Build configuration list for PBXNativeTarget "SnippetToleranceScale" */; buildPhases = ( - FFF24b6767507fd44b676750, - FFF84b6767507fd44b676750, - FFFC4b6767507fd44b676750, + FFF2246744e07f8e246744e0, + FFF8246744e07f8e246744e0, + FFFC246744e07f8e246744e0, ); buildRules = ( ); dependencies = ( - FFF44b6770c07fd44b6770c0, /* SnippetUtils */ + FFF424674e507f8e24674e50, /* SnippetUtils */ ); name = "SnippetToleranceScale"; productName = "SnippetToleranceScale"; - productReference = FFFD4b6767507fd44b676750 /* SnippetToleranceScale */; + productReference = FFFD246744e07f8e246744e0 /* SnippetToleranceScale */; productType = "com.apple.product-type.application"; }; - FFFA4b6799907fd44b679990 /* SnippetStepper */ = { + FFFA246777207f8e24677720 /* SnippetStepper */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF64b6799907fd44b679990 /* Build configuration list for PBXNativeTarget "SnippetStepper" */; + buildConfigurationList = FFF6246777207f8e24677720 /* Build configuration list for PBXNativeTarget "SnippetStepper" */; buildPhases = ( - FFF24b6799907fd44b679990, - FFF84b6799907fd44b679990, - FFFC4b6799907fd44b679990, + FFF2246777207f8e24677720, + FFF8246777207f8e24677720, + FFFC246777207f8e24677720, ); buildRules = ( ); dependencies = ( - FFF44b67a4807fd44b67a480, /* SnippetUtils */ + FFF4246782107f8e24678210, /* SnippetUtils */ ); name = "SnippetStepper"; productName = "SnippetStepper"; - productReference = FFFD4b6799907fd44b679990 /* SnippetStepper */; + productReference = FFFD246777207f8e24677720 /* SnippetStepper */; productType = "com.apple.product-type.application"; }; - FFFA4b67cd707fd44b67cd70 /* SnippetPrunerSerialization */ = { + FFFA2467ab007f8e2467ab00 /* SnippetPrunerSerialization */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF64b67cd707fd44b67cd70 /* Build configuration list for PBXNativeTarget "SnippetPrunerSerialization" */; + buildConfigurationList = FFF62467ab007f8e2467ab00 /* Build configuration list for PBXNativeTarget "SnippetPrunerSerialization" */; buildPhases = ( - FFF24b67cd707fd44b67cd70, - FFF84b67cd707fd44b67cd70, - FFFC4b67cd707fd44b67cd70, + FFF22467ab007f8e2467ab00, + FFF82467ab007f8e2467ab00, + FFFC2467ab007f8e2467ab00, ); buildRules = ( ); dependencies = ( - FFF44b67d8507fd44b67d850, /* SnippetUtils */ + FFF42467b5e07f8e2467b5e0, /* SnippetUtils */ ); name = "SnippetPrunerSerialization"; productName = "SnippetPrunerSerialization"; - productReference = FFFD4b67cd707fd44b67cd70 /* SnippetPrunerSerialization */; + productReference = FFFD2467ab007f8e2467ab00 /* SnippetPrunerSerialization */; productType = "com.apple.product-type.application"; }; - FFFA4b6802307fd44b680230 /* SnippetConvexMeshCreate */ = { + FFFA2467dfc07f8e2467dfc0 /* SnippetConvexMeshCreate */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF64b6802307fd44b680230 /* Build configuration list for PBXNativeTarget "SnippetConvexMeshCreate" */; + buildConfigurationList = FFF62467dfc07f8e2467dfc0 /* Build configuration list for PBXNativeTarget "SnippetConvexMeshCreate" */; buildPhases = ( - FFF24b6802307fd44b680230, - FFF84b6802307fd44b680230, - FFFC4b6802307fd44b680230, + FFF22467dfc07f8e2467dfc0, + FFF82467dfc07f8e2467dfc0, + FFFC2467dfc07f8e2467dfc0, ); buildRules = ( ); dependencies = ( - FFF44b680c307fd44b680c30, /* SnippetUtils */ + FFF42467e9c07f8e2467e9c0, /* SnippetUtils */ ); name = "SnippetConvexMeshCreate"; productName = "SnippetConvexMeshCreate"; - productReference = FFFD4b6802307fd44b680230 /* SnippetConvexMeshCreate */; + productReference = FFFD2467dfc07f8e2467dfc0 /* SnippetConvexMeshCreate */; productType = "com.apple.product-type.application"; }; /* End PBXNativeTarget section */ /* Begin XCConfigurationList section */ - FFF64b5ef9c07fd44b5ef9c0 = { + FFF6245f99407f8e245f9940 = { isa = XCConfigurationList; buildConfigurations = ( - FFF74aa478007fd44aa47800, - FFF74aa47ef07fd44aa47ef0, - FFF74aa485e07fd44aa485e0, - FFF74aa48cd07fd44aa48cd0, + FFF723a472007f8e23a47200, + FFF723a478f07f8e23a478f0, + FFF723a47fe07f8e23a47fe0, + FFF723a486d07f8e23a486d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF64b601d007fd44b601d00 = { + FFF6245fbe707f8e245fbe70 = { isa = XCConfigurationList; buildConfigurations = ( - FFF74aa494007fd44aa49400, - FFF74aa49af07fd44aa49af0, - FFF74aa4a1e07fd44aa4a1e0, - FFF74aa4a8d07fd44aa4a8d0, + FFF723a48e007f8e23a48e00, + FFF723a494f07f8e23a494f0, + FFF723a49be07f8e23a49be0, + FFF723a4a2d07f8e23a4a2d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF64b59d0f07fd44b59d0f0 = { + FFF62459bbf07f8e2459bbf0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF74aa4b0007fd44aa4b000, - FFF74aa4b6f07fd44aa4b6f0, - FFF74aa4bde07fd44aa4bde0, - FFF74aa4c4d07fd44aa4c4d0, + FFF723a4aa007f8e23a4aa00, + FFF723a4b0f07f8e23a4b0f0, + FFF723a4b7e07f8e23a4b7e0, + FFF723a4bed07f8e23a4bed0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF64b50a3007fd44b50a300 = { + FFF6244a9f707f8e244a9f70 = { isa = XCConfigurationList; buildConfigurations = ( - FFF74aa4cc007fd44aa4cc00, - FFF74aa4d2f07fd44aa4d2f0, - FFF74aa4d9e07fd44aa4d9e0, - FFF74aa4e0d07fd44aa4e0d0, + FFF723a4c6007f8e23a4c600, + FFF723a4ccf07f8e23a4ccf0, + FFF723a4d3e07f8e23a4d3e0, + FFF723a4dad07f8e23a4dad0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF64b5cb9f07fd44b5cb9f0 = { + FFF6245cc5607f8e245cc560 = { isa = XCConfigurationList; buildConfigurations = ( - FFF74aa4e8007fd44aa4e800, - FFF74aa4eef07fd44aa4eef0, - FFF74aa4f5e07fd44aa4f5e0, - FFF74aa4fcd07fd44aa4fcd0, + FFF723a4e2007f8e23a4e200, + FFF723a4e8f07f8e23a4e8f0, + FFF723a4efe07f8e23a4efe0, + FFF723a4f6d07f8e23a4f6d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF64b6050907fd44b605090 = { + FFF6246033907f8e24603390 = { isa = XCConfigurationList; buildConfigurations = ( - FFF74aa504007fd44aa50400, - FFF74aa50af07fd44aa50af0, - FFF74aa511e07fd44aa511e0, - FFF74aa518d07fd44aa518d0, + FFF723a4fe007f8e23a4fe00, + FFF723a504f07f8e23a504f0, + FFF723a50be07f8e23a50be0, + FFF723a512d07f8e23a512d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF64b62caa07fd44b62caa0 = { + FFF62462ae807f8e2462ae80 = { isa = XCConfigurationList; buildConfigurations = ( - FFF74aa520007fd44aa52000, - FFF74aa526f07fd44aa526f0, - FFF74aa52de07fd44aa52de0, - FFF74aa534d07fd44aa534d0, + FFF723a51a007f8e23a51a00, + FFF723a520f07f8e23a520f0, + FFF723a527e07f8e23a527e0, + FFF723a52ed07f8e23a52ed0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF64b6232107fd44b623210 = { + FFF6246215807f8e24621580 = { isa = XCConfigurationList; buildConfigurations = ( - FFF74aa53c007fd44aa53c00, - FFF74aa542f07fd44aa542f0, - FFF74aa549e07fd44aa549e0, - FFF74aa550d07fd44aa550d0, + FFF723a536007f8e23a53600, + FFF723a53cf07f8e23a53cf0, + FFF723a543e07f8e23a543e0, + FFF723a54ad07f8e23a54ad0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF64b6301e07fd44b6301e0 = { + FFF62462dff07f8e2462dff0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF74aa558007fd44aa55800, - FFF74aa55ef07fd44aa55ef0, - FFF74aa565e07fd44aa565e0, - FFF74aa56cd07fd44aa56cd0, + FFF723a552007f8e23a55200, + FFF723a558f07f8e23a558f0, + FFF723a55fe07f8e23a55fe0, + FFF723a566d07f8e23a566d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF64b6338907fd44b633890 = { + FFF6246316907f8e24631690 = { isa = XCConfigurationList; buildConfigurations = ( - FFF74aa574007fd44aa57400, - FFF74aa57af07fd44aa57af0, - FFF74aa581e07fd44aa581e0, - FFF74aa588d07fd44aa588d0, + FFF723a56e007f8e23a56e00, + FFF723a574f07f8e23a574f0, + FFF723a57be07f8e23a57be0, + FFF723a582d07f8e23a582d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF64b636ae07fd44b636ae0 = { + FFF6246348907f8e24634890 = { isa = XCConfigurationList; buildConfigurations = ( - FFF74aa590007fd44aa59000, - FFF74aa596f07fd44aa596f0, - FFF74aa59de07fd44aa59de0, - FFF74aa5a4d07fd44aa5a4d0, + FFF723a58a007f8e23a58a00, + FFF723a590f07f8e23a590f0, + FFF723a597e07f8e23a597e0, + FFF723a59ed07f8e23a59ed0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF64b63a1407fd44b63a140 = { + FFF624637ed07f8e24637ed0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF74aa5ac007fd44aa5ac00, - FFF74aa5b2f07fd44aa5b2f0, - FFF74aa5b9e07fd44aa5b9e0, - FFF74aa5c0d07fd44aa5c0d0, + FFF723a5a6007f8e23a5a600, + FFF723a5acf07f8e23a5acf0, + FFF723a5b3e07f8e23a5b3e0, + FFF723a5bad07f8e23a5bad0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF64b63d3c07fd44b63d3c0 = { + FFF62463b1507f8e2463b150 = { isa = XCConfigurationList; buildConfigurations = ( - FFF74aa5c8007fd44aa5c800, - FFF74aa5cef07fd44aa5cef0, - FFF74aa5d5e07fd44aa5d5e0, - FFF74aa5dcd07fd44aa5dcd0, + FFF723a5c2007f8e23a5c200, + FFF723a5c8f07f8e23a5c8f0, + FFF723a5cfe07f8e23a5cfe0, + FFF723a5d6d07f8e23a5d6d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF64b6409a07fd44b6409a0 = { + FFF62463e7307f8e2463e730 = { isa = XCConfigurationList; buildConfigurations = ( - FFF74aa5e4007fd44aa5e400, - FFF74aa5eaf07fd44aa5eaf0, - FFF74aa5f1e07fd44aa5f1e0, - FFF74aa5f8d07fd44aa5f8d0, + FFF723a5de007f8e23a5de00, + FFF723a5e4f07f8e23a5e4f0, + FFF723a5ebe07f8e23a5ebe0, + FFF723a5f2d07f8e23a5f2d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF64b6443407fd44b644340 = { + FFF6246420d07f8e246420d0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF74aa600007fd44aa60000, - FFF74aa606f07fd44aa606f0, - FFF74aa60de07fd44aa60de0, - FFF74aa614d07fd44aa614d0, + FFF723a5fa007f8e23a5fa00, + FFF723a600f07f8e23a600f0, + FFF723a607e07f8e23a607e0, + FFF723a60ed07f8e23a60ed0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF64b6492507fd44b649250 = { + FFF624646fe07f8e24646fe0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF74aa61c007fd44aa61c00, - FFF74aa622f07fd44aa622f0, - FFF74aa629e07fd44aa629e0, - FFF74aa630d07fd44aa630d0, + FFF723a616007f8e23a61600, + FFF723a61cf07f8e23a61cf0, + FFF723a623e07f8e23a623e0, + FFF723a62ad07f8e23a62ad0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF64b64df707fd44b64df70 = { + FFF62464bd007f8e2464bd00 = { isa = XCConfigurationList; buildConfigurations = ( - FFF74aa638007fd44aa63800, - FFF74aa63ef07fd44aa63ef0, - FFF74aa645e07fd44aa645e0, - FFF74aa64cd07fd44aa64cd0, + FFF723a632007f8e23a63200, + FFF723a638f07f8e23a638f0, + FFF723a63fe07f8e23a63fe0, + FFF723a646d07f8e23a646d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF64b652c007fd44b652c00 = { + FFF6246509907f8e24650990 = { isa = XCConfigurationList; buildConfigurations = ( - FFF74aa654007fd44aa65400, - FFF74aa65af07fd44aa65af0, - FFF74aa661e07fd44aa661e0, - FFF74aa668d07fd44aa668d0, + FFF723a64e007f8e23a64e00, + FFF723a654f07f8e23a654f0, + FFF723a65be07f8e23a65be0, + FFF723a662d07f8e23a662d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF64b6579907fd44b657990 = { + FFF6246557207f8e24655720 = { isa = XCConfigurationList; buildConfigurations = ( - FFF74aa670007fd44aa67000, - FFF74aa676f07fd44aa676f0, - FFF74aa67de07fd44aa67de0, - FFF74aa684d07fd44aa684d0, + FFF723a66a007f8e23a66a00, + FFF723a670f07f8e23a670f0, + FFF723a677e07f8e23a677e0, + FFF723a67ed07f8e23a67ed0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF64b65c4b07fd44b65c4b0 = { + FFF62465a2407f8e2465a240 = { isa = XCConfigurationList; buildConfigurations = ( - FFF74aa68c007fd44aa68c00, - FFF74aa692f07fd44aa692f0, - FFF74aa699e07fd44aa699e0, - FFF74aa6a0d07fd44aa6a0d0, + FFF723a686007f8e23a68600, + FFF723a68cf07f8e23a68cf0, + FFF723a693e07f8e23a693e0, + FFF723a69ad07f8e23a69ad0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF64b6612107fd44b661210 = { + FFF62465efa07f8e2465efa0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF74aa6a8007fd44aa6a800, - FFF74aa6aef07fd44aa6aef0, - FFF74aa6b5e07fd44aa6b5e0, - FFF74aa6bcd07fd44aa6bcd0, + FFF723a6a2007f8e23a6a200, + FFF723a6a8f07f8e23a6a8f0, + FFF723a6afe07f8e23a6afe0, + FFF723a6b6d07f8e23a6b6d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF64b6661007fd44b666100 = { + FFF624663e907f8e24663e90 = { isa = XCConfigurationList; buildConfigurations = ( - FFF74aa6c4007fd44aa6c400, - FFF74aa6caf07fd44aa6caf0, - FFF74aa6d1e07fd44aa6d1e0, - FFF74aa6d8d07fd44aa6d8d0, + FFF723a6be007f8e23a6be00, + FFF723a6c4f07f8e23a6c4f0, + FFF723a6cbe07f8e23a6cbe0, + FFF723a6d2d07f8e23a6d2d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF64b6691c07fd44b6691c0 = { + FFF624666f507f8e24666f50 = { isa = XCConfigurationList; buildConfigurations = ( - FFF74aa6e0007fd44aa6e000, - FFF74aa6e6f07fd44aa6e6f0, - FFF74aa6ede07fd44aa6ede0, - FFF74aa6f4d07fd44aa6f4d0, + FFF723a6da007f8e23a6da00, + FFF723a6e0f07f8e23a6e0f0, + FFF723a6e7e07f8e23a6e7e0, + FFF723a6eed07f8e23a6eed0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF64b66c8607fd44b66c860 = { + FFF62466a5f07f8e2466a5f0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF74aa6fc007fd44aa6fc00, - FFF74aa702f07fd44aa702f0, - FFF74aa709e07fd44aa709e0, - FFF74aa710d07fd44aa710d0, + FFF723a6f6007f8e23a6f600, + FFF723a6fcf07f8e23a6fcf0, + FFF723a703e07f8e23a703e0, + FFF723a70ad07f8e23a70ad0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF64b66fb507fd44b66fb50 = { + FFF62466d8e07f8e2466d8e0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF74aa718007fd44aa71800, - FFF74aa71ef07fd44aa71ef0, - FFF74aa725e07fd44aa725e0, - FFF74aa72cd07fd44aa72cd0, + FFF723a712007f8e23a71200, + FFF723a718f07f8e23a718f0, + FFF723a71fe07f8e23a71fe0, + FFF723a726d07f8e23a726d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF64b672f007fd44b672f00 = { + FFF624670c907f8e24670c90 = { isa = XCConfigurationList; buildConfigurations = ( - FFF74aa734007fd44aa73400, - FFF74aa73af07fd44aa73af0, - FFF74aa741e07fd44aa741e0, - FFF74aa748d07fd44aa748d0, + FFF723a72e007f8e23a72e00, + FFF723a734f07f8e23a734f0, + FFF723a73be07f8e23a73be0, + FFF723a742d07f8e23a742d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF64b6767507fd44b676750 = { + FFF6246744e07f8e246744e0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF74aa750007fd44aa75000, - FFF74aa756f07fd44aa756f0, - FFF74aa75de07fd44aa75de0, - FFF74aa764d07fd44aa764d0, + FFF723a74a007f8e23a74a00, + FFF723a750f07f8e23a750f0, + FFF723a757e07f8e23a757e0, + FFF723a75ed07f8e23a75ed0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF64b6799907fd44b679990 = { + FFF6246777207f8e24677720 = { isa = XCConfigurationList; buildConfigurations = ( - FFF74aa76c007fd44aa76c00, - FFF74aa772f07fd44aa772f0, - FFF74aa779e07fd44aa779e0, - FFF74aa780d07fd44aa780d0, + FFF723a766007f8e23a76600, + FFF723a76cf07f8e23a76cf0, + FFF723a773e07f8e23a773e0, + FFF723a77ad07f8e23a77ad0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF64b67cd707fd44b67cd70 = { + FFF62467ab007f8e2467ab00 = { isa = XCConfigurationList; buildConfigurations = ( - FFF74aa788007fd44aa78800, - FFF74aa78ef07fd44aa78ef0, - FFF74aa795e07fd44aa795e0, - FFF74aa79cd07fd44aa79cd0, + FFF723a782007f8e23a78200, + FFF723a788f07f8e23a788f0, + FFF723a78fe07f8e23a78fe0, + FFF723a796d07f8e23a796d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF64b6802307fd44b680230 = { + FFF62467dfc07f8e2467dfc0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF74aa7a4007fd44aa7a400, - FFF74aa7aaf07fd44aa7aaf0, - FFF74aa7b1e07fd44aa7b1e0, - FFF74aa7b8d07fd44aa7b8d0, + FFF723a79e007f8e23a79e00, + FFF723a7a4f07f8e23a7a4f0, + FFF723a7abe07f8e23a7abe0, + FFF723a7b2d07f8e23a7b2d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF64b5ef8b07fd44b5ef8b0 = { + FFF6245f98307f8e245f9830 = { isa = XCConfigurationList; buildConfigurations = ( - FFF34aa478007fd44aa47800 /* debug */, - FFF34aa47ef07fd44aa47ef0 /* checked */, - FFF34aa485e07fd44aa485e0 /* profile */, - FFF34aa48cd07fd44aa48cd0 /* release */, + FFF323a472007f8e23a47200 /* debug */, + FFF323a478f07f8e23a478f0 /* checked */, + FFF323a47fe07f8e23a47fe0 /* profile */, + FFF323a486d07f8e23a486d0 /* release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; /* End XCConfigurationList section */ /* Begin XCBuildConfiguration section */ - FFF74aa478007fd44aa47800 /* debug */ = { + FFF723a472007f8e23a47200 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -4002,7 +4002,7 @@ }; name = "debug"; }; - FFF74aa47ef07fd44aa47ef0 /* checked */ = { + FFF723a478f07f8e23a478f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -4032,7 +4032,7 @@ }; name = "checked"; }; - FFF74aa485e07fd44aa485e0 /* profile */ = { + FFF723a47fe07f8e23a47fe0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -4062,7 +4062,7 @@ }; name = "profile"; }; - FFF74aa48cd07fd44aa48cd0 /* release */ = { + FFF723a486d07f8e23a486d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -4092,7 +4092,7 @@ }; name = "release"; }; - FFF74aa494007fd44aa49400 /* debug */ = { + FFF723a48e007f8e23a48e00 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -4123,7 +4123,7 @@ }; name = "debug"; }; - FFF74aa49af07fd44aa49af0 /* checked */ = { + FFF723a494f07f8e23a494f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -4154,7 +4154,7 @@ }; name = "checked"; }; - FFF74aa4a1e07fd44aa4a1e0 /* profile */ = { + FFF723a49be07f8e23a49be0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -4185,7 +4185,7 @@ }; name = "profile"; }; - FFF74aa4a8d07fd44aa4a8d0 /* release */ = { + FFF723a4a2d07f8e23a4a2d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -4216,7 +4216,7 @@ }; name = "release"; }; - FFF74aa4b0007fd44aa4b000 /* debug */ = { + FFF723a4aa007f8e23a4aa00 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -4247,7 +4247,7 @@ }; name = "debug"; }; - FFF74aa4b6f07fd44aa4b6f0 /* checked */ = { + FFF723a4b0f07f8e23a4b0f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -4278,7 +4278,7 @@ }; name = "checked"; }; - FFF74aa4bde07fd44aa4bde0 /* profile */ = { + FFF723a4b7e07f8e23a4b7e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -4309,7 +4309,7 @@ }; name = "profile"; }; - FFF74aa4c4d07fd44aa4c4d0 /* release */ = { + FFF723a4bed07f8e23a4bed0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -4340,7 +4340,7 @@ }; name = "release"; }; - FFF74aa4cc007fd44aa4cc00 /* debug */ = { + FFF723a4c6007f8e23a4c600 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -4371,7 +4371,7 @@ }; name = "debug"; }; - FFF74aa4d2f07fd44aa4d2f0 /* checked */ = { + FFF723a4ccf07f8e23a4ccf0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -4402,7 +4402,7 @@ }; name = "checked"; }; - FFF74aa4d9e07fd44aa4d9e0 /* profile */ = { + FFF723a4d3e07f8e23a4d3e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -4433,7 +4433,7 @@ }; name = "profile"; }; - FFF74aa4e0d07fd44aa4e0d0 /* release */ = { + FFF723a4dad07f8e23a4dad0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -4464,7 +4464,7 @@ }; name = "release"; }; - FFF74aa4e8007fd44aa4e800 /* debug */ = { + FFF723a4e2007f8e23a4e200 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -4495,7 +4495,7 @@ }; name = "debug"; }; - FFF74aa4eef07fd44aa4eef0 /* checked */ = { + FFF723a4e8f07f8e23a4e8f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -4526,7 +4526,7 @@ }; name = "checked"; }; - FFF74aa4f5e07fd44aa4f5e0 /* profile */ = { + FFF723a4efe07f8e23a4efe0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -4557,7 +4557,7 @@ }; name = "profile"; }; - FFF74aa4fcd07fd44aa4fcd0 /* release */ = { + FFF723a4f6d07f8e23a4f6d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -4588,7 +4588,7 @@ }; name = "release"; }; - FFF74aa504007fd44aa50400 /* debug */ = { + FFF723a4fe007f8e23a4fe00 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -4619,7 +4619,7 @@ }; name = "debug"; }; - FFF74aa50af07fd44aa50af0 /* checked */ = { + FFF723a504f07f8e23a504f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -4650,7 +4650,7 @@ }; name = "checked"; }; - FFF74aa511e07fd44aa511e0 /* profile */ = { + FFF723a50be07f8e23a50be0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -4681,7 +4681,7 @@ }; name = "profile"; }; - FFF74aa518d07fd44aa518d0 /* release */ = { + FFF723a512d07f8e23a512d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -4712,7 +4712,7 @@ }; name = "release"; }; - FFF74aa520007fd44aa52000 /* debug */ = { + FFF723a51a007f8e23a51a00 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -4743,7 +4743,7 @@ }; name = "debug"; }; - FFF74aa526f07fd44aa526f0 /* checked */ = { + FFF723a520f07f8e23a520f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -4774,7 +4774,7 @@ }; name = "checked"; }; - FFF74aa52de07fd44aa52de0 /* profile */ = { + FFF723a527e07f8e23a527e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -4805,7 +4805,7 @@ }; name = "profile"; }; - FFF74aa534d07fd44aa534d0 /* release */ = { + FFF723a52ed07f8e23a52ed0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -4836,7 +4836,7 @@ }; name = "release"; }; - FFF74aa53c007fd44aa53c00 /* debug */ = { + FFF723a536007f8e23a53600 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -4867,7 +4867,7 @@ }; name = "debug"; }; - FFF74aa542f07fd44aa542f0 /* checked */ = { + FFF723a53cf07f8e23a53cf0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -4898,7 +4898,7 @@ }; name = "checked"; }; - FFF74aa549e07fd44aa549e0 /* profile */ = { + FFF723a543e07f8e23a543e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -4929,7 +4929,7 @@ }; name = "profile"; }; - FFF74aa550d07fd44aa550d0 /* release */ = { + FFF723a54ad07f8e23a54ad0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -4960,7 +4960,7 @@ }; name = "release"; }; - FFF74aa558007fd44aa55800 /* debug */ = { + FFF723a552007f8e23a55200 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -4991,7 +4991,7 @@ }; name = "debug"; }; - FFF74aa55ef07fd44aa55ef0 /* checked */ = { + FFF723a558f07f8e23a558f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -5022,7 +5022,7 @@ }; name = "checked"; }; - FFF74aa565e07fd44aa565e0 /* profile */ = { + FFF723a55fe07f8e23a55fe0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -5053,7 +5053,7 @@ }; name = "profile"; }; - FFF74aa56cd07fd44aa56cd0 /* release */ = { + FFF723a566d07f8e23a566d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -5084,7 +5084,7 @@ }; name = "release"; }; - FFF74aa574007fd44aa57400 /* debug */ = { + FFF723a56e007f8e23a56e00 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -5115,7 +5115,7 @@ }; name = "debug"; }; - FFF74aa57af07fd44aa57af0 /* checked */ = { + FFF723a574f07f8e23a574f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -5146,7 +5146,7 @@ }; name = "checked"; }; - FFF74aa581e07fd44aa581e0 /* profile */ = { + FFF723a57be07f8e23a57be0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -5177,7 +5177,7 @@ }; name = "profile"; }; - FFF74aa588d07fd44aa588d0 /* release */ = { + FFF723a582d07f8e23a582d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -5208,7 +5208,7 @@ }; name = "release"; }; - FFF74aa590007fd44aa59000 /* debug */ = { + FFF723a58a007f8e23a58a00 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -5239,7 +5239,7 @@ }; name = "debug"; }; - FFF74aa596f07fd44aa596f0 /* checked */ = { + FFF723a590f07f8e23a590f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -5270,7 +5270,7 @@ }; name = "checked"; }; - FFF74aa59de07fd44aa59de0 /* profile */ = { + FFF723a597e07f8e23a597e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -5301,7 +5301,7 @@ }; name = "profile"; }; - FFF74aa5a4d07fd44aa5a4d0 /* release */ = { + FFF723a59ed07f8e23a59ed0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -5332,7 +5332,7 @@ }; name = "release"; }; - FFF74aa5ac007fd44aa5ac00 /* debug */ = { + FFF723a5a6007f8e23a5a600 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -5363,7 +5363,7 @@ }; name = "debug"; }; - FFF74aa5b2f07fd44aa5b2f0 /* checked */ = { + FFF723a5acf07f8e23a5acf0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -5394,7 +5394,7 @@ }; name = "checked"; }; - FFF74aa5b9e07fd44aa5b9e0 /* profile */ = { + FFF723a5b3e07f8e23a5b3e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -5425,7 +5425,7 @@ }; name = "profile"; }; - FFF74aa5c0d07fd44aa5c0d0 /* release */ = { + FFF723a5bad07f8e23a5bad0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -5456,7 +5456,7 @@ }; name = "release"; }; - FFF74aa5c8007fd44aa5c800 /* debug */ = { + FFF723a5c2007f8e23a5c200 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -5487,7 +5487,7 @@ }; name = "debug"; }; - FFF74aa5cef07fd44aa5cef0 /* checked */ = { + FFF723a5c8f07f8e23a5c8f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -5518,7 +5518,7 @@ }; name = "checked"; }; - FFF74aa5d5e07fd44aa5d5e0 /* profile */ = { + FFF723a5cfe07f8e23a5cfe0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -5549,7 +5549,7 @@ }; name = "profile"; }; - FFF74aa5dcd07fd44aa5dcd0 /* release */ = { + FFF723a5d6d07f8e23a5d6d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -5580,7 +5580,7 @@ }; name = "release"; }; - FFF74aa5e4007fd44aa5e400 /* debug */ = { + FFF723a5de007f8e23a5de00 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -5611,7 +5611,7 @@ }; name = "debug"; }; - FFF74aa5eaf07fd44aa5eaf0 /* checked */ = { + FFF723a5e4f07f8e23a5e4f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -5642,7 +5642,7 @@ }; name = "checked"; }; - FFF74aa5f1e07fd44aa5f1e0 /* profile */ = { + FFF723a5ebe07f8e23a5ebe0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -5673,7 +5673,7 @@ }; name = "profile"; }; - FFF74aa5f8d07fd44aa5f8d0 /* release */ = { + FFF723a5f2d07f8e23a5f2d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -5704,7 +5704,7 @@ }; name = "release"; }; - FFF74aa600007fd44aa60000 /* debug */ = { + FFF723a5fa007f8e23a5fa00 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -5735,7 +5735,7 @@ }; name = "debug"; }; - FFF74aa606f07fd44aa606f0 /* checked */ = { + FFF723a600f07f8e23a600f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -5766,7 +5766,7 @@ }; name = "checked"; }; - FFF74aa60de07fd44aa60de0 /* profile */ = { + FFF723a607e07f8e23a607e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -5797,7 +5797,7 @@ }; name = "profile"; }; - FFF74aa614d07fd44aa614d0 /* release */ = { + FFF723a60ed07f8e23a60ed0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -5828,7 +5828,7 @@ }; name = "release"; }; - FFF74aa61c007fd44aa61c00 /* debug */ = { + FFF723a616007f8e23a61600 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -5859,7 +5859,7 @@ }; name = "debug"; }; - FFF74aa622f07fd44aa622f0 /* checked */ = { + FFF723a61cf07f8e23a61cf0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -5890,7 +5890,7 @@ }; name = "checked"; }; - FFF74aa629e07fd44aa629e0 /* profile */ = { + FFF723a623e07f8e23a623e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -5921,7 +5921,7 @@ }; name = "profile"; }; - FFF74aa630d07fd44aa630d0 /* release */ = { + FFF723a62ad07f8e23a62ad0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -5952,7 +5952,7 @@ }; name = "release"; }; - FFF74aa638007fd44aa63800 /* debug */ = { + FFF723a632007f8e23a63200 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -5983,7 +5983,7 @@ }; name = "debug"; }; - FFF74aa63ef07fd44aa63ef0 /* checked */ = { + FFF723a638f07f8e23a638f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -6014,7 +6014,7 @@ }; name = "checked"; }; - FFF74aa645e07fd44aa645e0 /* profile */ = { + FFF723a63fe07f8e23a63fe0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -6045,7 +6045,7 @@ }; name = "profile"; }; - FFF74aa64cd07fd44aa64cd0 /* release */ = { + FFF723a646d07f8e23a646d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -6076,7 +6076,7 @@ }; name = "release"; }; - FFF74aa654007fd44aa65400 /* debug */ = { + FFF723a64e007f8e23a64e00 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -6107,7 +6107,7 @@ }; name = "debug"; }; - FFF74aa65af07fd44aa65af0 /* checked */ = { + FFF723a654f07f8e23a654f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -6138,7 +6138,7 @@ }; name = "checked"; }; - FFF74aa661e07fd44aa661e0 /* profile */ = { + FFF723a65be07f8e23a65be0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -6169,7 +6169,7 @@ }; name = "profile"; }; - FFF74aa668d07fd44aa668d0 /* release */ = { + FFF723a662d07f8e23a662d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -6200,7 +6200,7 @@ }; name = "release"; }; - FFF74aa670007fd44aa67000 /* debug */ = { + FFF723a66a007f8e23a66a00 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -6231,7 +6231,7 @@ }; name = "debug"; }; - FFF74aa676f07fd44aa676f0 /* checked */ = { + FFF723a670f07f8e23a670f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -6262,7 +6262,7 @@ }; name = "checked"; }; - FFF74aa67de07fd44aa67de0 /* profile */ = { + FFF723a677e07f8e23a677e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -6293,7 +6293,7 @@ }; name = "profile"; }; - FFF74aa684d07fd44aa684d0 /* release */ = { + FFF723a67ed07f8e23a67ed0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -6324,7 +6324,7 @@ }; name = "release"; }; - FFF74aa68c007fd44aa68c00 /* debug */ = { + FFF723a686007f8e23a68600 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -6355,7 +6355,7 @@ }; name = "debug"; }; - FFF74aa692f07fd44aa692f0 /* checked */ = { + FFF723a68cf07f8e23a68cf0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -6386,7 +6386,7 @@ }; name = "checked"; }; - FFF74aa699e07fd44aa699e0 /* profile */ = { + FFF723a693e07f8e23a693e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -6417,7 +6417,7 @@ }; name = "profile"; }; - FFF74aa6a0d07fd44aa6a0d0 /* release */ = { + FFF723a69ad07f8e23a69ad0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -6448,7 +6448,7 @@ }; name = "release"; }; - FFF74aa6a8007fd44aa6a800 /* debug */ = { + FFF723a6a2007f8e23a6a200 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -6479,7 +6479,7 @@ }; name = "debug"; }; - FFF74aa6aef07fd44aa6aef0 /* checked */ = { + FFF723a6a8f07f8e23a6a8f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -6510,7 +6510,7 @@ }; name = "checked"; }; - FFF74aa6b5e07fd44aa6b5e0 /* profile */ = { + FFF723a6afe07f8e23a6afe0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -6541,7 +6541,7 @@ }; name = "profile"; }; - FFF74aa6bcd07fd44aa6bcd0 /* release */ = { + FFF723a6b6d07f8e23a6b6d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -6572,7 +6572,7 @@ }; name = "release"; }; - FFF74aa6c4007fd44aa6c400 /* debug */ = { + FFF723a6be007f8e23a6be00 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -6603,7 +6603,7 @@ }; name = "debug"; }; - FFF74aa6caf07fd44aa6caf0 /* checked */ = { + FFF723a6c4f07f8e23a6c4f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -6634,7 +6634,7 @@ }; name = "checked"; }; - FFF74aa6d1e07fd44aa6d1e0 /* profile */ = { + FFF723a6cbe07f8e23a6cbe0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -6665,7 +6665,7 @@ }; name = "profile"; }; - FFF74aa6d8d07fd44aa6d8d0 /* release */ = { + FFF723a6d2d07f8e23a6d2d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -6696,7 +6696,7 @@ }; name = "release"; }; - FFF74aa6e0007fd44aa6e000 /* debug */ = { + FFF723a6da007f8e23a6da00 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -6727,7 +6727,7 @@ }; name = "debug"; }; - FFF74aa6e6f07fd44aa6e6f0 /* checked */ = { + FFF723a6e0f07f8e23a6e0f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -6758,7 +6758,7 @@ }; name = "checked"; }; - FFF74aa6ede07fd44aa6ede0 /* profile */ = { + FFF723a6e7e07f8e23a6e7e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -6789,7 +6789,7 @@ }; name = "profile"; }; - FFF74aa6f4d07fd44aa6f4d0 /* release */ = { + FFF723a6eed07f8e23a6eed0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -6820,7 +6820,7 @@ }; name = "release"; }; - FFF74aa6fc007fd44aa6fc00 /* debug */ = { + FFF723a6f6007f8e23a6f600 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -6851,7 +6851,7 @@ }; name = "debug"; }; - FFF74aa702f07fd44aa702f0 /* checked */ = { + FFF723a6fcf07f8e23a6fcf0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -6882,7 +6882,7 @@ }; name = "checked"; }; - FFF74aa709e07fd44aa709e0 /* profile */ = { + FFF723a703e07f8e23a703e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -6913,7 +6913,7 @@ }; name = "profile"; }; - FFF74aa710d07fd44aa710d0 /* release */ = { + FFF723a70ad07f8e23a70ad0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -6944,7 +6944,7 @@ }; name = "release"; }; - FFF74aa718007fd44aa71800 /* debug */ = { + FFF723a712007f8e23a71200 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -6975,7 +6975,7 @@ }; name = "debug"; }; - FFF74aa71ef07fd44aa71ef0 /* checked */ = { + FFF723a718f07f8e23a718f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -7006,7 +7006,7 @@ }; name = "checked"; }; - FFF74aa725e07fd44aa725e0 /* profile */ = { + FFF723a71fe07f8e23a71fe0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -7037,7 +7037,7 @@ }; name = "profile"; }; - FFF74aa72cd07fd44aa72cd0 /* release */ = { + FFF723a726d07f8e23a726d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -7068,7 +7068,7 @@ }; name = "release"; }; - FFF74aa734007fd44aa73400 /* debug */ = { + FFF723a72e007f8e23a72e00 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -7099,7 +7099,7 @@ }; name = "debug"; }; - FFF74aa73af07fd44aa73af0 /* checked */ = { + FFF723a734f07f8e23a734f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -7130,7 +7130,7 @@ }; name = "checked"; }; - FFF74aa741e07fd44aa741e0 /* profile */ = { + FFF723a73be07f8e23a73be0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -7161,7 +7161,7 @@ }; name = "profile"; }; - FFF74aa748d07fd44aa748d0 /* release */ = { + FFF723a742d07f8e23a742d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -7192,7 +7192,7 @@ }; name = "release"; }; - FFF74aa750007fd44aa75000 /* debug */ = { + FFF723a74a007f8e23a74a00 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -7223,7 +7223,7 @@ }; name = "debug"; }; - FFF74aa756f07fd44aa756f0 /* checked */ = { + FFF723a750f07f8e23a750f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -7254,7 +7254,7 @@ }; name = "checked"; }; - FFF74aa75de07fd44aa75de0 /* profile */ = { + FFF723a757e07f8e23a757e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -7285,7 +7285,7 @@ }; name = "profile"; }; - FFF74aa764d07fd44aa764d0 /* release */ = { + FFF723a75ed07f8e23a75ed0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -7316,7 +7316,7 @@ }; name = "release"; }; - FFF74aa76c007fd44aa76c00 /* debug */ = { + FFF723a766007f8e23a76600 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -7347,7 +7347,7 @@ }; name = "debug"; }; - FFF74aa772f07fd44aa772f0 /* checked */ = { + FFF723a76cf07f8e23a76cf0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -7378,7 +7378,7 @@ }; name = "checked"; }; - FFF74aa779e07fd44aa779e0 /* profile */ = { + FFF723a773e07f8e23a773e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -7409,7 +7409,7 @@ }; name = "profile"; }; - FFF74aa780d07fd44aa780d0 /* release */ = { + FFF723a77ad07f8e23a77ad0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -7440,7 +7440,7 @@ }; name = "release"; }; - FFF74aa788007fd44aa78800 /* debug */ = { + FFF723a782007f8e23a78200 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -7471,7 +7471,7 @@ }; name = "debug"; }; - FFF74aa78ef07fd44aa78ef0 /* checked */ = { + FFF723a788f07f8e23a788f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -7502,7 +7502,7 @@ }; name = "checked"; }; - FFF74aa795e07fd44aa795e0 /* profile */ = { + FFF723a78fe07f8e23a78fe0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -7533,7 +7533,7 @@ }; name = "profile"; }; - FFF74aa79cd07fd44aa79cd0 /* release */ = { + FFF723a796d07f8e23a796d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -7564,7 +7564,7 @@ }; name = "release"; }; - FFF74aa7a4007fd44aa7a400 /* debug */ = { + FFF723a79e007f8e23a79e00 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -7595,7 +7595,7 @@ }; name = "debug"; }; - FFF74aa7aaf07fd44aa7aaf0 /* checked */ = { + FFF723a7a4f07f8e23a7a4f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -7626,7 +7626,7 @@ }; name = "checked"; }; - FFF74aa7b1e07fd44aa7b1e0 /* profile */ = { + FFF723a7abe07f8e23a7abe0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -7657,7 +7657,7 @@ }; name = "profile"; }; - FFF74aa7b8d07fd44aa7b8d0 /* release */ = { + FFF723a7b2d07f8e23a7b2d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_IDENTITY = "iPhone Developer"; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; TARGETED_DEVICE_FAMILY = 2; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)"; IPHONEOS_DEPLOYMENT_TARGET = 7.0; SDKROOT = iphoneos; @@ -7688,25 +7688,25 @@ }; name = "release"; }; - FFF34aa478007fd44aa47800 /* debug */ = { + FFF323a472007f8e23a47200 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { }; name = "debug"; }; - FFF34aa47ef07fd44aa47ef0 /* checked */ = { + FFF323a478f07f8e23a478f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { }; name = "checked"; }; - FFF34aa485e07fd44aa485e0 /* profile */ = { + FFF323a47fe07f8e23a47fe0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { }; name = "profile"; }; - FFF34aa48cd07fd44aa48cd0 /* release */ = { + FFF323a486d07f8e23a486d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { }; @@ -7715,47 +7715,47 @@ /* End XCBuildConfiguration section */ /* Begin PBXProject section */ - FFF94b5ef8b07fd44b5ef8b0 /* Project object */ = { + FFF9245f98307f8e245f9830 /* Project object */ = { isa = PBXProject; - buildConfigurationList = FFF64b5ef8b07fd44b5ef8b0 /* Build configuration list for PBXProject Snippets */; + buildConfigurationList = FFF6245f98307f8e245f9830 /* Build configuration list for PBXProject Snippets */; compatibilityVersion = "Xcode 3.2"; hasScannedForEncodings = 1; - mainGroup = FFFB4b5ef9187fd44b5ef918 /* Snippets */; + mainGroup = FFFB245f98987f8e245f9898 /* Snippets */; targets = ( - FFFA4b5ef9c07fd44b5ef9c0, - FFFA4b601d007fd44b601d00, - FFFA4b59d0f07fd44b59d0f0, - FFFA4b50a3007fd44b50a300, - FFFA4b5cb9f07fd44b5cb9f0, - FFFA4b6050907fd44b605090, - FFFA4b62caa07fd44b62caa0, - FFFA4b6232107fd44b623210, - FFFA4b6301e07fd44b6301e0, - FFFA4b6338907fd44b633890, - FFFA4b636ae07fd44b636ae0, - FFFA4b63a1407fd44b63a140, - FFFA4b63d3c07fd44b63d3c0, - FFFA4b6409a07fd44b6409a0, - FFFA4b6443407fd44b644340, - FFFA4b6492507fd44b649250, - FFFA4b64df707fd44b64df70, - FFFA4b652c007fd44b652c00, - FFFA4b6579907fd44b657990, - FFFA4b65c4b07fd44b65c4b0, - FFFA4b6612107fd44b661210, - FFFA4b6661007fd44b666100, - FFFA4b6691c07fd44b6691c0, - FFFA4b66c8607fd44b66c860, - FFFA4b66fb507fd44b66fb50, - FFFA4b672f007fd44b672f00, - FFFA4b6767507fd44b676750, - FFFA4b6799907fd44b679990, - FFFA4b67cd707fd44b67cd70, - FFFA4b6802307fd44b680230, + FFFA245f99407f8e245f9940, + FFFA245fbe707f8e245fbe70, + FFFA2459bbf07f8e2459bbf0, + FFFA244a9f707f8e244a9f70, + FFFA245cc5607f8e245cc560, + FFFA246033907f8e24603390, + FFFA2462ae807f8e2462ae80, + FFFA246215807f8e24621580, + FFFA2462dff07f8e2462dff0, + FFFA246316907f8e24631690, + FFFA246348907f8e24634890, + FFFA24637ed07f8e24637ed0, + FFFA2463b1507f8e2463b150, + FFFA2463e7307f8e2463e730, + FFFA246420d07f8e246420d0, + FFFA24646fe07f8e24646fe0, + FFFA2464bd007f8e2464bd00, + FFFA246509907f8e24650990, + FFFA246557207f8e24655720, + FFFA2465a2407f8e2465a240, + FFFA2465efa07f8e2465efa0, + FFFA24663e907f8e24663e90, + FFFA24666f507f8e24666f50, + FFFA2466a5f07f8e2466a5f0, + FFFA2466d8e07f8e2466d8e0, + FFFA24670c907f8e24670c90, + FFFA246744e07f8e246744e0, + FFFA246777207f8e24677720, + FFFA2467ab007f8e2467ab00, + FFFA2467dfc07f8e2467dfc0, ); }; /* End PBXProject section */ }; - rootObject = FFF94b5ef8b07fd44b5ef8b0 /* Project object */; + rootObject = FFF9245f98307f8e245f9830 /* Project object */; } diff --git a/PhysX_3.4/Snippets/compiler/xcode_osx32/Snippets.xcodeproj/project.pbxproj b/PhysX_3.4/Snippets/compiler/xcode_osx32/Snippets.xcodeproj/project.pbxproj index bcfe195c..84a58d58 100644 --- a/PhysX_3.4/Snippets/compiler/xcode_osx32/Snippets.xcodeproj/project.pbxproj +++ b/PhysX_3.4/Snippets/compiler/xcode_osx32/Snippets.xcodeproj/project.pbxproj @@ -7,17 +7,17 @@ objects = { /* Begin PBXBuildFile section of SnippetUtils */ - FFFFdb38bc107fbbdb38bc10 /* SnippetUtils.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDdb38bc107fbbdb38bc10 /* SnippetUtils.cpp */; }; + FFFF5323c9407f885323c940 /* SnippetUtils.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD5323c9407f885323c940 /* SnippetUtils.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDdb38a2507fbbdb38a250 /* SnippetUtils */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "SnippetUtils"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDdb38bc107fbbdb38bc10 /* SnippetUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetUtils.cpp"; path = "../../SnippetUtils/SnippetUtils.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDdb38bc787fbbdb38bc78 /* SnippetUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetUtils.h"; path = "../../SnippetUtils/SnippetUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD525f66f07f88525f66f0 /* SnippetUtils */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "SnippetUtils"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD5323c9407f885323c940 /* SnippetUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetUtils.cpp"; path = "../../SnippetUtils/SnippetUtils.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5323c9a87f885323c9a8 /* SnippetUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetUtils.h"; path = "../../SnippetUtils/SnippetUtils.h"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2db38a2507fbbdb38a250 /* Resources */ = { + FFF2525f66f07f88525f66f0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -27,7 +27,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCdb38a2507fbbdb38a250 /* Frameworks */ = { + FFFC525f66f07f88525f66f0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -37,11 +37,11 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8db38a2507fbbdb38a250 /* Sources */ = { + FFF8525f66f07f88525f66f0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFdb38bc107fbbdb38bc10, + FFFF5323c9407f885323c940, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -53,20 +53,20 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetRender */ - FFFFdb32cdf07fbbdb32cdf0 /* SnippetCamera.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDdb32cdf07fbbdb32cdf0 /* SnippetCamera.cpp */; }; - FFFFdb32ce587fbbdb32ce58 /* SnippetRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDdb32ce587fbbdb32ce58 /* SnippetRender.cpp */; }; + FFFF532415b07f88532415b0 /* SnippetCamera.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD532415b07f88532415b0 /* SnippetCamera.cpp */; }; + FFFF532416187f8853241618 /* SnippetRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD532416187f8853241618 /* SnippetRender.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDdb34e0707fbbdb34e070 /* SnippetRender */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "SnippetRender"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDdb32cdf07fbbdb32cdf0 /* SnippetCamera.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetCamera.cpp"; path = "../../SnippetRender/SnippetCamera.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDdb32ce587fbbdb32ce58 /* SnippetRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetRender.cpp"; path = "../../SnippetRender/SnippetRender.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDdb32cec07fbbdb32cec0 /* SnippetCamera.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetCamera.h"; path = "../../SnippetRender/SnippetCamera.h"; sourceTree = SOURCE_ROOT; }; - FFFDdb32cf287fbbdb32cf28 /* SnippetRender.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetRender.h"; path = "../../SnippetRender/SnippetRender.h"; sourceTree = SOURCE_ROOT; }; + FFFD53262cb07f8853262cb0 /* SnippetRender */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "SnippetRender"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD532415b07f88532415b0 /* SnippetCamera.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetCamera.cpp"; path = "../../SnippetRender/SnippetCamera.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD532416187f8853241618 /* SnippetRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetRender.cpp"; path = "../../SnippetRender/SnippetRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD532416807f8853241680 /* SnippetCamera.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetCamera.h"; path = "../../SnippetRender/SnippetCamera.h"; sourceTree = SOURCE_ROOT; }; + FFFD532416e87f88532416e8 /* SnippetRender.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetRender.h"; path = "../../SnippetRender/SnippetRender.h"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2db34e0707fbbdb34e070 /* Resources */ = { + FFF253262cb07f8853262cb0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -76,7 +76,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCdb34e0707fbbdb34e070 /* Frameworks */ = { + FFFC53262cb07f8853262cb0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -86,12 +86,12 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8db34e0707fbbdb34e070 /* Sources */ = { + FFF853262cb07f8853262cb0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFdb32cdf07fbbdb32cdf0, - FFFFdb32ce587fbbdb32ce58, + FFFF532415b07f88532415b0, + FFFF532416187f8853241618, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -103,20 +103,20 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetConvert */ - FFFFdb3825207fbbdb382520 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDdb34e0707fbbdb34e070 /* SnippetRender */; }; - FFFFdb336ed07fbbdb336ed0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDdb38a2507fbbdb38a250 /* SnippetUtils */; }; - FFFFdb381fb07fbbdb381fb0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDdb381fb07fbbdb381fb0 /* ClassicMain.cpp */; }; - FFFFdb382a507fbbdb382a50 /* SnippetConvert.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDdb382a507fbbdb382a50 /* SnippetConvert.cpp */; }; + FFFF5326c3607f885326c360 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD53262cb07f8853262cb0 /* SnippetRender */; }; + FFFF5326a0007f885326a000 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD525f66f07f88525f66f0 /* SnippetUtils */; }; + FFFF5326bdf07f885326bdf0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD5326bdf07f885326bdf0 /* ClassicMain.cpp */; }; + FFFF531e48607f88531e4860 /* SnippetConvert.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD531e48607f88531e4860 /* SnippetConvert.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDdb32d2407fbbdb32d240 /* SnippetConvert */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; path = "SnippetConvert"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDdb381fb07fbbdb381fb0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDdb382a507fbbdb382a50 /* SnippetConvert.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetConvert.cpp"; path = "../../SnippetConvert/SnippetConvert.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD53241a107f8853241a10 /* SnippetConvert */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; path = "SnippetConvert"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD5326bdf07f885326bdf0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD531e48607f88531e4860 /* SnippetConvert.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetConvert.cpp"; path = "../../SnippetConvert/SnippetConvert.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2db32d2407fbbdb32d240 /* Resources */ = { + FFF253241a107f8853241a10 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -126,7 +126,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCdb32d2407fbbdb32d240 /* Frameworks */ = { + FFFC53241a107f8853241a10 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -136,12 +136,12 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8db32d2407fbbdb32d240 /* Sources */ = { + FFF853241a107f8853241a10 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFdb381fb07fbbdb381fb0, - FFFFdb382a507fbbdb382a50, + FFFF5326bdf07f885326bdf0, + FFFF531e48607f88531e4860, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -150,35 +150,35 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4db3825207fbbdb382520 /* PBXTargetDependency */ = { + FFF45326c3607f885326c360 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAdb34e0707fbbdb34e070 /* SnippetRender */; - targetProxy = FFF5db34e0707fbbdb34e070 /* PBXContainerItemProxy */; + target = FFFA53262cb07f8853262cb0 /* SnippetRender */; + targetProxy = FFF553262cb07f8853262cb0 /* PBXContainerItemProxy */; }; - FFF4db336ed07fbbdb336ed0 /* PBXTargetDependency */ = { + FFF45326a0007f885326a000 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAdb38a2507fbbdb38a250 /* SnippetUtils */; - targetProxy = FFF5db38a2507fbbdb38a250 /* PBXContainerItemProxy */; + target = FFFA525f66f07f88525f66f0 /* SnippetUtils */; + targetProxy = FFF5525f66f07f88525f66f0 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetHelloWorld */ - FFFFdb37c7d07fbbdb37c7d0 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDdb34e0707fbbdb34e070 /* SnippetRender */; }; - FFFFdb2ae7407fbbdb2ae740 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDdb38a2507fbbdb38a250 /* SnippetUtils */; }; - FFFFdb37c4007fbbdb37c400 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDdb37c4007fbbdb37c400 /* ClassicMain.cpp */; }; - FFFFdb3572507fbbdb357250 /* SnippetHelloWorld.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDdb3572507fbbdb357250 /* SnippetHelloWorld.cpp */; }; - FFFFdb3572b87fbbdb3572b8 /* SnippetHelloWorldRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDdb3572b87fbbdb3572b8 /* SnippetHelloWorldRender.cpp */; }; + FFFF5329bcc07f885329bcc0 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD53262cb07f8853262cb0 /* SnippetRender */; }; + FFFF525f3ed07f88525f3ed0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD525f66f07f88525f66f0 /* SnippetUtils */; }; + FFFF5329bfc07f885329bfc0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD5329bfc07f885329bfc0 /* ClassicMain.cpp */; }; + FFFF5329c5807f885329c580 /* SnippetHelloWorld.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD5329c5807f885329c580 /* SnippetHelloWorld.cpp */; }; + FFFF5329c5e87f885329c5e8 /* SnippetHelloWorldRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD5329c5e87f885329c5e8 /* SnippetHelloWorldRender.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDdb382b507fbbdb382b50 /* SnippetHelloWorld */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetHelloWorld"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDdb37c4007fbbdb37c400 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDdb3572507fbbdb357250 /* SnippetHelloWorld.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetHelloWorld.cpp"; path = "../../SnippetHelloWorld/SnippetHelloWorld.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDdb3572b87fbbdb3572b8 /* SnippetHelloWorldRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetHelloWorldRender.cpp"; path = "../../SnippetHelloWorld/SnippetHelloWorldRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD525f57a07f88525f57a0 /* SnippetHelloWorld */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetHelloWorld"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD5329bfc07f885329bfc0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5329c5807f885329c580 /* SnippetHelloWorld.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetHelloWorld.cpp"; path = "../../SnippetHelloWorld/SnippetHelloWorld.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5329c5e87f885329c5e8 /* SnippetHelloWorldRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetHelloWorldRender.cpp"; path = "../../SnippetHelloWorld/SnippetHelloWorldRender.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2db382b507fbbdb382b50 /* Resources */ = { + FFF2525f57a07f88525f57a0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -188,7 +188,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCdb382b507fbbdb382b50 /* Frameworks */ = { + FFFC525f57a07f88525f57a0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -198,13 +198,13 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8db382b507fbbdb382b50 /* Sources */ = { + FFF8525f57a07f88525f57a0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFdb37c4007fbbdb37c400, - FFFFdb3572507fbbdb357250, - FFFFdb3572b87fbbdb3572b8, + FFFF5329bfc07f885329bfc0, + FFFF5329c5807f885329c580, + FFFF5329c5e87f885329c5e8, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -213,35 +213,35 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4db37c7d07fbbdb37c7d0 /* PBXTargetDependency */ = { + FFF45329bcc07f885329bcc0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAdb34e0707fbbdb34e070 /* SnippetRender */; - targetProxy = FFF5db34e0707fbbdb34e070 /* PBXContainerItemProxy */; + target = FFFA53262cb07f8853262cb0 /* SnippetRender */; + targetProxy = FFF553262cb07f8853262cb0 /* PBXContainerItemProxy */; }; - FFF4db2ae7407fbbdb2ae740 /* PBXTargetDependency */ = { + FFF4525f3ed07f88525f3ed0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAdb38a2507fbbdb38a250 /* SnippetUtils */; - targetProxy = FFF5db38a2507fbbdb38a250 /* PBXContainerItemProxy */; + target = FFFA525f66f07f88525f66f0 /* SnippetUtils */; + targetProxy = FFF5525f66f07f88525f66f0 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetImmediateMode */ - FFFFdb2e8dc07fbbdb2e8dc0 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDdb34e0707fbbdb34e070 /* SnippetRender */; }; - FFFFdb27d8207fbbdb27d820 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDdb38a2507fbbdb38a250 /* SnippetUtils */; }; - FFFFdb2f45907fbbdb2f4590 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDdb2f45907fbbdb2f4590 /* ClassicMain.cpp */; }; - FFFFdb2f4b607fbbdb2f4b60 /* SnippetImmediateMode.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDdb2f4b607fbbdb2f4b60 /* SnippetImmediateMode.cpp */; }; - FFFFdb2f4bc87fbbdb2f4bc8 /* SnippetImmediateModeRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDdb2f4bc87fbbdb2f4bc8 /* SnippetImmediateModeRender.cpp */; }; + FFFF5328aab07f885328aab0 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD53262cb07f8853262cb0 /* SnippetRender */; }; + FFFF5323b3a07f885323b3a0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD525f66f07f88525f66f0 /* SnippetUtils */; }; + FFFF5328a5f07f885328a5f0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD5328a5f07f885328a5f0 /* ClassicMain.cpp */; }; + FFFF525ea3d07f88525ea3d0 /* SnippetImmediateMode.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD525ea3d07f88525ea3d0 /* SnippetImmediateMode.cpp */; }; + FFFF525ea4387f88525ea438 /* SnippetImmediateModeRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD525ea4387f88525ea438 /* SnippetImmediateModeRender.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDdb3574407fbbdb357440 /* SnippetImmediateMode */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetImmediateMode"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDdb2f45907fbbdb2f4590 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDdb2f4b607fbbdb2f4b60 /* SnippetImmediateMode.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetImmediateMode.cpp"; path = "../../SnippetImmediateMode/SnippetImmediateMode.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDdb2f4bc87fbbdb2f4bc8 /* SnippetImmediateModeRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetImmediateModeRender.cpp"; path = "../../SnippetImmediateMode/SnippetImmediateModeRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5329c3907f885329c390 /* SnippetImmediateMode */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetImmediateMode"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD5328a5f07f885328a5f0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD525ea3d07f88525ea3d0 /* SnippetImmediateMode.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetImmediateMode.cpp"; path = "../../SnippetImmediateMode/SnippetImmediateMode.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD525ea4387f88525ea438 /* SnippetImmediateModeRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetImmediateModeRender.cpp"; path = "../../SnippetImmediateMode/SnippetImmediateModeRender.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2db3574407fbbdb357440 /* Resources */ = { + FFF25329c3907f885329c390 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -251,7 +251,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCdb3574407fbbdb357440 /* Frameworks */ = { + FFFC5329c3907f885329c390 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -261,13 +261,13 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8db3574407fbbdb357440 /* Sources */ = { + FFF85329c3907f885329c390 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFdb2f45907fbbdb2f4590, - FFFFdb2f4b607fbbdb2f4b60, - FFFFdb2f4bc87fbbdb2f4bc8, + FFFF5328a5f07f885328a5f0, + FFFF525ea3d07f88525ea3d0, + FFFF525ea4387f88525ea438, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -276,35 +276,35 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4db2e8dc07fbbdb2e8dc0 /* PBXTargetDependency */ = { + FFF45328aab07f885328aab0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAdb34e0707fbbdb34e070 /* SnippetRender */; - targetProxy = FFF5db34e0707fbbdb34e070 /* PBXContainerItemProxy */; + target = FFFA53262cb07f8853262cb0 /* SnippetRender */; + targetProxy = FFF553262cb07f8853262cb0 /* PBXContainerItemProxy */; }; - FFF4db27d8207fbbdb27d820 /* PBXTargetDependency */ = { + FFF45323b3a07f885323b3a0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAdb38a2507fbbdb38a250 /* SnippetUtils */; - targetProxy = FFF5db38a2507fbbdb38a250 /* PBXContainerItemProxy */; + target = FFFA525f66f07f88525f66f0 /* SnippetUtils */; + targetProxy = FFF5525f66f07f88525f66f0 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetSplitFetchResults */ - FFFFdb39e6507fbbdb39e650 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDdb34e0707fbbdb34e070 /* SnippetRender */; }; - FFFFdb3a92a07fbbdb3a92a0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDdb38a2507fbbdb38a250 /* SnippetUtils */; }; - FFFFdb391af07fbbdb391af0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDdb391af07fbbdb391af0 /* ClassicMain.cpp */; }; - FFFFdb3a3a807fbbdb3a3a80 /* SnippetSplitFetchResults.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDdb3a3a807fbbdb3a3a80 /* SnippetSplitFetchResults.cpp */; }; - FFFFdb3a3ae87fbbdb3a3ae8 /* SnippetSplitFetchResultsRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDdb3a3ae87fbbdb3a3ae8 /* SnippetSplitFetchResultsRender.cpp */; }; + FFFF532cb3b07f88532cb3b0 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD53262cb07f8853262cb0 /* SnippetRender */; }; + FFFF525f1cb07f88525f1cb0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD525f66f07f88525f66f0 /* SnippetUtils */; }; + FFFF532cec007f88532cec00 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD532cec007f88532cec00 /* ClassicMain.cpp */; }; + FFFF532d3ba07f88532d3ba0 /* SnippetSplitFetchResults.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD532d3ba07f88532d3ba0 /* SnippetSplitFetchResults.cpp */; }; + FFFF532d3c087f88532d3c08 /* SnippetSplitFetchResultsRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD532d3c087f88532d3c08 /* SnippetSplitFetchResultsRender.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDdb2f4d507fbbdb2f4d50 /* SnippetSplitFetchResults */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetSplitFetchResults"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDdb391af07fbbdb391af0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDdb3a3a807fbbdb3a3a80 /* SnippetSplitFetchResults.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetSplitFetchResults.cpp"; path = "../../SnippetSplitFetchResults/SnippetSplitFetchResults.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDdb3a3ae87fbbdb3a3ae8 /* SnippetSplitFetchResultsRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetSplitFetchResultsRender.cpp"; path = "../../SnippetSplitFetchResults/SnippetSplitFetchResultsRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD525ea5307f88525ea530 /* SnippetSplitFetchResults */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetSplitFetchResults"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD532cec007f88532cec00 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD532d3ba07f88532d3ba0 /* SnippetSplitFetchResults.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetSplitFetchResults.cpp"; path = "../../SnippetSplitFetchResults/SnippetSplitFetchResults.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD532d3c087f88532d3c08 /* SnippetSplitFetchResultsRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetSplitFetchResultsRender.cpp"; path = "../../SnippetSplitFetchResults/SnippetSplitFetchResultsRender.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2db2f4d507fbbdb2f4d50 /* Resources */ = { + FFF2525ea5307f88525ea530 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -314,7 +314,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCdb2f4d507fbbdb2f4d50 /* Frameworks */ = { + FFFC525ea5307f88525ea530 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -324,13 +324,13 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8db2f4d507fbbdb2f4d50 /* Sources */ = { + FFF8525ea5307f88525ea530 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFdb391af07fbbdb391af0, - FFFFdb3a3a807fbbdb3a3a80, - FFFFdb3a3ae87fbbdb3a3ae8, + FFFF532cec007f88532cec00, + FFFF532d3ba07f88532d3ba0, + FFFF532d3c087f88532d3c08, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -339,38 +339,38 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4db39e6507fbbdb39e650 /* PBXTargetDependency */ = { + FFF4532cb3b07f88532cb3b0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAdb34e0707fbbdb34e070 /* SnippetRender */; - targetProxy = FFF5db34e0707fbbdb34e070 /* PBXContainerItemProxy */; + target = FFFA53262cb07f8853262cb0 /* SnippetRender */; + targetProxy = FFF553262cb07f8853262cb0 /* PBXContainerItemProxy */; }; - FFF4db3a92a07fbbdb3a92a0 /* PBXTargetDependency */ = { + FFF4525f1cb07f88525f1cb0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAdb38a2507fbbdb38a250 /* SnippetUtils */; - targetProxy = FFF5db38a2507fbbdb38a250 /* PBXContainerItemProxy */; + target = FFFA525f66f07f88525f66f0 /* SnippetUtils */; + targetProxy = FFF5525f66f07f88525f66f0 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetCustomJoint */ - FFFFdb3b5fc07fbbdb3b5fc0 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDdb34e0707fbbdb34e070 /* SnippetRender */; }; - FFFFdb3a45d07fbbdb3a45d0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDdb38a2507fbbdb38a250 /* SnippetUtils */; }; - FFFFdb3b30c07fbbdb3b30c0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDdb3b30c07fbbdb3b30c0 /* ClassicMain.cpp */; }; - FFFFdb3b36407fbbdb3b3640 /* PulleyJoint.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDdb3b36407fbbdb3b3640 /* PulleyJoint.cpp */; }; - FFFFdb3b36a87fbbdb3b36a8 /* SnippetCustomJoint.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDdb3b36a87fbbdb3b36a8 /* SnippetCustomJoint.cpp */; }; - FFFFdb3b37107fbbdb3b3710 /* SnippetCustomJointRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDdb3b37107fbbdb3b3710 /* SnippetCustomJointRender.cpp */; }; + FFFF532e3f807f88532e3f80 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD53262cb07f8853262cb0 /* SnippetRender */; }; + FFFF532d46707f88532d4670 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD525f66f07f88525f66f0 /* SnippetUtils */; }; + FFFF532e02d07f88532e02d0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD532e02d07f88532e02d0 /* ClassicMain.cpp */; }; + FFFF532e08307f88532e0830 /* PulleyJoint.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD532e08307f88532e0830 /* PulleyJoint.cpp */; }; + FFFF532e08987f88532e0898 /* SnippetCustomJoint.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD532e08987f88532e0898 /* SnippetCustomJoint.cpp */; }; + FFFF532e09007f88532e0900 /* SnippetCustomJointRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD532e09007f88532e0900 /* SnippetCustomJointRender.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDdb3a3c707fbbdb3a3c70 /* SnippetCustomJoint */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetCustomJoint"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDdb3b30c07fbbdb3b30c0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDdb3b36407fbbdb3b3640 /* PulleyJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PulleyJoint.cpp"; path = "../../SnippetCustomJoint/PulleyJoint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDdb3b36a87fbbdb3b36a8 /* SnippetCustomJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetCustomJoint.cpp"; path = "../../SnippetCustomJoint/SnippetCustomJoint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDdb3b37107fbbdb3b3710 /* SnippetCustomJointRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetCustomJointRender.cpp"; path = "../../SnippetCustomJoint/SnippetCustomJointRender.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDdb3b37787fbbdb3b3778 /* PulleyJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PulleyJoint.h"; path = "../../SnippetCustomJoint/PulleyJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD532d3d007f88532d3d00 /* SnippetCustomJoint */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetCustomJoint"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD532e02d07f88532e02d0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD532e08307f88532e0830 /* PulleyJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PulleyJoint.cpp"; path = "../../SnippetCustomJoint/PulleyJoint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD532e08987f88532e0898 /* SnippetCustomJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetCustomJoint.cpp"; path = "../../SnippetCustomJoint/SnippetCustomJoint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD532e09007f88532e0900 /* SnippetCustomJointRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetCustomJointRender.cpp"; path = "../../SnippetCustomJoint/SnippetCustomJointRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD532e09687f88532e0968 /* PulleyJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PulleyJoint.h"; path = "../../SnippetCustomJoint/PulleyJoint.h"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2db3a3c707fbbdb3a3c70 /* Resources */ = { + FFF2532d3d007f88532d3d00 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -380,7 +380,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCdb3a3c707fbbdb3a3c70 /* Frameworks */ = { + FFFC532d3d007f88532d3d00 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -390,14 +390,14 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8db3a3c707fbbdb3a3c70 /* Sources */ = { + FFF8532d3d007f88532d3d00 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFdb3b30c07fbbdb3b30c0, - FFFFdb3b36407fbbdb3b3640, - FFFFdb3b36a87fbbdb3b36a8, - FFFFdb3b37107fbbdb3b3710, + FFFF532e02d07f88532e02d0, + FFFF532e08307f88532e0830, + FFFF532e08987f88532e0898, + FFFF532e09007f88532e0900, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -406,35 +406,35 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4db3b5fc07fbbdb3b5fc0 /* PBXTargetDependency */ = { + FFF4532e3f807f88532e3f80 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAdb34e0707fbbdb34e070 /* SnippetRender */; - targetProxy = FFF5db34e0707fbbdb34e070 /* PBXContainerItemProxy */; + target = FFFA53262cb07f8853262cb0 /* SnippetRender */; + targetProxy = FFF553262cb07f8853262cb0 /* PBXContainerItemProxy */; }; - FFF4db3a45d07fbbdb3a45d0 /* PBXTargetDependency */ = { + FFF4532d46707f88532d4670 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAdb38a2507fbbdb38a250 /* SnippetUtils */; - targetProxy = FFF5db38a2507fbbdb38a250 /* PBXContainerItemProxy */; + target = FFFA525f66f07f88525f66f0 /* SnippetUtils */; + targetProxy = FFF5525f66f07f88525f66f0 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetSerialization */ - FFFFdb3ac2107fbbdb3ac210 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDdb34e0707fbbdb34e070 /* SnippetRender */; }; - FFFFdb3b00a07fbbdb3b00a0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDdb38a2507fbbdb38a250 /* SnippetUtils */; }; - FFFFdb3292107fbbdb329210 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDdb3292107fbbdb329210 /* ClassicMain.cpp */; }; - FFFFdb3b89c07fbbdb3b89c0 /* SnippetSerialization.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDdb3b89c07fbbdb3b89c0 /* SnippetSerialization.cpp */; }; - FFFFdb3b8a287fbbdb3b8a28 /* SnippetSerializationRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDdb3b8a287fbbdb3b8a28 /* SnippetSerializationRender.cpp */; }; + FFFF532de1707f88532de170 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD53262cb07f8853262cb0 /* SnippetRender */; }; + FFFF532dd2707f88532dd270 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD525f66f07f88525f66f0 /* SnippetUtils */; }; + FFFF532dae207f88532dae20 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD532dae207f88532dae20 /* ClassicMain.cpp */; }; + FFFF532e61207f88532e6120 /* SnippetSerialization.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD532e61207f88532e6120 /* SnippetSerialization.cpp */; }; + FFFF532e61887f88532e6188 /* SnippetSerializationRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD532e61887f88532e6188 /* SnippetSerializationRender.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDdb3b33107fbbdb3b3310 /* SnippetSerialization */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetSerialization"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDdb3292107fbbdb329210 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDdb3b89c07fbbdb3b89c0 /* SnippetSerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetSerialization.cpp"; path = "../../SnippetSerialization/SnippetSerialization.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDdb3b8a287fbbdb3b8a28 /* SnippetSerializationRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetSerializationRender.cpp"; path = "../../SnippetSerialization/SnippetSerializationRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD532e0b807f88532e0b80 /* SnippetSerialization */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetSerialization"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD532dae207f88532dae20 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD532e61207f88532e6120 /* SnippetSerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetSerialization.cpp"; path = "../../SnippetSerialization/SnippetSerialization.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD532e61887f88532e6188 /* SnippetSerializationRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetSerializationRender.cpp"; path = "../../SnippetSerialization/SnippetSerializationRender.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2db3b33107fbbdb3b3310 /* Resources */ = { + FFF2532e0b807f88532e0b80 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -444,7 +444,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCdb3b33107fbbdb3b3310 /* Frameworks */ = { + FFFC532e0b807f88532e0b80 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -454,13 +454,13 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8db3b33107fbbdb3b3310 /* Sources */ = { + FFF8532e0b807f88532e0b80 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFdb3292107fbbdb329210, - FFFFdb3b89c07fbbdb3b89c0, - FFFFdb3b8a287fbbdb3b8a28, + FFFF532dae207f88532dae20, + FFFF532e61207f88532e6120, + FFFF532e61887f88532e6188, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -469,33 +469,33 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4db3ac2107fbbdb3ac210 /* PBXTargetDependency */ = { + FFF4532de1707f88532de170 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAdb34e0707fbbdb34e070 /* SnippetRender */; - targetProxy = FFF5db34e0707fbbdb34e070 /* PBXContainerItemProxy */; + target = FFFA53262cb07f8853262cb0 /* SnippetRender */; + targetProxy = FFF553262cb07f8853262cb0 /* PBXContainerItemProxy */; }; - FFF4db3b00a07fbbdb3b00a0 /* PBXTargetDependency */ = { + FFF4532dd2707f88532dd270 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAdb38a2507fbbdb38a250 /* SnippetUtils */; - targetProxy = FFF5db38a2507fbbdb38a250 /* PBXContainerItemProxy */; + target = FFFA525f66f07f88525f66f0 /* SnippetUtils */; + targetProxy = FFF5525f66f07f88525f66f0 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetLoadCollection */ - FFFFdb3ba5707fbbdb3ba570 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDdb34e0707fbbdb34e070 /* SnippetRender */; }; - FFFFdb3b96007fbbdb3b9600 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDdb38a2507fbbdb38a250 /* SnippetUtils */; }; - FFFFdb3bba807fbbdb3bba80 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDdb3bba807fbbdb3bba80 /* ClassicMain.cpp */; }; - FFFFdb3bbee07fbbdb3bbee0 /* SnippetLoadCollection.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDdb3bbee07fbbdb3bbee0 /* SnippetLoadCollection.cpp */; }; + FFFF532e8bd07f88532e8bd0 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD53262cb07f8853262cb0 /* SnippetRender */; }; + FFFF532e6d607f88532e6d60 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD525f66f07f88525f66f0 /* SnippetUtils */; }; + FFFF532e92a07f88532e92a0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD532e92a07f88532e92a0 /* ClassicMain.cpp */; }; + FFFF532e96e07f88532e96e0 /* SnippetLoadCollection.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD532e96e07f88532e96e0 /* SnippetLoadCollection.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDdb3b8bb07fbbdb3b8bb0 /* SnippetLoadCollection */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; path = "SnippetLoadCollection"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDdb3bba807fbbdb3bba80 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDdb3bbee07fbbdb3bbee0 /* SnippetLoadCollection.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetLoadCollection.cpp"; path = "../../SnippetLoadCollection/SnippetLoadCollection.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD532e63107f88532e6310 /* SnippetLoadCollection */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; path = "SnippetLoadCollection"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD532e92a07f88532e92a0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD532e96e07f88532e96e0 /* SnippetLoadCollection.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetLoadCollection.cpp"; path = "../../SnippetLoadCollection/SnippetLoadCollection.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2db3b8bb07fbbdb3b8bb0 /* Resources */ = { + FFF2532e63107f88532e6310 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -505,7 +505,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCdb3b8bb07fbbdb3b8bb0 /* Frameworks */ = { + FFFC532e63107f88532e6310 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -515,12 +515,12 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8db3b8bb07fbbdb3b8bb0 /* Sources */ = { + FFF8532e63107f88532e6310 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFdb3bba807fbbdb3bba80, - FFFFdb3bbee07fbbdb3bbee0, + FFFF532e92a07f88532e92a0, + FFFF532e96e07f88532e96e0, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -529,35 +529,35 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4db3ba5707fbbdb3ba570 /* PBXTargetDependency */ = { + FFF4532e8bd07f88532e8bd0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAdb34e0707fbbdb34e070 /* SnippetRender */; - targetProxy = FFF5db34e0707fbbdb34e070 /* PBXContainerItemProxy */; + target = FFFA53262cb07f8853262cb0 /* SnippetRender */; + targetProxy = FFF553262cb07f8853262cb0 /* PBXContainerItemProxy */; }; - FFF4db3b96007fbbdb3b9600 /* PBXTargetDependency */ = { + FFF4532e6d607f88532e6d60 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAdb38a2507fbbdb38a250 /* SnippetUtils */; - targetProxy = FFF5db38a2507fbbdb38a250 /* PBXContainerItemProxy */; + target = FFFA525f66f07f88525f66f0 /* SnippetUtils */; + targetProxy = FFF5525f66f07f88525f66f0 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetContactReport */ - FFFFdb3bdb307fbbdb3bdb30 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDdb34e0707fbbdb34e070 /* SnippetRender */; }; - FFFFdb3bcb507fbbdb3bcb50 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDdb38a2507fbbdb38a250 /* SnippetUtils */; }; - FFFFdb3bf0e07fbbdb3bf0e0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDdb3bf0e07fbbdb3bf0e0 /* ClassicMain.cpp */; }; - FFFFdb3bf6e07fbbdb3bf6e0 /* SnippetContactReport.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDdb3bf6e07fbbdb3bf6e0 /* SnippetContactReport.cpp */; }; - FFFFdb3bf7487fbbdb3bf748 /* SnippetContactReportRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDdb3bf7487fbbdb3bf748 /* SnippetContactReportRender.cpp */; }; + FFFF532ec6907f88532ec690 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD53262cb07f8853262cb0 /* SnippetRender */; }; + FFFF532ea2f07f88532ea2f0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD525f66f07f88525f66f0 /* SnippetUtils */; }; + FFFF532ec9107f88532ec910 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD532ec9107f88532ec910 /* ClassicMain.cpp */; }; + FFFF532ecee07f88532ecee0 /* SnippetContactReport.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD532ecee07f88532ecee0 /* SnippetContactReport.cpp */; }; + FFFF532ecf487f88532ecf48 /* SnippetContactReportRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD532ecf487f88532ecf48 /* SnippetContactReportRender.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDdb3bbfe07fbbdb3bbfe0 /* SnippetContactReport */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetContactReport"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDdb3bf0e07fbbdb3bf0e0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDdb3bf6e07fbbdb3bf6e0 /* SnippetContactReport.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetContactReport.cpp"; path = "../../SnippetContactReport/SnippetContactReport.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDdb3bf7487fbbdb3bf748 /* SnippetContactReportRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetContactReportRender.cpp"; path = "../../SnippetContactReport/SnippetContactReportRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD532e98807f88532e9880 /* SnippetContactReport */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetContactReport"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD532ec9107f88532ec910 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD532ecee07f88532ecee0 /* SnippetContactReport.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetContactReport.cpp"; path = "../../SnippetContactReport/SnippetContactReport.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD532ecf487f88532ecf48 /* SnippetContactReportRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetContactReportRender.cpp"; path = "../../SnippetContactReport/SnippetContactReportRender.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2db3bbfe07fbbdb3bbfe0 /* Resources */ = { + FFF2532e98807f88532e9880 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -567,7 +567,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCdb3bbfe07fbbdb3bbfe0 /* Frameworks */ = { + FFFC532e98807f88532e9880 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -577,13 +577,13 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8db3bbfe07fbbdb3bbfe0 /* Sources */ = { + FFF8532e98807f88532e9880 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFdb3bf0e07fbbdb3bf0e0, - FFFFdb3bf6e07fbbdb3bf6e0, - FFFFdb3bf7487fbbdb3bf748, + FFFF532ec9107f88532ec910, + FFFF532ecee07f88532ecee0, + FFFF532ecf487f88532ecf48, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -592,35 +592,35 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4db3bdb307fbbdb3bdb30 /* PBXTargetDependency */ = { + FFF4532ec6907f88532ec690 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAdb34e0707fbbdb34e070 /* SnippetRender */; - targetProxy = FFF5db34e0707fbbdb34e070 /* PBXContainerItemProxy */; + target = FFFA53262cb07f8853262cb0 /* SnippetRender */; + targetProxy = FFF553262cb07f8853262cb0 /* PBXContainerItemProxy */; }; - FFF4db3bcb507fbbdb3bcb50 /* PBXTargetDependency */ = { + FFF4532ea2f07f88532ea2f0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAdb38a2507fbbdb38a250 /* SnippetUtils */; - targetProxy = FFF5db38a2507fbbdb38a250 /* PBXContainerItemProxy */; + target = FFFA525f66f07f88525f66f0 /* SnippetUtils */; + targetProxy = FFF5525f66f07f88525f66f0 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetJoint */ - FFFFdb3c19107fbbdb3c1910 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDdb34e0707fbbdb34e070 /* SnippetRender */; }; - FFFFdb3c02d07fbbdb3c02d0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDdb38a2507fbbdb38a250 /* SnippetUtils */; }; - FFFFdb3c28107fbbdb3c2810 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDdb3c28107fbbdb3c2810 /* ClassicMain.cpp */; }; - FFFFdb3c2da07fbbdb3c2da0 /* SnippetJoint.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDdb3c2da07fbbdb3c2da0 /* SnippetJoint.cpp */; }; - FFFFdb3c2e087fbbdb3c2e08 /* SnippetJointRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDdb3c2e087fbbdb3c2e08 /* SnippetJointRender.cpp */; }; + FFFF532ef1e07f88532ef1e0 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD53262cb07f8853262cb0 /* SnippetRender */; }; + FFFF532eda907f88532eda90 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD525f66f07f88525f66f0 /* SnippetUtils */; }; + FFFF532eff407f88532eff40 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD532eff407f88532eff40 /* ClassicMain.cpp */; }; + FFFF532f05307f88532f0530 /* SnippetJoint.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD532f05307f88532f0530 /* SnippetJoint.cpp */; }; + FFFF532f05987f88532f0598 /* SnippetJointRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD532f05987f88532f0598 /* SnippetJointRender.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDdb3bf8d07fbbdb3bf8d0 /* SnippetJoint */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetJoint"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDdb3c28107fbbdb3c2810 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDdb3c2da07fbbdb3c2da0 /* SnippetJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetJoint.cpp"; path = "../../SnippetJoint/SnippetJoint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDdb3c2e087fbbdb3c2e08 /* SnippetJointRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetJointRender.cpp"; path = "../../SnippetJoint/SnippetJointRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD532ed0d07f88532ed0d0 /* SnippetJoint */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetJoint"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD532eff407f88532eff40 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD532f05307f88532f0530 /* SnippetJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetJoint.cpp"; path = "../../SnippetJoint/SnippetJoint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD532f05987f88532f0598 /* SnippetJointRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetJointRender.cpp"; path = "../../SnippetJoint/SnippetJointRender.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2db3bf8d07fbbdb3bf8d0 /* Resources */ = { + FFF2532ed0d07f88532ed0d0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -630,7 +630,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCdb3bf8d07fbbdb3bf8d0 /* Frameworks */ = { + FFFC532ed0d07f88532ed0d0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -640,13 +640,13 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8db3bf8d07fbbdb3bf8d0 /* Sources */ = { + FFF8532ed0d07f88532ed0d0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFdb3c28107fbbdb3c2810, - FFFFdb3c2da07fbbdb3c2da0, - FFFFdb3c2e087fbbdb3c2e08, + FFFF532eff407f88532eff40, + FFFF532f05307f88532f0530, + FFFF532f05987f88532f0598, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -655,35 +655,35 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4db3c19107fbbdb3c1910 /* PBXTargetDependency */ = { + FFF4532ef1e07f88532ef1e0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAdb34e0707fbbdb34e070 /* SnippetRender */; - targetProxy = FFF5db34e0707fbbdb34e070 /* PBXContainerItemProxy */; + target = FFFA53262cb07f8853262cb0 /* SnippetRender */; + targetProxy = FFF553262cb07f8853262cb0 /* PBXContainerItemProxy */; }; - FFF4db3c02d07fbbdb3c02d0 /* PBXTargetDependency */ = { + FFF4532eda907f88532eda90 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAdb38a2507fbbdb38a250 /* SnippetUtils */; - targetProxy = FFF5db38a2507fbbdb38a250 /* PBXContainerItemProxy */; + target = FFFA525f66f07f88525f66f0 /* SnippetUtils */; + targetProxy = FFF5525f66f07f88525f66f0 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetContactReportCCD */ - FFFFdb3c4fe07fbbdb3c4fe0 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDdb34e0707fbbdb34e070 /* SnippetRender */; }; - FFFFdb3c39c07fbbdb3c39c0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDdb38a2507fbbdb38a250 /* SnippetUtils */; }; - FFFFdb3c5f707fbbdb3c5f70 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDdb3c5f707fbbdb3c5f70 /* ClassicMain.cpp */; }; - FFFFdb3c65d07fbbdb3c65d0 /* SnippetContactReportCCD.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDdb3c65d07fbbdb3c65d0 /* SnippetContactReportCCD.cpp */; }; - FFFFdb3c66387fbbdb3c6638 /* SnippetContactReportCCDRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDdb3c66387fbbdb3c6638 /* SnippetContactReportCCDRender.cpp */; }; + FFFF532f21607f88532f2160 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD53262cb07f8853262cb0 /* SnippetRender */; }; + FFFF532f11407f88532f1140 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD525f66f07f88525f66f0 /* SnippetUtils */; }; + FFFF532f33807f88532f3380 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD532f33807f88532f3380 /* ClassicMain.cpp */; }; + FFFF532f3d807f88532f3d80 /* SnippetContactReportCCD.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD532f3d807f88532f3d80 /* SnippetContactReportCCD.cpp */; }; + FFFF532f3de87f88532f3de8 /* SnippetContactReportCCDRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD532f3de87f88532f3de8 /* SnippetContactReportCCDRender.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDdb3c2f907fbbdb3c2f90 /* SnippetContactReportCCD */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetContactReportCCD"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDdb3c5f707fbbdb3c5f70 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDdb3c65d07fbbdb3c65d0 /* SnippetContactReportCCD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetContactReportCCD.cpp"; path = "../../SnippetContactReportCCD/SnippetContactReportCCD.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDdb3c66387fbbdb3c6638 /* SnippetContactReportCCDRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetContactReportCCDRender.cpp"; path = "../../SnippetContactReportCCD/SnippetContactReportCCDRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD532f07207f88532f0720 /* SnippetContactReportCCD */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetContactReportCCD"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD532f33807f88532f3380 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD532f3d807f88532f3d80 /* SnippetContactReportCCD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetContactReportCCD.cpp"; path = "../../SnippetContactReportCCD/SnippetContactReportCCD.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD532f3de87f88532f3de8 /* SnippetContactReportCCDRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetContactReportCCDRender.cpp"; path = "../../SnippetContactReportCCD/SnippetContactReportCCDRender.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2db3c2f907fbbdb3c2f90 /* Resources */ = { + FFF2532f07207f88532f0720 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -693,7 +693,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCdb3c2f907fbbdb3c2f90 /* Frameworks */ = { + FFFC532f07207f88532f0720 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -703,13 +703,13 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8db3c2f907fbbdb3c2f90 /* Sources */ = { + FFF8532f07207f88532f0720 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFdb3c5f707fbbdb3c5f70, - FFFFdb3c65d07fbbdb3c65d0, - FFFFdb3c66387fbbdb3c6638, + FFFF532f33807f88532f3380, + FFFF532f3d807f88532f3d80, + FFFF532f3de87f88532f3de8, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -718,33 +718,33 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4db3c4fe07fbbdb3c4fe0 /* PBXTargetDependency */ = { + FFF4532f21607f88532f2160 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAdb34e0707fbbdb34e070 /* SnippetRender */; - targetProxy = FFF5db34e0707fbbdb34e070 /* PBXContainerItemProxy */; + target = FFFA53262cb07f8853262cb0 /* SnippetRender */; + targetProxy = FFF553262cb07f8853262cb0 /* PBXContainerItemProxy */; }; - FFF4db3c39c07fbbdb3c39c0 /* PBXTargetDependency */ = { + FFF4532f11407f88532f1140 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAdb38a2507fbbdb38a250 /* SnippetUtils */; - targetProxy = FFF5db38a2507fbbdb38a250 /* PBXContainerItemProxy */; + target = FFFA525f66f07f88525f66f0 /* SnippetUtils */; + targetProxy = FFF5525f66f07f88525f66f0 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetCloth */ - FFFFdb3c8cd07fbbdb3c8cd0 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDdb34e0707fbbdb34e070 /* SnippetRender */; }; - FFFFdb3c71107fbbdb3c7110 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDdb38a2507fbbdb38a250 /* SnippetUtils */; }; - FFFFdb3c93b07fbbdb3c93b0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDdb3c93b07fbbdb3c93b0 /* ClassicMain.cpp */; }; - FFFFdb3c6b607fbbdb3c6b60 /* SnippetCloth.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDdb3c6b607fbbdb3c6b60 /* SnippetCloth.cpp */; }; + FFFF532f5f307f88532f5f30 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD53262cb07f8853262cb0 /* SnippetRender */; }; + FFFF532f48f07f88532f48f0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD525f66f07f88525f66f0 /* SnippetUtils */; }; + FFFF532f6e007f88532f6e00 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD532f6e007f88532f6e00 /* ClassicMain.cpp */; }; + FFFF532f41f07f88532f41f0 /* SnippetCloth.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD532f41f07f88532f41f0 /* SnippetCloth.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDdb3c67c07fbbdb3c67c0 /* SnippetCloth */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; path = "SnippetCloth"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDdb3c93b07fbbdb3c93b0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDdb3c6b607fbbdb3c6b60 /* SnippetCloth.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetCloth.cpp"; path = "../../SnippetCloth/SnippetCloth.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD532f3f707f88532f3f70 /* SnippetCloth */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; path = "SnippetCloth"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD532f6e007f88532f6e00 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD532f41f07f88532f41f0 /* SnippetCloth.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetCloth.cpp"; path = "../../SnippetCloth/SnippetCloth.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2db3c67c07fbbdb3c67c0 /* Resources */ = { + FFF2532f3f707f88532f3f70 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -754,7 +754,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCdb3c67c07fbbdb3c67c0 /* Frameworks */ = { + FFFC532f3f707f88532f3f70 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -764,12 +764,12 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8db3c67c07fbbdb3c67c0 /* Sources */ = { + FFF8532f3f707f88532f3f70 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFdb3c93b07fbbdb3c93b0, - FFFFdb3c6b607fbbdb3c6b60, + FFFF532f6e007f88532f6e00, + FFFF532f41f07f88532f41f0, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -778,35 +778,35 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4db3c8cd07fbbdb3c8cd0 /* PBXTargetDependency */ = { + FFF4532f5f307f88532f5f30 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAdb34e0707fbbdb34e070 /* SnippetRender */; - targetProxy = FFF5db34e0707fbbdb34e070 /* PBXContainerItemProxy */; + target = FFFA53262cb07f8853262cb0 /* SnippetRender */; + targetProxy = FFF553262cb07f8853262cb0 /* PBXContainerItemProxy */; }; - FFF4db3c71107fbbdb3c7110 /* PBXTargetDependency */ = { + FFF4532f48f07f88532f48f0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAdb38a2507fbbdb38a250 /* SnippetUtils */; - targetProxy = FFF5db38a2507fbbdb38a250 /* PBXContainerItemProxy */; + target = FFFA525f66f07f88525f66f0 /* SnippetUtils */; + targetProxy = FFF5525f66f07f88525f66f0 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetMBP */ - FFFFdb3cbc807fbbdb3cbc80 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDdb34e0707fbbdb34e070 /* SnippetRender */; }; - FFFFdb3ca6607fbbdb3ca660 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDdb38a2507fbbdb38a250 /* SnippetUtils */; }; - FFFFdb3ccb807fbbdb3ccb80 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDdb3ccb807fbbdb3ccb80 /* ClassicMain.cpp */; }; - FFFFdb3cd0d07fbbdb3cd0d0 /* SnippetMBP.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDdb3cd0d07fbbdb3cd0d0 /* SnippetMBP.cpp */; }; - FFFFdb3cd1387fbbdb3cd138 /* SnippetMBPRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDdb3cd1387fbbdb3cd138 /* SnippetMBPRender.cpp */; }; + FFFF532f94007f88532f9400 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD53262cb07f8853262cb0 /* SnippetRender */; }; + FFFF532f7de07f88532f7de0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD525f66f07f88525f66f0 /* SnippetUtils */; }; + FFFF532fa3007f88532fa300 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD532fa3007f88532fa300 /* ClassicMain.cpp */; }; + FFFF532fa8707f88532fa870 /* SnippetMBP.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD532fa8707f88532fa870 /* SnippetMBP.cpp */; }; + FFFF532fa8d87f88532fa8d8 /* SnippetMBPRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD532fa8d87f88532fa8d8 /* SnippetMBPRender.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDdb3c9b407fbbdb3c9b40 /* SnippetMBP */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetMBP"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDdb3ccb807fbbdb3ccb80 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDdb3cd0d07fbbdb3cd0d0 /* SnippetMBP.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetMBP.cpp"; path = "../../SnippetMBP/SnippetMBP.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDdb3cd1387fbbdb3cd138 /* SnippetMBPRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetMBPRender.cpp"; path = "../../SnippetMBP/SnippetMBPRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD532f72407f88532f7240 /* SnippetMBP */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetMBP"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD532fa3007f88532fa300 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD532fa8707f88532fa870 /* SnippetMBP.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetMBP.cpp"; path = "../../SnippetMBP/SnippetMBP.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD532fa8d87f88532fa8d8 /* SnippetMBPRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetMBPRender.cpp"; path = "../../SnippetMBP/SnippetMBPRender.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2db3c9b407fbbdb3c9b40 /* Resources */ = { + FFF2532f72407f88532f7240 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -816,7 +816,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCdb3c9b407fbbdb3c9b40 /* Frameworks */ = { + FFFC532f72407f88532f7240 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -826,13 +826,13 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8db3c9b407fbbdb3c9b40 /* Sources */ = { + FFF8532f72407f88532f7240 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFdb3ccb807fbbdb3ccb80, - FFFFdb3cd0d07fbbdb3cd0d0, - FFFFdb3cd1387fbbdb3cd138, + FFFF532fa3007f88532fa300, + FFFF532fa8707f88532fa870, + FFFF532fa8d87f88532fa8d8, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -841,35 +841,35 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4db3cbc807fbbdb3cbc80 /* PBXTargetDependency */ = { + FFF4532f94007f88532f9400 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAdb34e0707fbbdb34e070 /* SnippetRender */; - targetProxy = FFF5db34e0707fbbdb34e070 /* PBXContainerItemProxy */; + target = FFFA53262cb07f8853262cb0 /* SnippetRender */; + targetProxy = FFF553262cb07f8853262cb0 /* PBXContainerItemProxy */; }; - FFF4db3ca6607fbbdb3ca660 /* PBXTargetDependency */ = { + FFF4532f7de07f88532f7de0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAdb38a2507fbbdb38a250 /* SnippetUtils */; - targetProxy = FFF5db38a2507fbbdb38a250 /* PBXContainerItemProxy */; + target = FFFA525f66f07f88525f66f0 /* SnippetUtils */; + targetProxy = FFF5525f66f07f88525f66f0 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetArticulation */ - FFFFdb3cf3207fbbdb3cf320 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDdb34e0707fbbdb34e070 /* SnippetRender */; }; - FFFFdb3cdcc07fbbdb3cdcc0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDdb38a2507fbbdb38a250 /* SnippetUtils */; }; - FFFFdb3d02607fbbdb3d0260 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDdb3d02607fbbdb3d0260 /* ClassicMain.cpp */; }; - FFFFdb3d08607fbbdb3d0860 /* SnippetArticulation.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDdb3d08607fbbdb3d0860 /* SnippetArticulation.cpp */; }; - FFFFdb3d08c87fbbdb3d08c8 /* SnippetArticulationRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDdb3d08c87fbbdb3d08c8 /* SnippetArticulationRender.cpp */; }; + FFFF532fbfd07f88532fbfd0 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD53262cb07f8853262cb0 /* SnippetRender */; }; + FFFF532fb4607f88532fb460 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD525f66f07f88525f66f0 /* SnippetUtils */; }; + FFFF537019807f8853701980 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD537019807f8853701980 /* ClassicMain.cpp */; }; + FFFF53701f707f8853701f70 /* SnippetArticulation.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD53701f707f8853701f70 /* SnippetArticulation.cpp */; }; + FFFF53701fd87f8853701fd8 /* SnippetArticulationRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD53701fd87f8853701fd8 /* SnippetArticulationRender.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDdb3cd2c07fbbdb3cd2c0 /* SnippetArticulation */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetArticulation"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDdb3d02607fbbdb3d0260 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDdb3d08607fbbdb3d0860 /* SnippetArticulation.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetArticulation.cpp"; path = "../../SnippetArticulation/SnippetArticulation.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDdb3d08c87fbbdb3d08c8 /* SnippetArticulationRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetArticulationRender.cpp"; path = "../../SnippetArticulation/SnippetArticulationRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD532faa607f88532faa60 /* SnippetArticulation */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetArticulation"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD537019807f8853701980 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD53701f707f8853701f70 /* SnippetArticulation.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetArticulation.cpp"; path = "../../SnippetArticulation/SnippetArticulation.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD53701fd87f8853701fd8 /* SnippetArticulationRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetArticulationRender.cpp"; path = "../../SnippetArticulation/SnippetArticulationRender.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2db3cd2c07fbbdb3cd2c0 /* Resources */ = { + FFF2532faa607f88532faa60 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -879,7 +879,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCdb3cd2c07fbbdb3cd2c0 /* Frameworks */ = { + FFFC532faa607f88532faa60 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -889,13 +889,13 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8db3cd2c07fbbdb3cd2c0 /* Sources */ = { + FFF8532faa607f88532faa60 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFdb3d02607fbbdb3d0260, - FFFFdb3d08607fbbdb3d0860, - FFFFdb3d08c87fbbdb3d08c8, + FFFF537019807f8853701980, + FFFF53701f707f8853701f70, + FFFF53701fd87f8853701fd8, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -904,35 +904,35 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4db3cf3207fbbdb3cf320 /* PBXTargetDependency */ = { + FFF4532fbfd07f88532fbfd0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAdb34e0707fbbdb34e070 /* SnippetRender */; - targetProxy = FFF5db34e0707fbbdb34e070 /* PBXContainerItemProxy */; + target = FFFA53262cb07f8853262cb0 /* SnippetRender */; + targetProxy = FFF553262cb07f8853262cb0 /* PBXContainerItemProxy */; }; - FFF4db3cdcc07fbbdb3cdcc0 /* PBXTargetDependency */ = { + FFF4532fb4607f88532fb460 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAdb38a2507fbbdb38a250 /* SnippetUtils */; - targetProxy = FFF5db38a2507fbbdb38a250 /* PBXContainerItemProxy */; + target = FFFA525f66f07f88525f66f0 /* SnippetUtils */; + targetProxy = FFF5525f66f07f88525f66f0 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetRaycastCCD */ - FFFFdb3d24407fbbdb3d2440 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDdb34e0707fbbdb34e070 /* SnippetRender */; }; - FFFFdb3d14607fbbdb3d1460 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDdb38a2507fbbdb38a250 /* SnippetUtils */; }; - FFFFdb3d39e07fbbdb3d39e0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDdb3d39e07fbbdb3d39e0 /* ClassicMain.cpp */; }; - FFFFdb3d3fb07fbbdb3d3fb0 /* SnippetRaycastCCD.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDdb3d3fb07fbbdb3d3fb0 /* SnippetRaycastCCD.cpp */; }; - FFFFdb3d40187fbbdb3d4018 /* SnippetRaycastCCDRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDdb3d40187fbbdb3d4018 /* SnippetRaycastCCDRender.cpp */; }; + FFFF537041307f8853704130 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD53262cb07f8853262cb0 /* SnippetRender */; }; + FFFF53702b107f8853702b10 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD525f66f07f88525f66f0 /* SnippetUtils */; }; + FFFF537050707f8853705070 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD537050707f8853705070 /* ClassicMain.cpp */; }; + FFFF537056207f8853705620 /* SnippetRaycastCCD.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD537056207f8853705620 /* SnippetRaycastCCD.cpp */; }; + FFFF537056887f8853705688 /* SnippetRaycastCCDRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD537056887f8853705688 /* SnippetRaycastCCDRender.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDdb3d0a507fbbdb3d0a50 /* SnippetRaycastCCD */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetRaycastCCD"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDdb3d39e07fbbdb3d39e0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDdb3d3fb07fbbdb3d3fb0 /* SnippetRaycastCCD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetRaycastCCD.cpp"; path = "../../SnippetRaycastCCD/SnippetRaycastCCD.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDdb3d40187fbbdb3d4018 /* SnippetRaycastCCDRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetRaycastCCDRender.cpp"; path = "../../SnippetRaycastCCD/SnippetRaycastCCDRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD53701d807f8853701d80 /* SnippetRaycastCCD */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetRaycastCCD"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD537050707f8853705070 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD537056207f8853705620 /* SnippetRaycastCCD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetRaycastCCD.cpp"; path = "../../SnippetRaycastCCD/SnippetRaycastCCD.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD537056887f8853705688 /* SnippetRaycastCCDRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetRaycastCCDRender.cpp"; path = "../../SnippetRaycastCCD/SnippetRaycastCCDRender.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2db3d0a507fbbdb3d0a50 /* Resources */ = { + FFF253701d807f8853701d80 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -942,7 +942,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCdb3d0a507fbbdb3d0a50 /* Frameworks */ = { + FFFC53701d807f8853701d80 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -952,13 +952,13 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8db3d0a507fbbdb3d0a50 /* Sources */ = { + FFF853701d807f8853701d80 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFdb3d39e07fbbdb3d39e0, - FFFFdb3d3fb07fbbdb3d3fb0, - FFFFdb3d40187fbbdb3d4018, + FFFF537050707f8853705070, + FFFF537056207f8853705620, + FFFF537056887f8853705688, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -967,35 +967,35 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4db3d24407fbbdb3d2440 /* PBXTargetDependency */ = { + FFF4537041307f8853704130 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAdb34e0707fbbdb34e070 /* SnippetRender */; - targetProxy = FFF5db34e0707fbbdb34e070 /* PBXContainerItemProxy */; + target = FFFA53262cb07f8853262cb0 /* SnippetRender */; + targetProxy = FFF553262cb07f8853262cb0 /* PBXContainerItemProxy */; }; - FFF4db3d14607fbbdb3d1460 /* PBXTargetDependency */ = { + FFF453702b107f8853702b10 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAdb38a2507fbbdb38a250 /* SnippetUtils */; - targetProxy = FFF5db38a2507fbbdb38a250 /* PBXContainerItemProxy */; + target = FFFA525f66f07f88525f66f0 /* SnippetUtils */; + targetProxy = FFF5525f66f07f88525f66f0 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetCustomProfiler */ - FFFFdb3d6f907fbbdb3d6f90 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDdb34e0707fbbdb34e070 /* SnippetRender */; }; - FFFFdb3d4bf07fbbdb3d4bf0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDdb38a2507fbbdb38a250 /* SnippetUtils */; }; - FFFFdb3d71d07fbbdb3d71d0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDdb3d71d07fbbdb3d71d0 /* ClassicMain.cpp */; }; - FFFFdb3d78307fbbdb3d7830 /* SnippetCustomProfiler.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDdb3d78307fbbdb3d7830 /* SnippetCustomProfiler.cpp */; }; - FFFFdb3d78987fbbdb3d7898 /* SnippetCustomProfilerRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDdb3d78987fbbdb3d7898 /* SnippetCustomProfilerRender.cpp */; }; + FFFF537078b07f88537078b0 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD53262cb07f8853262cb0 /* SnippetRender */; }; + FFFF537062d07f88537062d0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD525f66f07f88525f66f0 /* SnippetUtils */; }; + FFFF537088407f8853708840 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD537088407f8853708840 /* ClassicMain.cpp */; }; + FFFF53708e107f8853708e10 /* SnippetCustomProfiler.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD53708e107f8853708e10 /* SnippetCustomProfiler.cpp */; }; + FFFF53708e787f8853708e78 /* SnippetCustomProfilerRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD53708e787f8853708e78 /* SnippetCustomProfilerRender.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDdb3d41a07fbbdb3d41a0 /* SnippetCustomProfiler */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetCustomProfiler"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDdb3d71d07fbbdb3d71d0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDdb3d78307fbbdb3d7830 /* SnippetCustomProfiler.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetCustomProfiler.cpp"; path = "../../SnippetCustomProfiler/SnippetCustomProfiler.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDdb3d78987fbbdb3d7898 /* SnippetCustomProfilerRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetCustomProfilerRender.cpp"; path = "../../SnippetCustomProfiler/SnippetCustomProfilerRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD537058107f8853705810 /* SnippetCustomProfiler */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetCustomProfiler"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD537088407f8853708840 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD53708e107f8853708e10 /* SnippetCustomProfiler.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetCustomProfiler.cpp"; path = "../../SnippetCustomProfiler/SnippetCustomProfiler.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD53708e787f8853708e78 /* SnippetCustomProfilerRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetCustomProfilerRender.cpp"; path = "../../SnippetCustomProfiler/SnippetCustomProfilerRender.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2db3d41a07fbbdb3d41a0 /* Resources */ = { + FFF2537058107f8853705810 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -1005,7 +1005,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCdb3d41a07fbbdb3d41a0 /* Frameworks */ = { + FFFC537058107f8853705810 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1015,13 +1015,13 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8db3d41a07fbbdb3d41a0 /* Sources */ = { + FFF8537058107f8853705810 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFdb3d71d07fbbdb3d71d0, - FFFFdb3d78307fbbdb3d7830, - FFFFdb3d78987fbbdb3d7898, + FFFF537088407f8853708840, + FFFF53708e107f8853708e10, + FFFF53708e787f8853708e78, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1030,55 +1030,55 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4db3d6f907fbbdb3d6f90 /* PBXTargetDependency */ = { + FFF4537078b07f88537078b0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAdb34e0707fbbdb34e070 /* SnippetRender */; - targetProxy = FFF5db34e0707fbbdb34e070 /* PBXContainerItemProxy */; + target = FFFA53262cb07f8853262cb0 /* SnippetRender */; + targetProxy = FFF553262cb07f8853262cb0 /* PBXContainerItemProxy */; }; - FFF4db3d4bf07fbbdb3d4bf0 /* PBXTargetDependency */ = { + FFF4537062d07f88537062d0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAdb38a2507fbbdb38a250 /* SnippetUtils */; - targetProxy = FFF5db38a2507fbbdb38a250 /* PBXContainerItemProxy */; + target = FFFA525f66f07f88525f66f0 /* SnippetUtils */; + targetProxy = FFF5525f66f07f88525f66f0 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetVehicleTank */ - FFFFdb3d99d07fbbdb3d99d0 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDdb34e0707fbbdb34e070 /* SnippetRender */; }; - FFFFdb3d83f07fbbdb3d83f0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDdb38a2507fbbdb38a250 /* SnippetUtils */; }; - FFFFdb3da9807fbbdb3da980 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDdb3da9807fbbdb3da980 /* ClassicMain.cpp */; }; - FFFFdb3db4807fbbdb3db480 /* SnippetVehicleTank.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDdb3db4807fbbdb3db480 /* SnippetVehicleTank.cpp */; }; - FFFFdb3db4e87fbbdb3db4e8 /* SnippetVehicleTankRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDdb3db4e87fbbdb3db4e8 /* SnippetVehicleTankRender.cpp */; }; - FFFFda9902007fbbda990200 /* SnippetVehicle4WCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDda9902007fbbda990200 /* SnippetVehicle4WCreate.cpp */; }; - FFFFda9902687fbbda990268 /* SnippetVehicleCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDda9902687fbbda990268 /* SnippetVehicleCreate.cpp */; }; - FFFFda9902d07fbbda9902d0 /* SnippetVehicleFilterShader.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDda9902d07fbbda9902d0 /* SnippetVehicleFilterShader.cpp */; }; - FFFFda9903387fbbda990338 /* SnippetVehicleNoDriveCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDda9903387fbbda990338 /* SnippetVehicleNoDriveCreate.cpp */; }; - FFFFda9903a07fbbda9903a0 /* SnippetVehicleSceneQuery.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDda9903a07fbbda9903a0 /* SnippetVehicleSceneQuery.cpp */; }; - FFFFda9904087fbbda990408 /* SnippetVehicleTankCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDda9904087fbbda990408 /* SnippetVehicleTankCreate.cpp */; }; - FFFFda9904707fbbda990470 /* SnippetVehicleTireFriction.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDda9904707fbbda990470 /* SnippetVehicleTireFriction.cpp */; }; + FFFF5370be207f885370be20 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD53262cb07f8853262cb0 /* SnippetRender */; }; + FFFF537099f07f88537099f0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD525f66f07f88525f66f0 /* SnippetUtils */; }; + FFFF5370beb07f885370beb0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD5370beb07f885370beb0 /* ClassicMain.cpp */; }; + FFFF5370cac07f885370cac0 /* SnippetVehicleTank.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD5370cac07f885370cac0 /* SnippetVehicleTank.cpp */; }; + FFFF5370cb287f885370cb28 /* SnippetVehicleTankRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD5370cb287f885370cb28 /* SnippetVehicleTankRender.cpp */; }; + FFFF5293aa007f885293aa00 /* SnippetVehicle4WCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD5293aa007f885293aa00 /* SnippetVehicle4WCreate.cpp */; }; + FFFF5293aa687f885293aa68 /* SnippetVehicleCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD5293aa687f885293aa68 /* SnippetVehicleCreate.cpp */; }; + FFFF5293aad07f885293aad0 /* SnippetVehicleFilterShader.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD5293aad07f885293aad0 /* SnippetVehicleFilterShader.cpp */; }; + FFFF5293ab387f885293ab38 /* SnippetVehicleNoDriveCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD5293ab387f885293ab38 /* SnippetVehicleNoDriveCreate.cpp */; }; + FFFF5293aba07f885293aba0 /* SnippetVehicleSceneQuery.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD5293aba07f885293aba0 /* SnippetVehicleSceneQuery.cpp */; }; + FFFF5293ac087f885293ac08 /* SnippetVehicleTankCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD5293ac087f885293ac08 /* SnippetVehicleTankCreate.cpp */; }; + FFFF5293ac707f885293ac70 /* SnippetVehicleTireFriction.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD5293ac707f885293ac70 /* SnippetVehicleTireFriction.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDdb3d7a207fbbdb3d7a20 /* SnippetVehicleTank */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetVehicleTank"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDdb3da9807fbbdb3da980 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDdb3db4807fbbdb3db480 /* SnippetVehicleTank.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTank.cpp"; path = "../../SnippetVehicleTank/SnippetVehicleTank.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDdb3db4e87fbbdb3db4e8 /* SnippetVehicleTankRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTankRender.cpp"; path = "../../SnippetVehicleTank/SnippetVehicleTankRender.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda9902007fbbda990200 /* SnippetVehicle4WCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicle4WCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicle4WCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda9902687fbbda990268 /* SnippetVehicleCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda9902d07fbbda9902d0 /* SnippetVehicleFilterShader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda9903387fbbda990338 /* SnippetVehicleNoDriveCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleNoDriveCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleNoDriveCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda9903a07fbbda9903a0 /* SnippetVehicleSceneQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda9904087fbbda990408 /* SnippetVehicleTankCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTankCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTankCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda9904707fbbda990470 /* SnippetVehicleTireFriction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda9904d87fbbda9904d8 /* SnippetVehicleConcurrency.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleConcurrency.h"; path = "../../SnippetVehicleCommon/SnippetVehicleConcurrency.h"; sourceTree = SOURCE_ROOT; }; - FFFDda9905407fbbda990540 /* SnippetVehicleCreate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.h"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.h"; sourceTree = SOURCE_ROOT; }; - FFFDda9905a87fbbda9905a8 /* SnippetVehicleFilterShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.h"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.h"; sourceTree = SOURCE_ROOT; }; - FFFDda9906107fbbda990610 /* SnippetVehicleSceneQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.h"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.h"; sourceTree = SOURCE_ROOT; }; - FFFDda9906787fbbda990678 /* SnippetVehicleTireFriction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.h"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.h"; sourceTree = SOURCE_ROOT; }; - FFFDda9906e07fbbda9906e0 /* SnippetVehicleWheelQueryResult.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleWheelQueryResult.h"; path = "../../SnippetVehicleCommon/SnippetVehicleWheelQueryResult.h"; sourceTree = SOURCE_ROOT; }; + FFFD537090007f8853709000 /* SnippetVehicleTank */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetVehicleTank"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD5370beb07f885370beb0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5370cac07f885370cac0 /* SnippetVehicleTank.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTank.cpp"; path = "../../SnippetVehicleTank/SnippetVehicleTank.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5370cb287f885370cb28 /* SnippetVehicleTankRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTankRender.cpp"; path = "../../SnippetVehicleTank/SnippetVehicleTankRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5293aa007f885293aa00 /* SnippetVehicle4WCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicle4WCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicle4WCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5293aa687f885293aa68 /* SnippetVehicleCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5293aad07f885293aad0 /* SnippetVehicleFilterShader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5293ab387f885293ab38 /* SnippetVehicleNoDriveCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleNoDriveCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleNoDriveCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5293aba07f885293aba0 /* SnippetVehicleSceneQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5293ac087f885293ac08 /* SnippetVehicleTankCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTankCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTankCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5293ac707f885293ac70 /* SnippetVehicleTireFriction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5293acd87f885293acd8 /* SnippetVehicleConcurrency.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleConcurrency.h"; path = "../../SnippetVehicleCommon/SnippetVehicleConcurrency.h"; sourceTree = SOURCE_ROOT; }; + FFFD5293ad407f885293ad40 /* SnippetVehicleCreate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.h"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.h"; sourceTree = SOURCE_ROOT; }; + FFFD5293ada87f885293ada8 /* SnippetVehicleFilterShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.h"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.h"; sourceTree = SOURCE_ROOT; }; + FFFD5293ae107f885293ae10 /* SnippetVehicleSceneQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.h"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.h"; sourceTree = SOURCE_ROOT; }; + FFFD5293ae787f885293ae78 /* SnippetVehicleTireFriction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.h"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.h"; sourceTree = SOURCE_ROOT; }; + FFFD5293aee07f885293aee0 /* SnippetVehicleWheelQueryResult.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleWheelQueryResult.h"; path = "../../SnippetVehicleCommon/SnippetVehicleWheelQueryResult.h"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2db3d7a207fbbdb3d7a20 /* Resources */ = { + FFF2537090007f8853709000 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -1088,7 +1088,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCdb3d7a207fbbdb3d7a20 /* Frameworks */ = { + FFFC537090007f8853709000 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1098,20 +1098,20 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8db3d7a207fbbdb3d7a20 /* Sources */ = { + FFF8537090007f8853709000 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFdb3da9807fbbdb3da980, - FFFFdb3db4807fbbdb3db480, - FFFFdb3db4e87fbbdb3db4e8, - FFFFda9902007fbbda990200, - FFFFda9902687fbbda990268, - FFFFda9902d07fbbda9902d0, - FFFFda9903387fbbda990338, - FFFFda9903a07fbbda9903a0, - FFFFda9904087fbbda990408, - FFFFda9904707fbbda990470, + FFFF5370beb07f885370beb0, + FFFF5370cac07f885370cac0, + FFFF5370cb287f885370cb28, + FFFF5293aa007f885293aa00, + FFFF5293aa687f885293aa68, + FFFF5293aad07f885293aad0, + FFFF5293ab387f885293ab38, + FFFF5293aba07f885293aba0, + FFFF5293ac087f885293ac08, + FFFF5293ac707f885293ac70, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1120,55 +1120,55 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4db3d99d07fbbdb3d99d0 /* PBXTargetDependency */ = { + FFF45370be207f885370be20 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAdb34e0707fbbdb34e070 /* SnippetRender */; - targetProxy = FFF5db34e0707fbbdb34e070 /* PBXContainerItemProxy */; + target = FFFA53262cb07f8853262cb0 /* SnippetRender */; + targetProxy = FFF553262cb07f8853262cb0 /* PBXContainerItemProxy */; }; - FFF4db3d83f07fbbdb3d83f0 /* PBXTargetDependency */ = { + FFF4537099f07f88537099f0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAdb38a2507fbbdb38a250 /* SnippetUtils */; - targetProxy = FFF5db38a2507fbbdb38a250 /* PBXContainerItemProxy */; + target = FFFA525f66f07f88525f66f0 /* SnippetUtils */; + targetProxy = FFF5525f66f07f88525f66f0 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetVehicle4W */ - FFFFdb3de8707fbbdb3de870 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDdb34e0707fbbdb34e070 /* SnippetRender */; }; - FFFFdb3dd2307fbbdb3dd230 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDdb38a2507fbbdb38a250 /* SnippetUtils */; }; - FFFFdb3df7407fbbdb3df740 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDdb3df7407fbbdb3df740 /* ClassicMain.cpp */; }; - FFFFdb3e03207fbbdb3e0320 /* SnippetVehicle4W.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDdb3e03207fbbdb3e0320 /* SnippetVehicle4W.cpp */; }; - FFFFdb3e03887fbbdb3e0388 /* SnippetVehicle4WRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDdb3e03887fbbdb3e0388 /* SnippetVehicle4WRender.cpp */; }; - FFFFda9932007fbbda993200 /* SnippetVehicle4WCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDda9932007fbbda993200 /* SnippetVehicle4WCreate.cpp */; }; - FFFFda9932687fbbda993268 /* SnippetVehicleCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDda9932687fbbda993268 /* SnippetVehicleCreate.cpp */; }; - FFFFda9932d07fbbda9932d0 /* SnippetVehicleFilterShader.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDda9932d07fbbda9932d0 /* SnippetVehicleFilterShader.cpp */; }; - FFFFda9933387fbbda993338 /* SnippetVehicleNoDriveCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDda9933387fbbda993338 /* SnippetVehicleNoDriveCreate.cpp */; }; - FFFFda9933a07fbbda9933a0 /* SnippetVehicleSceneQuery.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDda9933a07fbbda9933a0 /* SnippetVehicleSceneQuery.cpp */; }; - FFFFda9934087fbbda993408 /* SnippetVehicleTankCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDda9934087fbbda993408 /* SnippetVehicleTankCreate.cpp */; }; - FFFFda9934707fbbda993470 /* SnippetVehicleTireFriction.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDda9934707fbbda993470 /* SnippetVehicleTireFriction.cpp */; }; + FFFF53710d707f8853710d70 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD53262cb07f8853262cb0 /* SnippetRender */; }; + FFFF5370e8407f885370e840 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD525f66f07f88525f66f0 /* SnippetUtils */; }; + FFFF537112307f8853711230 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD537112307f8853711230 /* ClassicMain.cpp */; }; + FFFF537119607f8853711960 /* SnippetVehicle4W.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD537119607f8853711960 /* SnippetVehicle4W.cpp */; }; + FFFF537119c87f88537119c8 /* SnippetVehicle4WRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD537119c87f88537119c8 /* SnippetVehicle4WRender.cpp */; }; + FFFF5293da007f885293da00 /* SnippetVehicle4WCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD5293da007f885293da00 /* SnippetVehicle4WCreate.cpp */; }; + FFFF5293da687f885293da68 /* SnippetVehicleCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD5293da687f885293da68 /* SnippetVehicleCreate.cpp */; }; + FFFF5293dad07f885293dad0 /* SnippetVehicleFilterShader.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD5293dad07f885293dad0 /* SnippetVehicleFilterShader.cpp */; }; + FFFF5293db387f885293db38 /* SnippetVehicleNoDriveCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD5293db387f885293db38 /* SnippetVehicleNoDriveCreate.cpp */; }; + FFFF5293dba07f885293dba0 /* SnippetVehicleSceneQuery.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD5293dba07f885293dba0 /* SnippetVehicleSceneQuery.cpp */; }; + FFFF5293dc087f885293dc08 /* SnippetVehicleTankCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD5293dc087f885293dc08 /* SnippetVehicleTankCreate.cpp */; }; + FFFF5293dc707f885293dc70 /* SnippetVehicleTireFriction.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD5293dc707f885293dc70 /* SnippetVehicleTireFriction.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDdb3dca907fbbdb3dca90 /* SnippetVehicle4W */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetVehicle4W"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDdb3df7407fbbdb3df740 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDdb3e03207fbbdb3e0320 /* SnippetVehicle4W.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicle4W.cpp"; path = "../../SnippetVehicle4W/SnippetVehicle4W.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDdb3e03887fbbdb3e0388 /* SnippetVehicle4WRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicle4WRender.cpp"; path = "../../SnippetVehicle4W/SnippetVehicle4WRender.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda9932007fbbda993200 /* SnippetVehicle4WCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicle4WCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicle4WCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda9932687fbbda993268 /* SnippetVehicleCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda9932d07fbbda9932d0 /* SnippetVehicleFilterShader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda9933387fbbda993338 /* SnippetVehicleNoDriveCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleNoDriveCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleNoDriveCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda9933a07fbbda9933a0 /* SnippetVehicleSceneQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda9934087fbbda993408 /* SnippetVehicleTankCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTankCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTankCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda9934707fbbda993470 /* SnippetVehicleTireFriction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda9934d87fbbda9934d8 /* SnippetVehicleConcurrency.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleConcurrency.h"; path = "../../SnippetVehicleCommon/SnippetVehicleConcurrency.h"; sourceTree = SOURCE_ROOT; }; - FFFDda9935407fbbda993540 /* SnippetVehicleCreate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.h"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.h"; sourceTree = SOURCE_ROOT; }; - FFFDda9935a87fbbda9935a8 /* SnippetVehicleFilterShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.h"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.h"; sourceTree = SOURCE_ROOT; }; - FFFDda9936107fbbda993610 /* SnippetVehicleSceneQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.h"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.h"; sourceTree = SOURCE_ROOT; }; - FFFDda9936787fbbda993678 /* SnippetVehicleTireFriction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.h"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.h"; sourceTree = SOURCE_ROOT; }; - FFFDda9936e07fbbda9936e0 /* SnippetVehicleWheelQueryResult.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleWheelQueryResult.h"; path = "../../SnippetVehicleCommon/SnippetVehicleWheelQueryResult.h"; sourceTree = SOURCE_ROOT; }; + FFFD5370e0807f885370e080 /* SnippetVehicle4W */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetVehicle4W"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD537112307f8853711230 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD537119607f8853711960 /* SnippetVehicle4W.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicle4W.cpp"; path = "../../SnippetVehicle4W/SnippetVehicle4W.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD537119c87f88537119c8 /* SnippetVehicle4WRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicle4WRender.cpp"; path = "../../SnippetVehicle4W/SnippetVehicle4WRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5293da007f885293da00 /* SnippetVehicle4WCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicle4WCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicle4WCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5293da687f885293da68 /* SnippetVehicleCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5293dad07f885293dad0 /* SnippetVehicleFilterShader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5293db387f885293db38 /* SnippetVehicleNoDriveCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleNoDriveCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleNoDriveCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5293dba07f885293dba0 /* SnippetVehicleSceneQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5293dc087f885293dc08 /* SnippetVehicleTankCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTankCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTankCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5293dc707f885293dc70 /* SnippetVehicleTireFriction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5293dcd87f885293dcd8 /* SnippetVehicleConcurrency.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleConcurrency.h"; path = "../../SnippetVehicleCommon/SnippetVehicleConcurrency.h"; sourceTree = SOURCE_ROOT; }; + FFFD5293dd407f885293dd40 /* SnippetVehicleCreate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.h"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.h"; sourceTree = SOURCE_ROOT; }; + FFFD5293dda87f885293dda8 /* SnippetVehicleFilterShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.h"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.h"; sourceTree = SOURCE_ROOT; }; + FFFD5293de107f885293de10 /* SnippetVehicleSceneQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.h"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.h"; sourceTree = SOURCE_ROOT; }; + FFFD5293de787f885293de78 /* SnippetVehicleTireFriction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.h"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.h"; sourceTree = SOURCE_ROOT; }; + FFFD5293dee07f885293dee0 /* SnippetVehicleWheelQueryResult.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleWheelQueryResult.h"; path = "../../SnippetVehicleCommon/SnippetVehicleWheelQueryResult.h"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2db3dca907fbbdb3dca90 /* Resources */ = { + FFF25370e0807f885370e080 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -1178,7 +1178,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCdb3dca907fbbdb3dca90 /* Frameworks */ = { + FFFC5370e0807f885370e080 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1188,20 +1188,20 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8db3dca907fbbdb3dca90 /* Sources */ = { + FFF85370e0807f885370e080 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFdb3df7407fbbdb3df740, - FFFFdb3e03207fbbdb3e0320, - FFFFdb3e03887fbbdb3e0388, - FFFFda9932007fbbda993200, - FFFFda9932687fbbda993268, - FFFFda9932d07fbbda9932d0, - FFFFda9933387fbbda993338, - FFFFda9933a07fbbda9933a0, - FFFFda9934087fbbda993408, - FFFFda9934707fbbda993470, + FFFF537112307f8853711230, + FFFF537119607f8853711960, + FFFF537119c87f88537119c8, + FFFF5293da007f885293da00, + FFFF5293da687f885293da68, + FFFF5293dad07f885293dad0, + FFFF5293db387f885293db38, + FFFF5293dba07f885293dba0, + FFFF5293dc087f885293dc08, + FFFF5293dc707f885293dc70, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1210,55 +1210,55 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4db3de8707fbbdb3de870 /* PBXTargetDependency */ = { + FFF453710d707f8853710d70 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAdb34e0707fbbdb34e070 /* SnippetRender */; - targetProxy = FFF5db34e0707fbbdb34e070 /* PBXContainerItemProxy */; + target = FFFA53262cb07f8853262cb0 /* SnippetRender */; + targetProxy = FFF553262cb07f8853262cb0 /* PBXContainerItemProxy */; }; - FFF4db3dd2307fbbdb3dd230 /* PBXTargetDependency */ = { + FFF45370e8407f885370e840 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAdb38a2507fbbdb38a250 /* SnippetUtils */; - targetProxy = FFF5db38a2507fbbdb38a250 /* PBXContainerItemProxy */; + target = FFFA525f66f07f88525f66f0 /* SnippetUtils */; + targetProxy = FFF5525f66f07f88525f66f0 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetVehicleScale */ - FFFFdb3e3ac07fbbdb3e3ac0 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDdb34e0707fbbdb34e070 /* SnippetRender */; }; - FFFFdb3e20707fbbdb3e2070 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDdb38a2507fbbdb38a250 /* SnippetUtils */; }; - FFFFdb3e44d07fbbdb3e44d0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDdb3e44d07fbbdb3e44d0 /* ClassicMain.cpp */; }; - FFFFdb3e51607fbbdb3e5160 /* SnippetVehicleScale.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDdb3e51607fbbdb3e5160 /* SnippetVehicleScale.cpp */; }; - FFFFdb3e51c87fbbdb3e51c8 /* SnippetVehicleScaleRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDdb3e51c87fbbdb3e51c8 /* SnippetVehicleScaleRender.cpp */; }; - FFFFda9962007fbbda996200 /* SnippetVehicle4WCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDda9962007fbbda996200 /* SnippetVehicle4WCreate.cpp */; }; - FFFFda9962687fbbda996268 /* SnippetVehicleCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDda9962687fbbda996268 /* SnippetVehicleCreate.cpp */; }; - FFFFda9962d07fbbda9962d0 /* SnippetVehicleFilterShader.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDda9962d07fbbda9962d0 /* SnippetVehicleFilterShader.cpp */; }; - FFFFda9963387fbbda996338 /* SnippetVehicleNoDriveCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDda9963387fbbda996338 /* SnippetVehicleNoDriveCreate.cpp */; }; - FFFFda9963a07fbbda9963a0 /* SnippetVehicleSceneQuery.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDda9963a07fbbda9963a0 /* SnippetVehicleSceneQuery.cpp */; }; - FFFFda9964087fbbda996408 /* SnippetVehicleTankCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDda9964087fbbda996408 /* SnippetVehicleTankCreate.cpp */; }; - FFFFda9964707fbbda996470 /* SnippetVehicleTireFriction.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDda9964707fbbda996470 /* SnippetVehicleTireFriction.cpp */; }; + FFFF53714d107f8853714d10 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD53262cb07f8853262cb0 /* SnippetRender */; }; + FFFF537136907f8853713690 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD525f66f07f88525f66f0 /* SnippetUtils */; }; + FFFF537158707f8853715870 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD537158707f8853715870 /* ClassicMain.cpp */; }; + FFFF537167e07f88537167e0 /* SnippetVehicleScale.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD537167e07f88537167e0 /* SnippetVehicleScale.cpp */; }; + FFFF537168487f8853716848 /* SnippetVehicleScaleRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD537168487f8853716848 /* SnippetVehicleScaleRender.cpp */; }; + FFFF52940a007f8852940a00 /* SnippetVehicle4WCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD52940a007f8852940a00 /* SnippetVehicle4WCreate.cpp */; }; + FFFF52940a687f8852940a68 /* SnippetVehicleCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD52940a687f8852940a68 /* SnippetVehicleCreate.cpp */; }; + FFFF52940ad07f8852940ad0 /* SnippetVehicleFilterShader.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD52940ad07f8852940ad0 /* SnippetVehicleFilterShader.cpp */; }; + FFFF52940b387f8852940b38 /* SnippetVehicleNoDriveCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD52940b387f8852940b38 /* SnippetVehicleNoDriveCreate.cpp */; }; + FFFF52940ba07f8852940ba0 /* SnippetVehicleSceneQuery.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD52940ba07f8852940ba0 /* SnippetVehicleSceneQuery.cpp */; }; + FFFF52940c087f8852940c08 /* SnippetVehicleTankCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD52940c087f8852940c08 /* SnippetVehicleTankCreate.cpp */; }; + FFFF52940c707f8852940c70 /* SnippetVehicleTireFriction.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD52940c707f8852940c70 /* SnippetVehicleTireFriction.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDdb3e18e07fbbdb3e18e0 /* SnippetVehicleScale */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetVehicleScale"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDdb3e44d07fbbdb3e44d0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDdb3e51607fbbdb3e5160 /* SnippetVehicleScale.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleScale.cpp"; path = "../../SnippetVehicleScale/SnippetVehicleScale.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDdb3e51c87fbbdb3e51c8 /* SnippetVehicleScaleRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleScaleRender.cpp"; path = "../../SnippetVehicleScale/SnippetVehicleScaleRender.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda9962007fbbda996200 /* SnippetVehicle4WCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicle4WCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicle4WCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda9962687fbbda996268 /* SnippetVehicleCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda9962d07fbbda9962d0 /* SnippetVehicleFilterShader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda9963387fbbda996338 /* SnippetVehicleNoDriveCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleNoDriveCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleNoDriveCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda9963a07fbbda9963a0 /* SnippetVehicleSceneQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda9964087fbbda996408 /* SnippetVehicleTankCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTankCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTankCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda9964707fbbda996470 /* SnippetVehicleTireFriction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda9964d87fbbda9964d8 /* SnippetVehicleConcurrency.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleConcurrency.h"; path = "../../SnippetVehicleCommon/SnippetVehicleConcurrency.h"; sourceTree = SOURCE_ROOT; }; - FFFDda9965407fbbda996540 /* SnippetVehicleCreate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.h"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.h"; sourceTree = SOURCE_ROOT; }; - FFFDda9965a87fbbda9965a8 /* SnippetVehicleFilterShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.h"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.h"; sourceTree = SOURCE_ROOT; }; - FFFDda9966107fbbda996610 /* SnippetVehicleSceneQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.h"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.h"; sourceTree = SOURCE_ROOT; }; - FFFDda9966787fbbda996678 /* SnippetVehicleTireFriction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.h"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.h"; sourceTree = SOURCE_ROOT; }; - FFFDda9966e07fbbda9966e0 /* SnippetVehicleWheelQueryResult.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleWheelQueryResult.h"; path = "../../SnippetVehicleCommon/SnippetVehicleWheelQueryResult.h"; sourceTree = SOURCE_ROOT; }; + FFFD53712ed07f8853712ed0 /* SnippetVehicleScale */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetVehicleScale"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD537158707f8853715870 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD537167e07f88537167e0 /* SnippetVehicleScale.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleScale.cpp"; path = "../../SnippetVehicleScale/SnippetVehicleScale.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD537168487f8853716848 /* SnippetVehicleScaleRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleScaleRender.cpp"; path = "../../SnippetVehicleScale/SnippetVehicleScaleRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD52940a007f8852940a00 /* SnippetVehicle4WCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicle4WCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicle4WCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD52940a687f8852940a68 /* SnippetVehicleCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD52940ad07f8852940ad0 /* SnippetVehicleFilterShader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD52940b387f8852940b38 /* SnippetVehicleNoDriveCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleNoDriveCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleNoDriveCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD52940ba07f8852940ba0 /* SnippetVehicleSceneQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD52940c087f8852940c08 /* SnippetVehicleTankCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTankCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTankCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD52940c707f8852940c70 /* SnippetVehicleTireFriction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD52940cd87f8852940cd8 /* SnippetVehicleConcurrency.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleConcurrency.h"; path = "../../SnippetVehicleCommon/SnippetVehicleConcurrency.h"; sourceTree = SOURCE_ROOT; }; + FFFD52940d407f8852940d40 /* SnippetVehicleCreate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.h"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.h"; sourceTree = SOURCE_ROOT; }; + FFFD52940da87f8852940da8 /* SnippetVehicleFilterShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.h"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.h"; sourceTree = SOURCE_ROOT; }; + FFFD52940e107f8852940e10 /* SnippetVehicleSceneQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.h"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.h"; sourceTree = SOURCE_ROOT; }; + FFFD52940e787f8852940e78 /* SnippetVehicleTireFriction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.h"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.h"; sourceTree = SOURCE_ROOT; }; + FFFD52940ee07f8852940ee0 /* SnippetVehicleWheelQueryResult.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleWheelQueryResult.h"; path = "../../SnippetVehicleCommon/SnippetVehicleWheelQueryResult.h"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2db3e18e07fbbdb3e18e0 /* Resources */ = { + FFF253712ed07f8853712ed0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -1268,7 +1268,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCdb3e18e07fbbdb3e18e0 /* Frameworks */ = { + FFFC53712ed07f8853712ed0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1278,20 +1278,20 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8db3e18e07fbbdb3e18e0 /* Sources */ = { + FFF853712ed07f8853712ed0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFdb3e44d07fbbdb3e44d0, - FFFFdb3e51607fbbdb3e5160, - FFFFdb3e51c87fbbdb3e51c8, - FFFFda9962007fbbda996200, - FFFFda9962687fbbda996268, - FFFFda9962d07fbbda9962d0, - FFFFda9963387fbbda996338, - FFFFda9963a07fbbda9963a0, - FFFFda9964087fbbda996408, - FFFFda9964707fbbda996470, + FFFF537158707f8853715870, + FFFF537167e07f88537167e0, + FFFF537168487f8853716848, + FFFF52940a007f8852940a00, + FFFF52940a687f8852940a68, + FFFF52940ad07f8852940ad0, + FFFF52940b387f8852940b38, + FFFF52940ba07f8852940ba0, + FFFF52940c087f8852940c08, + FFFF52940c707f8852940c70, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1300,55 +1300,55 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4db3e3ac07fbbdb3e3ac0 /* PBXTargetDependency */ = { + FFF453714d107f8853714d10 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAdb34e0707fbbdb34e070 /* SnippetRender */; - targetProxy = FFF5db34e0707fbbdb34e070 /* PBXContainerItemProxy */; + target = FFFA53262cb07f8853262cb0 /* SnippetRender */; + targetProxy = FFF553262cb07f8853262cb0 /* PBXContainerItemProxy */; }; - FFF4db3e20707fbbdb3e2070 /* PBXTargetDependency */ = { + FFF4537136907f8853713690 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAdb38a2507fbbdb38a250 /* SnippetUtils */; - targetProxy = FFF5db38a2507fbbdb38a250 /* PBXContainerItemProxy */; + target = FFFA525f66f07f88525f66f0 /* SnippetUtils */; + targetProxy = FFF5525f66f07f88525f66f0 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetVehicleNoDrive */ - FFFFdb3e85307fbbdb3e8530 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDdb34e0707fbbdb34e070 /* SnippetRender */; }; - FFFFdb3e6f107fbbdb3e6f10 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDdb38a2507fbbdb38a250 /* SnippetUtils */; }; - FFFFdb3e98d07fbbdb3e98d0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDdb3e98d07fbbdb3e98d0 /* ClassicMain.cpp */; }; - FFFFdb3e9ff07fbbdb3e9ff0 /* SnippetVehicleNoDrive.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDdb3e9ff07fbbdb3e9ff0 /* SnippetVehicleNoDrive.cpp */; }; - FFFFdb3ea0587fbbdb3ea058 /* SnippetVehicleNoDriveRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDdb3ea0587fbbdb3ea058 /* SnippetVehicleNoDriveRender.cpp */; }; - FFFFda9992007fbbda999200 /* SnippetVehicle4WCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDda9992007fbbda999200 /* SnippetVehicle4WCreate.cpp */; }; - FFFFda9992687fbbda999268 /* SnippetVehicleCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDda9992687fbbda999268 /* SnippetVehicleCreate.cpp */; }; - FFFFda9992d07fbbda9992d0 /* SnippetVehicleFilterShader.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDda9992d07fbbda9992d0 /* SnippetVehicleFilterShader.cpp */; }; - FFFFda9993387fbbda999338 /* SnippetVehicleNoDriveCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDda9993387fbbda999338 /* SnippetVehicleNoDriveCreate.cpp */; }; - FFFFda9993a07fbbda9993a0 /* SnippetVehicleSceneQuery.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDda9993a07fbbda9993a0 /* SnippetVehicleSceneQuery.cpp */; }; - FFFFda9994087fbbda999408 /* SnippetVehicleTankCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDda9994087fbbda999408 /* SnippetVehicleTankCreate.cpp */; }; - FFFFda9994707fbbda999470 /* SnippetVehicleTireFriction.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDda9994707fbbda999470 /* SnippetVehicleTireFriction.cpp */; }; + FFFF537195407f8853719540 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD53262cb07f8853262cb0 /* SnippetRender */; }; + FFFF537185607f8853718560 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD525f66f07f88525f66f0 /* SnippetUtils */; }; + FFFF5371af907f885371af90 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD5371af907f885371af90 /* ClassicMain.cpp */; }; + FFFF5371b6707f885371b670 /* SnippetVehicleNoDrive.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD5371b6707f885371b670 /* SnippetVehicleNoDrive.cpp */; }; + FFFF5371b6d87f885371b6d8 /* SnippetVehicleNoDriveRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD5371b6d87f885371b6d8 /* SnippetVehicleNoDriveRender.cpp */; }; + FFFF52943a007f8852943a00 /* SnippetVehicle4WCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD52943a007f8852943a00 /* SnippetVehicle4WCreate.cpp */; }; + FFFF52943a687f8852943a68 /* SnippetVehicleCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD52943a687f8852943a68 /* SnippetVehicleCreate.cpp */; }; + FFFF52943ad07f8852943ad0 /* SnippetVehicleFilterShader.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD52943ad07f8852943ad0 /* SnippetVehicleFilterShader.cpp */; }; + FFFF52943b387f8852943b38 /* SnippetVehicleNoDriveCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD52943b387f8852943b38 /* SnippetVehicleNoDriveCreate.cpp */; }; + FFFF52943ba07f8852943ba0 /* SnippetVehicleSceneQuery.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD52943ba07f8852943ba0 /* SnippetVehicleSceneQuery.cpp */; }; + FFFF52943c087f8852943c08 /* SnippetVehicleTankCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD52943c087f8852943c08 /* SnippetVehicleTankCreate.cpp */; }; + FFFF52943c707f8852943c70 /* SnippetVehicleTireFriction.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD52943c707f8852943c70 /* SnippetVehicleTireFriction.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDdb3e67207fbbdb3e6720 /* SnippetVehicleNoDrive */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetVehicleNoDrive"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDdb3e98d07fbbdb3e98d0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDdb3e9ff07fbbdb3e9ff0 /* SnippetVehicleNoDrive.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleNoDrive.cpp"; path = "../../SnippetVehicleNoDrive/SnippetVehicleNoDrive.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDdb3ea0587fbbdb3ea058 /* SnippetVehicleNoDriveRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleNoDriveRender.cpp"; path = "../../SnippetVehicleNoDrive/SnippetVehicleNoDriveRender.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda9992007fbbda999200 /* SnippetVehicle4WCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicle4WCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicle4WCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda9992687fbbda999268 /* SnippetVehicleCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda9992d07fbbda9992d0 /* SnippetVehicleFilterShader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda9993387fbbda999338 /* SnippetVehicleNoDriveCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleNoDriveCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleNoDriveCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda9993a07fbbda9993a0 /* SnippetVehicleSceneQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda9994087fbbda999408 /* SnippetVehicleTankCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTankCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTankCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda9994707fbbda999470 /* SnippetVehicleTireFriction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda9994d87fbbda9994d8 /* SnippetVehicleConcurrency.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleConcurrency.h"; path = "../../SnippetVehicleCommon/SnippetVehicleConcurrency.h"; sourceTree = SOURCE_ROOT; }; - FFFDda9995407fbbda999540 /* SnippetVehicleCreate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.h"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.h"; sourceTree = SOURCE_ROOT; }; - FFFDda9995a87fbbda9995a8 /* SnippetVehicleFilterShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.h"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.h"; sourceTree = SOURCE_ROOT; }; - FFFDda9996107fbbda999610 /* SnippetVehicleSceneQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.h"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.h"; sourceTree = SOURCE_ROOT; }; - FFFDda9996787fbbda999678 /* SnippetVehicleTireFriction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.h"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.h"; sourceTree = SOURCE_ROOT; }; - FFFDda9996e07fbbda9996e0 /* SnippetVehicleWheelQueryResult.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleWheelQueryResult.h"; path = "../../SnippetVehicleCommon/SnippetVehicleWheelQueryResult.h"; sourceTree = SOURCE_ROOT; }; + FFFD53717d507f8853717d50 /* SnippetVehicleNoDrive */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetVehicleNoDrive"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD5371af907f885371af90 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5371b6707f885371b670 /* SnippetVehicleNoDrive.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleNoDrive.cpp"; path = "../../SnippetVehicleNoDrive/SnippetVehicleNoDrive.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5371b6d87f885371b6d8 /* SnippetVehicleNoDriveRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleNoDriveRender.cpp"; path = "../../SnippetVehicleNoDrive/SnippetVehicleNoDriveRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD52943a007f8852943a00 /* SnippetVehicle4WCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicle4WCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicle4WCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD52943a687f8852943a68 /* SnippetVehicleCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD52943ad07f8852943ad0 /* SnippetVehicleFilterShader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD52943b387f8852943b38 /* SnippetVehicleNoDriveCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleNoDriveCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleNoDriveCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD52943ba07f8852943ba0 /* SnippetVehicleSceneQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD52943c087f8852943c08 /* SnippetVehicleTankCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTankCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTankCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD52943c707f8852943c70 /* SnippetVehicleTireFriction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD52943cd87f8852943cd8 /* SnippetVehicleConcurrency.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleConcurrency.h"; path = "../../SnippetVehicleCommon/SnippetVehicleConcurrency.h"; sourceTree = SOURCE_ROOT; }; + FFFD52943d407f8852943d40 /* SnippetVehicleCreate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.h"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.h"; sourceTree = SOURCE_ROOT; }; + FFFD52943da87f8852943da8 /* SnippetVehicleFilterShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.h"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.h"; sourceTree = SOURCE_ROOT; }; + FFFD52943e107f8852943e10 /* SnippetVehicleSceneQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.h"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.h"; sourceTree = SOURCE_ROOT; }; + FFFD52943e787f8852943e78 /* SnippetVehicleTireFriction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.h"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.h"; sourceTree = SOURCE_ROOT; }; + FFFD52943ee07f8852943ee0 /* SnippetVehicleWheelQueryResult.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleWheelQueryResult.h"; path = "../../SnippetVehicleCommon/SnippetVehicleWheelQueryResult.h"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2db3e67207fbbdb3e6720 /* Resources */ = { + FFF253717d507f8853717d50 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -1358,7 +1358,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCdb3e67207fbbdb3e6720 /* Frameworks */ = { + FFFC53717d507f8853717d50 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1368,20 +1368,20 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8db3e67207fbbdb3e6720 /* Sources */ = { + FFF853717d507f8853717d50 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFdb3e98d07fbbdb3e98d0, - FFFFdb3e9ff07fbbdb3e9ff0, - FFFFdb3ea0587fbbdb3ea058, - FFFFda9992007fbbda999200, - FFFFda9992687fbbda999268, - FFFFda9992d07fbbda9992d0, - FFFFda9993387fbbda999338, - FFFFda9993a07fbbda9993a0, - FFFFda9994087fbbda999408, - FFFFda9994707fbbda999470, + FFFF5371af907f885371af90, + FFFF5371b6707f885371b670, + FFFF5371b6d87f885371b6d8, + FFFF52943a007f8852943a00, + FFFF52943a687f8852943a68, + FFFF52943ad07f8852943ad0, + FFFF52943b387f8852943b38, + FFFF52943ba07f8852943ba0, + FFFF52943c087f8852943c08, + FFFF52943c707f8852943c70, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1390,53 +1390,53 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4db3e85307fbbdb3e8530 /* PBXTargetDependency */ = { + FFF4537195407f8853719540 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAdb34e0707fbbdb34e070 /* SnippetRender */; - targetProxy = FFF5db34e0707fbbdb34e070 /* PBXContainerItemProxy */; + target = FFFA53262cb07f8853262cb0 /* SnippetRender */; + targetProxy = FFF553262cb07f8853262cb0 /* PBXContainerItemProxy */; }; - FFF4db3e6f107fbbdb3e6f10 /* PBXTargetDependency */ = { + FFF4537185607f8853718560 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAdb38a2507fbbdb38a250 /* SnippetUtils */; - targetProxy = FFF5db38a2507fbbdb38a250 /* PBXContainerItemProxy */; + target = FFFA525f66f07f88525f66f0 /* SnippetUtils */; + targetProxy = FFF5525f66f07f88525f66f0 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetVehicleMultiThreading */ - FFFFdb3ee1707fbbdb3ee170 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDdb34e0707fbbdb34e070 /* SnippetRender */; }; - FFFFdb3ebdf07fbbdb3ebdf0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDdb38a2507fbbdb38a250 /* SnippetUtils */; }; - FFFFdb3eecb07fbbdb3eecb0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDdb3eecb07fbbdb3eecb0 /* ClassicMain.cpp */; }; - FFFFdb3eedb07fbbdb3eedb0 /* SnippetVehicleMultiThreading.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDdb3eedb07fbbdb3eedb0 /* SnippetVehicleMultiThreading.cpp */; }; - FFFFda99c2007fbbda99c200 /* SnippetVehicle4WCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDda99c2007fbbda99c200 /* SnippetVehicle4WCreate.cpp */; }; - FFFFda99c2687fbbda99c268 /* SnippetVehicleCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDda99c2687fbbda99c268 /* SnippetVehicleCreate.cpp */; }; - FFFFda99c2d07fbbda99c2d0 /* SnippetVehicleFilterShader.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDda99c2d07fbbda99c2d0 /* SnippetVehicleFilterShader.cpp */; }; - FFFFda99c3387fbbda99c338 /* SnippetVehicleNoDriveCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDda99c3387fbbda99c338 /* SnippetVehicleNoDriveCreate.cpp */; }; - FFFFda99c3a07fbbda99c3a0 /* SnippetVehicleSceneQuery.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDda99c3a07fbbda99c3a0 /* SnippetVehicleSceneQuery.cpp */; }; - FFFFda99c4087fbbda99c408 /* SnippetVehicleTankCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDda99c4087fbbda99c408 /* SnippetVehicleTankCreate.cpp */; }; - FFFFda99c4707fbbda99c470 /* SnippetVehicleTireFriction.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDda99c4707fbbda99c470 /* SnippetVehicleTireFriction.cpp */; }; + FFFF5371ea607f885371ea60 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD53262cb07f8853262cb0 /* SnippetRender */; }; + FFFF5371d4807f885371d480 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD525f66f07f88525f66f0 /* SnippetUtils */; }; + FFFF5371f8807f885371f880 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD5371f8807f885371f880 /* ClassicMain.cpp */; }; + FFFF537203207f8853720320 /* SnippetVehicleMultiThreading.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD537203207f8853720320 /* SnippetVehicleMultiThreading.cpp */; }; + FFFF52946a007f8852946a00 /* SnippetVehicle4WCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD52946a007f8852946a00 /* SnippetVehicle4WCreate.cpp */; }; + FFFF52946a687f8852946a68 /* SnippetVehicleCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD52946a687f8852946a68 /* SnippetVehicleCreate.cpp */; }; + FFFF52946ad07f8852946ad0 /* SnippetVehicleFilterShader.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD52946ad07f8852946ad0 /* SnippetVehicleFilterShader.cpp */; }; + FFFF52946b387f8852946b38 /* SnippetVehicleNoDriveCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD52946b387f8852946b38 /* SnippetVehicleNoDriveCreate.cpp */; }; + FFFF52946ba07f8852946ba0 /* SnippetVehicleSceneQuery.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD52946ba07f8852946ba0 /* SnippetVehicleSceneQuery.cpp */; }; + FFFF52946c087f8852946c08 /* SnippetVehicleTankCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD52946c087f8852946c08 /* SnippetVehicleTankCreate.cpp */; }; + FFFF52946c707f8852946c70 /* SnippetVehicleTireFriction.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD52946c707f8852946c70 /* SnippetVehicleTireFriction.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDdb3eb5b07fbbdb3eb5b0 /* SnippetVehicleMultiThreading */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; path = "SnippetVehicleMultiThreading"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDdb3eecb07fbbdb3eecb0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDdb3eedb07fbbdb3eedb0 /* SnippetVehicleMultiThreading.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleMultiThreading.cpp"; path = "../../SnippetVehicleMultiThreading/SnippetVehicleMultiThreading.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda99c2007fbbda99c200 /* SnippetVehicle4WCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicle4WCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicle4WCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda99c2687fbbda99c268 /* SnippetVehicleCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda99c2d07fbbda99c2d0 /* SnippetVehicleFilterShader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda99c3387fbbda99c338 /* SnippetVehicleNoDriveCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleNoDriveCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleNoDriveCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda99c3a07fbbda99c3a0 /* SnippetVehicleSceneQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda99c4087fbbda99c408 /* SnippetVehicleTankCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTankCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTankCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda99c4707fbbda99c470 /* SnippetVehicleTireFriction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda99c4d87fbbda99c4d8 /* SnippetVehicleConcurrency.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleConcurrency.h"; path = "../../SnippetVehicleCommon/SnippetVehicleConcurrency.h"; sourceTree = SOURCE_ROOT; }; - FFFDda99c5407fbbda99c540 /* SnippetVehicleCreate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.h"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.h"; sourceTree = SOURCE_ROOT; }; - FFFDda99c5a87fbbda99c5a8 /* SnippetVehicleFilterShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.h"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.h"; sourceTree = SOURCE_ROOT; }; - FFFDda99c6107fbbda99c610 /* SnippetVehicleSceneQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.h"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.h"; sourceTree = SOURCE_ROOT; }; - FFFDda99c6787fbbda99c678 /* SnippetVehicleTireFriction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.h"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.h"; sourceTree = SOURCE_ROOT; }; - FFFDda99c6e07fbbda99c6e0 /* SnippetVehicleWheelQueryResult.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleWheelQueryResult.h"; path = "../../SnippetVehicleCommon/SnippetVehicleWheelQueryResult.h"; sourceTree = SOURCE_ROOT; }; + FFFD5371cc707f885371cc70 /* SnippetVehicleMultiThreading */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; path = "SnippetVehicleMultiThreading"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD5371f8807f885371f880 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD537203207f8853720320 /* SnippetVehicleMultiThreading.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleMultiThreading.cpp"; path = "../../SnippetVehicleMultiThreading/SnippetVehicleMultiThreading.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD52946a007f8852946a00 /* SnippetVehicle4WCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicle4WCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicle4WCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD52946a687f8852946a68 /* SnippetVehicleCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD52946ad07f8852946ad0 /* SnippetVehicleFilterShader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD52946b387f8852946b38 /* SnippetVehicleNoDriveCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleNoDriveCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleNoDriveCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD52946ba07f8852946ba0 /* SnippetVehicleSceneQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD52946c087f8852946c08 /* SnippetVehicleTankCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTankCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTankCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD52946c707f8852946c70 /* SnippetVehicleTireFriction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD52946cd87f8852946cd8 /* SnippetVehicleConcurrency.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleConcurrency.h"; path = "../../SnippetVehicleCommon/SnippetVehicleConcurrency.h"; sourceTree = SOURCE_ROOT; }; + FFFD52946d407f8852946d40 /* SnippetVehicleCreate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.h"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.h"; sourceTree = SOURCE_ROOT; }; + FFFD52946da87f8852946da8 /* SnippetVehicleFilterShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.h"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.h"; sourceTree = SOURCE_ROOT; }; + FFFD52946e107f8852946e10 /* SnippetVehicleSceneQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.h"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.h"; sourceTree = SOURCE_ROOT; }; + FFFD52946e787f8852946e78 /* SnippetVehicleTireFriction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.h"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.h"; sourceTree = SOURCE_ROOT; }; + FFFD52946ee07f8852946ee0 /* SnippetVehicleWheelQueryResult.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleWheelQueryResult.h"; path = "../../SnippetVehicleCommon/SnippetVehicleWheelQueryResult.h"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2db3eb5b07fbbdb3eb5b0 /* Resources */ = { + FFF25371cc707f885371cc70 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -1446,7 +1446,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCdb3eb5b07fbbdb3eb5b0 /* Frameworks */ = { + FFFC5371cc707f885371cc70 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1456,19 +1456,19 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8db3eb5b07fbbdb3eb5b0 /* Sources */ = { + FFF85371cc707f885371cc70 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFdb3eecb07fbbdb3eecb0, - FFFFdb3eedb07fbbdb3eedb0, - FFFFda99c2007fbbda99c200, - FFFFda99c2687fbbda99c268, - FFFFda99c2d07fbbda99c2d0, - FFFFda99c3387fbbda99c338, - FFFFda99c3a07fbbda99c3a0, - FFFFda99c4087fbbda99c408, - FFFFda99c4707fbbda99c470, + FFFF5371f8807f885371f880, + FFFF537203207f8853720320, + FFFF52946a007f8852946a00, + FFFF52946a687f8852946a68, + FFFF52946ad07f8852946ad0, + FFFF52946b387f8852946b38, + FFFF52946ba07f8852946ba0, + FFFF52946c087f8852946c08, + FFFF52946c707f8852946c70, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1477,55 +1477,55 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4db3ee1707fbbdb3ee170 /* PBXTargetDependency */ = { + FFF45371ea607f885371ea60 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAdb34e0707fbbdb34e070 /* SnippetRender */; - targetProxy = FFF5db34e0707fbbdb34e070 /* PBXContainerItemProxy */; + target = FFFA53262cb07f8853262cb0 /* SnippetRender */; + targetProxy = FFF553262cb07f8853262cb0 /* PBXContainerItemProxy */; }; - FFF4db3ebdf07fbbdb3ebdf0 /* PBXTargetDependency */ = { + FFF45371d4807f885371d480 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAdb38a2507fbbdb38a250 /* SnippetUtils */; - targetProxy = FFF5db38a2507fbbdb38a250 /* PBXContainerItemProxy */; + target = FFFA525f66f07f88525f66f0 /* SnippetUtils */; + targetProxy = FFF5525f66f07f88525f66f0 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetVehicleContactMod */ - FFFFdb3f2e207fbbdb3f2e20 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDdb34e0707fbbdb34e070 /* SnippetRender */; }; - FFFFdb3f0a807fbbdb3f0a80 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDdb38a2507fbbdb38a250 /* SnippetUtils */; }; - FFFFdb3f3b307fbbdb3f3b30 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDdb3f3b307fbbdb3f3b30 /* ClassicMain.cpp */; }; - FFFFdb3f3c307fbbdb3f3c30 /* SnippetVehicleContactMod.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDdb3f3c307fbbdb3f3c30 /* SnippetVehicleContactMod.cpp */; }; - FFFFdb3f3c987fbbdb3f3c98 /* SnippetVehicleContactModRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDdb3f3c987fbbdb3f3c98 /* SnippetVehicleContactModRender.cpp */; }; - FFFFda99f2007fbbda99f200 /* SnippetVehicle4WCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDda99f2007fbbda99f200 /* SnippetVehicle4WCreate.cpp */; }; - FFFFda99f2687fbbda99f268 /* SnippetVehicleCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDda99f2687fbbda99f268 /* SnippetVehicleCreate.cpp */; }; - FFFFda99f2d07fbbda99f2d0 /* SnippetVehicleFilterShader.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDda99f2d07fbbda99f2d0 /* SnippetVehicleFilterShader.cpp */; }; - FFFFda99f3387fbbda99f338 /* SnippetVehicleNoDriveCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDda99f3387fbbda99f338 /* SnippetVehicleNoDriveCreate.cpp */; }; - FFFFda99f3a07fbbda99f3a0 /* SnippetVehicleSceneQuery.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDda99f3a07fbbda99f3a0 /* SnippetVehicleSceneQuery.cpp */; }; - FFFFda99f4087fbbda99f408 /* SnippetVehicleTankCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDda99f4087fbbda99f408 /* SnippetVehicleTankCreate.cpp */; }; - FFFFda99f4707fbbda99f470 /* SnippetVehicleTireFriction.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDda99f4707fbbda99f470 /* SnippetVehicleTireFriction.cpp */; }; + FFFF537244407f8853724440 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD53262cb07f8853262cb0 /* SnippetRender */; }; + FFFF537221007f8853722100 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD525f66f07f88525f66f0 /* SnippetUtils */; }; + FFFF537251a07f88537251a0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD537251a07f88537251a0 /* ClassicMain.cpp */; }; + FFFF537252a07f88537252a0 /* SnippetVehicleContactMod.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD537252a07f88537252a0 /* SnippetVehicleContactMod.cpp */; }; + FFFF537253087f8853725308 /* SnippetVehicleContactModRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD537253087f8853725308 /* SnippetVehicleContactModRender.cpp */; }; + FFFF52949a007f8852949a00 /* SnippetVehicle4WCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD52949a007f8852949a00 /* SnippetVehicle4WCreate.cpp */; }; + FFFF52949a687f8852949a68 /* SnippetVehicleCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD52949a687f8852949a68 /* SnippetVehicleCreate.cpp */; }; + FFFF52949ad07f8852949ad0 /* SnippetVehicleFilterShader.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD52949ad07f8852949ad0 /* SnippetVehicleFilterShader.cpp */; }; + FFFF52949b387f8852949b38 /* SnippetVehicleNoDriveCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD52949b387f8852949b38 /* SnippetVehicleNoDriveCreate.cpp */; }; + FFFF52949ba07f8852949ba0 /* SnippetVehicleSceneQuery.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD52949ba07f8852949ba0 /* SnippetVehicleSceneQuery.cpp */; }; + FFFF52949c087f8852949c08 /* SnippetVehicleTankCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD52949c087f8852949c08 /* SnippetVehicleTankCreate.cpp */; }; + FFFF52949c707f8852949c70 /* SnippetVehicleTireFriction.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD52949c707f8852949c70 /* SnippetVehicleTireFriction.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDdb3f02c07fbbdb3f02c0 /* SnippetVehicleContactMod */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetVehicleContactMod"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDdb3f3b307fbbdb3f3b30 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDdb3f3c307fbbdb3f3c30 /* SnippetVehicleContactMod.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleContactMod.cpp"; path = "../../SnippetVehicleContactMod/SnippetVehicleContactMod.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDdb3f3c987fbbdb3f3c98 /* SnippetVehicleContactModRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleContactModRender.cpp"; path = "../../SnippetVehicleContactMod/SnippetVehicleContactModRender.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda99f2007fbbda99f200 /* SnippetVehicle4WCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicle4WCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicle4WCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda99f2687fbbda99f268 /* SnippetVehicleCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda99f2d07fbbda99f2d0 /* SnippetVehicleFilterShader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda99f3387fbbda99f338 /* SnippetVehicleNoDriveCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleNoDriveCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleNoDriveCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda99f3a07fbbda99f3a0 /* SnippetVehicleSceneQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda99f4087fbbda99f408 /* SnippetVehicleTankCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTankCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTankCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda99f4707fbbda99f470 /* SnippetVehicleTireFriction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda99f4d87fbbda99f4d8 /* SnippetVehicleConcurrency.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleConcurrency.h"; path = "../../SnippetVehicleCommon/SnippetVehicleConcurrency.h"; sourceTree = SOURCE_ROOT; }; - FFFDda99f5407fbbda99f540 /* SnippetVehicleCreate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.h"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.h"; sourceTree = SOURCE_ROOT; }; - FFFDda99f5a87fbbda99f5a8 /* SnippetVehicleFilterShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.h"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.h"; sourceTree = SOURCE_ROOT; }; - FFFDda99f6107fbbda99f610 /* SnippetVehicleSceneQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.h"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.h"; sourceTree = SOURCE_ROOT; }; - FFFDda99f6787fbbda99f678 /* SnippetVehicleTireFriction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.h"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.h"; sourceTree = SOURCE_ROOT; }; - FFFDda99f6e07fbbda99f6e0 /* SnippetVehicleWheelQueryResult.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleWheelQueryResult.h"; path = "../../SnippetVehicleCommon/SnippetVehicleWheelQueryResult.h"; sourceTree = SOURCE_ROOT; }; + FFFD537218c07f88537218c0 /* SnippetVehicleContactMod */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetVehicleContactMod"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD537251a07f88537251a0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD537252a07f88537252a0 /* SnippetVehicleContactMod.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleContactMod.cpp"; path = "../../SnippetVehicleContactMod/SnippetVehicleContactMod.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD537253087f8853725308 /* SnippetVehicleContactModRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleContactModRender.cpp"; path = "../../SnippetVehicleContactMod/SnippetVehicleContactModRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD52949a007f8852949a00 /* SnippetVehicle4WCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicle4WCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicle4WCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD52949a687f8852949a68 /* SnippetVehicleCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD52949ad07f8852949ad0 /* SnippetVehicleFilterShader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD52949b387f8852949b38 /* SnippetVehicleNoDriveCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleNoDriveCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleNoDriveCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD52949ba07f8852949ba0 /* SnippetVehicleSceneQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD52949c087f8852949c08 /* SnippetVehicleTankCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTankCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTankCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD52949c707f8852949c70 /* SnippetVehicleTireFriction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD52949cd87f8852949cd8 /* SnippetVehicleConcurrency.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleConcurrency.h"; path = "../../SnippetVehicleCommon/SnippetVehicleConcurrency.h"; sourceTree = SOURCE_ROOT; }; + FFFD52949d407f8852949d40 /* SnippetVehicleCreate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.h"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.h"; sourceTree = SOURCE_ROOT; }; + FFFD52949da87f8852949da8 /* SnippetVehicleFilterShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.h"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.h"; sourceTree = SOURCE_ROOT; }; + FFFD52949e107f8852949e10 /* SnippetVehicleSceneQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.h"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.h"; sourceTree = SOURCE_ROOT; }; + FFFD52949e787f8852949e78 /* SnippetVehicleTireFriction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.h"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.h"; sourceTree = SOURCE_ROOT; }; + FFFD52949ee07f8852949ee0 /* SnippetVehicleWheelQueryResult.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleWheelQueryResult.h"; path = "../../SnippetVehicleCommon/SnippetVehicleWheelQueryResult.h"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2db3f02c07fbbdb3f02c0 /* Resources */ = { + FFF2537218c07f88537218c0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -1535,7 +1535,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCdb3f02c07fbbdb3f02c0 /* Frameworks */ = { + FFFC537218c07f88537218c0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1545,20 +1545,20 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8db3f02c07fbbdb3f02c0 /* Sources */ = { + FFF8537218c07f88537218c0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFdb3f3b307fbbdb3f3b30, - FFFFdb3f3c307fbbdb3f3c30, - FFFFdb3f3c987fbbdb3f3c98, - FFFFda99f2007fbbda99f200, - FFFFda99f2687fbbda99f268, - FFFFda99f2d07fbbda99f2d0, - FFFFda99f3387fbbda99f338, - FFFFda99f3a07fbbda99f3a0, - FFFFda99f4087fbbda99f408, - FFFFda99f4707fbbda99f470, + FFFF537251a07f88537251a0, + FFFF537252a07f88537252a0, + FFFF537253087f8853725308, + FFFF52949a007f8852949a00, + FFFF52949a687f8852949a68, + FFFF52949ad07f8852949ad0, + FFFF52949b387f8852949b38, + FFFF52949ba07f8852949ba0, + FFFF52949c087f8852949c08, + FFFF52949c707f8852949c70, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1567,56 +1567,56 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4db3f2e207fbbdb3f2e20 /* PBXTargetDependency */ = { + FFF4537244407f8853724440 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAdb34e0707fbbdb34e070 /* SnippetRender */; - targetProxy = FFF5db34e0707fbbdb34e070 /* PBXContainerItemProxy */; + target = FFFA53262cb07f8853262cb0 /* SnippetRender */; + targetProxy = FFF553262cb07f8853262cb0 /* PBXContainerItemProxy */; }; - FFF4db3f0a807fbbdb3f0a80 /* PBXTargetDependency */ = { + FFF4537221007f8853722100 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAdb38a2507fbbdb38a250 /* SnippetUtils */; - targetProxy = FFF5db38a2507fbbdb38a250 /* PBXContainerItemProxy */; + target = FFFA525f66f07f88525f66f0 /* SnippetUtils */; + targetProxy = FFF5525f66f07f88525f66f0 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetNestedScene */ - FFFFdb3f6f407fbbdb3f6f40 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDdb34e0707fbbdb34e070 /* SnippetRender */; }; - FFFFdb3f59207fbbdb3f5920 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDdb38a2507fbbdb38a250 /* SnippetUtils */; }; - FFFFdb3f7e107fbbdb3f7e10 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDdb3f7e107fbbdb3f7e10 /* ClassicMain.cpp */; }; - FFFFdb3f8c307fbbdb3f8c30 /* SnippetNestedScene.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDdb3f8c307fbbdb3f8c30 /* SnippetNestedScene.cpp */; }; - FFFFdb3f8c987fbbdb3f8c98 /* SnippetNestedSceneRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDdb3f8c987fbbdb3f8c98 /* SnippetNestedSceneRender.cpp */; }; - FFFFda9a22007fbbda9a2200 /* SnippetVehicle4WCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDda9a22007fbbda9a2200 /* SnippetVehicle4WCreate.cpp */; }; - FFFFda9a22687fbbda9a2268 /* SnippetVehicleCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDda9a22687fbbda9a2268 /* SnippetVehicleCreate.cpp */; }; - FFFFda9a22d07fbbda9a22d0 /* SnippetVehicleFilterShader.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDda9a22d07fbbda9a22d0 /* SnippetVehicleFilterShader.cpp */; }; - FFFFda9a23387fbbda9a2338 /* SnippetVehicleNoDriveCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDda9a23387fbbda9a2338 /* SnippetVehicleNoDriveCreate.cpp */; }; - FFFFda9a23a07fbbda9a23a0 /* SnippetVehicleSceneQuery.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDda9a23a07fbbda9a23a0 /* SnippetVehicleSceneQuery.cpp */; }; - FFFFda9a24087fbbda9a2408 /* SnippetVehicleTankCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDda9a24087fbbda9a2408 /* SnippetVehicleTankCreate.cpp */; }; - FFFFda9a24707fbbda9a2470 /* SnippetVehicleTireFriction.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDda9a24707fbbda9a2470 /* SnippetVehicleTireFriction.cpp */; }; + FFFF537286b07f88537286b0 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD53262cb07f8853262cb0 /* SnippetRender */; }; + FFFF53726f507f8853726f50 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD525f66f07f88525f66f0 /* SnippetUtils */; }; + FFFF5372a2107f885372a210 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD5372a2107f885372a210 /* ClassicMain.cpp */; }; + FFFF5372a3107f885372a310 /* SnippetNestedScene.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD5372a3107f885372a310 /* SnippetNestedScene.cpp */; }; + FFFF5372a3787f885372a378 /* SnippetNestedSceneRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD5372a3787f885372a378 /* SnippetNestedSceneRender.cpp */; }; + FFFF5294ca007f885294ca00 /* SnippetVehicle4WCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD5294ca007f885294ca00 /* SnippetVehicle4WCreate.cpp */; }; + FFFF5294ca687f885294ca68 /* SnippetVehicleCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD5294ca687f885294ca68 /* SnippetVehicleCreate.cpp */; }; + FFFF5294cad07f885294cad0 /* SnippetVehicleFilterShader.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD5294cad07f885294cad0 /* SnippetVehicleFilterShader.cpp */; }; + FFFF5294cb387f885294cb38 /* SnippetVehicleNoDriveCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD5294cb387f885294cb38 /* SnippetVehicleNoDriveCreate.cpp */; }; + FFFF5294cba07f885294cba0 /* SnippetVehicleSceneQuery.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD5294cba07f885294cba0 /* SnippetVehicleSceneQuery.cpp */; }; + FFFF5294cc087f885294cc08 /* SnippetVehicleTankCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD5294cc087f885294cc08 /* SnippetVehicleTankCreate.cpp */; }; + FFFF5294cc707f885294cc70 /* SnippetVehicleTireFriction.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD5294cc707f885294cc70 /* SnippetVehicleTireFriction.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDdb3f51b07fbbdb3f51b0 /* SnippetNestedScene */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetNestedScene"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDdb3f7e107fbbdb3f7e10 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDdb3f8c307fbbdb3f8c30 /* SnippetNestedScene.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetNestedScene.cpp"; path = "../../SnippetNestedScene/SnippetNestedScene.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDdb3f8c987fbbdb3f8c98 /* SnippetNestedSceneRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetNestedSceneRender.cpp"; path = "../../SnippetNestedScene/SnippetNestedSceneRender.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDdb3f8d007fbbdb3f8d00 /* NestedScene.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NestedScene.h"; path = "../../SnippetNestedScene/NestedScene.h"; sourceTree = SOURCE_ROOT; }; - FFFDda9a22007fbbda9a2200 /* SnippetVehicle4WCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicle4WCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicle4WCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda9a22687fbbda9a2268 /* SnippetVehicleCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda9a22d07fbbda9a22d0 /* SnippetVehicleFilterShader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda9a23387fbbda9a2338 /* SnippetVehicleNoDriveCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleNoDriveCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleNoDriveCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda9a23a07fbbda9a23a0 /* SnippetVehicleSceneQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda9a24087fbbda9a2408 /* SnippetVehicleTankCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTankCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTankCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda9a24707fbbda9a2470 /* SnippetVehicleTireFriction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDda9a24d87fbbda9a24d8 /* SnippetVehicleConcurrency.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleConcurrency.h"; path = "../../SnippetVehicleCommon/SnippetVehicleConcurrency.h"; sourceTree = SOURCE_ROOT; }; - FFFDda9a25407fbbda9a2540 /* SnippetVehicleCreate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.h"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.h"; sourceTree = SOURCE_ROOT; }; - FFFDda9a25a87fbbda9a25a8 /* SnippetVehicleFilterShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.h"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.h"; sourceTree = SOURCE_ROOT; }; - FFFDda9a26107fbbda9a2610 /* SnippetVehicleSceneQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.h"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.h"; sourceTree = SOURCE_ROOT; }; - FFFDda9a26787fbbda9a2678 /* SnippetVehicleTireFriction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.h"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.h"; sourceTree = SOURCE_ROOT; }; - FFFDda9a26e07fbbda9a26e0 /* SnippetVehicleWheelQueryResult.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleWheelQueryResult.h"; path = "../../SnippetVehicleCommon/SnippetVehicleWheelQueryResult.h"; sourceTree = SOURCE_ROOT; }; + FFFD537267c07f88537267c0 /* SnippetNestedScene */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetNestedScene"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD5372a2107f885372a210 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5372a3107f885372a310 /* SnippetNestedScene.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetNestedScene.cpp"; path = "../../SnippetNestedScene/SnippetNestedScene.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5372a3787f885372a378 /* SnippetNestedSceneRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetNestedSceneRender.cpp"; path = "../../SnippetNestedScene/SnippetNestedSceneRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5372a3e07f885372a3e0 /* NestedScene.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NestedScene.h"; path = "../../SnippetNestedScene/NestedScene.h"; sourceTree = SOURCE_ROOT; }; + FFFD5294ca007f885294ca00 /* SnippetVehicle4WCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicle4WCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicle4WCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5294ca687f885294ca68 /* SnippetVehicleCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5294cad07f885294cad0 /* SnippetVehicleFilterShader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5294cb387f885294cb38 /* SnippetVehicleNoDriveCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleNoDriveCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleNoDriveCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5294cba07f885294cba0 /* SnippetVehicleSceneQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5294cc087f885294cc08 /* SnippetVehicleTankCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTankCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTankCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5294cc707f885294cc70 /* SnippetVehicleTireFriction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5294ccd87f885294ccd8 /* SnippetVehicleConcurrency.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleConcurrency.h"; path = "../../SnippetVehicleCommon/SnippetVehicleConcurrency.h"; sourceTree = SOURCE_ROOT; }; + FFFD5294cd407f885294cd40 /* SnippetVehicleCreate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.h"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.h"; sourceTree = SOURCE_ROOT; }; + FFFD5294cda87f885294cda8 /* SnippetVehicleFilterShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.h"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.h"; sourceTree = SOURCE_ROOT; }; + FFFD5294ce107f885294ce10 /* SnippetVehicleSceneQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.h"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.h"; sourceTree = SOURCE_ROOT; }; + FFFD5294ce787f885294ce78 /* SnippetVehicleTireFriction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.h"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.h"; sourceTree = SOURCE_ROOT; }; + FFFD5294cee07f885294cee0 /* SnippetVehicleWheelQueryResult.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleWheelQueryResult.h"; path = "../../SnippetVehicleCommon/SnippetVehicleWheelQueryResult.h"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2db3f51b07fbbdb3f51b0 /* Resources */ = { + FFF2537267c07f88537267c0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -1626,7 +1626,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCdb3f51b07fbbdb3f51b0 /* Frameworks */ = { + FFFC537267c07f88537267c0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1636,20 +1636,20 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8db3f51b07fbbdb3f51b0 /* Sources */ = { + FFF8537267c07f88537267c0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFdb3f7e107fbbdb3f7e10, - FFFFdb3f8c307fbbdb3f8c30, - FFFFdb3f8c987fbbdb3f8c98, - FFFFda9a22007fbbda9a2200, - FFFFda9a22687fbbda9a2268, - FFFFda9a22d07fbbda9a22d0, - FFFFda9a23387fbbda9a2338, - FFFFda9a23a07fbbda9a23a0, - FFFFda9a24087fbbda9a2408, - FFFFda9a24707fbbda9a2470, + FFFF5372a2107f885372a210, + FFFF5372a3107f885372a310, + FFFF5372a3787f885372a378, + FFFF5294ca007f885294ca00, + FFFF5294ca687f885294ca68, + FFFF5294cad07f885294cad0, + FFFF5294cb387f885294cb38, + FFFF5294cba07f885294cba0, + FFFF5294cc087f885294cc08, + FFFF5294cc707f885294cc70, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1658,33 +1658,33 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4db3f6f407fbbdb3f6f40 /* PBXTargetDependency */ = { + FFF4537286b07f88537286b0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAdb34e0707fbbdb34e070 /* SnippetRender */; - targetProxy = FFF5db34e0707fbbdb34e070 /* PBXContainerItemProxy */; + target = FFFA53262cb07f8853262cb0 /* SnippetRender */; + targetProxy = FFF553262cb07f8853262cb0 /* PBXContainerItemProxy */; }; - FFF4db3f59207fbbdb3f5920 /* PBXTargetDependency */ = { + FFF453726f507f8853726f50 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAdb38a2507fbbdb38a250 /* SnippetUtils */; - targetProxy = FFF5db38a2507fbbdb38a250 /* PBXContainerItemProxy */; + target = FFFA525f66f07f88525f66f0 /* SnippetUtils */; + targetProxy = FFF5525f66f07f88525f66f0 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetSpatialIndex */ - FFFFdc800e307fbbdc800e30 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDdb34e0707fbbdb34e070 /* SnippetRender */; }; - FFFFdb3fa9707fbbdb3fa970 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDdb38a2507fbbdb38a250 /* SnippetUtils */; }; - FFFFdc8007407fbbdc800740 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDdc8007407fbbdc800740 /* ClassicMain.cpp */; }; - FFFFdc8011f07fbbdc8011f0 /* SnippetSpatialIndex.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDdc8011f07fbbdc8011f0 /* SnippetSpatialIndex.cpp */; }; + FFFF5372cf707f885372cf70 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD53262cb07f8853262cb0 /* SnippetRender */; }; + FFFF5372bf507f885372bf50 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD525f66f07f88525f66f0 /* SnippetUtils */; }; + FFFF5372e1e07f885372e1e0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD5372e1e07f885372e1e0 /* ClassicMain.cpp */; }; + FFFF5372e8b07f885372e8b0 /* SnippetSpatialIndex.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD5372e8b07f885372e8b0 /* SnippetSpatialIndex.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDdb3fa1d07fbbdb3fa1d0 /* SnippetSpatialIndex */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; path = "SnippetSpatialIndex"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDdc8007407fbbdc800740 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDdc8011f07fbbdc8011f0 /* SnippetSpatialIndex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetSpatialIndex.cpp"; path = "../../SnippetSpatialIndex/SnippetSpatialIndex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5372b7907f885372b790 /* SnippetSpatialIndex */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; path = "SnippetSpatialIndex"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD5372e1e07f885372e1e0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5372e8b07f885372e8b0 /* SnippetSpatialIndex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetSpatialIndex.cpp"; path = "../../SnippetSpatialIndex/SnippetSpatialIndex.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2db3fa1d07fbbdb3fa1d0 /* Resources */ = { + FFF25372b7907f885372b790 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -1694,7 +1694,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCdb3fa1d07fbbdb3fa1d0 /* Frameworks */ = { + FFFC5372b7907f885372b790 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1704,12 +1704,12 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8db3fa1d07fbbdb3fa1d0 /* Sources */ = { + FFF85372b7907f885372b790 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFdc8007407fbbdc800740, - FFFFdc8011f07fbbdc8011f0, + FFFF5372e1e07f885372e1e0, + FFFF5372e8b07f885372e8b0, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1718,35 +1718,35 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4dc800e307fbbdc800e30 /* PBXTargetDependency */ = { + FFF45372cf707f885372cf70 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAdb34e0707fbbdb34e070 /* SnippetRender */; - targetProxy = FFF5db34e0707fbbdb34e070 /* PBXContainerItemProxy */; + target = FFFA53262cb07f8853262cb0 /* SnippetRender */; + targetProxy = FFF553262cb07f8853262cb0 /* PBXContainerItemProxy */; }; - FFF4db3fa9707fbbdb3fa970 /* PBXTargetDependency */ = { + FFF45372bf507f885372bf50 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAdb38a2507fbbdb38a250 /* SnippetUtils */; - targetProxy = FFF5db38a2507fbbdb38a250 /* PBXContainerItemProxy */; + target = FFFA525f66f07f88525f66f0 /* SnippetUtils */; + targetProxy = FFF5525f66f07f88525f66f0 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetSplitSim */ - FFFFdc8034807fbbdc803480 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDdb34e0707fbbdb34e070 /* SnippetRender */; }; - FFFFdc801e407fbbdc801e40 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDdb38a2507fbbdb38a250 /* SnippetUtils */; }; - FFFFdc8043c07fbbdc8043c0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDdc8043c07fbbdc8043c0 /* ClassicMain.cpp */; }; - FFFFdc8049707fbbdc804970 /* SnippetSplitSim.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDdc8049707fbbdc804970 /* SnippetSplitSim.cpp */; }; - FFFFdc8049d87fbbdc8049d8 /* SnippetSplitSimRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDdc8049d87fbbdc8049d8 /* SnippetSplitSimRender.cpp */; }; + FFFF53730ae07f8853730ae0 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD53262cb07f8853262cb0 /* SnippetRender */; }; + FFFF5372f4807f885372f480 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD525f66f07f88525f66f0 /* SnippetUtils */; }; + FFFF53731a207f8853731a20 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD53731a207f8853731a20 /* ClassicMain.cpp */; }; + FFFF53731fd07f8853731fd0 /* SnippetSplitSim.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD53731fd07f8853731fd0 /* SnippetSplitSim.cpp */; }; + FFFF537320387f8853732038 /* SnippetSplitSimRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD537320387f8853732038 /* SnippetSplitSimRender.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDdc8013907fbbdc801390 /* SnippetSplitSim */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetSplitSim"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDdc8043c07fbbdc8043c0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDdc8049707fbbdc804970 /* SnippetSplitSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetSplitSim.cpp"; path = "../../SnippetSplitSim/SnippetSplitSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDdc8049d87fbbdc8049d8 /* SnippetSplitSimRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetSplitSimRender.cpp"; path = "../../SnippetSplitSim/SnippetSplitSimRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5372ea507f885372ea50 /* SnippetSplitSim */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetSplitSim"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD53731a207f8853731a20 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD53731fd07f8853731fd0 /* SnippetSplitSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetSplitSim.cpp"; path = "../../SnippetSplitSim/SnippetSplitSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD537320387f8853732038 /* SnippetSplitSimRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetSplitSimRender.cpp"; path = "../../SnippetSplitSim/SnippetSplitSimRender.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2dc8013907fbbdc801390 /* Resources */ = { + FFF25372ea507f885372ea50 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -1756,7 +1756,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCdc8013907fbbdc801390 /* Frameworks */ = { + FFFC5372ea507f885372ea50 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1766,13 +1766,13 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8dc8013907fbbdc801390 /* Sources */ = { + FFF85372ea507f885372ea50 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFdc8043c07fbbdc8043c0, - FFFFdc8049707fbbdc804970, - FFFFdc8049d87fbbdc8049d8, + FFFF53731a207f8853731a20, + FFFF53731fd07f8853731fd0, + FFFF537320387f8853732038, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1781,33 +1781,33 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4dc8034807fbbdc803480 /* PBXTargetDependency */ = { + FFF453730ae07f8853730ae0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAdb34e0707fbbdb34e070 /* SnippetRender */; - targetProxy = FFF5db34e0707fbbdb34e070 /* PBXContainerItemProxy */; + target = FFFA53262cb07f8853262cb0 /* SnippetRender */; + targetProxy = FFF553262cb07f8853262cb0 /* PBXContainerItemProxy */; }; - FFF4dc801e407fbbdc801e40 /* PBXTargetDependency */ = { + FFF45372f4807f885372f480 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAdb38a2507fbbdb38a250 /* SnippetUtils */; - targetProxy = FFF5db38a2507fbbdb38a250 /* PBXContainerItemProxy */; + target = FFFA525f66f07f88525f66f0 /* SnippetUtils */; + targetProxy = FFF5525f66f07f88525f66f0 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetTriangleMeshCreate */ - FFFFdc8071207fbbdc807120 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDdb34e0707fbbdb34e070 /* SnippetRender */; }; - FFFFdc8055607fbbdc805560 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDdb38a2507fbbdb38a250 /* SnippetUtils */; }; - FFFFdc807ad07fbbdc807ad0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDdc807ad07fbbdc807ad0 /* ClassicMain.cpp */; }; - FFFFdc807ef07fbbdc807ef0 /* SnippetTriangleMeshCreate.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDdc807ef07fbbdc807ef0 /* SnippetTriangleMeshCreate.cpp */; }; + FFFF537347807f8853734780 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD53262cb07f8853262cb0 /* SnippetRender */; }; + FFFF53732bc07f8853732bc0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD525f66f07f88525f66f0 /* SnippetUtils */; }; + FFFF537351307f8853735130 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD537351307f8853735130 /* ClassicMain.cpp */; }; + FFFF537355507f8853735550 /* SnippetTriangleMeshCreate.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD537355507f8853735550 /* SnippetTriangleMeshCreate.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDdc804b607fbbdc804b60 /* SnippetTriangleMeshCreate */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; path = "SnippetTriangleMeshCreate"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDdc807ad07fbbdc807ad0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDdc807ef07fbbdc807ef0 /* SnippetTriangleMeshCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetTriangleMeshCreate.cpp"; path = "../../SnippetTriangleMeshCreate/SnippetTriangleMeshCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD537321c07f88537321c0 /* SnippetTriangleMeshCreate */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; path = "SnippetTriangleMeshCreate"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD537351307f8853735130 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD537355507f8853735550 /* SnippetTriangleMeshCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetTriangleMeshCreate.cpp"; path = "../../SnippetTriangleMeshCreate/SnippetTriangleMeshCreate.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2dc804b607fbbdc804b60 /* Resources */ = { + FFF2537321c07f88537321c0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -1817,7 +1817,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCdc804b607fbbdc804b60 /* Frameworks */ = { + FFFC537321c07f88537321c0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1827,12 +1827,12 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8dc804b607fbbdc804b60 /* Sources */ = { + FFF8537321c07f88537321c0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFdc807ad07fbbdc807ad0, - FFFFdc807ef07fbbdc807ef0, + FFFF537351307f8853735130, + FFFF537355507f8853735550, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1841,33 +1841,33 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4dc8071207fbbdc807120 /* PBXTargetDependency */ = { + FFF4537347807f8853734780 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAdb34e0707fbbdb34e070 /* SnippetRender */; - targetProxy = FFF5db34e0707fbbdb34e070 /* PBXContainerItemProxy */; + target = FFFA53262cb07f8853262cb0 /* SnippetRender */; + targetProxy = FFF553262cb07f8853262cb0 /* PBXContainerItemProxy */; }; - FFF4dc8055607fbbdc805560 /* PBXTargetDependency */ = { + FFF453732bc07f8853732bc0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAdb38a2507fbbdb38a250 /* SnippetUtils */; - targetProxy = FFF5db38a2507fbbdb38a250 /* PBXContainerItemProxy */; + target = FFFA525f66f07f88525f66f0 /* SnippetUtils */; + targetProxy = FFF5525f66f07f88525f66f0 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetMultiThreading */ - FFFFdc80a1507fbbdc80a150 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDdb34e0707fbbdb34e070 /* SnippetRender */; }; - FFFFdc808af07fbbdc808af0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDdb38a2507fbbdb38a250 /* SnippetUtils */; }; - FFFFdc80b0207fbbdc80b020 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDdc80b0207fbbdc80b020 /* ClassicMain.cpp */; }; - FFFFdc80b4607fbbdc80b460 /* SnippetMultiThreading.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDdc80b4607fbbdc80b460 /* SnippetMultiThreading.cpp */; }; + FFFF537377b07f88537377b0 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD53262cb07f8853262cb0 /* SnippetRender */; }; + FFFF537361507f8853736150 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD525f66f07f88525f66f0 /* SnippetUtils */; }; + FFFF537386807f8853738680 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD537386807f8853738680 /* ClassicMain.cpp */; }; + FFFF53738ac07f8853738ac0 /* SnippetMultiThreading.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD53738ac07f8853738ac0 /* SnippetMultiThreading.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDdc8080907fbbdc808090 /* SnippetMultiThreading */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; path = "SnippetMultiThreading"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDdc80b0207fbbdc80b020 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDdc80b4607fbbdc80b460 /* SnippetMultiThreading.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetMultiThreading.cpp"; path = "../../SnippetMultiThreading/SnippetMultiThreading.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD537356f07f88537356f0 /* SnippetMultiThreading */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; path = "SnippetMultiThreading"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD537386807f8853738680 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD53738ac07f8853738ac0 /* SnippetMultiThreading.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetMultiThreading.cpp"; path = "../../SnippetMultiThreading/SnippetMultiThreading.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2dc8080907fbbdc808090 /* Resources */ = { + FFF2537356f07f88537356f0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -1877,7 +1877,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCdc8080907fbbdc808090 /* Frameworks */ = { + FFFC537356f07f88537356f0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1887,12 +1887,12 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8dc8080907fbbdc808090 /* Sources */ = { + FFF8537356f07f88537356f0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFdc80b0207fbbdc80b020, - FFFFdc80b4607fbbdc80b460, + FFFF537386807f8853738680, + FFFF53738ac07f8853738ac0, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1901,35 +1901,35 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4dc80a1507fbbdc80a150 /* PBXTargetDependency */ = { + FFF4537377b07f88537377b0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAdb34e0707fbbdb34e070 /* SnippetRender */; - targetProxy = FFF5db34e0707fbbdb34e070 /* PBXContainerItemProxy */; + target = FFFA53262cb07f8853262cb0 /* SnippetRender */; + targetProxy = FFF553262cb07f8853262cb0 /* PBXContainerItemProxy */; }; - FFF4dc808af07fbbdc808af0 /* PBXTargetDependency */ = { + FFF4537361507f8853736150 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAdb38a2507fbbdb38a250 /* SnippetUtils */; - targetProxy = FFF5db38a2507fbbdb38a250 /* PBXContainerItemProxy */; + target = FFFA525f66f07f88525f66f0 /* SnippetUtils */; + targetProxy = FFF5525f66f07f88525f66f0 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetContactModification */ - FFFFdc80e4107fbbdc80e410 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDdb34e0707fbbdb34e070 /* SnippetRender */; }; - FFFFdc80c0707fbbdc80c070 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDdb38a2507fbbdb38a250 /* SnippetUtils */; }; - FFFFdc80e6907fbbdc80e690 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDdc80e6907fbbdc80e690 /* ClassicMain.cpp */; }; - FFFFdc80ecd07fbbdc80ecd0 /* SnippetContactModification.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDdc80ecd07fbbdc80ecd0 /* SnippetContactModification.cpp */; }; - FFFFdc80ed387fbbdc80ed38 /* SnippetContactModificationRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDdc80ed387fbbdc80ed38 /* SnippetContactModificationRender.cpp */; }; + FFFF5373ba707f885373ba70 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD53262cb07f8853262cb0 /* SnippetRender */; }; + FFFF537396d07f88537396d0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD525f66f07f88525f66f0 /* SnippetUtils */; }; + FFFF5373bcf07f885373bcf0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD5373bcf07f885373bcf0 /* ClassicMain.cpp */; }; + FFFF5373c3307f885373c330 /* SnippetContactModification.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD5373c3307f885373c330 /* SnippetContactModification.cpp */; }; + FFFF5373c3987f885373c398 /* SnippetContactModificationRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD5373c3987f885373c398 /* SnippetContactModificationRender.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDdc80b6007fbbdc80b600 /* SnippetContactModification */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetContactModification"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDdc80e6907fbbdc80e690 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDdc80ecd07fbbdc80ecd0 /* SnippetContactModification.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetContactModification.cpp"; path = "../../SnippetContactModification/SnippetContactModification.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDdc80ed387fbbdc80ed38 /* SnippetContactModificationRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetContactModificationRender.cpp"; path = "../../SnippetContactModification/SnippetContactModificationRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD53738c607f8853738c60 /* SnippetContactModification */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetContactModification"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD5373bcf07f885373bcf0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5373c3307f885373c330 /* SnippetContactModification.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetContactModification.cpp"; path = "../../SnippetContactModification/SnippetContactModification.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5373c3987f885373c398 /* SnippetContactModificationRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetContactModificationRender.cpp"; path = "../../SnippetContactModification/SnippetContactModificationRender.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2dc80b6007fbbdc80b600 /* Resources */ = { + FFF253738c607f8853738c60 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -1939,7 +1939,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCdc80b6007fbbdc80b600 /* Frameworks */ = { + FFFC53738c607f8853738c60 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1949,13 +1949,13 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8dc80b6007fbbdc80b600 /* Sources */ = { + FFF853738c607f8853738c60 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFdc80e6907fbbdc80e690, - FFFFdc80ecd07fbbdc80ecd0, - FFFFdc80ed387fbbdc80ed38, + FFFF5373bcf07f885373bcf0, + FFFF5373c3307f885373c330, + FFFF5373c3987f885373c398, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1964,33 +1964,33 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4dc80e4107fbbdc80e410 /* PBXTargetDependency */ = { + FFF45373ba707f885373ba70 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAdb34e0707fbbdb34e070 /* SnippetRender */; - targetProxy = FFF5db34e0707fbbdb34e070 /* PBXContainerItemProxy */; + target = FFFA53262cb07f8853262cb0 /* SnippetRender */; + targetProxy = FFF553262cb07f8853262cb0 /* PBXContainerItemProxy */; }; - FFF4dc80c0707fbbdc80c070 /* PBXTargetDependency */ = { + FFF4537396d07f88537396d0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAdb38a2507fbbdb38a250 /* SnippetUtils */; - targetProxy = FFF5db38a2507fbbdb38a250 /* PBXContainerItemProxy */; + target = FFFA525f66f07f88525f66f0 /* SnippetUtils */; + targetProxy = FFF5525f66f07f88525f66f0 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetToleranceScale */ - FFFFdc811be07fbbdc811be0 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDdb34e0707fbbdb34e070 /* SnippetRender */; }; - FFFFdc80f8407fbbdc80f840 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDdb38a2507fbbdb38a250 /* SnippetUtils */; }; - FFFFdc811d807fbbdc811d80 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDdc811d807fbbdc811d80 /* ClassicMain.cpp */; }; - FFFFdc80f2d07fbbdc80f2d0 /* SnippetToleranceScale.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDdc80f2d07fbbdc80f2d0 /* SnippetToleranceScale.cpp */; }; + FFFF5373f2407f885373f240 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD53262cb07f8853262cb0 /* SnippetRender */; }; + FFFF5373cea07f885373cea0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD525f66f07f88525f66f0 /* SnippetUtils */; }; + FFFF5373f3e07f885373f3e0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD5373f3e07f885373f3e0 /* ClassicMain.cpp */; }; + FFFF5373c9307f885373c930 /* SnippetToleranceScale.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD5373c9307f885373c930 /* SnippetToleranceScale.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDdc80eec07fbbdc80eec0 /* SnippetToleranceScale */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; path = "SnippetToleranceScale"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDdc811d807fbbdc811d80 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDdc80f2d07fbbdc80f2d0 /* SnippetToleranceScale.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetToleranceScale.cpp"; path = "../../SnippetToleranceScale/SnippetToleranceScale.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5373c5207f885373c520 /* SnippetToleranceScale */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; path = "SnippetToleranceScale"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD5373f3e07f885373f3e0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5373c9307f885373c930 /* SnippetToleranceScale.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetToleranceScale.cpp"; path = "../../SnippetToleranceScale/SnippetToleranceScale.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2dc80eec07fbbdc80eec0 /* Resources */ = { + FFF25373c5207f885373c520 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -2000,7 +2000,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCdc80eec07fbbdc80eec0 /* Frameworks */ = { + FFFC5373c5207f885373c520 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -2010,12 +2010,12 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8dc80eec07fbbdc80eec0 /* Sources */ = { + FFF85373c5207f885373c520 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFdc811d807fbbdc811d80, - FFFFdc80f2d07fbbdc80f2d0, + FFFF5373f3e07f885373f3e0, + FFFF5373c9307f885373c930, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2024,33 +2024,33 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4dc811be07fbbdc811be0 /* PBXTargetDependency */ = { + FFF45373f2407f885373f240 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAdb34e0707fbbdb34e070 /* SnippetRender */; - targetProxy = FFF5db34e0707fbbdb34e070 /* PBXContainerItemProxy */; + target = FFFA53262cb07f8853262cb0 /* SnippetRender */; + targetProxy = FFF553262cb07f8853262cb0 /* PBXContainerItemProxy */; }; - FFF4dc80f8407fbbdc80f840 /* PBXTargetDependency */ = { + FFF45373cea07f885373cea0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAdb38a2507fbbdb38a250 /* SnippetUtils */; - targetProxy = FFF5db38a2507fbbdb38a250 /* PBXContainerItemProxy */; + target = FFFA525f66f07f88525f66f0 /* SnippetUtils */; + targetProxy = FFF5525f66f07f88525f66f0 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetStepper */ - FFFFdc8144007fbbdc814400 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDdb34e0707fbbdb34e070 /* SnippetRender */; }; - FFFFdc812da07fbbdc812da0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDdb38a2507fbbdb38a250 /* SnippetUtils */; }; - FFFFdc8152d07fbbdc8152d0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDdc8152d07fbbdc8152d0 /* ClassicMain.cpp */; }; - FFFFdc8128107fbbdc812810 /* SnippetStepper.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDdc8128107fbbdc812810 /* SnippetStepper.cpp */; }; + FFFF53741a607f8853741a60 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD53262cb07f8853262cb0 /* SnippetRender */; }; + FFFF537404007f8853740400 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD525f66f07f88525f66f0 /* SnippetUtils */; }; + FFFF537429307f8853742930 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD537429307f8853742930 /* ClassicMain.cpp */; }; + FFFF5373fe707f885373fe70 /* SnippetStepper.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD5373fe707f885373fe70 /* SnippetStepper.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDdc8123107fbbdc812310 /* SnippetStepper */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; path = "SnippetStepper"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDdc8152d07fbbdc8152d0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDdc8128107fbbdc812810 /* SnippetStepper.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetStepper.cpp"; path = "../../SnippetStepper/SnippetStepper.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5373f9707f885373f970 /* SnippetStepper */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; path = "SnippetStepper"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD537429307f8853742930 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD5373fe707f885373fe70 /* SnippetStepper.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetStepper.cpp"; path = "../../SnippetStepper/SnippetStepper.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2dc8123107fbbdc812310 /* Resources */ = { + FFF25373f9707f885373f970 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -2060,7 +2060,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCdc8123107fbbdc812310 /* Frameworks */ = { + FFFC5373f9707f885373f970 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -2070,12 +2070,12 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8dc8123107fbbdc812310 /* Sources */ = { + FFF85373f9707f885373f970 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFdc8152d07fbbdc8152d0, - FFFFdc8128107fbbdc812810, + FFFF537429307f8853742930, + FFFF5373fe707f885373fe70, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2084,33 +2084,33 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4dc8144007fbbdc814400 /* PBXTargetDependency */ = { + FFF453741a607f8853741a60 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAdb34e0707fbbdb34e070 /* SnippetRender */; - targetProxy = FFF5db34e0707fbbdb34e070 /* PBXContainerItemProxy */; + target = FFFA53262cb07f8853262cb0 /* SnippetRender */; + targetProxy = FFF553262cb07f8853262cb0 /* PBXContainerItemProxy */; }; - FFF4dc812da07fbbdc812da0 /* PBXTargetDependency */ = { + FFF4537404007f8853740400 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAdb38a2507fbbdb38a250 /* SnippetUtils */; - targetProxy = FFF5db38a2507fbbdb38a250 /* PBXContainerItemProxy */; + target = FFFA525f66f07f88525f66f0 /* SnippetUtils */; + targetProxy = FFF5525f66f07f88525f66f0 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetPrunerSerialization */ - FFFFdc8178e07fbbdc8178e0 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDdb34e0707fbbdb34e070 /* SnippetRender */; }; - FFFFdc8162a07fbbdc8162a0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDdb38a2507fbbdb38a250 /* SnippetUtils */; }; - FFFFdc8187b07fbbdc8187b0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDdc8187b07fbbdc8187b0 /* ClassicMain.cpp */; }; - FFFFdc818bf07fbbdc818bf0 /* SnippetPrunerSerialization.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDdc818bf07fbbdc818bf0 /* SnippetPrunerSerialization.cpp */; }; + FFFF53744f407f8853744f40 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD53262cb07f8853262cb0 /* SnippetRender */; }; + FFFF537439007f8853743900 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD525f66f07f88525f66f0 /* SnippetUtils */; }; + FFFF53745e107f8853745e10 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD53745e107f8853745e10 /* ClassicMain.cpp */; }; + FFFF537462507f8853746250 /* SnippetPrunerSerialization.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD537462507f8853746250 /* SnippetPrunerSerialization.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDdc8157b07fbbdc8157b0 /* SnippetPrunerSerialization */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; path = "SnippetPrunerSerialization"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDdc8187b07fbbdc8187b0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDdc818bf07fbbdc818bf0 /* SnippetPrunerSerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetPrunerSerialization.cpp"; path = "../../SnippetPrunerSerialization/SnippetPrunerSerialization.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD53742e107f8853742e10 /* SnippetPrunerSerialization */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; path = "SnippetPrunerSerialization"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD53745e107f8853745e10 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD537462507f8853746250 /* SnippetPrunerSerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetPrunerSerialization.cpp"; path = "../../SnippetPrunerSerialization/SnippetPrunerSerialization.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2dc8157b07fbbdc8157b0 /* Resources */ = { + FFF253742e107f8853742e10 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -2120,7 +2120,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCdc8157b07fbbdc8157b0 /* Frameworks */ = { + FFFC53742e107f8853742e10 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -2130,12 +2130,12 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8dc8157b07fbbdc8157b0 /* Sources */ = { + FFF853742e107f8853742e10 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFdc8187b07fbbdc8187b0, - FFFFdc818bf07fbbdc818bf0, + FFFF53745e107f8853745e10, + FFFF537462507f8853746250, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2144,33 +2144,33 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4dc8178e07fbbdc8178e0 /* PBXTargetDependency */ = { + FFF453744f407f8853744f40 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAdb34e0707fbbdb34e070 /* SnippetRender */; - targetProxy = FFF5db34e0707fbbdb34e070 /* PBXContainerItemProxy */; + target = FFFA53262cb07f8853262cb0 /* SnippetRender */; + targetProxy = FFF553262cb07f8853262cb0 /* PBXContainerItemProxy */; }; - FFF4dc8162a07fbbdc8162a0 /* PBXTargetDependency */ = { + FFF4537439007f8853743900 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAdb38a2507fbbdb38a250 /* SnippetUtils */; - targetProxy = FFF5db38a2507fbbdb38a250 /* PBXContainerItemProxy */; + target = FFFA525f66f07f88525f66f0 /* SnippetUtils */; + targetProxy = FFF5525f66f07f88525f66f0 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetConvexMeshCreate */ - FFFFdc81bc807fbbdc81bc80 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDdb34e0707fbbdb34e070 /* SnippetRender */; }; - FFFFdc8198e07fbbdc8198e0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDdb38a2507fbbdb38a250 /* SnippetUtils */; }; - FFFFdc81be607fbbdc81be60 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDdc81be607fbbdc81be60 /* ClassicMain.cpp */; }; - FFFFdc81c2c07fbbdc81c2c0 /* SnippetConvexMeshCreate.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDdc81c2c07fbbdc81c2c0 /* SnippetConvexMeshCreate.cpp */; }; + FFFF537492e07f88537492e0 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD53262cb07f8853262cb0 /* SnippetRender */; }; + FFFF53746f407f8853746f40 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD525f66f07f88525f66f0 /* SnippetUtils */; }; + FFFF537494c07f88537494c0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD537494c07f88537494c0 /* ClassicMain.cpp */; }; + FFFF537499207f8853749920 /* SnippetConvexMeshCreate.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD537499207f8853749920 /* SnippetConvexMeshCreate.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDdc818d907fbbdc818d90 /* SnippetConvexMeshCreate */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; path = "SnippetConvexMeshCreate"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDdc81be607fbbdc81be60 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDdc81c2c07fbbdc81c2c0 /* SnippetConvexMeshCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetConvexMeshCreate.cpp"; path = "../../SnippetConvexMeshCreate/SnippetConvexMeshCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD537463f07f88537463f0 /* SnippetConvexMeshCreate */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; path = "SnippetConvexMeshCreate"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD537494c07f88537494c0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD537499207f8853749920 /* SnippetConvexMeshCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetConvexMeshCreate.cpp"; path = "../../SnippetConvexMeshCreate/SnippetConvexMeshCreate.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2dc818d907fbbdc818d90 /* Resources */ = { + FFF2537463f07f88537463f0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -2180,7 +2180,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCdc818d907fbbdc818d90 /* Frameworks */ = { + FFFC537463f07f88537463f0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -2190,12 +2190,12 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8dc818d907fbbdc818d90 /* Sources */ = { + FFF8537463f07f88537463f0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFdc81be607fbbdc81be60, - FFFFdc81c2c07fbbdc81c2c0, + FFFF537494c07f88537494c0, + FFFF537499207f8853749920, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2204,1322 +2204,1322 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4dc81bc807fbbdc81bc80 /* PBXTargetDependency */ = { + FFF4537492e07f88537492e0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAdb34e0707fbbdb34e070 /* SnippetRender */; - targetProxy = FFF5db34e0707fbbdb34e070 /* PBXContainerItemProxy */; + target = FFFA53262cb07f8853262cb0 /* SnippetRender */; + targetProxy = FFF553262cb07f8853262cb0 /* PBXContainerItemProxy */; }; - FFF4dc8198e07fbbdc8198e0 /* PBXTargetDependency */ = { + FFF453746f407f8853746f40 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAdb38a2507fbbdb38a250 /* SnippetUtils */; - targetProxy = FFF5db38a2507fbbdb38a250 /* PBXContainerItemProxy */; + target = FFFA525f66f07f88525f66f0 /* SnippetUtils */; + targetProxy = FFF5525f66f07f88525f66f0 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXContainerItemProxy section */ - FFF5db38a2507fbbdb38a250 /* PBXContainerItemProxy */ = { - containerPortal = FFF9db38a1407fbbdb38a140 /* Project object */; + FFF5525f66f07f88525f66f0 /* PBXContainerItemProxy */ = { + containerPortal = FFF9525f65e07f88525f65e0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAdb38a2507fbbdb38a250 /* SnippetUtils */; + remoteGlobalIDString = FFFA525f66f07f88525f66f0 /* SnippetUtils */; remoteInfo = "SnippetUtils"; }; - FFF5db34e0707fbbdb34e070 /* PBXContainerItemProxy */ = { - containerPortal = FFF9db38a1407fbbdb38a140 /* Project object */; + FFF553262cb07f8853262cb0 /* PBXContainerItemProxy */ = { + containerPortal = FFF9525f65e07f88525f65e0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAdb34e0707fbbdb34e070 /* SnippetRender */; + remoteGlobalIDString = FFFA53262cb07f8853262cb0 /* SnippetRender */; remoteInfo = "SnippetRender"; }; - FFF5db32d2407fbbdb32d240 /* PBXContainerItemProxy */ = { - containerPortal = FFF9db38a1407fbbdb38a140 /* Project object */; + FFF553241a107f8853241a10 /* PBXContainerItemProxy */ = { + containerPortal = FFF9525f65e07f88525f65e0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAdb32d2407fbbdb32d240 /* SnippetConvert */; + remoteGlobalIDString = FFFA53241a107f8853241a10 /* SnippetConvert */; remoteInfo = "SnippetConvert"; }; - FFF5db382b507fbbdb382b50 /* PBXContainerItemProxy */ = { - containerPortal = FFF9db38a1407fbbdb38a140 /* Project object */; + FFF5525f57a07f88525f57a0 /* PBXContainerItemProxy */ = { + containerPortal = FFF9525f65e07f88525f65e0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAdb382b507fbbdb382b50 /* SnippetHelloWorld */; + remoteGlobalIDString = FFFA525f57a07f88525f57a0 /* SnippetHelloWorld */; remoteInfo = "SnippetHelloWorld"; }; - FFF5db3574407fbbdb357440 /* PBXContainerItemProxy */ = { - containerPortal = FFF9db38a1407fbbdb38a140 /* Project object */; + FFF55329c3907f885329c390 /* PBXContainerItemProxy */ = { + containerPortal = FFF9525f65e07f88525f65e0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAdb3574407fbbdb357440 /* SnippetImmediateMode */; + remoteGlobalIDString = FFFA5329c3907f885329c390 /* SnippetImmediateMode */; remoteInfo = "SnippetImmediateMode"; }; - FFF5db2f4d507fbbdb2f4d50 /* PBXContainerItemProxy */ = { - containerPortal = FFF9db38a1407fbbdb38a140 /* Project object */; + FFF5525ea5307f88525ea530 /* PBXContainerItemProxy */ = { + containerPortal = FFF9525f65e07f88525f65e0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAdb2f4d507fbbdb2f4d50 /* SnippetSplitFetchResults */; + remoteGlobalIDString = FFFA525ea5307f88525ea530 /* SnippetSplitFetchResults */; remoteInfo = "SnippetSplitFetchResults"; }; - FFF5db3a3c707fbbdb3a3c70 /* PBXContainerItemProxy */ = { - containerPortal = FFF9db38a1407fbbdb38a140 /* Project object */; + FFF5532d3d007f88532d3d00 /* PBXContainerItemProxy */ = { + containerPortal = FFF9525f65e07f88525f65e0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAdb3a3c707fbbdb3a3c70 /* SnippetCustomJoint */; + remoteGlobalIDString = FFFA532d3d007f88532d3d00 /* SnippetCustomJoint */; remoteInfo = "SnippetCustomJoint"; }; - FFF5db3b33107fbbdb3b3310 /* PBXContainerItemProxy */ = { - containerPortal = FFF9db38a1407fbbdb38a140 /* Project object */; + FFF5532e0b807f88532e0b80 /* PBXContainerItemProxy */ = { + containerPortal = FFF9525f65e07f88525f65e0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAdb3b33107fbbdb3b3310 /* SnippetSerialization */; + remoteGlobalIDString = FFFA532e0b807f88532e0b80 /* SnippetSerialization */; remoteInfo = "SnippetSerialization"; }; - FFF5db3b8bb07fbbdb3b8bb0 /* PBXContainerItemProxy */ = { - containerPortal = FFF9db38a1407fbbdb38a140 /* Project object */; + FFF5532e63107f88532e6310 /* PBXContainerItemProxy */ = { + containerPortal = FFF9525f65e07f88525f65e0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAdb3b8bb07fbbdb3b8bb0 /* SnippetLoadCollection */; + remoteGlobalIDString = FFFA532e63107f88532e6310 /* SnippetLoadCollection */; remoteInfo = "SnippetLoadCollection"; }; - FFF5db3bbfe07fbbdb3bbfe0 /* PBXContainerItemProxy */ = { - containerPortal = FFF9db38a1407fbbdb38a140 /* Project object */; + FFF5532e98807f88532e9880 /* PBXContainerItemProxy */ = { + containerPortal = FFF9525f65e07f88525f65e0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAdb3bbfe07fbbdb3bbfe0 /* SnippetContactReport */; + remoteGlobalIDString = FFFA532e98807f88532e9880 /* SnippetContactReport */; remoteInfo = "SnippetContactReport"; }; - FFF5db3bf8d07fbbdb3bf8d0 /* PBXContainerItemProxy */ = { - containerPortal = FFF9db38a1407fbbdb38a140 /* Project object */; + FFF5532ed0d07f88532ed0d0 /* PBXContainerItemProxy */ = { + containerPortal = FFF9525f65e07f88525f65e0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAdb3bf8d07fbbdb3bf8d0 /* SnippetJoint */; + remoteGlobalIDString = FFFA532ed0d07f88532ed0d0 /* SnippetJoint */; remoteInfo = "SnippetJoint"; }; - FFF5db3c2f907fbbdb3c2f90 /* PBXContainerItemProxy */ = { - containerPortal = FFF9db38a1407fbbdb38a140 /* Project object */; + FFF5532f07207f88532f0720 /* PBXContainerItemProxy */ = { + containerPortal = FFF9525f65e07f88525f65e0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAdb3c2f907fbbdb3c2f90 /* SnippetContactReportCCD */; + remoteGlobalIDString = FFFA532f07207f88532f0720 /* SnippetContactReportCCD */; remoteInfo = "SnippetContactReportCCD"; }; - FFF5db3c67c07fbbdb3c67c0 /* PBXContainerItemProxy */ = { - containerPortal = FFF9db38a1407fbbdb38a140 /* Project object */; + FFF5532f3f707f88532f3f70 /* PBXContainerItemProxy */ = { + containerPortal = FFF9525f65e07f88525f65e0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAdb3c67c07fbbdb3c67c0 /* SnippetCloth */; + remoteGlobalIDString = FFFA532f3f707f88532f3f70 /* SnippetCloth */; remoteInfo = "SnippetCloth"; }; - FFF5db3c9b407fbbdb3c9b40 /* PBXContainerItemProxy */ = { - containerPortal = FFF9db38a1407fbbdb38a140 /* Project object */; + FFF5532f72407f88532f7240 /* PBXContainerItemProxy */ = { + containerPortal = FFF9525f65e07f88525f65e0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAdb3c9b407fbbdb3c9b40 /* SnippetMBP */; + remoteGlobalIDString = FFFA532f72407f88532f7240 /* SnippetMBP */; remoteInfo = "SnippetMBP"; }; - FFF5db3cd2c07fbbdb3cd2c0 /* PBXContainerItemProxy */ = { - containerPortal = FFF9db38a1407fbbdb38a140 /* Project object */; + FFF5532faa607f88532faa60 /* PBXContainerItemProxy */ = { + containerPortal = FFF9525f65e07f88525f65e0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAdb3cd2c07fbbdb3cd2c0 /* SnippetArticulation */; + remoteGlobalIDString = FFFA532faa607f88532faa60 /* SnippetArticulation */; remoteInfo = "SnippetArticulation"; }; - FFF5db3d0a507fbbdb3d0a50 /* PBXContainerItemProxy */ = { - containerPortal = FFF9db38a1407fbbdb38a140 /* Project object */; + FFF553701d807f8853701d80 /* PBXContainerItemProxy */ = { + containerPortal = FFF9525f65e07f88525f65e0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAdb3d0a507fbbdb3d0a50 /* SnippetRaycastCCD */; + remoteGlobalIDString = FFFA53701d807f8853701d80 /* SnippetRaycastCCD */; remoteInfo = "SnippetRaycastCCD"; }; - FFF5db3d41a07fbbdb3d41a0 /* PBXContainerItemProxy */ = { - containerPortal = FFF9db38a1407fbbdb38a140 /* Project object */; + FFF5537058107f8853705810 /* PBXContainerItemProxy */ = { + containerPortal = FFF9525f65e07f88525f65e0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAdb3d41a07fbbdb3d41a0 /* SnippetCustomProfiler */; + remoteGlobalIDString = FFFA537058107f8853705810 /* SnippetCustomProfiler */; remoteInfo = "SnippetCustomProfiler"; }; - FFF5db3d7a207fbbdb3d7a20 /* PBXContainerItemProxy */ = { - containerPortal = FFF9db38a1407fbbdb38a140 /* Project object */; + FFF5537090007f8853709000 /* PBXContainerItemProxy */ = { + containerPortal = FFF9525f65e07f88525f65e0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAdb3d7a207fbbdb3d7a20 /* SnippetVehicleTank */; + remoteGlobalIDString = FFFA537090007f8853709000 /* SnippetVehicleTank */; remoteInfo = "SnippetVehicleTank"; }; - FFF5db3dca907fbbdb3dca90 /* PBXContainerItemProxy */ = { - containerPortal = FFF9db38a1407fbbdb38a140 /* Project object */; + FFF55370e0807f885370e080 /* PBXContainerItemProxy */ = { + containerPortal = FFF9525f65e07f88525f65e0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAdb3dca907fbbdb3dca90 /* SnippetVehicle4W */; + remoteGlobalIDString = FFFA5370e0807f885370e080 /* SnippetVehicle4W */; remoteInfo = "SnippetVehicle4W"; }; - FFF5db3e18e07fbbdb3e18e0 /* PBXContainerItemProxy */ = { - containerPortal = FFF9db38a1407fbbdb38a140 /* Project object */; + FFF553712ed07f8853712ed0 /* PBXContainerItemProxy */ = { + containerPortal = FFF9525f65e07f88525f65e0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAdb3e18e07fbbdb3e18e0 /* SnippetVehicleScale */; + remoteGlobalIDString = FFFA53712ed07f8853712ed0 /* SnippetVehicleScale */; remoteInfo = "SnippetVehicleScale"; }; - FFF5db3e67207fbbdb3e6720 /* PBXContainerItemProxy */ = { - containerPortal = FFF9db38a1407fbbdb38a140 /* Project object */; + FFF553717d507f8853717d50 /* PBXContainerItemProxy */ = { + containerPortal = FFF9525f65e07f88525f65e0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAdb3e67207fbbdb3e6720 /* SnippetVehicleNoDrive */; + remoteGlobalIDString = FFFA53717d507f8853717d50 /* SnippetVehicleNoDrive */; remoteInfo = "SnippetVehicleNoDrive"; }; - FFF5db3eb5b07fbbdb3eb5b0 /* PBXContainerItemProxy */ = { - containerPortal = FFF9db38a1407fbbdb38a140 /* Project object */; + FFF55371cc707f885371cc70 /* PBXContainerItemProxy */ = { + containerPortal = FFF9525f65e07f88525f65e0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAdb3eb5b07fbbdb3eb5b0 /* SnippetVehicleMultiThreading */; + remoteGlobalIDString = FFFA5371cc707f885371cc70 /* SnippetVehicleMultiThreading */; remoteInfo = "SnippetVehicleMultiThreading"; }; - FFF5db3f02c07fbbdb3f02c0 /* PBXContainerItemProxy */ = { - containerPortal = FFF9db38a1407fbbdb38a140 /* Project object */; + FFF5537218c07f88537218c0 /* PBXContainerItemProxy */ = { + containerPortal = FFF9525f65e07f88525f65e0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAdb3f02c07fbbdb3f02c0 /* SnippetVehicleContactMod */; + remoteGlobalIDString = FFFA537218c07f88537218c0 /* SnippetVehicleContactMod */; remoteInfo = "SnippetVehicleContactMod"; }; - FFF5db3f51b07fbbdb3f51b0 /* PBXContainerItemProxy */ = { - containerPortal = FFF9db38a1407fbbdb38a140 /* Project object */; + FFF5537267c07f88537267c0 /* PBXContainerItemProxy */ = { + containerPortal = FFF9525f65e07f88525f65e0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAdb3f51b07fbbdb3f51b0 /* SnippetNestedScene */; + remoteGlobalIDString = FFFA537267c07f88537267c0 /* SnippetNestedScene */; remoteInfo = "SnippetNestedScene"; }; - FFF5db3fa1d07fbbdb3fa1d0 /* PBXContainerItemProxy */ = { - containerPortal = FFF9db38a1407fbbdb38a140 /* Project object */; + FFF55372b7907f885372b790 /* PBXContainerItemProxy */ = { + containerPortal = FFF9525f65e07f88525f65e0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAdb3fa1d07fbbdb3fa1d0 /* SnippetSpatialIndex */; + remoteGlobalIDString = FFFA5372b7907f885372b790 /* SnippetSpatialIndex */; remoteInfo = "SnippetSpatialIndex"; }; - FFF5dc8013907fbbdc801390 /* PBXContainerItemProxy */ = { - containerPortal = FFF9db38a1407fbbdb38a140 /* Project object */; + FFF55372ea507f885372ea50 /* PBXContainerItemProxy */ = { + containerPortal = FFF9525f65e07f88525f65e0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAdc8013907fbbdc801390 /* SnippetSplitSim */; + remoteGlobalIDString = FFFA5372ea507f885372ea50 /* SnippetSplitSim */; remoteInfo = "SnippetSplitSim"; }; - FFF5dc804b607fbbdc804b60 /* PBXContainerItemProxy */ = { - containerPortal = FFF9db38a1407fbbdb38a140 /* Project object */; + FFF5537321c07f88537321c0 /* PBXContainerItemProxy */ = { + containerPortal = FFF9525f65e07f88525f65e0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAdc804b607fbbdc804b60 /* SnippetTriangleMeshCreate */; + remoteGlobalIDString = FFFA537321c07f88537321c0 /* SnippetTriangleMeshCreate */; remoteInfo = "SnippetTriangleMeshCreate"; }; - FFF5dc8080907fbbdc808090 /* PBXContainerItemProxy */ = { - containerPortal = FFF9db38a1407fbbdb38a140 /* Project object */; + FFF5537356f07f88537356f0 /* PBXContainerItemProxy */ = { + containerPortal = FFF9525f65e07f88525f65e0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAdc8080907fbbdc808090 /* SnippetMultiThreading */; + remoteGlobalIDString = FFFA537356f07f88537356f0 /* SnippetMultiThreading */; remoteInfo = "SnippetMultiThreading"; }; - FFF5dc80b6007fbbdc80b600 /* PBXContainerItemProxy */ = { - containerPortal = FFF9db38a1407fbbdb38a140 /* Project object */; + FFF553738c607f8853738c60 /* PBXContainerItemProxy */ = { + containerPortal = FFF9525f65e07f88525f65e0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAdc80b6007fbbdc80b600 /* SnippetContactModification */; + remoteGlobalIDString = FFFA53738c607f8853738c60 /* SnippetContactModification */; remoteInfo = "SnippetContactModification"; }; - FFF5dc80eec07fbbdc80eec0 /* PBXContainerItemProxy */ = { - containerPortal = FFF9db38a1407fbbdb38a140 /* Project object */; + FFF55373c5207f885373c520 /* PBXContainerItemProxy */ = { + containerPortal = FFF9525f65e07f88525f65e0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAdc80eec07fbbdc80eec0 /* SnippetToleranceScale */; + remoteGlobalIDString = FFFA5373c5207f885373c520 /* SnippetToleranceScale */; remoteInfo = "SnippetToleranceScale"; }; - FFF5dc8123107fbbdc812310 /* PBXContainerItemProxy */ = { - containerPortal = FFF9db38a1407fbbdb38a140 /* Project object */; + FFF55373f9707f885373f970 /* PBXContainerItemProxy */ = { + containerPortal = FFF9525f65e07f88525f65e0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAdc8123107fbbdc812310 /* SnippetStepper */; + remoteGlobalIDString = FFFA5373f9707f885373f970 /* SnippetStepper */; remoteInfo = "SnippetStepper"; }; - FFF5dc8157b07fbbdc8157b0 /* PBXContainerItemProxy */ = { - containerPortal = FFF9db38a1407fbbdb38a140 /* Project object */; + FFF553742e107f8853742e10 /* PBXContainerItemProxy */ = { + containerPortal = FFF9525f65e07f88525f65e0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAdc8157b07fbbdc8157b0 /* SnippetPrunerSerialization */; + remoteGlobalIDString = FFFA53742e107f8853742e10 /* SnippetPrunerSerialization */; remoteInfo = "SnippetPrunerSerialization"; }; - FFF5dc818d907fbbdc818d90 /* PBXContainerItemProxy */ = { - containerPortal = FFF9db38a1407fbbdb38a140 /* Project object */; + FFF5537463f07f88537463f0 /* PBXContainerItemProxy */ = { + containerPortal = FFF9525f65e07f88525f65e0 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAdc818d907fbbdc818d90 /* SnippetConvexMeshCreate */; + remoteGlobalIDString = FFFA537463f07f88537463f0 /* SnippetConvexMeshCreate */; remoteInfo = "SnippetConvexMeshCreate"; }; /* End PBXContainerItemProxy section */ /* Begin PBXGroup section */ - FFFBdb38a1a87fbbdb38a1a8 /* Snippets */ = { + FFFB525f66487f88525f6648 /* Snippets */ = { isa = PBXGroup; children = ( - FFF0db38a1407fbbdb38a140 /* Source */, - FFEEdb38a1407fbbdb38a140 /* Products */, + FFF0525f65e07f88525f65e0 /* Source */, + FFEE525f65e07f88525f65e0 /* Products */, ); name = "Snippets"; sourceTree = "<group>"; }; - FFF0db38a1407fbbdb38a140 /* Source */ = { + FFF0525f65e07f88525f65e0 /* Source */ = { isa = PBXGroup; children = ( - FFFBdb38a2507fbbdb38a250, - FFFBdb34e0707fbbdb34e070, - FFFBdb32d2407fbbdb32d240, - FFFBdb382b507fbbdb382b50, - FFFBdb3574407fbbdb357440, - FFFBdb2f4d507fbbdb2f4d50, - FFFBdb3a3c707fbbdb3a3c70, - FFFBdb3b33107fbbdb3b3310, - FFFBdb3b8bb07fbbdb3b8bb0, - FFFBdb3bbfe07fbbdb3bbfe0, - FFFBdb3bf8d07fbbdb3bf8d0, - FFFBdb3c2f907fbbdb3c2f90, - FFFBdb3c67c07fbbdb3c67c0, - FFFBdb3c9b407fbbdb3c9b40, - FFFBdb3cd2c07fbbdb3cd2c0, - FFFBdb3d0a507fbbdb3d0a50, - FFFBdb3d41a07fbbdb3d41a0, - FFFBdb3d7a207fbbdb3d7a20, - FFFBdb3dca907fbbdb3dca90, - FFFBdb3e18e07fbbdb3e18e0, - FFFBdb3e67207fbbdb3e6720, - FFFBdb3eb5b07fbbdb3eb5b0, - FFFBdb3f02c07fbbdb3f02c0, - FFFBdb3f51b07fbbdb3f51b0, - FFFBdb3fa1d07fbbdb3fa1d0, - FFFBdc8013907fbbdc801390, - FFFBdc804b607fbbdc804b60, - FFFBdc8080907fbbdc808090, - FFFBdc80b6007fbbdc80b600, - FFFBdc80eec07fbbdc80eec0, - FFFBdc8123107fbbdc812310, - FFFBdc8157b07fbbdc8157b0, - FFFBdc818d907fbbdc818d90, + FFFB525f66f07f88525f66f0, + FFFB53262cb07f8853262cb0, + FFFB53241a107f8853241a10, + FFFB525f57a07f88525f57a0, + FFFB5329c3907f885329c390, + FFFB525ea5307f88525ea530, + FFFB532d3d007f88532d3d00, + FFFB532e0b807f88532e0b80, + FFFB532e63107f88532e6310, + FFFB532e98807f88532e9880, + FFFB532ed0d07f88532ed0d0, + FFFB532f07207f88532f0720, + FFFB532f3f707f88532f3f70, + FFFB532f72407f88532f7240, + FFFB532faa607f88532faa60, + FFFB53701d807f8853701d80, + FFFB537058107f8853705810, + FFFB537090007f8853709000, + FFFB5370e0807f885370e080, + FFFB53712ed07f8853712ed0, + FFFB53717d507f8853717d50, + FFFB5371cc707f885371cc70, + FFFB537218c07f88537218c0, + FFFB537267c07f88537267c0, + FFFB5372b7907f885372b790, + FFFB5372ea507f885372ea50, + FFFB537321c07f88537321c0, + FFFB537356f07f88537356f0, + FFFB53738c607f8853738c60, + FFFB5373c5207f885373c520, + FFFB5373f9707f885373f970, + FFFB53742e107f8853742e10, + FFFB537463f07f88537463f0, ); name = Source; sourceTree = "<group>"; }; - FFEEdb38a1407fbbdb38a140 /* Products */ = { + FFEE525f65e07f88525f65e0 /* Products */ = { isa = PBXGroup; children = ( - FFFDdb38a2507fbbdb38a250, - FFFDdb34e0707fbbdb34e070, - FFFDdb32d2407fbbdb32d240, - FFFDdb382b507fbbdb382b50, - FFFDdb3574407fbbdb357440, - FFFDdb2f4d507fbbdb2f4d50, - FFFDdb3a3c707fbbdb3a3c70, - FFFDdb3b33107fbbdb3b3310, - FFFDdb3b8bb07fbbdb3b8bb0, - FFFDdb3bbfe07fbbdb3bbfe0, - FFFDdb3bf8d07fbbdb3bf8d0, - FFFDdb3c2f907fbbdb3c2f90, - FFFDdb3c67c07fbbdb3c67c0, - FFFDdb3c9b407fbbdb3c9b40, - FFFDdb3cd2c07fbbdb3cd2c0, - FFFDdb3d0a507fbbdb3d0a50, - FFFDdb3d41a07fbbdb3d41a0, - FFFDdb3d7a207fbbdb3d7a20, - FFFDdb3dca907fbbdb3dca90, - FFFDdb3e18e07fbbdb3e18e0, - FFFDdb3e67207fbbdb3e6720, - FFFDdb3eb5b07fbbdb3eb5b0, - FFFDdb3f02c07fbbdb3f02c0, - FFFDdb3f51b07fbbdb3f51b0, - FFFDdb3fa1d07fbbdb3fa1d0, - FFFDdc8013907fbbdc801390, - FFFDdc804b607fbbdc804b60, - FFFDdc8080907fbbdc808090, - FFFDdc80b6007fbbdc80b600, - FFFDdc80eec07fbbdc80eec0, - FFFDdc8123107fbbdc812310, - FFFDdc8157b07fbbdc8157b0, - FFFDdc818d907fbbdc818d90, + FFFD525f66f07f88525f66f0, + FFFD53262cb07f8853262cb0, + FFFD53241a107f8853241a10, + FFFD525f57a07f88525f57a0, + FFFD5329c3907f885329c390, + FFFD525ea5307f88525ea530, + FFFD532d3d007f88532d3d00, + FFFD532e0b807f88532e0b80, + FFFD532e63107f88532e6310, + FFFD532e98807f88532e9880, + FFFD532ed0d07f88532ed0d0, + FFFD532f07207f88532f0720, + FFFD532f3f707f88532f3f70, + FFFD532f72407f88532f7240, + FFFD532faa607f88532faa60, + FFFD53701d807f8853701d80, + FFFD537058107f8853705810, + FFFD537090007f8853709000, + FFFD5370e0807f885370e080, + FFFD53712ed07f8853712ed0, + FFFD53717d507f8853717d50, + FFFD5371cc707f885371cc70, + FFFD537218c07f88537218c0, + FFFD537267c07f88537267c0, + FFFD5372b7907f885372b790, + FFFD5372ea507f885372ea50, + FFFD537321c07f88537321c0, + FFFD537356f07f88537356f0, + FFFD53738c607f8853738c60, + FFFD5373c5207f885373c520, + FFFD5373f9707f885373f970, + FFFD53742e107f8853742e10, + FFFD537463f07f88537463f0, ); name = Products; sourceTree = "<group>"; }; - FFFBdb38a2507fbbdb38a250 /* SnippetUtils */ = { + FFFB525f66f07f88525f66f0 /* SnippetUtils */ = { isa = PBXGroup; children = ( - FFFBdb38b5907fbbdb38b590 /* Source Files */, + FFFB5323c2c07f885323c2c0 /* Source Files */, ); name = "SnippetUtils"; sourceTree = "<group>"; }; - FFFBdb38b5907fbbdb38b590 /* Source Files */ = { + FFFB5323c2c07f885323c2c0 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDdb38bc107fbbdb38bc10 /* SnippetUtils.cpp */, - FFFDdb38bc787fbbdb38bc78 /* SnippetUtils.h */, + FFFD5323c9407f885323c940 /* SnippetUtils.cpp */, + FFFD5323c9a87f885323c9a8 /* SnippetUtils.h */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBdb34e0707fbbdb34e070 /* SnippetRender */ = { + FFFB53262cb07f8853262cb0 /* SnippetRender */ = { isa = PBXGroup; children = ( - FFFBdb32c7307fbbdb32c730 /* Source Files */, + FFFB532380607f8853238060 /* Source Files */, ); name = "SnippetRender"; sourceTree = "<group>"; }; - FFFBdb32c7307fbbdb32c730 /* Source Files */ = { + FFFB532380607f8853238060 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDdb32cdf07fbbdb32cdf0 /* SnippetCamera.cpp */, - FFFDdb32ce587fbbdb32ce58 /* SnippetRender.cpp */, - FFFDdb32cec07fbbdb32cec0 /* SnippetCamera.h */, - FFFDdb32cf287fbbdb32cf28 /* SnippetRender.h */, + FFFD532415b07f88532415b0 /* SnippetCamera.cpp */, + FFFD532416187f8853241618 /* SnippetRender.cpp */, + FFFD532416807f8853241680 /* SnippetCamera.h */, + FFFD532416e87f88532416e8 /* SnippetRender.h */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBdb32d2407fbbdb32d240 /* SnippetConvert */ = { + FFFB53241a107f8853241a10 /* SnippetConvert */ = { isa = PBXGroup; children = ( - FFFBdb3827607fbbdb382760 /* Main */, - FFFBdb3827887fbbdb382788 /* Source Files */, + FFFB5326c5a07f885326c5a0 /* Main */, + FFFB5326c5c87f885326c5c8 /* Source Files */, ); name = "SnippetConvert"; sourceTree = "<group>"; }; - FFFBdb3827607fbbdb382760 /* Main */ = { + FFFB5326c5a07f885326c5a0 /* Main */ = { isa = PBXGroup; children = ( - FFFDdb381fb07fbbdb381fb0 /* ClassicMain.cpp */, + FFFD5326bdf07f885326bdf0 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBdb3827887fbbdb382788 /* Source Files */ = { + FFFB5326c5c87f885326c5c8 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDdb382a507fbbdb382a50 /* SnippetConvert.cpp */, + FFFD531e48607f88531e4860 /* SnippetConvert.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBdb382b507fbbdb382b50 /* SnippetHelloWorld */ = { + FFFB525f57a07f88525f57a0 /* SnippetHelloWorld */ = { isa = PBXGroup; children = ( - FFFBdb37cb807fbbdb37cb80 /* Main */, - FFFBdb37cba87fbbdb37cba8 /* Source Files */, + FFFB5329bf707f885329bf70 /* Main */, + FFFB5329bf987f885329bf98 /* Source Files */, ); name = "SnippetHelloWorld"; sourceTree = "<group>"; }; - FFFBdb37cb807fbbdb37cb80 /* Main */ = { + FFFB5329bf707f885329bf70 /* Main */ = { isa = PBXGroup; children = ( - FFFDdb37c4007fbbdb37c400 /* ClassicMain.cpp */, + FFFD5329bfc07f885329bfc0 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBdb37cba87fbbdb37cba8 /* Source Files */ = { + FFFB5329bf987f885329bf98 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDdb3572507fbbdb357250 /* SnippetHelloWorld.cpp */, - FFFDdb3572b87fbbdb3572b8 /* SnippetHelloWorldRender.cpp */, + FFFD5329c5807f885329c580 /* SnippetHelloWorld.cpp */, + FFFD5329c5e87f885329c5e8 /* SnippetHelloWorldRender.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBdb3574407fbbdb357440 /* SnippetImmediateMode */ = { + FFFB5329c3907f885329c390 /* SnippetImmediateMode */ = { isa = PBXGroup; children = ( - FFFBdb385dd07fbbdb385dd0 /* Main */, - FFFBdb385df87fbbdb385df8 /* Source Files */, + FFFB5328ad107f885328ad10 /* Main */, + FFFB5328ad387f885328ad38 /* Source Files */, ); name = "SnippetImmediateMode"; sourceTree = "<group>"; }; - FFFBdb385dd07fbbdb385dd0 /* Main */ = { + FFFB5328ad107f885328ad10 /* Main */ = { isa = PBXGroup; children = ( - FFFDdb2f45907fbbdb2f4590 /* ClassicMain.cpp */, + FFFD5328a5f07f885328a5f0 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBdb385df87fbbdb385df8 /* Source Files */ = { + FFFB5328ad387f885328ad38 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDdb2f4b607fbbdb2f4b60 /* SnippetImmediateMode.cpp */, - FFFDdb2f4bc87fbbdb2f4bc8 /* SnippetImmediateModeRender.cpp */, + FFFD525ea3d07f88525ea3d0 /* SnippetImmediateMode.cpp */, + FFFD525ea4387f88525ea438 /* SnippetImmediateModeRender.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBdb2f4d507fbbdb2f4d50 /* SnippetSplitFetchResults */ = { + FFFB525ea5307f88525ea530 /* SnippetSplitFetchResults */ = { isa = PBXGroup; children = ( - FFFBdb391a407fbbdb391a40 /* Main */, - FFFBdb391a687fbbdb391a68 /* Source Files */, + FFFB532cb4107f88532cb410 /* Main */, + FFFB532cb4387f88532cb438 /* Source Files */, ); name = "SnippetSplitFetchResults"; sourceTree = "<group>"; }; - FFFBdb391a407fbbdb391a40 /* Main */ = { + FFFB532cb4107f88532cb410 /* Main */ = { isa = PBXGroup; children = ( - FFFDdb391af07fbbdb391af0 /* ClassicMain.cpp */, + FFFD532cec007f88532cec00 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBdb391a687fbbdb391a68 /* Source Files */ = { + FFFB532cb4387f88532cb438 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDdb3a3a807fbbdb3a3a80 /* SnippetSplitFetchResults.cpp */, - FFFDdb3a3ae87fbbdb3a3ae8 /* SnippetSplitFetchResultsRender.cpp */, + FFFD532d3ba07f88532d3ba0 /* SnippetSplitFetchResults.cpp */, + FFFD532d3c087f88532d3c08 /* SnippetSplitFetchResultsRender.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBdb3a3c707fbbdb3a3c70 /* SnippetCustomJoint */ = { + FFFB532d3d007f88532d3d00 /* SnippetCustomJoint */ = { isa = PBXGroup; children = ( - FFFBdb3b2d207fbbdb3b2d20 /* Main */, - FFFBdb3b2d487fbbdb3b2d48 /* Source Files */, + FFFB532e42107f88532e4210 /* Main */, + FFFB532e42387f88532e4238 /* Source Files */, ); name = "SnippetCustomJoint"; sourceTree = "<group>"; }; - FFFBdb3b2d207fbbdb3b2d20 /* Main */ = { + FFFB532e42107f88532e4210 /* Main */ = { isa = PBXGroup; children = ( - FFFDdb3b30c07fbbdb3b30c0 /* ClassicMain.cpp */, + FFFD532e02d07f88532e02d0 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBdb3b2d487fbbdb3b2d48 /* Source Files */ = { + FFFB532e42387f88532e4238 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDdb3b36407fbbdb3b3640 /* PulleyJoint.cpp */, - FFFDdb3b36a87fbbdb3b36a8 /* SnippetCustomJoint.cpp */, - FFFDdb3b37107fbbdb3b3710 /* SnippetCustomJointRender.cpp */, - FFFDdb3b37787fbbdb3b3778 /* PulleyJoint.h */, + FFFD532e08307f88532e0830 /* PulleyJoint.cpp */, + FFFD532e08987f88532e0898 /* SnippetCustomJoint.cpp */, + FFFD532e09007f88532e0900 /* SnippetCustomJointRender.cpp */, + FFFD532e09687f88532e0968 /* PulleyJoint.h */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBdb3b33107fbbdb3b3310 /* SnippetSerialization */ = { + FFFB532e0b807f88532e0b80 /* SnippetSerialization */ = { isa = PBXGroup; children = ( - FFFBdb3291c07fbbdb3291c0 /* Main */, - FFFBdb3291e87fbbdb3291e8 /* Source Files */, + FFFB532db1b07f88532db1b0 /* Main */, + FFFB532db1d87f88532db1d8 /* Source Files */, ); name = "SnippetSerialization"; sourceTree = "<group>"; }; - FFFBdb3291c07fbbdb3291c0 /* Main */ = { + FFFB532db1b07f88532db1b0 /* Main */ = { isa = PBXGroup; children = ( - FFFDdb3292107fbbdb329210 /* ClassicMain.cpp */, + FFFD532dae207f88532dae20 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBdb3291e87fbbdb3291e8 /* Source Files */ = { + FFFB532db1d87f88532db1d8 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDdb3b89c07fbbdb3b89c0 /* SnippetSerialization.cpp */, - FFFDdb3b8a287fbbdb3b8a28 /* SnippetSerializationRender.cpp */, + FFFD532e61207f88532e6120 /* SnippetSerialization.cpp */, + FFFD532e61887f88532e6188 /* SnippetSerializationRender.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBdb3b8bb07fbbdb3b8bb0 /* SnippetLoadCollection */ = { + FFFB532e63107f88532e6310 /* SnippetLoadCollection */ = { isa = PBXGroup; children = ( - FFFBdb3bb4e07fbbdb3bb4e0 /* Main */, - FFFBdb3bb5087fbbdb3bb508 /* Source Files */, + FFFB532e91f07f88532e91f0 /* Main */, + FFFB532e92187f88532e9218 /* Source Files */, ); name = "SnippetLoadCollection"; sourceTree = "<group>"; }; - FFFBdb3bb4e07fbbdb3bb4e0 /* Main */ = { + FFFB532e91f07f88532e91f0 /* Main */ = { isa = PBXGroup; children = ( - FFFDdb3bba807fbbdb3bba80 /* ClassicMain.cpp */, + FFFD532e92a07f88532e92a0 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBdb3bb5087fbbdb3bb508 /* Source Files */ = { + FFFB532e92187f88532e9218 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDdb3bbee07fbbdb3bbee0 /* SnippetLoadCollection.cpp */, + FFFD532e96e07f88532e96e0 /* SnippetLoadCollection.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBdb3bbfe07fbbdb3bbfe0 /* SnippetContactReport */ = { + FFFB532e98807f88532e9880 /* SnippetContactReport */ = { isa = PBXGroup; children = ( - FFFBdb3bed507fbbdb3bed50 /* Main */, - FFFBdb3bed787fbbdb3bed78 /* Source Files */, + FFFB532ec8307f88532ec830 /* Main */, + FFFB532ec8587f88532ec858 /* Source Files */, ); name = "SnippetContactReport"; sourceTree = "<group>"; }; - FFFBdb3bed507fbbdb3bed50 /* Main */ = { + FFFB532ec8307f88532ec830 /* Main */ = { isa = PBXGroup; children = ( - FFFDdb3bf0e07fbbdb3bf0e0 /* ClassicMain.cpp */, + FFFD532ec9107f88532ec910 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBdb3bed787fbbdb3bed78 /* Source Files */ = { + FFFB532ec8587f88532ec858 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDdb3bf6e07fbbdb3bf6e0 /* SnippetContactReport.cpp */, - FFFDdb3bf7487fbbdb3bf748 /* SnippetContactReportRender.cpp */, + FFFD532ecee07f88532ecee0 /* SnippetContactReport.cpp */, + FFFD532ecf487f88532ecf48 /* SnippetContactReportRender.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBdb3bf8d07fbbdb3bf8d0 /* SnippetJoint */ = { + FFFB532ed0d07f88532ed0d0 /* SnippetJoint */ = { isa = PBXGroup; children = ( - FFFBdb3c19d07fbbdb3c19d0 /* Main */, - FFFBdb3c19f87fbbdb3c19f8 /* Source Files */, + FFFB532efec07f88532efec0 /* Main */, + FFFB532efee87f88532efee8 /* Source Files */, ); name = "SnippetJoint"; sourceTree = "<group>"; }; - FFFBdb3c19d07fbbdb3c19d0 /* Main */ = { + FFFB532efec07f88532efec0 /* Main */ = { isa = PBXGroup; children = ( - FFFDdb3c28107fbbdb3c2810 /* ClassicMain.cpp */, + FFFD532eff407f88532eff40 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBdb3c19f87fbbdb3c19f8 /* Source Files */ = { + FFFB532efee87f88532efee8 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDdb3c2da07fbbdb3c2da0 /* SnippetJoint.cpp */, - FFFDdb3c2e087fbbdb3c2e08 /* SnippetJointRender.cpp */, + FFFD532f05307f88532f0530 /* SnippetJoint.cpp */, + FFFD532f05987f88532f0598 /* SnippetJointRender.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBdb3c2f907fbbdb3c2f90 /* SnippetContactReportCCD */ = { + FFFB532f07207f88532f0720 /* SnippetContactReportCCD */ = { isa = PBXGroup; children = ( - FFFBdb3c50a07fbbdb3c50a0 /* Main */, - FFFBdb3c50c87fbbdb3c50c8 /* Source Files */, + FFFB532f35e07f88532f35e0 /* Main */, + FFFB532f36087f88532f3608 /* Source Files */, ); name = "SnippetContactReportCCD"; sourceTree = "<group>"; }; - FFFBdb3c50a07fbbdb3c50a0 /* Main */ = { + FFFB532f35e07f88532f35e0 /* Main */ = { isa = PBXGroup; children = ( - FFFDdb3c5f707fbbdb3c5f70 /* ClassicMain.cpp */, + FFFD532f33807f88532f3380 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBdb3c50c87fbbdb3c50c8 /* Source Files */ = { + FFFB532f36087f88532f3608 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDdb3c65d07fbbdb3c65d0 /* SnippetContactReportCCD.cpp */, - FFFDdb3c66387fbbdb3c6638 /* SnippetContactReportCCDRender.cpp */, + FFFD532f3d807f88532f3d80 /* SnippetContactReportCCD.cpp */, + FFFD532f3de87f88532f3de8 /* SnippetContactReportCCDRender.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBdb3c67c07fbbdb3c67c0 /* SnippetCloth */ = { + FFFB532f3f707f88532f3f70 /* SnippetCloth */ = { isa = PBXGroup; children = ( - FFFBdb3c93607fbbdb3c9360 /* Main */, - FFFBdb3c93887fbbdb3c9388 /* Source Files */, + FFFB532f5ff07f88532f5ff0 /* Main */, + FFFB532f60187f88532f6018 /* Source Files */, ); name = "SnippetCloth"; sourceTree = "<group>"; }; - FFFBdb3c93607fbbdb3c9360 /* Main */ = { + FFFB532f5ff07f88532f5ff0 /* Main */ = { isa = PBXGroup; children = ( - FFFDdb3c93b07fbbdb3c93b0 /* ClassicMain.cpp */, + FFFD532f6e007f88532f6e00 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBdb3c93887fbbdb3c9388 /* Source Files */ = { + FFFB532f60187f88532f6018 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDdb3c6b607fbbdb3c6b60 /* SnippetCloth.cpp */, + FFFD532f41f07f88532f41f0 /* SnippetCloth.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBdb3c9b407fbbdb3c9b40 /* SnippetMBP */ = { + FFFB532f72407f88532f7240 /* SnippetMBP */ = { isa = PBXGroup; children = ( - FFFBdb3cbd707fbbdb3cbd70 /* Main */, - FFFBdb3cbd987fbbdb3cbd98 /* Source Files */, + FFFB532f94f07f88532f94f0 /* Main */, + FFFB532f95187f88532f9518 /* Source Files */, ); name = "SnippetMBP"; sourceTree = "<group>"; }; - FFFBdb3cbd707fbbdb3cbd70 /* Main */ = { + FFFB532f94f07f88532f94f0 /* Main */ = { isa = PBXGroup; children = ( - FFFDdb3ccb807fbbdb3ccb80 /* ClassicMain.cpp */, + FFFD532fa3007f88532fa300 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBdb3cbd987fbbdb3cbd98 /* Source Files */ = { + FFFB532f95187f88532f9518 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDdb3cd0d07fbbdb3cd0d0 /* SnippetMBP.cpp */, - FFFDdb3cd1387fbbdb3cd138 /* SnippetMBPRender.cpp */, + FFFD532fa8707f88532fa870 /* SnippetMBP.cpp */, + FFFD532fa8d87f88532fa8d8 /* SnippetMBPRender.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBdb3cd2c07fbbdb3cd2c0 /* SnippetArticulation */ = { + FFFB532faa607f88532faa60 /* SnippetArticulation */ = { isa = PBXGroup; children = ( - FFFBdb3cf3e07fbbdb3cf3e0 /* Main */, - FFFBdb3cf4087fbbdb3cf408 /* Source Files */, + FFFB537012507f8853701250 /* Main */, + FFFB537012787f8853701278 /* Source Files */, ); name = "SnippetArticulation"; sourceTree = "<group>"; }; - FFFBdb3cf3e07fbbdb3cf3e0 /* Main */ = { + FFFB537012507f8853701250 /* Main */ = { isa = PBXGroup; children = ( - FFFDdb3d02607fbbdb3d0260 /* ClassicMain.cpp */, + FFFD537019807f8853701980 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBdb3cf4087fbbdb3cf408 /* Source Files */ = { + FFFB537012787f8853701278 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDdb3d08607fbbdb3d0860 /* SnippetArticulation.cpp */, - FFFDdb3d08c87fbbdb3d08c8 /* SnippetArticulationRender.cpp */, + FFFD53701f707f8853701f70 /* SnippetArticulation.cpp */, + FFFD53701fd87f8853701fd8 /* SnippetArticulationRender.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBdb3d0a507fbbdb3d0a50 /* SnippetRaycastCCD */ = { + FFFB53701d807f8853701d80 /* SnippetRaycastCCD */ = { isa = PBXGroup; children = ( - FFFBdb3d36607fbbdb3d3660 /* Main */, - FFFBdb3d36887fbbdb3d3688 /* Source Files */, + FFFB537041f07f88537041f0 /* Main */, + FFFB537042187f8853704218 /* Source Files */, ); name = "SnippetRaycastCCD"; sourceTree = "<group>"; }; - FFFBdb3d36607fbbdb3d3660 /* Main */ = { + FFFB537041f07f88537041f0 /* Main */ = { isa = PBXGroup; children = ( - FFFDdb3d39e07fbbdb3d39e0 /* ClassicMain.cpp */, + FFFD537050707f8853705070 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBdb3d36887fbbdb3d3688 /* Source Files */ = { + FFFB537042187f8853704218 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDdb3d3fb07fbbdb3d3fb0 /* SnippetRaycastCCD.cpp */, - FFFDdb3d40187fbbdb3d4018 /* SnippetRaycastCCDRender.cpp */, + FFFD537056207f8853705620 /* SnippetRaycastCCD.cpp */, + FFFD537056887f8853705688 /* SnippetRaycastCCDRender.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBdb3d41a07fbbdb3d41a0 /* SnippetCustomProfiler */ = { + FFFB537058107f8853705810 /* SnippetCustomProfiler */ = { isa = PBXGroup; children = ( - FFFBdb3d6b007fbbdb3d6b00 /* Main */, - FFFBdb3d6b287fbbdb3d6b28 /* Source Files */, + FFFB537079707f8853707970 /* Main */, + FFFB537079987f8853707998 /* Source Files */, ); name = "SnippetCustomProfiler"; sourceTree = "<group>"; }; - FFFBdb3d6b007fbbdb3d6b00 /* Main */ = { + FFFB537079707f8853707970 /* Main */ = { isa = PBXGroup; children = ( - FFFDdb3d71d07fbbdb3d71d0 /* ClassicMain.cpp */, + FFFD537088407f8853708840 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBdb3d6b287fbbdb3d6b28 /* Source Files */ = { + FFFB537079987f8853707998 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDdb3d78307fbbdb3d7830 /* SnippetCustomProfiler.cpp */, - FFFDdb3d78987fbbdb3d7898 /* SnippetCustomProfilerRender.cpp */, + FFFD53708e107f8853708e10 /* SnippetCustomProfiler.cpp */, + FFFD53708e787f8853708e78 /* SnippetCustomProfilerRender.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBdb3d7a207fbbdb3d7a20 /* SnippetVehicleTank */ = { + FFFB537090007f8853709000 /* SnippetVehicleTank */ = { isa = PBXGroup; children = ( - FFFBdb3db3507fbbdb3db350 /* Main */, - FFFBdb3db3787fbbdb3db378 /* Source Files */, - FFFBdb3db3a07fbbdb3db3a0 /* Common */, + FFFB5370c9907f885370c990 /* Main */, + FFFB5370c9b87f885370c9b8 /* Source Files */, + FFFB5370c9e07f885370c9e0 /* Common */, ); name = "SnippetVehicleTank"; sourceTree = "<group>"; }; - FFFBdb3db3507fbbdb3db350 /* Main */ = { + FFFB5370c9907f885370c990 /* Main */ = { isa = PBXGroup; children = ( - FFFDdb3da9807fbbdb3da980 /* ClassicMain.cpp */, + FFFD5370beb07f885370beb0 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBdb3db3787fbbdb3db378 /* Source Files */ = { + FFFB5370c9b87f885370c9b8 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDdb3db4807fbbdb3db480 /* SnippetVehicleTank.cpp */, - FFFDdb3db4e87fbbdb3db4e8 /* SnippetVehicleTankRender.cpp */, + FFFD5370cac07f885370cac0 /* SnippetVehicleTank.cpp */, + FFFD5370cb287f885370cb28 /* SnippetVehicleTankRender.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBdb3db3a07fbbdb3db3a0 /* Common */ = { + FFFB5370c9e07f885370c9e0 /* Common */ = { isa = PBXGroup; children = ( - FFFDda9902007fbbda990200 /* SnippetVehicle4WCreate.cpp */, - FFFDda9902687fbbda990268 /* SnippetVehicleCreate.cpp */, - FFFDda9902d07fbbda9902d0 /* SnippetVehicleFilterShader.cpp */, - FFFDda9903387fbbda990338 /* SnippetVehicleNoDriveCreate.cpp */, - FFFDda9903a07fbbda9903a0 /* SnippetVehicleSceneQuery.cpp */, - FFFDda9904087fbbda990408 /* SnippetVehicleTankCreate.cpp */, - FFFDda9904707fbbda990470 /* SnippetVehicleTireFriction.cpp */, - FFFDda9904d87fbbda9904d8 /* SnippetVehicleConcurrency.h */, - FFFDda9905407fbbda990540 /* SnippetVehicleCreate.h */, - FFFDda9905a87fbbda9905a8 /* SnippetVehicleFilterShader.h */, - FFFDda9906107fbbda990610 /* SnippetVehicleSceneQuery.h */, - FFFDda9906787fbbda990678 /* SnippetVehicleTireFriction.h */, - FFFDda9906e07fbbda9906e0 /* SnippetVehicleWheelQueryResult.h */, + FFFD5293aa007f885293aa00 /* SnippetVehicle4WCreate.cpp */, + FFFD5293aa687f885293aa68 /* SnippetVehicleCreate.cpp */, + FFFD5293aad07f885293aad0 /* SnippetVehicleFilterShader.cpp */, + FFFD5293ab387f885293ab38 /* SnippetVehicleNoDriveCreate.cpp */, + FFFD5293aba07f885293aba0 /* SnippetVehicleSceneQuery.cpp */, + FFFD5293ac087f885293ac08 /* SnippetVehicleTankCreate.cpp */, + FFFD5293ac707f885293ac70 /* SnippetVehicleTireFriction.cpp */, + FFFD5293acd87f885293acd8 /* SnippetVehicleConcurrency.h */, + FFFD5293ad407f885293ad40 /* SnippetVehicleCreate.h */, + FFFD5293ada87f885293ada8 /* SnippetVehicleFilterShader.h */, + FFFD5293ae107f885293ae10 /* SnippetVehicleSceneQuery.h */, + FFFD5293ae787f885293ae78 /* SnippetVehicleTireFriction.h */, + FFFD5293aee07f885293aee0 /* SnippetVehicleWheelQueryResult.h */, ); name = "Common"; sourceTree = SOURCE_ROOT; }; - FFFBdb3dca907fbbdb3dca90 /* SnippetVehicle4W */ = { + FFFB5370e0807f885370e080 /* SnippetVehicle4W */ = { isa = PBXGroup; children = ( - FFFBdb3e01f07fbbdb3e01f0 /* Main */, - FFFBdb3e02187fbbdb3e0218 /* Source Files */, - FFFBdb3e02407fbbdb3e0240 /* Common */, + FFFB537118307f8853711830 /* Main */, + FFFB537118587f8853711858 /* Source Files */, + FFFB537118807f8853711880 /* Common */, ); name = "SnippetVehicle4W"; sourceTree = "<group>"; }; - FFFBdb3e01f07fbbdb3e01f0 /* Main */ = { + FFFB537118307f8853711830 /* Main */ = { isa = PBXGroup; children = ( - FFFDdb3df7407fbbdb3df740 /* ClassicMain.cpp */, + FFFD537112307f8853711230 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBdb3e02187fbbdb3e0218 /* Source Files */ = { + FFFB537118587f8853711858 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDdb3e03207fbbdb3e0320 /* SnippetVehicle4W.cpp */, - FFFDdb3e03887fbbdb3e0388 /* SnippetVehicle4WRender.cpp */, + FFFD537119607f8853711960 /* SnippetVehicle4W.cpp */, + FFFD537119c87f88537119c8 /* SnippetVehicle4WRender.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBdb3e02407fbbdb3e0240 /* Common */ = { + FFFB537118807f8853711880 /* Common */ = { isa = PBXGroup; children = ( - FFFDda9932007fbbda993200 /* SnippetVehicle4WCreate.cpp */, - FFFDda9932687fbbda993268 /* SnippetVehicleCreate.cpp */, - FFFDda9932d07fbbda9932d0 /* SnippetVehicleFilterShader.cpp */, - FFFDda9933387fbbda993338 /* SnippetVehicleNoDriveCreate.cpp */, - FFFDda9933a07fbbda9933a0 /* SnippetVehicleSceneQuery.cpp */, - FFFDda9934087fbbda993408 /* SnippetVehicleTankCreate.cpp */, - FFFDda9934707fbbda993470 /* SnippetVehicleTireFriction.cpp */, - FFFDda9934d87fbbda9934d8 /* SnippetVehicleConcurrency.h */, - FFFDda9935407fbbda993540 /* SnippetVehicleCreate.h */, - FFFDda9935a87fbbda9935a8 /* SnippetVehicleFilterShader.h */, - FFFDda9936107fbbda993610 /* SnippetVehicleSceneQuery.h */, - FFFDda9936787fbbda993678 /* SnippetVehicleTireFriction.h */, - FFFDda9936e07fbbda9936e0 /* SnippetVehicleWheelQueryResult.h */, + FFFD5293da007f885293da00 /* SnippetVehicle4WCreate.cpp */, + FFFD5293da687f885293da68 /* SnippetVehicleCreate.cpp */, + FFFD5293dad07f885293dad0 /* SnippetVehicleFilterShader.cpp */, + FFFD5293db387f885293db38 /* SnippetVehicleNoDriveCreate.cpp */, + FFFD5293dba07f885293dba0 /* SnippetVehicleSceneQuery.cpp */, + FFFD5293dc087f885293dc08 /* SnippetVehicleTankCreate.cpp */, + FFFD5293dc707f885293dc70 /* SnippetVehicleTireFriction.cpp */, + FFFD5293dcd87f885293dcd8 /* SnippetVehicleConcurrency.h */, + FFFD5293dd407f885293dd40 /* SnippetVehicleCreate.h */, + FFFD5293dda87f885293dda8 /* SnippetVehicleFilterShader.h */, + FFFD5293de107f885293de10 /* SnippetVehicleSceneQuery.h */, + FFFD5293de787f885293de78 /* SnippetVehicleTireFriction.h */, + FFFD5293dee07f885293dee0 /* SnippetVehicleWheelQueryResult.h */, ); name = "Common"; sourceTree = SOURCE_ROOT; }; - FFFBdb3e18e07fbbdb3e18e0 /* SnippetVehicleScale */ = { + FFFB53712ed07f8853712ed0 /* SnippetVehicleScale */ = { isa = PBXGroup; children = ( - FFFBdb3e50307fbbdb3e5030 /* Main */, - FFFBdb3e50587fbbdb3e5058 /* Source Files */, - FFFBdb3e50807fbbdb3e5080 /* Common */, + FFFB537166b07f88537166b0 /* Main */, + FFFB537166d87f88537166d8 /* Source Files */, + FFFB537167007f8853716700 /* Common */, ); name = "SnippetVehicleScale"; sourceTree = "<group>"; }; - FFFBdb3e50307fbbdb3e5030 /* Main */ = { + FFFB537166b07f88537166b0 /* Main */ = { isa = PBXGroup; children = ( - FFFDdb3e44d07fbbdb3e44d0 /* ClassicMain.cpp */, + FFFD537158707f8853715870 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBdb3e50587fbbdb3e5058 /* Source Files */ = { + FFFB537166d87f88537166d8 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDdb3e51607fbbdb3e5160 /* SnippetVehicleScale.cpp */, - FFFDdb3e51c87fbbdb3e51c8 /* SnippetVehicleScaleRender.cpp */, + FFFD537167e07f88537167e0 /* SnippetVehicleScale.cpp */, + FFFD537168487f8853716848 /* SnippetVehicleScaleRender.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBdb3e50807fbbdb3e5080 /* Common */ = { + FFFB537167007f8853716700 /* Common */ = { isa = PBXGroup; children = ( - FFFDda9962007fbbda996200 /* SnippetVehicle4WCreate.cpp */, - FFFDda9962687fbbda996268 /* SnippetVehicleCreate.cpp */, - FFFDda9962d07fbbda9962d0 /* SnippetVehicleFilterShader.cpp */, - FFFDda9963387fbbda996338 /* SnippetVehicleNoDriveCreate.cpp */, - FFFDda9963a07fbbda9963a0 /* SnippetVehicleSceneQuery.cpp */, - FFFDda9964087fbbda996408 /* SnippetVehicleTankCreate.cpp */, - FFFDda9964707fbbda996470 /* SnippetVehicleTireFriction.cpp */, - FFFDda9964d87fbbda9964d8 /* SnippetVehicleConcurrency.h */, - FFFDda9965407fbbda996540 /* SnippetVehicleCreate.h */, - FFFDda9965a87fbbda9965a8 /* SnippetVehicleFilterShader.h */, - FFFDda9966107fbbda996610 /* SnippetVehicleSceneQuery.h */, - FFFDda9966787fbbda996678 /* SnippetVehicleTireFriction.h */, - FFFDda9966e07fbbda9966e0 /* SnippetVehicleWheelQueryResult.h */, + FFFD52940a007f8852940a00 /* SnippetVehicle4WCreate.cpp */, + FFFD52940a687f8852940a68 /* SnippetVehicleCreate.cpp */, + FFFD52940ad07f8852940ad0 /* SnippetVehicleFilterShader.cpp */, + FFFD52940b387f8852940b38 /* SnippetVehicleNoDriveCreate.cpp */, + FFFD52940ba07f8852940ba0 /* SnippetVehicleSceneQuery.cpp */, + FFFD52940c087f8852940c08 /* SnippetVehicleTankCreate.cpp */, + FFFD52940c707f8852940c70 /* SnippetVehicleTireFriction.cpp */, + FFFD52940cd87f8852940cd8 /* SnippetVehicleConcurrency.h */, + FFFD52940d407f8852940d40 /* SnippetVehicleCreate.h */, + FFFD52940da87f8852940da8 /* SnippetVehicleFilterShader.h */, + FFFD52940e107f8852940e10 /* SnippetVehicleSceneQuery.h */, + FFFD52940e787f8852940e78 /* SnippetVehicleTireFriction.h */, + FFFD52940ee07f8852940ee0 /* SnippetVehicleWheelQueryResult.h */, ); name = "Common"; sourceTree = SOURCE_ROOT; }; - FFFBdb3e67207fbbdb3e6720 /* SnippetVehicleNoDrive */ = { + FFFB53717d507f8853717d50 /* SnippetVehicleNoDrive */ = { isa = PBXGroup; children = ( - FFFBdb3e9ec07fbbdb3e9ec0 /* Main */, - FFFBdb3e9ee87fbbdb3e9ee8 /* Source Files */, - FFFBdb3e9f107fbbdb3e9f10 /* Common */, + FFFB5371b5407f885371b540 /* Main */, + FFFB5371b5687f885371b568 /* Source Files */, + FFFB5371b5907f885371b590 /* Common */, ); name = "SnippetVehicleNoDrive"; sourceTree = "<group>"; }; - FFFBdb3e9ec07fbbdb3e9ec0 /* Main */ = { + FFFB5371b5407f885371b540 /* Main */ = { isa = PBXGroup; children = ( - FFFDdb3e98d07fbbdb3e98d0 /* ClassicMain.cpp */, + FFFD5371af907f885371af90 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBdb3e9ee87fbbdb3e9ee8 /* Source Files */ = { + FFFB5371b5687f885371b568 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDdb3e9ff07fbbdb3e9ff0 /* SnippetVehicleNoDrive.cpp */, - FFFDdb3ea0587fbbdb3ea058 /* SnippetVehicleNoDriveRender.cpp */, + FFFD5371b6707f885371b670 /* SnippetVehicleNoDrive.cpp */, + FFFD5371b6d87f885371b6d8 /* SnippetVehicleNoDriveRender.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBdb3e9f107fbbdb3e9f10 /* Common */ = { + FFFB5371b5907f885371b590 /* Common */ = { isa = PBXGroup; children = ( - FFFDda9992007fbbda999200 /* SnippetVehicle4WCreate.cpp */, - FFFDda9992687fbbda999268 /* SnippetVehicleCreate.cpp */, - FFFDda9992d07fbbda9992d0 /* SnippetVehicleFilterShader.cpp */, - FFFDda9993387fbbda999338 /* SnippetVehicleNoDriveCreate.cpp */, - FFFDda9993a07fbbda9993a0 /* SnippetVehicleSceneQuery.cpp */, - FFFDda9994087fbbda999408 /* SnippetVehicleTankCreate.cpp */, - FFFDda9994707fbbda999470 /* SnippetVehicleTireFriction.cpp */, - FFFDda9994d87fbbda9994d8 /* SnippetVehicleConcurrency.h */, - FFFDda9995407fbbda999540 /* SnippetVehicleCreate.h */, - FFFDda9995a87fbbda9995a8 /* SnippetVehicleFilterShader.h */, - FFFDda9996107fbbda999610 /* SnippetVehicleSceneQuery.h */, - FFFDda9996787fbbda999678 /* SnippetVehicleTireFriction.h */, - FFFDda9996e07fbbda9996e0 /* SnippetVehicleWheelQueryResult.h */, + FFFD52943a007f8852943a00 /* SnippetVehicle4WCreate.cpp */, + FFFD52943a687f8852943a68 /* SnippetVehicleCreate.cpp */, + FFFD52943ad07f8852943ad0 /* SnippetVehicleFilterShader.cpp */, + FFFD52943b387f8852943b38 /* SnippetVehicleNoDriveCreate.cpp */, + FFFD52943ba07f8852943ba0 /* SnippetVehicleSceneQuery.cpp */, + FFFD52943c087f8852943c08 /* SnippetVehicleTankCreate.cpp */, + FFFD52943c707f8852943c70 /* SnippetVehicleTireFriction.cpp */, + FFFD52943cd87f8852943cd8 /* SnippetVehicleConcurrency.h */, + FFFD52943d407f8852943d40 /* SnippetVehicleCreate.h */, + FFFD52943da87f8852943da8 /* SnippetVehicleFilterShader.h */, + FFFD52943e107f8852943e10 /* SnippetVehicleSceneQuery.h */, + FFFD52943e787f8852943e78 /* SnippetVehicleTireFriction.h */, + FFFD52943ee07f8852943ee0 /* SnippetVehicleWheelQueryResult.h */, ); name = "Common"; sourceTree = SOURCE_ROOT; }; - FFFBdb3eb5b07fbbdb3eb5b0 /* SnippetVehicleMultiThreading */ = { + FFFB5371cc707f885371cc70 /* SnippetVehicleMultiThreading */ = { isa = PBXGroup; children = ( - FFFBdb3eec107fbbdb3eec10 /* Main */, - FFFBdb3eec387fbbdb3eec38 /* Source Files */, - FFFBdb3eec607fbbdb3eec60 /* Common */, + FFFB537201f07f88537201f0 /* Main */, + FFFB537202187f8853720218 /* Source Files */, + FFFB537202407f8853720240 /* Common */, ); name = "SnippetVehicleMultiThreading"; sourceTree = "<group>"; }; - FFFBdb3eec107fbbdb3eec10 /* Main */ = { + FFFB537201f07f88537201f0 /* Main */ = { isa = PBXGroup; children = ( - FFFDdb3eecb07fbbdb3eecb0 /* ClassicMain.cpp */, + FFFD5371f8807f885371f880 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBdb3eec387fbbdb3eec38 /* Source Files */ = { + FFFB537202187f8853720218 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDdb3eedb07fbbdb3eedb0 /* SnippetVehicleMultiThreading.cpp */, + FFFD537203207f8853720320 /* SnippetVehicleMultiThreading.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBdb3eec607fbbdb3eec60 /* Common */ = { + FFFB537202407f8853720240 /* Common */ = { isa = PBXGroup; children = ( - FFFDda99c2007fbbda99c200 /* SnippetVehicle4WCreate.cpp */, - FFFDda99c2687fbbda99c268 /* SnippetVehicleCreate.cpp */, - FFFDda99c2d07fbbda99c2d0 /* SnippetVehicleFilterShader.cpp */, - FFFDda99c3387fbbda99c338 /* SnippetVehicleNoDriveCreate.cpp */, - FFFDda99c3a07fbbda99c3a0 /* SnippetVehicleSceneQuery.cpp */, - FFFDda99c4087fbbda99c408 /* SnippetVehicleTankCreate.cpp */, - FFFDda99c4707fbbda99c470 /* SnippetVehicleTireFriction.cpp */, - FFFDda99c4d87fbbda99c4d8 /* SnippetVehicleConcurrency.h */, - FFFDda99c5407fbbda99c540 /* SnippetVehicleCreate.h */, - FFFDda99c5a87fbbda99c5a8 /* SnippetVehicleFilterShader.h */, - FFFDda99c6107fbbda99c610 /* SnippetVehicleSceneQuery.h */, - FFFDda99c6787fbbda99c678 /* SnippetVehicleTireFriction.h */, - FFFDda99c6e07fbbda99c6e0 /* SnippetVehicleWheelQueryResult.h */, + FFFD52946a007f8852946a00 /* SnippetVehicle4WCreate.cpp */, + FFFD52946a687f8852946a68 /* SnippetVehicleCreate.cpp */, + FFFD52946ad07f8852946ad0 /* SnippetVehicleFilterShader.cpp */, + FFFD52946b387f8852946b38 /* SnippetVehicleNoDriveCreate.cpp */, + FFFD52946ba07f8852946ba0 /* SnippetVehicleSceneQuery.cpp */, + FFFD52946c087f8852946c08 /* SnippetVehicleTankCreate.cpp */, + FFFD52946c707f8852946c70 /* SnippetVehicleTireFriction.cpp */, + FFFD52946cd87f8852946cd8 /* SnippetVehicleConcurrency.h */, + FFFD52946d407f8852946d40 /* SnippetVehicleCreate.h */, + FFFD52946da87f8852946da8 /* SnippetVehicleFilterShader.h */, + FFFD52946e107f8852946e10 /* SnippetVehicleSceneQuery.h */, + FFFD52946e787f8852946e78 /* SnippetVehicleTireFriction.h */, + FFFD52946ee07f8852946ee0 /* SnippetVehicleWheelQueryResult.h */, ); name = "Common"; sourceTree = SOURCE_ROOT; }; - FFFBdb3f02c07fbbdb3f02c0 /* SnippetVehicleContactMod */ = { + FFFB537218c07f88537218c0 /* SnippetVehicleContactMod */ = { isa = PBXGroup; children = ( - FFFBdb3f3a907fbbdb3f3a90 /* Main */, - FFFBdb3f3ab87fbbdb3f3ab8 /* Source Files */, - FFFBdb3f3ae07fbbdb3f3ae0 /* Common */, + FFFB537251007f8853725100 /* Main */, + FFFB537251287f8853725128 /* Source Files */, + FFFB537251507f8853725150 /* Common */, ); name = "SnippetVehicleContactMod"; sourceTree = "<group>"; }; - FFFBdb3f3a907fbbdb3f3a90 /* Main */ = { + FFFB537251007f8853725100 /* Main */ = { isa = PBXGroup; children = ( - FFFDdb3f3b307fbbdb3f3b30 /* ClassicMain.cpp */, + FFFD537251a07f88537251a0 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBdb3f3ab87fbbdb3f3ab8 /* Source Files */ = { + FFFB537251287f8853725128 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDdb3f3c307fbbdb3f3c30 /* SnippetVehicleContactMod.cpp */, - FFFDdb3f3c987fbbdb3f3c98 /* SnippetVehicleContactModRender.cpp */, + FFFD537252a07f88537252a0 /* SnippetVehicleContactMod.cpp */, + FFFD537253087f8853725308 /* SnippetVehicleContactModRender.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBdb3f3ae07fbbdb3f3ae0 /* Common */ = { + FFFB537251507f8853725150 /* Common */ = { isa = PBXGroup; children = ( - FFFDda99f2007fbbda99f200 /* SnippetVehicle4WCreate.cpp */, - FFFDda99f2687fbbda99f268 /* SnippetVehicleCreate.cpp */, - FFFDda99f2d07fbbda99f2d0 /* SnippetVehicleFilterShader.cpp */, - FFFDda99f3387fbbda99f338 /* SnippetVehicleNoDriveCreate.cpp */, - FFFDda99f3a07fbbda99f3a0 /* SnippetVehicleSceneQuery.cpp */, - FFFDda99f4087fbbda99f408 /* SnippetVehicleTankCreate.cpp */, - FFFDda99f4707fbbda99f470 /* SnippetVehicleTireFriction.cpp */, - FFFDda99f4d87fbbda99f4d8 /* SnippetVehicleConcurrency.h */, - FFFDda99f5407fbbda99f540 /* SnippetVehicleCreate.h */, - FFFDda99f5a87fbbda99f5a8 /* SnippetVehicleFilterShader.h */, - FFFDda99f6107fbbda99f610 /* SnippetVehicleSceneQuery.h */, - FFFDda99f6787fbbda99f678 /* SnippetVehicleTireFriction.h */, - FFFDda99f6e07fbbda99f6e0 /* SnippetVehicleWheelQueryResult.h */, + FFFD52949a007f8852949a00 /* SnippetVehicle4WCreate.cpp */, + FFFD52949a687f8852949a68 /* SnippetVehicleCreate.cpp */, + FFFD52949ad07f8852949ad0 /* SnippetVehicleFilterShader.cpp */, + FFFD52949b387f8852949b38 /* SnippetVehicleNoDriveCreate.cpp */, + FFFD52949ba07f8852949ba0 /* SnippetVehicleSceneQuery.cpp */, + FFFD52949c087f8852949c08 /* SnippetVehicleTankCreate.cpp */, + FFFD52949c707f8852949c70 /* SnippetVehicleTireFriction.cpp */, + FFFD52949cd87f8852949cd8 /* SnippetVehicleConcurrency.h */, + FFFD52949d407f8852949d40 /* SnippetVehicleCreate.h */, + FFFD52949da87f8852949da8 /* SnippetVehicleFilterShader.h */, + FFFD52949e107f8852949e10 /* SnippetVehicleSceneQuery.h */, + FFFD52949e787f8852949e78 /* SnippetVehicleTireFriction.h */, + FFFD52949ee07f8852949ee0 /* SnippetVehicleWheelQueryResult.h */, ); name = "Common"; sourceTree = SOURCE_ROOT; }; - FFFBdb3f51b07fbbdb3f51b0 /* SnippetNestedScene */ = { + FFFB537267c07f88537267c0 /* SnippetNestedScene */ = { isa = PBXGroup; children = ( - FFFBdb3f8b007fbbdb3f8b00 /* Main */, - FFFBdb3f8b287fbbdb3f8b28 /* Source Files */, - FFFBdb3f8b507fbbdb3f8b50 /* Common */, + FFFB5372a1707f885372a170 /* Main */, + FFFB5372a1987f885372a198 /* Source Files */, + FFFB5372a1c07f885372a1c0 /* Common */, ); name = "SnippetNestedScene"; sourceTree = "<group>"; }; - FFFBdb3f8b007fbbdb3f8b00 /* Main */ = { + FFFB5372a1707f885372a170 /* Main */ = { isa = PBXGroup; children = ( - FFFDdb3f7e107fbbdb3f7e10 /* ClassicMain.cpp */, + FFFD5372a2107f885372a210 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBdb3f8b287fbbdb3f8b28 /* Source Files */ = { + FFFB5372a1987f885372a198 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDdb3f8c307fbbdb3f8c30 /* SnippetNestedScene.cpp */, - FFFDdb3f8c987fbbdb3f8c98 /* SnippetNestedSceneRender.cpp */, - FFFDdb3f8d007fbbdb3f8d00 /* NestedScene.h */, + FFFD5372a3107f885372a310 /* SnippetNestedScene.cpp */, + FFFD5372a3787f885372a378 /* SnippetNestedSceneRender.cpp */, + FFFD5372a3e07f885372a3e0 /* NestedScene.h */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBdb3f8b507fbbdb3f8b50 /* Common */ = { + FFFB5372a1c07f885372a1c0 /* Common */ = { isa = PBXGroup; children = ( - FFFDda9a22007fbbda9a2200 /* SnippetVehicle4WCreate.cpp */, - FFFDda9a22687fbbda9a2268 /* SnippetVehicleCreate.cpp */, - FFFDda9a22d07fbbda9a22d0 /* SnippetVehicleFilterShader.cpp */, - FFFDda9a23387fbbda9a2338 /* SnippetVehicleNoDriveCreate.cpp */, - FFFDda9a23a07fbbda9a23a0 /* SnippetVehicleSceneQuery.cpp */, - FFFDda9a24087fbbda9a2408 /* SnippetVehicleTankCreate.cpp */, - FFFDda9a24707fbbda9a2470 /* SnippetVehicleTireFriction.cpp */, - FFFDda9a24d87fbbda9a24d8 /* SnippetVehicleConcurrency.h */, - FFFDda9a25407fbbda9a2540 /* SnippetVehicleCreate.h */, - FFFDda9a25a87fbbda9a25a8 /* SnippetVehicleFilterShader.h */, - FFFDda9a26107fbbda9a2610 /* SnippetVehicleSceneQuery.h */, - FFFDda9a26787fbbda9a2678 /* SnippetVehicleTireFriction.h */, - FFFDda9a26e07fbbda9a26e0 /* SnippetVehicleWheelQueryResult.h */, + FFFD5294ca007f885294ca00 /* SnippetVehicle4WCreate.cpp */, + FFFD5294ca687f885294ca68 /* SnippetVehicleCreate.cpp */, + FFFD5294cad07f885294cad0 /* SnippetVehicleFilterShader.cpp */, + FFFD5294cb387f885294cb38 /* SnippetVehicleNoDriveCreate.cpp */, + FFFD5294cba07f885294cba0 /* SnippetVehicleSceneQuery.cpp */, + FFFD5294cc087f885294cc08 /* SnippetVehicleTankCreate.cpp */, + FFFD5294cc707f885294cc70 /* SnippetVehicleTireFriction.cpp */, + FFFD5294ccd87f885294ccd8 /* SnippetVehicleConcurrency.h */, + FFFD5294cd407f885294cd40 /* SnippetVehicleCreate.h */, + FFFD5294cda87f885294cda8 /* SnippetVehicleFilterShader.h */, + FFFD5294ce107f885294ce10 /* SnippetVehicleSceneQuery.h */, + FFFD5294ce787f885294ce78 /* SnippetVehicleTireFriction.h */, + FFFD5294cee07f885294cee0 /* SnippetVehicleWheelQueryResult.h */, ); name = "Common"; sourceTree = SOURCE_ROOT; }; - FFFBdb3fa1d07fbbdb3fa1d0 /* SnippetSpatialIndex */ = { + FFFB5372b7907f885372b790 /* SnippetSpatialIndex */ = { isa = PBXGroup; children = ( - FFFBdc800b107fbbdc800b10 /* Main */, - FFFBdc800b387fbbdc800b38 /* Source Files */, + FFFB5372e1907f885372e190 /* Main */, + FFFB5372e1b87f885372e1b8 /* Source Files */, ); name = "SnippetSpatialIndex"; sourceTree = "<group>"; }; - FFFBdc800b107fbbdc800b10 /* Main */ = { + FFFB5372e1907f885372e190 /* Main */ = { isa = PBXGroup; children = ( - FFFDdc8007407fbbdc800740 /* ClassicMain.cpp */, + FFFD5372e1e07f885372e1e0 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBdc800b387fbbdc800b38 /* Source Files */ = { + FFFB5372e1b87f885372e1b8 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDdc8011f07fbbdc8011f0 /* SnippetSpatialIndex.cpp */, + FFFD5372e8b07f885372e8b0 /* SnippetSpatialIndex.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBdc8013907fbbdc801390 /* SnippetSplitSim */ = { + FFFB5372ea507f885372ea50 /* SnippetSplitSim */ = { isa = PBXGroup; children = ( - FFFBdc8035407fbbdc803540 /* Main */, - FFFBdc8035687fbbdc803568 /* Source Files */, + FFFB53730ba07f8853730ba0 /* Main */, + FFFB53730bc87f8853730bc8 /* Source Files */, ); name = "SnippetSplitSim"; sourceTree = "<group>"; }; - FFFBdc8035407fbbdc803540 /* Main */ = { + FFFB53730ba07f8853730ba0 /* Main */ = { isa = PBXGroup; children = ( - FFFDdc8043c07fbbdc8043c0 /* ClassicMain.cpp */, + FFFD53731a207f8853731a20 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBdc8035687fbbdc803568 /* Source Files */ = { + FFFB53730bc87f8853730bc8 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDdc8049707fbbdc804970 /* SnippetSplitSim.cpp */, - FFFDdc8049d87fbbdc8049d8 /* SnippetSplitSimRender.cpp */, + FFFD53731fd07f8853731fd0 /* SnippetSplitSim.cpp */, + FFFD537320387f8853732038 /* SnippetSplitSimRender.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBdc804b607fbbdc804b60 /* SnippetTriangleMeshCreate */ = { + FFFB537321c07f88537321c0 /* SnippetTriangleMeshCreate */ = { isa = PBXGroup; children = ( - FFFBdc8077807fbbdc807780 /* Main */, - FFFBdc8077a87fbbdc8077a8 /* Source Files */, + FFFB53734de07f8853734de0 /* Main */, + FFFB53734e087f8853734e08 /* Source Files */, ); name = "SnippetTriangleMeshCreate"; sourceTree = "<group>"; }; - FFFBdc8077807fbbdc807780 /* Main */ = { + FFFB53734de07f8853734de0 /* Main */ = { isa = PBXGroup; children = ( - FFFDdc807ad07fbbdc807ad0 /* ClassicMain.cpp */, + FFFD537351307f8853735130 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBdc8077a87fbbdc8077a8 /* Source Files */ = { + FFFB53734e087f8853734e08 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDdc807ef07fbbdc807ef0 /* SnippetTriangleMeshCreate.cpp */, + FFFD537355507f8853735550 /* SnippetTriangleMeshCreate.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBdc8080907fbbdc808090 /* SnippetMultiThreading */ = { + FFFB537356f07f88537356f0 /* SnippetMultiThreading */ = { isa = PBXGroup; children = ( - FFFBdc80a2107fbbdc80a210 /* Main */, - FFFBdc80a2387fbbdc80a238 /* Source Files */, + FFFB537378707f8853737870 /* Main */, + FFFB537378987f8853737898 /* Source Files */, ); name = "SnippetMultiThreading"; sourceTree = "<group>"; }; - FFFBdc80a2107fbbdc80a210 /* Main */ = { + FFFB537378707f8853737870 /* Main */ = { isa = PBXGroup; children = ( - FFFDdc80b0207fbbdc80b020 /* ClassicMain.cpp */, + FFFD537386807f8853738680 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBdc80a2387fbbdc80a238 /* Source Files */ = { + FFFB537378987f8853737898 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDdc80b4607fbbdc80b460 /* SnippetMultiThreading.cpp */, + FFFD53738ac07f8853738ac0 /* SnippetMultiThreading.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBdc80b6007fbbdc80b600 /* SnippetContactModification */ = { + FFFB53738c607f8853738c60 /* SnippetContactModification */ = { isa = PBXGroup; children = ( - FFFBdc80e5b07fbbdc80e5b0 /* Main */, - FFFBdc80e5d87fbbdc80e5d8 /* Source Files */, + FFFB5373bc107f885373bc10 /* Main */, + FFFB5373bc387f885373bc38 /* Source Files */, ); name = "SnippetContactModification"; sourceTree = "<group>"; }; - FFFBdc80e5b07fbbdc80e5b0 /* Main */ = { + FFFB5373bc107f885373bc10 /* Main */ = { isa = PBXGroup; children = ( - FFFDdc80e6907fbbdc80e690 /* ClassicMain.cpp */, + FFFD5373bcf07f885373bcf0 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBdc80e5d87fbbdc80e5d8 /* Source Files */ = { + FFFB5373bc387f885373bc38 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDdc80ecd07fbbdc80ecd0 /* SnippetContactModification.cpp */, - FFFDdc80ed387fbbdc80ed38 /* SnippetContactModificationRender.cpp */, + FFFD5373c3307f885373c330 /* SnippetContactModification.cpp */, + FFFD5373c3987f885373c398 /* SnippetContactModificationRender.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBdc80eec07fbbdc80eec0 /* SnippetToleranceScale */ = { + FFFB5373c5207f885373c520 /* SnippetToleranceScale */ = { isa = PBXGroup; children = ( - FFFBdc811cd07fbbdc811cd0 /* Main */, - FFFBdc811cf87fbbdc811cf8 /* Source Files */, + FFFB5373f3307f885373f330 /* Main */, + FFFB5373f3587f885373f358 /* Source Files */, ); name = "SnippetToleranceScale"; sourceTree = "<group>"; }; - FFFBdc811cd07fbbdc811cd0 /* Main */ = { + FFFB5373f3307f885373f330 /* Main */ = { isa = PBXGroup; children = ( - FFFDdc811d807fbbdc811d80 /* ClassicMain.cpp */, + FFFD5373f3e07f885373f3e0 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBdc811cf87fbbdc811cf8 /* Source Files */ = { + FFFB5373f3587f885373f358 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDdc80f2d07fbbdc80f2d0 /* SnippetToleranceScale.cpp */, + FFFD5373c9307f885373c930 /* SnippetToleranceScale.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBdc8123107fbbdc812310 /* SnippetStepper */ = { + FFFB5373f9707f885373f970 /* SnippetStepper */ = { isa = PBXGroup; children = ( - FFFBdc8144c07fbbdc8144c0 /* Main */, - FFFBdc8144e87fbbdc8144e8 /* Source Files */, + FFFB53741b207f8853741b20 /* Main */, + FFFB53741b487f8853741b48 /* Source Files */, ); name = "SnippetStepper"; sourceTree = "<group>"; }; - FFFBdc8144c07fbbdc8144c0 /* Main */ = { + FFFB53741b207f8853741b20 /* Main */ = { isa = PBXGroup; children = ( - FFFDdc8152d07fbbdc8152d0 /* ClassicMain.cpp */, + FFFD537429307f8853742930 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBdc8144e87fbbdc8144e8 /* Source Files */ = { + FFFB53741b487f8853741b48 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDdc8128107fbbdc812810 /* SnippetStepper.cpp */, + FFFD5373fe707f885373fe70 /* SnippetStepper.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBdc8157b07fbbdc8157b0 /* SnippetPrunerSerialization */ = { + FFFB53742e107f8853742e10 /* SnippetPrunerSerialization */ = { isa = PBXGroup; children = ( - FFFBdc8179a07fbbdc8179a0 /* Main */, - FFFBdc8179c87fbbdc8179c8 /* Source Files */, + FFFB537450007f8853745000 /* Main */, + FFFB537450287f8853745028 /* Source Files */, ); name = "SnippetPrunerSerialization"; sourceTree = "<group>"; }; - FFFBdc8179a07fbbdc8179a0 /* Main */ = { + FFFB537450007f8853745000 /* Main */ = { isa = PBXGroup; children = ( - FFFDdc8187b07fbbdc8187b0 /* ClassicMain.cpp */, + FFFD53745e107f8853745e10 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBdc8179c87fbbdc8179c8 /* Source Files */ = { + FFFB537450287f8853745028 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDdc818bf07fbbdc818bf0 /* SnippetPrunerSerialization.cpp */, + FFFD537462507f8853746250 /* SnippetPrunerSerialization.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBdc818d907fbbdc818d90 /* SnippetConvexMeshCreate */ = { + FFFB537463f07f88537463f0 /* SnippetConvexMeshCreate */ = { isa = PBXGroup; children = ( - FFFBdc81b7c07fbbdc81b7c0 /* Main */, - FFFBdc81b7e87fbbdc81b7e8 /* Source Files */, + FFFB53748e207f8853748e20 /* Main */, + FFFB53748e487f8853748e48 /* Source Files */, ); name = "SnippetConvexMeshCreate"; sourceTree = "<group>"; }; - FFFBdc81b7c07fbbdc81b7c0 /* Main */ = { + FFFB53748e207f8853748e20 /* Main */ = { isa = PBXGroup; children = ( - FFFDdc81be607fbbdc81be60 /* ClassicMain.cpp */, + FFFD537494c07f88537494c0 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBdc81b7e87fbbdc81b7e8 /* Source Files */ = { + FFFB53748e487f8853748e48 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDdc81c2c07fbbdc81c2c0 /* SnippetConvexMeshCreate.cpp */, + FFFD537499207f8853749920 /* SnippetConvexMeshCreate.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; @@ -3527,13 +3527,13 @@ /* End PBXGroup section */ /* Begin PBXNativeTarget section */ - FFFAdb38a2507fbbdb38a250 /* SnippetUtils */ = { + FFFA525f66f07f88525f66f0 /* SnippetUtils */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6db38a2507fbbdb38a250 /* Build configuration list for PBXNativeTarget "SnippetUtils" */; + buildConfigurationList = FFF6525f66f07f88525f66f0 /* Build configuration list for PBXNativeTarget "SnippetUtils" */; buildPhases = ( - FFF2db38a2507fbbdb38a250, - FFF8db38a2507fbbdb38a250, - FFFCdb38a2507fbbdb38a250, + FFF2525f66f07f88525f66f0, + FFF8525f66f07f88525f66f0, + FFFC525f66f07f88525f66f0, ); buildRules = ( ); @@ -3541,16 +3541,16 @@ ); name = "SnippetUtils"; productName = "SnippetUtils"; - productReference = FFFDdb38a2507fbbdb38a250 /* SnippetUtils */; + productReference = FFFD525f66f07f88525f66f0 /* SnippetUtils */; productType = "com.apple.product-type.library.static"; }; - FFFAdb34e0707fbbdb34e070 /* SnippetRender */ = { + FFFA53262cb07f8853262cb0 /* SnippetRender */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6db34e0707fbbdb34e070 /* Build configuration list for PBXNativeTarget "SnippetRender" */; + buildConfigurationList = FFF653262cb07f8853262cb0 /* Build configuration list for PBXNativeTarget "SnippetRender" */; buildPhases = ( - FFF2db34e0707fbbdb34e070, - FFF8db34e0707fbbdb34e070, - FFFCdb34e0707fbbdb34e070, + FFF253262cb07f8853262cb0, + FFF853262cb07f8853262cb0, + FFFC53262cb07f8853262cb0, ); buildRules = ( ); @@ -3558,978 +3558,978 @@ ); name = "SnippetRender"; productName = "SnippetRender"; - productReference = FFFDdb34e0707fbbdb34e070 /* SnippetRender */; + productReference = FFFD53262cb07f8853262cb0 /* SnippetRender */; productType = "com.apple.product-type.library.static"; }; - FFFAdb32d2407fbbdb32d240 /* SnippetConvert */ = { + FFFA53241a107f8853241a10 /* SnippetConvert */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6db32d2407fbbdb32d240 /* Build configuration list for PBXNativeTarget "SnippetConvert" */; + buildConfigurationList = FFF653241a107f8853241a10 /* Build configuration list for PBXNativeTarget "SnippetConvert" */; buildPhases = ( - FFF2db32d2407fbbdb32d240, - FFF8db32d2407fbbdb32d240, - FFFCdb32d2407fbbdb32d240, + FFF253241a107f8853241a10, + FFF853241a107f8853241a10, + FFFC53241a107f8853241a10, ); buildRules = ( ); dependencies = ( - FFF4db3825207fbbdb382520, /* SnippetRender */ - FFF4db336ed07fbbdb336ed0, /* SnippetUtils */ + FFF45326c3607f885326c360, /* SnippetRender */ + FFF45326a0007f885326a000, /* SnippetUtils */ ); name = "SnippetConvert"; productName = "SnippetConvert"; - productReference = FFFDdb32d2407fbbdb32d240 /* SnippetConvert */; + productReference = FFFD53241a107f8853241a10 /* SnippetConvert */; productType = "com.apple.product-type.tool"; }; - FFFAdb382b507fbbdb382b50 /* SnippetHelloWorld */ = { + FFFA525f57a07f88525f57a0 /* SnippetHelloWorld */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6db382b507fbbdb382b50 /* Build configuration list for PBXNativeTarget "SnippetHelloWorld" */; + buildConfigurationList = FFF6525f57a07f88525f57a0 /* Build configuration list for PBXNativeTarget "SnippetHelloWorld" */; buildPhases = ( - FFF2db382b507fbbdb382b50, - FFF8db382b507fbbdb382b50, - FFFCdb382b507fbbdb382b50, + FFF2525f57a07f88525f57a0, + FFF8525f57a07f88525f57a0, + FFFC525f57a07f88525f57a0, ); buildRules = ( ); dependencies = ( - FFF4db37c7d07fbbdb37c7d0, /* SnippetRender */ - FFF4db2ae7407fbbdb2ae740, /* SnippetUtils */ + FFF45329bcc07f885329bcc0, /* SnippetRender */ + FFF4525f3ed07f88525f3ed0, /* SnippetUtils */ ); name = "SnippetHelloWorld"; productName = "SnippetHelloWorld"; - productReference = FFFDdb382b507fbbdb382b50 /* SnippetHelloWorld */; + productReference = FFFD525f57a07f88525f57a0 /* SnippetHelloWorld */; productType = "com.apple.product-type.application"; }; - FFFAdb3574407fbbdb357440 /* SnippetImmediateMode */ = { + FFFA5329c3907f885329c390 /* SnippetImmediateMode */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6db3574407fbbdb357440 /* Build configuration list for PBXNativeTarget "SnippetImmediateMode" */; + buildConfigurationList = FFF65329c3907f885329c390 /* Build configuration list for PBXNativeTarget "SnippetImmediateMode" */; buildPhases = ( - FFF2db3574407fbbdb357440, - FFF8db3574407fbbdb357440, - FFFCdb3574407fbbdb357440, + FFF25329c3907f885329c390, + FFF85329c3907f885329c390, + FFFC5329c3907f885329c390, ); buildRules = ( ); dependencies = ( - FFF4db2e8dc07fbbdb2e8dc0, /* SnippetRender */ - FFF4db27d8207fbbdb27d820, /* SnippetUtils */ + FFF45328aab07f885328aab0, /* SnippetRender */ + FFF45323b3a07f885323b3a0, /* SnippetUtils */ ); name = "SnippetImmediateMode"; productName = "SnippetImmediateMode"; - productReference = FFFDdb3574407fbbdb357440 /* SnippetImmediateMode */; + productReference = FFFD5329c3907f885329c390 /* SnippetImmediateMode */; productType = "com.apple.product-type.application"; }; - FFFAdb2f4d507fbbdb2f4d50 /* SnippetSplitFetchResults */ = { + FFFA525ea5307f88525ea530 /* SnippetSplitFetchResults */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6db2f4d507fbbdb2f4d50 /* Build configuration list for PBXNativeTarget "SnippetSplitFetchResults" */; + buildConfigurationList = FFF6525ea5307f88525ea530 /* Build configuration list for PBXNativeTarget "SnippetSplitFetchResults" */; buildPhases = ( - FFF2db2f4d507fbbdb2f4d50, - FFF8db2f4d507fbbdb2f4d50, - FFFCdb2f4d507fbbdb2f4d50, + FFF2525ea5307f88525ea530, + FFF8525ea5307f88525ea530, + FFFC525ea5307f88525ea530, ); buildRules = ( ); dependencies = ( - FFF4db39e6507fbbdb39e650, /* SnippetRender */ - FFF4db3a92a07fbbdb3a92a0, /* SnippetUtils */ + FFF4532cb3b07f88532cb3b0, /* SnippetRender */ + FFF4525f1cb07f88525f1cb0, /* SnippetUtils */ ); name = "SnippetSplitFetchResults"; productName = "SnippetSplitFetchResults"; - productReference = FFFDdb2f4d507fbbdb2f4d50 /* SnippetSplitFetchResults */; + productReference = FFFD525ea5307f88525ea530 /* SnippetSplitFetchResults */; productType = "com.apple.product-type.application"; }; - FFFAdb3a3c707fbbdb3a3c70 /* SnippetCustomJoint */ = { + FFFA532d3d007f88532d3d00 /* SnippetCustomJoint */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6db3a3c707fbbdb3a3c70 /* Build configuration list for PBXNativeTarget "SnippetCustomJoint" */; + buildConfigurationList = FFF6532d3d007f88532d3d00 /* Build configuration list for PBXNativeTarget "SnippetCustomJoint" */; buildPhases = ( - FFF2db3a3c707fbbdb3a3c70, - FFF8db3a3c707fbbdb3a3c70, - FFFCdb3a3c707fbbdb3a3c70, + FFF2532d3d007f88532d3d00, + FFF8532d3d007f88532d3d00, + FFFC532d3d007f88532d3d00, ); buildRules = ( ); dependencies = ( - FFF4db3b5fc07fbbdb3b5fc0, /* SnippetRender */ - FFF4db3a45d07fbbdb3a45d0, /* SnippetUtils */ + FFF4532e3f807f88532e3f80, /* SnippetRender */ + FFF4532d46707f88532d4670, /* SnippetUtils */ ); name = "SnippetCustomJoint"; productName = "SnippetCustomJoint"; - productReference = FFFDdb3a3c707fbbdb3a3c70 /* SnippetCustomJoint */; + productReference = FFFD532d3d007f88532d3d00 /* SnippetCustomJoint */; productType = "com.apple.product-type.application"; }; - FFFAdb3b33107fbbdb3b3310 /* SnippetSerialization */ = { + FFFA532e0b807f88532e0b80 /* SnippetSerialization */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6db3b33107fbbdb3b3310 /* Build configuration list for PBXNativeTarget "SnippetSerialization" */; + buildConfigurationList = FFF6532e0b807f88532e0b80 /* Build configuration list for PBXNativeTarget "SnippetSerialization" */; buildPhases = ( - FFF2db3b33107fbbdb3b3310, - FFF8db3b33107fbbdb3b3310, - FFFCdb3b33107fbbdb3b3310, + FFF2532e0b807f88532e0b80, + FFF8532e0b807f88532e0b80, + FFFC532e0b807f88532e0b80, ); buildRules = ( ); dependencies = ( - FFF4db3ac2107fbbdb3ac210, /* SnippetRender */ - FFF4db3b00a07fbbdb3b00a0, /* SnippetUtils */ + FFF4532de1707f88532de170, /* SnippetRender */ + FFF4532dd2707f88532dd270, /* SnippetUtils */ ); name = "SnippetSerialization"; productName = "SnippetSerialization"; - productReference = FFFDdb3b33107fbbdb3b3310 /* SnippetSerialization */; + productReference = FFFD532e0b807f88532e0b80 /* SnippetSerialization */; productType = "com.apple.product-type.application"; }; - FFFAdb3b8bb07fbbdb3b8bb0 /* SnippetLoadCollection */ = { + FFFA532e63107f88532e6310 /* SnippetLoadCollection */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6db3b8bb07fbbdb3b8bb0 /* Build configuration list for PBXNativeTarget "SnippetLoadCollection" */; + buildConfigurationList = FFF6532e63107f88532e6310 /* Build configuration list for PBXNativeTarget "SnippetLoadCollection" */; buildPhases = ( - FFF2db3b8bb07fbbdb3b8bb0, - FFF8db3b8bb07fbbdb3b8bb0, - FFFCdb3b8bb07fbbdb3b8bb0, + FFF2532e63107f88532e6310, + FFF8532e63107f88532e6310, + FFFC532e63107f88532e6310, ); buildRules = ( ); dependencies = ( - FFF4db3ba5707fbbdb3ba570, /* SnippetRender */ - FFF4db3b96007fbbdb3b9600, /* SnippetUtils */ + FFF4532e8bd07f88532e8bd0, /* SnippetRender */ + FFF4532e6d607f88532e6d60, /* SnippetUtils */ ); name = "SnippetLoadCollection"; productName = "SnippetLoadCollection"; - productReference = FFFDdb3b8bb07fbbdb3b8bb0 /* SnippetLoadCollection */; + productReference = FFFD532e63107f88532e6310 /* SnippetLoadCollection */; productType = "com.apple.product-type.tool"; }; - FFFAdb3bbfe07fbbdb3bbfe0 /* SnippetContactReport */ = { + FFFA532e98807f88532e9880 /* SnippetContactReport */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6db3bbfe07fbbdb3bbfe0 /* Build configuration list for PBXNativeTarget "SnippetContactReport" */; + buildConfigurationList = FFF6532e98807f88532e9880 /* Build configuration list for PBXNativeTarget "SnippetContactReport" */; buildPhases = ( - FFF2db3bbfe07fbbdb3bbfe0, - FFF8db3bbfe07fbbdb3bbfe0, - FFFCdb3bbfe07fbbdb3bbfe0, + FFF2532e98807f88532e9880, + FFF8532e98807f88532e9880, + FFFC532e98807f88532e9880, ); buildRules = ( ); dependencies = ( - FFF4db3bdb307fbbdb3bdb30, /* SnippetRender */ - FFF4db3bcb507fbbdb3bcb50, /* SnippetUtils */ + FFF4532ec6907f88532ec690, /* SnippetRender */ + FFF4532ea2f07f88532ea2f0, /* SnippetUtils */ ); name = "SnippetContactReport"; productName = "SnippetContactReport"; - productReference = FFFDdb3bbfe07fbbdb3bbfe0 /* SnippetContactReport */; + productReference = FFFD532e98807f88532e9880 /* SnippetContactReport */; productType = "com.apple.product-type.application"; }; - FFFAdb3bf8d07fbbdb3bf8d0 /* SnippetJoint */ = { + FFFA532ed0d07f88532ed0d0 /* SnippetJoint */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6db3bf8d07fbbdb3bf8d0 /* Build configuration list for PBXNativeTarget "SnippetJoint" */; + buildConfigurationList = FFF6532ed0d07f88532ed0d0 /* Build configuration list for PBXNativeTarget "SnippetJoint" */; buildPhases = ( - FFF2db3bf8d07fbbdb3bf8d0, - FFF8db3bf8d07fbbdb3bf8d0, - FFFCdb3bf8d07fbbdb3bf8d0, + FFF2532ed0d07f88532ed0d0, + FFF8532ed0d07f88532ed0d0, + FFFC532ed0d07f88532ed0d0, ); buildRules = ( ); dependencies = ( - FFF4db3c19107fbbdb3c1910, /* SnippetRender */ - FFF4db3c02d07fbbdb3c02d0, /* SnippetUtils */ + FFF4532ef1e07f88532ef1e0, /* SnippetRender */ + FFF4532eda907f88532eda90, /* SnippetUtils */ ); name = "SnippetJoint"; productName = "SnippetJoint"; - productReference = FFFDdb3bf8d07fbbdb3bf8d0 /* SnippetJoint */; + productReference = FFFD532ed0d07f88532ed0d0 /* SnippetJoint */; productType = "com.apple.product-type.application"; }; - FFFAdb3c2f907fbbdb3c2f90 /* SnippetContactReportCCD */ = { + FFFA532f07207f88532f0720 /* SnippetContactReportCCD */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6db3c2f907fbbdb3c2f90 /* Build configuration list for PBXNativeTarget "SnippetContactReportCCD" */; + buildConfigurationList = FFF6532f07207f88532f0720 /* Build configuration list for PBXNativeTarget "SnippetContactReportCCD" */; buildPhases = ( - FFF2db3c2f907fbbdb3c2f90, - FFF8db3c2f907fbbdb3c2f90, - FFFCdb3c2f907fbbdb3c2f90, + FFF2532f07207f88532f0720, + FFF8532f07207f88532f0720, + FFFC532f07207f88532f0720, ); buildRules = ( ); dependencies = ( - FFF4db3c4fe07fbbdb3c4fe0, /* SnippetRender */ - FFF4db3c39c07fbbdb3c39c0, /* SnippetUtils */ + FFF4532f21607f88532f2160, /* SnippetRender */ + FFF4532f11407f88532f1140, /* SnippetUtils */ ); name = "SnippetContactReportCCD"; productName = "SnippetContactReportCCD"; - productReference = FFFDdb3c2f907fbbdb3c2f90 /* SnippetContactReportCCD */; + productReference = FFFD532f07207f88532f0720 /* SnippetContactReportCCD */; productType = "com.apple.product-type.application"; }; - FFFAdb3c67c07fbbdb3c67c0 /* SnippetCloth */ = { + FFFA532f3f707f88532f3f70 /* SnippetCloth */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6db3c67c07fbbdb3c67c0 /* Build configuration list for PBXNativeTarget "SnippetCloth" */; + buildConfigurationList = FFF6532f3f707f88532f3f70 /* Build configuration list for PBXNativeTarget "SnippetCloth" */; buildPhases = ( - FFF2db3c67c07fbbdb3c67c0, - FFF8db3c67c07fbbdb3c67c0, - FFFCdb3c67c07fbbdb3c67c0, + FFF2532f3f707f88532f3f70, + FFF8532f3f707f88532f3f70, + FFFC532f3f707f88532f3f70, ); buildRules = ( ); dependencies = ( - FFF4db3c8cd07fbbdb3c8cd0, /* SnippetRender */ - FFF4db3c71107fbbdb3c7110, /* SnippetUtils */ + FFF4532f5f307f88532f5f30, /* SnippetRender */ + FFF4532f48f07f88532f48f0, /* SnippetUtils */ ); name = "SnippetCloth"; productName = "SnippetCloth"; - productReference = FFFDdb3c67c07fbbdb3c67c0 /* SnippetCloth */; + productReference = FFFD532f3f707f88532f3f70 /* SnippetCloth */; productType = "com.apple.product-type.tool"; }; - FFFAdb3c9b407fbbdb3c9b40 /* SnippetMBP */ = { + FFFA532f72407f88532f7240 /* SnippetMBP */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6db3c9b407fbbdb3c9b40 /* Build configuration list for PBXNativeTarget "SnippetMBP" */; + buildConfigurationList = FFF6532f72407f88532f7240 /* Build configuration list for PBXNativeTarget "SnippetMBP" */; buildPhases = ( - FFF2db3c9b407fbbdb3c9b40, - FFF8db3c9b407fbbdb3c9b40, - FFFCdb3c9b407fbbdb3c9b40, + FFF2532f72407f88532f7240, + FFF8532f72407f88532f7240, + FFFC532f72407f88532f7240, ); buildRules = ( ); dependencies = ( - FFF4db3cbc807fbbdb3cbc80, /* SnippetRender */ - FFF4db3ca6607fbbdb3ca660, /* SnippetUtils */ + FFF4532f94007f88532f9400, /* SnippetRender */ + FFF4532f7de07f88532f7de0, /* SnippetUtils */ ); name = "SnippetMBP"; productName = "SnippetMBP"; - productReference = FFFDdb3c9b407fbbdb3c9b40 /* SnippetMBP */; + productReference = FFFD532f72407f88532f7240 /* SnippetMBP */; productType = "com.apple.product-type.application"; }; - FFFAdb3cd2c07fbbdb3cd2c0 /* SnippetArticulation */ = { + FFFA532faa607f88532faa60 /* SnippetArticulation */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6db3cd2c07fbbdb3cd2c0 /* Build configuration list for PBXNativeTarget "SnippetArticulation" */; + buildConfigurationList = FFF6532faa607f88532faa60 /* Build configuration list for PBXNativeTarget "SnippetArticulation" */; buildPhases = ( - FFF2db3cd2c07fbbdb3cd2c0, - FFF8db3cd2c07fbbdb3cd2c0, - FFFCdb3cd2c07fbbdb3cd2c0, + FFF2532faa607f88532faa60, + FFF8532faa607f88532faa60, + FFFC532faa607f88532faa60, ); buildRules = ( ); dependencies = ( - FFF4db3cf3207fbbdb3cf320, /* SnippetRender */ - FFF4db3cdcc07fbbdb3cdcc0, /* SnippetUtils */ + FFF4532fbfd07f88532fbfd0, /* SnippetRender */ + FFF4532fb4607f88532fb460, /* SnippetUtils */ ); name = "SnippetArticulation"; productName = "SnippetArticulation"; - productReference = FFFDdb3cd2c07fbbdb3cd2c0 /* SnippetArticulation */; + productReference = FFFD532faa607f88532faa60 /* SnippetArticulation */; productType = "com.apple.product-type.application"; }; - FFFAdb3d0a507fbbdb3d0a50 /* SnippetRaycastCCD */ = { + FFFA53701d807f8853701d80 /* SnippetRaycastCCD */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6db3d0a507fbbdb3d0a50 /* Build configuration list for PBXNativeTarget "SnippetRaycastCCD" */; + buildConfigurationList = FFF653701d807f8853701d80 /* Build configuration list for PBXNativeTarget "SnippetRaycastCCD" */; buildPhases = ( - FFF2db3d0a507fbbdb3d0a50, - FFF8db3d0a507fbbdb3d0a50, - FFFCdb3d0a507fbbdb3d0a50, + FFF253701d807f8853701d80, + FFF853701d807f8853701d80, + FFFC53701d807f8853701d80, ); buildRules = ( ); dependencies = ( - FFF4db3d24407fbbdb3d2440, /* SnippetRender */ - FFF4db3d14607fbbdb3d1460, /* SnippetUtils */ + FFF4537041307f8853704130, /* SnippetRender */ + FFF453702b107f8853702b10, /* SnippetUtils */ ); name = "SnippetRaycastCCD"; productName = "SnippetRaycastCCD"; - productReference = FFFDdb3d0a507fbbdb3d0a50 /* SnippetRaycastCCD */; + productReference = FFFD53701d807f8853701d80 /* SnippetRaycastCCD */; productType = "com.apple.product-type.application"; }; - FFFAdb3d41a07fbbdb3d41a0 /* SnippetCustomProfiler */ = { + FFFA537058107f8853705810 /* SnippetCustomProfiler */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6db3d41a07fbbdb3d41a0 /* Build configuration list for PBXNativeTarget "SnippetCustomProfiler" */; + buildConfigurationList = FFF6537058107f8853705810 /* Build configuration list for PBXNativeTarget "SnippetCustomProfiler" */; buildPhases = ( - FFF2db3d41a07fbbdb3d41a0, - FFF8db3d41a07fbbdb3d41a0, - FFFCdb3d41a07fbbdb3d41a0, + FFF2537058107f8853705810, + FFF8537058107f8853705810, + FFFC537058107f8853705810, ); buildRules = ( ); dependencies = ( - FFF4db3d6f907fbbdb3d6f90, /* SnippetRender */ - FFF4db3d4bf07fbbdb3d4bf0, /* SnippetUtils */ + FFF4537078b07f88537078b0, /* SnippetRender */ + FFF4537062d07f88537062d0, /* SnippetUtils */ ); name = "SnippetCustomProfiler"; productName = "SnippetCustomProfiler"; - productReference = FFFDdb3d41a07fbbdb3d41a0 /* SnippetCustomProfiler */; + productReference = FFFD537058107f8853705810 /* SnippetCustomProfiler */; productType = "com.apple.product-type.application"; }; - FFFAdb3d7a207fbbdb3d7a20 /* SnippetVehicleTank */ = { + FFFA537090007f8853709000 /* SnippetVehicleTank */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6db3d7a207fbbdb3d7a20 /* Build configuration list for PBXNativeTarget "SnippetVehicleTank" */; + buildConfigurationList = FFF6537090007f8853709000 /* Build configuration list for PBXNativeTarget "SnippetVehicleTank" */; buildPhases = ( - FFF2db3d7a207fbbdb3d7a20, - FFF8db3d7a207fbbdb3d7a20, - FFFCdb3d7a207fbbdb3d7a20, + FFF2537090007f8853709000, + FFF8537090007f8853709000, + FFFC537090007f8853709000, ); buildRules = ( ); dependencies = ( - FFF4db3d99d07fbbdb3d99d0, /* SnippetRender */ - FFF4db3d83f07fbbdb3d83f0, /* SnippetUtils */ + FFF45370be207f885370be20, /* SnippetRender */ + FFF4537099f07f88537099f0, /* SnippetUtils */ ); name = "SnippetVehicleTank"; productName = "SnippetVehicleTank"; - productReference = FFFDdb3d7a207fbbdb3d7a20 /* SnippetVehicleTank */; + productReference = FFFD537090007f8853709000 /* SnippetVehicleTank */; productType = "com.apple.product-type.application"; }; - FFFAdb3dca907fbbdb3dca90 /* SnippetVehicle4W */ = { + FFFA5370e0807f885370e080 /* SnippetVehicle4W */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6db3dca907fbbdb3dca90 /* Build configuration list for PBXNativeTarget "SnippetVehicle4W" */; + buildConfigurationList = FFF65370e0807f885370e080 /* Build configuration list for PBXNativeTarget "SnippetVehicle4W" */; buildPhases = ( - FFF2db3dca907fbbdb3dca90, - FFF8db3dca907fbbdb3dca90, - FFFCdb3dca907fbbdb3dca90, + FFF25370e0807f885370e080, + FFF85370e0807f885370e080, + FFFC5370e0807f885370e080, ); buildRules = ( ); dependencies = ( - FFF4db3de8707fbbdb3de870, /* SnippetRender */ - FFF4db3dd2307fbbdb3dd230, /* SnippetUtils */ + FFF453710d707f8853710d70, /* SnippetRender */ + FFF45370e8407f885370e840, /* SnippetUtils */ ); name = "SnippetVehicle4W"; productName = "SnippetVehicle4W"; - productReference = FFFDdb3dca907fbbdb3dca90 /* SnippetVehicle4W */; + productReference = FFFD5370e0807f885370e080 /* SnippetVehicle4W */; productType = "com.apple.product-type.application"; }; - FFFAdb3e18e07fbbdb3e18e0 /* SnippetVehicleScale */ = { + FFFA53712ed07f8853712ed0 /* SnippetVehicleScale */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6db3e18e07fbbdb3e18e0 /* Build configuration list for PBXNativeTarget "SnippetVehicleScale" */; + buildConfigurationList = FFF653712ed07f8853712ed0 /* Build configuration list for PBXNativeTarget "SnippetVehicleScale" */; buildPhases = ( - FFF2db3e18e07fbbdb3e18e0, - FFF8db3e18e07fbbdb3e18e0, - FFFCdb3e18e07fbbdb3e18e0, + FFF253712ed07f8853712ed0, + FFF853712ed07f8853712ed0, + FFFC53712ed07f8853712ed0, ); buildRules = ( ); dependencies = ( - FFF4db3e3ac07fbbdb3e3ac0, /* SnippetRender */ - FFF4db3e20707fbbdb3e2070, /* SnippetUtils */ + FFF453714d107f8853714d10, /* SnippetRender */ + FFF4537136907f8853713690, /* SnippetUtils */ ); name = "SnippetVehicleScale"; productName = "SnippetVehicleScale"; - productReference = FFFDdb3e18e07fbbdb3e18e0 /* SnippetVehicleScale */; + productReference = FFFD53712ed07f8853712ed0 /* SnippetVehicleScale */; productType = "com.apple.product-type.application"; }; - FFFAdb3e67207fbbdb3e6720 /* SnippetVehicleNoDrive */ = { + FFFA53717d507f8853717d50 /* SnippetVehicleNoDrive */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6db3e67207fbbdb3e6720 /* Build configuration list for PBXNativeTarget "SnippetVehicleNoDrive" */; + buildConfigurationList = FFF653717d507f8853717d50 /* Build configuration list for PBXNativeTarget "SnippetVehicleNoDrive" */; buildPhases = ( - FFF2db3e67207fbbdb3e6720, - FFF8db3e67207fbbdb3e6720, - FFFCdb3e67207fbbdb3e6720, + FFF253717d507f8853717d50, + FFF853717d507f8853717d50, + FFFC53717d507f8853717d50, ); buildRules = ( ); dependencies = ( - FFF4db3e85307fbbdb3e8530, /* SnippetRender */ - FFF4db3e6f107fbbdb3e6f10, /* SnippetUtils */ + FFF4537195407f8853719540, /* SnippetRender */ + FFF4537185607f8853718560, /* SnippetUtils */ ); name = "SnippetVehicleNoDrive"; productName = "SnippetVehicleNoDrive"; - productReference = FFFDdb3e67207fbbdb3e6720 /* SnippetVehicleNoDrive */; + productReference = FFFD53717d507f8853717d50 /* SnippetVehicleNoDrive */; productType = "com.apple.product-type.application"; }; - FFFAdb3eb5b07fbbdb3eb5b0 /* SnippetVehicleMultiThreading */ = { + FFFA5371cc707f885371cc70 /* SnippetVehicleMultiThreading */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6db3eb5b07fbbdb3eb5b0 /* Build configuration list for PBXNativeTarget "SnippetVehicleMultiThreading" */; + buildConfigurationList = FFF65371cc707f885371cc70 /* Build configuration list for PBXNativeTarget "SnippetVehicleMultiThreading" */; buildPhases = ( - FFF2db3eb5b07fbbdb3eb5b0, - FFF8db3eb5b07fbbdb3eb5b0, - FFFCdb3eb5b07fbbdb3eb5b0, + FFF25371cc707f885371cc70, + FFF85371cc707f885371cc70, + FFFC5371cc707f885371cc70, ); buildRules = ( ); dependencies = ( - FFF4db3ee1707fbbdb3ee170, /* SnippetRender */ - FFF4db3ebdf07fbbdb3ebdf0, /* SnippetUtils */ + FFF45371ea607f885371ea60, /* SnippetRender */ + FFF45371d4807f885371d480, /* SnippetUtils */ ); name = "SnippetVehicleMultiThreading"; productName = "SnippetVehicleMultiThreading"; - productReference = FFFDdb3eb5b07fbbdb3eb5b0 /* SnippetVehicleMultiThreading */; + productReference = FFFD5371cc707f885371cc70 /* SnippetVehicleMultiThreading */; productType = "com.apple.product-type.tool"; }; - FFFAdb3f02c07fbbdb3f02c0 /* SnippetVehicleContactMod */ = { + FFFA537218c07f88537218c0 /* SnippetVehicleContactMod */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6db3f02c07fbbdb3f02c0 /* Build configuration list for PBXNativeTarget "SnippetVehicleContactMod" */; + buildConfigurationList = FFF6537218c07f88537218c0 /* Build configuration list for PBXNativeTarget "SnippetVehicleContactMod" */; buildPhases = ( - FFF2db3f02c07fbbdb3f02c0, - FFF8db3f02c07fbbdb3f02c0, - FFFCdb3f02c07fbbdb3f02c0, + FFF2537218c07f88537218c0, + FFF8537218c07f88537218c0, + FFFC537218c07f88537218c0, ); buildRules = ( ); dependencies = ( - FFF4db3f2e207fbbdb3f2e20, /* SnippetRender */ - FFF4db3f0a807fbbdb3f0a80, /* SnippetUtils */ + FFF4537244407f8853724440, /* SnippetRender */ + FFF4537221007f8853722100, /* SnippetUtils */ ); name = "SnippetVehicleContactMod"; productName = "SnippetVehicleContactMod"; - productReference = FFFDdb3f02c07fbbdb3f02c0 /* SnippetVehicleContactMod */; + productReference = FFFD537218c07f88537218c0 /* SnippetVehicleContactMod */; productType = "com.apple.product-type.application"; }; - FFFAdb3f51b07fbbdb3f51b0 /* SnippetNestedScene */ = { + FFFA537267c07f88537267c0 /* SnippetNestedScene */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6db3f51b07fbbdb3f51b0 /* Build configuration list for PBXNativeTarget "SnippetNestedScene" */; + buildConfigurationList = FFF6537267c07f88537267c0 /* Build configuration list for PBXNativeTarget "SnippetNestedScene" */; buildPhases = ( - FFF2db3f51b07fbbdb3f51b0, - FFF8db3f51b07fbbdb3f51b0, - FFFCdb3f51b07fbbdb3f51b0, + FFF2537267c07f88537267c0, + FFF8537267c07f88537267c0, + FFFC537267c07f88537267c0, ); buildRules = ( ); dependencies = ( - FFF4db3f6f407fbbdb3f6f40, /* SnippetRender */ - FFF4db3f59207fbbdb3f5920, /* SnippetUtils */ + FFF4537286b07f88537286b0, /* SnippetRender */ + FFF453726f507f8853726f50, /* SnippetUtils */ ); name = "SnippetNestedScene"; productName = "SnippetNestedScene"; - productReference = FFFDdb3f51b07fbbdb3f51b0 /* SnippetNestedScene */; + productReference = FFFD537267c07f88537267c0 /* SnippetNestedScene */; productType = "com.apple.product-type.application"; }; - FFFAdb3fa1d07fbbdb3fa1d0 /* SnippetSpatialIndex */ = { + FFFA5372b7907f885372b790 /* SnippetSpatialIndex */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6db3fa1d07fbbdb3fa1d0 /* Build configuration list for PBXNativeTarget "SnippetSpatialIndex" */; + buildConfigurationList = FFF65372b7907f885372b790 /* Build configuration list for PBXNativeTarget "SnippetSpatialIndex" */; buildPhases = ( - FFF2db3fa1d07fbbdb3fa1d0, - FFF8db3fa1d07fbbdb3fa1d0, - FFFCdb3fa1d07fbbdb3fa1d0, + FFF25372b7907f885372b790, + FFF85372b7907f885372b790, + FFFC5372b7907f885372b790, ); buildRules = ( ); dependencies = ( - FFF4dc800e307fbbdc800e30, /* SnippetRender */ - FFF4db3fa9707fbbdb3fa970, /* SnippetUtils */ + FFF45372cf707f885372cf70, /* SnippetRender */ + FFF45372bf507f885372bf50, /* SnippetUtils */ ); name = "SnippetSpatialIndex"; productName = "SnippetSpatialIndex"; - productReference = FFFDdb3fa1d07fbbdb3fa1d0 /* SnippetSpatialIndex */; + productReference = FFFD5372b7907f885372b790 /* SnippetSpatialIndex */; productType = "com.apple.product-type.tool"; }; - FFFAdc8013907fbbdc801390 /* SnippetSplitSim */ = { + FFFA5372ea507f885372ea50 /* SnippetSplitSim */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6dc8013907fbbdc801390 /* Build configuration list for PBXNativeTarget "SnippetSplitSim" */; + buildConfigurationList = FFF65372ea507f885372ea50 /* Build configuration list for PBXNativeTarget "SnippetSplitSim" */; buildPhases = ( - FFF2dc8013907fbbdc801390, - FFF8dc8013907fbbdc801390, - FFFCdc8013907fbbdc801390, + FFF25372ea507f885372ea50, + FFF85372ea507f885372ea50, + FFFC5372ea507f885372ea50, ); buildRules = ( ); dependencies = ( - FFF4dc8034807fbbdc803480, /* SnippetRender */ - FFF4dc801e407fbbdc801e40, /* SnippetUtils */ + FFF453730ae07f8853730ae0, /* SnippetRender */ + FFF45372f4807f885372f480, /* SnippetUtils */ ); name = "SnippetSplitSim"; productName = "SnippetSplitSim"; - productReference = FFFDdc8013907fbbdc801390 /* SnippetSplitSim */; + productReference = FFFD5372ea507f885372ea50 /* SnippetSplitSim */; productType = "com.apple.product-type.application"; }; - FFFAdc804b607fbbdc804b60 /* SnippetTriangleMeshCreate */ = { + FFFA537321c07f88537321c0 /* SnippetTriangleMeshCreate */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6dc804b607fbbdc804b60 /* Build configuration list for PBXNativeTarget "SnippetTriangleMeshCreate" */; + buildConfigurationList = FFF6537321c07f88537321c0 /* Build configuration list for PBXNativeTarget "SnippetTriangleMeshCreate" */; buildPhases = ( - FFF2dc804b607fbbdc804b60, - FFF8dc804b607fbbdc804b60, - FFFCdc804b607fbbdc804b60, + FFF2537321c07f88537321c0, + FFF8537321c07f88537321c0, + FFFC537321c07f88537321c0, ); buildRules = ( ); dependencies = ( - FFF4dc8071207fbbdc807120, /* SnippetRender */ - FFF4dc8055607fbbdc805560, /* SnippetUtils */ + FFF4537347807f8853734780, /* SnippetRender */ + FFF453732bc07f8853732bc0, /* SnippetUtils */ ); name = "SnippetTriangleMeshCreate"; productName = "SnippetTriangleMeshCreate"; - productReference = FFFDdc804b607fbbdc804b60 /* SnippetTriangleMeshCreate */; + productReference = FFFD537321c07f88537321c0 /* SnippetTriangleMeshCreate */; productType = "com.apple.product-type.tool"; }; - FFFAdc8080907fbbdc808090 /* SnippetMultiThreading */ = { + FFFA537356f07f88537356f0 /* SnippetMultiThreading */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6dc8080907fbbdc808090 /* Build configuration list for PBXNativeTarget "SnippetMultiThreading" */; + buildConfigurationList = FFF6537356f07f88537356f0 /* Build configuration list for PBXNativeTarget "SnippetMultiThreading" */; buildPhases = ( - FFF2dc8080907fbbdc808090, - FFF8dc8080907fbbdc808090, - FFFCdc8080907fbbdc808090, + FFF2537356f07f88537356f0, + FFF8537356f07f88537356f0, + FFFC537356f07f88537356f0, ); buildRules = ( ); dependencies = ( - FFF4dc80a1507fbbdc80a150, /* SnippetRender */ - FFF4dc808af07fbbdc808af0, /* SnippetUtils */ + FFF4537377b07f88537377b0, /* SnippetRender */ + FFF4537361507f8853736150, /* SnippetUtils */ ); name = "SnippetMultiThreading"; productName = "SnippetMultiThreading"; - productReference = FFFDdc8080907fbbdc808090 /* SnippetMultiThreading */; + productReference = FFFD537356f07f88537356f0 /* SnippetMultiThreading */; productType = "com.apple.product-type.tool"; }; - FFFAdc80b6007fbbdc80b600 /* SnippetContactModification */ = { + FFFA53738c607f8853738c60 /* SnippetContactModification */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6dc80b6007fbbdc80b600 /* Build configuration list for PBXNativeTarget "SnippetContactModification" */; + buildConfigurationList = FFF653738c607f8853738c60 /* Build configuration list for PBXNativeTarget "SnippetContactModification" */; buildPhases = ( - FFF2dc80b6007fbbdc80b600, - FFF8dc80b6007fbbdc80b600, - FFFCdc80b6007fbbdc80b600, + FFF253738c607f8853738c60, + FFF853738c607f8853738c60, + FFFC53738c607f8853738c60, ); buildRules = ( ); dependencies = ( - FFF4dc80e4107fbbdc80e410, /* SnippetRender */ - FFF4dc80c0707fbbdc80c070, /* SnippetUtils */ + FFF45373ba707f885373ba70, /* SnippetRender */ + FFF4537396d07f88537396d0, /* SnippetUtils */ ); name = "SnippetContactModification"; productName = "SnippetContactModification"; - productReference = FFFDdc80b6007fbbdc80b600 /* SnippetContactModification */; + productReference = FFFD53738c607f8853738c60 /* SnippetContactModification */; productType = "com.apple.product-type.application"; }; - FFFAdc80eec07fbbdc80eec0 /* SnippetToleranceScale */ = { + FFFA5373c5207f885373c520 /* SnippetToleranceScale */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6dc80eec07fbbdc80eec0 /* Build configuration list for PBXNativeTarget "SnippetToleranceScale" */; + buildConfigurationList = FFF65373c5207f885373c520 /* Build configuration list for PBXNativeTarget "SnippetToleranceScale" */; buildPhases = ( - FFF2dc80eec07fbbdc80eec0, - FFF8dc80eec07fbbdc80eec0, - FFFCdc80eec07fbbdc80eec0, + FFF25373c5207f885373c520, + FFF85373c5207f885373c520, + FFFC5373c5207f885373c520, ); buildRules = ( ); dependencies = ( - FFF4dc811be07fbbdc811be0, /* SnippetRender */ - FFF4dc80f8407fbbdc80f840, /* SnippetUtils */ + FFF45373f2407f885373f240, /* SnippetRender */ + FFF45373cea07f885373cea0, /* SnippetUtils */ ); name = "SnippetToleranceScale"; productName = "SnippetToleranceScale"; - productReference = FFFDdc80eec07fbbdc80eec0 /* SnippetToleranceScale */; + productReference = FFFD5373c5207f885373c520 /* SnippetToleranceScale */; productType = "com.apple.product-type.tool"; }; - FFFAdc8123107fbbdc812310 /* SnippetStepper */ = { + FFFA5373f9707f885373f970 /* SnippetStepper */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6dc8123107fbbdc812310 /* Build configuration list for PBXNativeTarget "SnippetStepper" */; + buildConfigurationList = FFF65373f9707f885373f970 /* Build configuration list for PBXNativeTarget "SnippetStepper" */; buildPhases = ( - FFF2dc8123107fbbdc812310, - FFF8dc8123107fbbdc812310, - FFFCdc8123107fbbdc812310, + FFF25373f9707f885373f970, + FFF85373f9707f885373f970, + FFFC5373f9707f885373f970, ); buildRules = ( ); dependencies = ( - FFF4dc8144007fbbdc814400, /* SnippetRender */ - FFF4dc812da07fbbdc812da0, /* SnippetUtils */ + FFF453741a607f8853741a60, /* SnippetRender */ + FFF4537404007f8853740400, /* SnippetUtils */ ); name = "SnippetStepper"; productName = "SnippetStepper"; - productReference = FFFDdc8123107fbbdc812310 /* SnippetStepper */; + productReference = FFFD5373f9707f885373f970 /* SnippetStepper */; productType = "com.apple.product-type.tool"; }; - FFFAdc8157b07fbbdc8157b0 /* SnippetPrunerSerialization */ = { + FFFA53742e107f8853742e10 /* SnippetPrunerSerialization */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6dc8157b07fbbdc8157b0 /* Build configuration list for PBXNativeTarget "SnippetPrunerSerialization" */; + buildConfigurationList = FFF653742e107f8853742e10 /* Build configuration list for PBXNativeTarget "SnippetPrunerSerialization" */; buildPhases = ( - FFF2dc8157b07fbbdc8157b0, - FFF8dc8157b07fbbdc8157b0, - FFFCdc8157b07fbbdc8157b0, + FFF253742e107f8853742e10, + FFF853742e107f8853742e10, + FFFC53742e107f8853742e10, ); buildRules = ( ); dependencies = ( - FFF4dc8178e07fbbdc8178e0, /* SnippetRender */ - FFF4dc8162a07fbbdc8162a0, /* SnippetUtils */ + FFF453744f407f8853744f40, /* SnippetRender */ + FFF4537439007f8853743900, /* SnippetUtils */ ); name = "SnippetPrunerSerialization"; productName = "SnippetPrunerSerialization"; - productReference = FFFDdc8157b07fbbdc8157b0 /* SnippetPrunerSerialization */; + productReference = FFFD53742e107f8853742e10 /* SnippetPrunerSerialization */; productType = "com.apple.product-type.tool"; }; - FFFAdc818d907fbbdc818d90 /* SnippetConvexMeshCreate */ = { + FFFA537463f07f88537463f0 /* SnippetConvexMeshCreate */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6dc818d907fbbdc818d90 /* Build configuration list for PBXNativeTarget "SnippetConvexMeshCreate" */; + buildConfigurationList = FFF6537463f07f88537463f0 /* Build configuration list for PBXNativeTarget "SnippetConvexMeshCreate" */; buildPhases = ( - FFF2dc818d907fbbdc818d90, - FFF8dc818d907fbbdc818d90, - FFFCdc818d907fbbdc818d90, + FFF2537463f07f88537463f0, + FFF8537463f07f88537463f0, + FFFC537463f07f88537463f0, ); buildRules = ( ); dependencies = ( - FFF4dc81bc807fbbdc81bc80, /* SnippetRender */ - FFF4dc8198e07fbbdc8198e0, /* SnippetUtils */ + FFF4537492e07f88537492e0, /* SnippetRender */ + FFF453746f407f8853746f40, /* SnippetUtils */ ); name = "SnippetConvexMeshCreate"; productName = "SnippetConvexMeshCreate"; - productReference = FFFDdc818d907fbbdc818d90 /* SnippetConvexMeshCreate */; + productReference = FFFD537463f07f88537463f0 /* SnippetConvexMeshCreate */; productType = "com.apple.product-type.tool"; }; /* End PBXNativeTarget section */ /* Begin XCConfigurationList section */ - FFF6db38a2507fbbdb38a250 = { + FFF6525f66f07f88525f66f0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7da9ba8007fbbda9ba800, - FFF7da9baef07fbbda9baef0, - FFF7da9bb5e07fbbda9bb5e0, - FFF7da9bbcd07fbbda9bbcd0, + FFF7529650007f8852965000, + FFF7529656f07f88529656f0, + FFF752965de07f8852965de0, + FFF7529664d07f88529664d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6db34e0707fbbdb34e070 = { + FFF653262cb07f8853262cb0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7da9bc4007fbbda9bc400, - FFF7da9bcaf07fbbda9bcaf0, - FFF7da9bd1e07fbbda9bd1e0, - FFF7da9bd8d07fbbda9bd8d0, + FFF752966c007f8852966c00, + FFF7529672f07f88529672f0, + FFF7529679e07f88529679e0, + FFF7529680d07f88529680d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6db32d2407fbbdb32d240 = { + FFF653241a107f8853241a10 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7da9be0007fbbda9be000, - FFF7da9be6f07fbbda9be6f0, - FFF7da9bede07fbbda9bede0, - FFF7da9bf4d07fbbda9bf4d0, + FFF7529688007f8852968800, + FFF752968ef07f8852968ef0, + FFF7529695e07f88529695e0, + FFF752969cd07f8852969cd0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6db382b507fbbdb382b50 = { + FFF6525f57a07f88525f57a0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7da9bfc007fbbda9bfc00, - FFF7da9c02f07fbbda9c02f0, - FFF7da9c09e07fbbda9c09e0, - FFF7da9c10d07fbbda9c10d0, + FFF75296a4007f885296a400, + FFF75296aaf07f885296aaf0, + FFF75296b1e07f885296b1e0, + FFF75296b8d07f885296b8d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6db3574407fbbdb357440 = { + FFF65329c3907f885329c390 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7da9c18007fbbda9c1800, - FFF7da9c1ef07fbbda9c1ef0, - FFF7da9c25e07fbbda9c25e0, - FFF7da9c2cd07fbbda9c2cd0, + FFF75296c0007f885296c000, + FFF75296c6f07f885296c6f0, + FFF75296cde07f885296cde0, + FFF75296d4d07f885296d4d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6db2f4d507fbbdb2f4d50 = { + FFF6525ea5307f88525ea530 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7da9c34007fbbda9c3400, - FFF7da9c3af07fbbda9c3af0, - FFF7da9c41e07fbbda9c41e0, - FFF7da9c48d07fbbda9c48d0, + FFF75296dc007f885296dc00, + FFF75296e2f07f885296e2f0, + FFF75296e9e07f885296e9e0, + FFF75296f0d07f885296f0d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6db3a3c707fbbdb3a3c70 = { + FFF6532d3d007f88532d3d00 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7da9c50007fbbda9c5000, - FFF7da9c56f07fbbda9c56f0, - FFF7da9c5de07fbbda9c5de0, - FFF7da9c64d07fbbda9c64d0, + FFF75296f8007f885296f800, + FFF75296fef07f885296fef0, + FFF7529705e07f88529705e0, + FFF752970cd07f8852970cd0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6db3b33107fbbdb3b3310 = { + FFF6532e0b807f88532e0b80 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7da9c6c007fbbda9c6c00, - FFF7da9c72f07fbbda9c72f0, - FFF7da9c79e07fbbda9c79e0, - FFF7da9c80d07fbbda9c80d0, + FFF7529714007f8852971400, + FFF752971af07f8852971af0, + FFF7529721e07f88529721e0, + FFF7529728d07f88529728d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6db3b8bb07fbbdb3b8bb0 = { + FFF6532e63107f88532e6310 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7da9c88007fbbda9c8800, - FFF7da9c8ef07fbbda9c8ef0, - FFF7da9c95e07fbbda9c95e0, - FFF7da9c9cd07fbbda9c9cd0, + FFF7529730007f8852973000, + FFF7529736f07f88529736f0, + FFF752973de07f8852973de0, + FFF7529744d07f88529744d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6db3bbfe07fbbdb3bbfe0 = { + FFF6532e98807f88532e9880 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7da9ca4007fbbda9ca400, - FFF7da9caaf07fbbda9caaf0, - FFF7da9cb1e07fbbda9cb1e0, - FFF7da9cb8d07fbbda9cb8d0, + FFF752974c007f8852974c00, + FFF7529752f07f88529752f0, + FFF7529759e07f88529759e0, + FFF7529760d07f88529760d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6db3bf8d07fbbdb3bf8d0 = { + FFF6532ed0d07f88532ed0d0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7da9cc0007fbbda9cc000, - FFF7da9cc6f07fbbda9cc6f0, - FFF7da9ccde07fbbda9ccde0, - FFF7da9cd4d07fbbda9cd4d0, + FFF7529768007f8852976800, + FFF752976ef07f8852976ef0, + FFF7529775e07f88529775e0, + FFF752977cd07f8852977cd0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6db3c2f907fbbdb3c2f90 = { + FFF6532f07207f88532f0720 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7da9cdc007fbbda9cdc00, - FFF7da9ce2f07fbbda9ce2f0, - FFF7da9ce9e07fbbda9ce9e0, - FFF7da9cf0d07fbbda9cf0d0, + FFF7529784007f8852978400, + FFF752978af07f8852978af0, + FFF7529791e07f88529791e0, + FFF7529798d07f88529798d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6db3c67c07fbbdb3c67c0 = { + FFF6532f3f707f88532f3f70 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7da9cf8007fbbda9cf800, - FFF7da9cfef07fbbda9cfef0, - FFF7da9d05e07fbbda9d05e0, - FFF7da9d0cd07fbbda9d0cd0, + FFF75297a0007f885297a000, + FFF75297a6f07f885297a6f0, + FFF75297ade07f885297ade0, + FFF75297b4d07f885297b4d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6db3c9b407fbbdb3c9b40 = { + FFF6532f72407f88532f7240 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7da9d14007fbbda9d1400, - FFF7da9d1af07fbbda9d1af0, - FFF7da9d21e07fbbda9d21e0, - FFF7da9d28d07fbbda9d28d0, + FFF75297bc007f885297bc00, + FFF75297c2f07f885297c2f0, + FFF75297c9e07f885297c9e0, + FFF75297d0d07f885297d0d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6db3cd2c07fbbdb3cd2c0 = { + FFF6532faa607f88532faa60 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7da9d30007fbbda9d3000, - FFF7da9d36f07fbbda9d36f0, - FFF7da9d3de07fbbda9d3de0, - FFF7da9d44d07fbbda9d44d0, + FFF75297d8007f885297d800, + FFF75297def07f885297def0, + FFF75297e5e07f885297e5e0, + FFF75297ecd07f885297ecd0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6db3d0a507fbbdb3d0a50 = { + FFF653701d807f8853701d80 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7da9d4c007fbbda9d4c00, - FFF7da9d52f07fbbda9d52f0, - FFF7da9d59e07fbbda9d59e0, - FFF7da9d60d07fbbda9d60d0, + FFF75297f4007f885297f400, + FFF75297faf07f885297faf0, + FFF7529801e07f88529801e0, + FFF7529808d07f88529808d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6db3d41a07fbbdb3d41a0 = { + FFF6537058107f8853705810 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7da9d68007fbbda9d6800, - FFF7da9d6ef07fbbda9d6ef0, - FFF7da9d75e07fbbda9d75e0, - FFF7da9d7cd07fbbda9d7cd0, + FFF7529810007f8852981000, + FFF7529816f07f88529816f0, + FFF752981de07f8852981de0, + FFF7529824d07f88529824d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6db3d7a207fbbdb3d7a20 = { + FFF6537090007f8853709000 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7da9d84007fbbda9d8400, - FFF7da9d8af07fbbda9d8af0, - FFF7da9d91e07fbbda9d91e0, - FFF7da9d98d07fbbda9d98d0, + FFF752982c007f8852982c00, + FFF7529832f07f88529832f0, + FFF7529839e07f88529839e0, + FFF7529840d07f88529840d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6db3dca907fbbdb3dca90 = { + FFF65370e0807f885370e080 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7da9da0007fbbda9da000, - FFF7da9da6f07fbbda9da6f0, - FFF7da9dade07fbbda9dade0, - FFF7da9db4d07fbbda9db4d0, + FFF7529848007f8852984800, + FFF752984ef07f8852984ef0, + FFF7529855e07f88529855e0, + FFF752985cd07f8852985cd0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6db3e18e07fbbdb3e18e0 = { + FFF653712ed07f8853712ed0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7da9dbc007fbbda9dbc00, - FFF7da9dc2f07fbbda9dc2f0, - FFF7da9dc9e07fbbda9dc9e0, - FFF7da9dd0d07fbbda9dd0d0, + FFF7529864007f8852986400, + FFF752986af07f8852986af0, + FFF7529871e07f88529871e0, + FFF7529878d07f88529878d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6db3e67207fbbdb3e6720 = { + FFF653717d507f8853717d50 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7da9dd8007fbbda9dd800, - FFF7da9ddef07fbbda9ddef0, - FFF7da9de5e07fbbda9de5e0, - FFF7da9decd07fbbda9decd0, + FFF7529880007f8852988000, + FFF7529886f07f88529886f0, + FFF752988de07f8852988de0, + FFF7529894d07f88529894d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6db3eb5b07fbbdb3eb5b0 = { + FFF65371cc707f885371cc70 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7da9df4007fbbda9df400, - FFF7da9dfaf07fbbda9dfaf0, - FFF7da9e01e07fbbda9e01e0, - FFF7da9e08d07fbbda9e08d0, + FFF752989c007f8852989c00, + FFF75298a2f07f885298a2f0, + FFF75298a9e07f885298a9e0, + FFF75298b0d07f885298b0d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6db3f02c07fbbdb3f02c0 = { + FFF6537218c07f88537218c0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7da9e10007fbbda9e1000, - FFF7da9e16f07fbbda9e16f0, - FFF7da9e1de07fbbda9e1de0, - FFF7da9e24d07fbbda9e24d0, + FFF75298b8007f885298b800, + FFF75298bef07f885298bef0, + FFF75298c5e07f885298c5e0, + FFF75298ccd07f885298ccd0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6db3f51b07fbbdb3f51b0 = { + FFF6537267c07f88537267c0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7da9e2c007fbbda9e2c00, - FFF7da9e32f07fbbda9e32f0, - FFF7da9e39e07fbbda9e39e0, - FFF7da9e40d07fbbda9e40d0, + FFF75298d4007f885298d400, + FFF75298daf07f885298daf0, + FFF75298e1e07f885298e1e0, + FFF75298e8d07f885298e8d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6db3fa1d07fbbdb3fa1d0 = { + FFF65372b7907f885372b790 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7da9e48007fbbda9e4800, - FFF7da9e4ef07fbbda9e4ef0, - FFF7da9e55e07fbbda9e55e0, - FFF7da9e5cd07fbbda9e5cd0, + FFF75298f0007f885298f000, + FFF75298f6f07f885298f6f0, + FFF75298fde07f885298fde0, + FFF7529904d07f88529904d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6dc8013907fbbdc801390 = { + FFF65372ea507f885372ea50 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7da9e64007fbbda9e6400, - FFF7da9e6af07fbbda9e6af0, - FFF7da9e71e07fbbda9e71e0, - FFF7da9e78d07fbbda9e78d0, + FFF752990c007f8852990c00, + FFF7529912f07f88529912f0, + FFF7529919e07f88529919e0, + FFF7529920d07f88529920d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6dc804b607fbbdc804b60 = { + FFF6537321c07f88537321c0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7da9e80007fbbda9e8000, - FFF7da9e86f07fbbda9e86f0, - FFF7da9e8de07fbbda9e8de0, - FFF7da9e94d07fbbda9e94d0, + FFF7529928007f8852992800, + FFF752992ef07f8852992ef0, + FFF7529935e07f88529935e0, + FFF752993cd07f8852993cd0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6dc8080907fbbdc808090 = { + FFF6537356f07f88537356f0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7da9e9c007fbbda9e9c00, - FFF7da9ea2f07fbbda9ea2f0, - FFF7da9ea9e07fbbda9ea9e0, - FFF7da9eb0d07fbbda9eb0d0, + FFF7529944007f8852994400, + FFF752994af07f8852994af0, + FFF7529951e07f88529951e0, + FFF7529958d07f88529958d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6dc80b6007fbbdc80b600 = { + FFF653738c607f8853738c60 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7da9eb8007fbbda9eb800, - FFF7da9ebef07fbbda9ebef0, - FFF7da9ec5e07fbbda9ec5e0, - FFF7da9eccd07fbbda9eccd0, + FFF7529960007f8852996000, + FFF7529966f07f88529966f0, + FFF752996de07f8852996de0, + FFF7529974d07f88529974d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6dc80eec07fbbdc80eec0 = { + FFF65373c5207f885373c520 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7da9ed4007fbbda9ed400, - FFF7da9edaf07fbbda9edaf0, - FFF7da9ee1e07fbbda9ee1e0, - FFF7da9ee8d07fbbda9ee8d0, + FFF752997c007f8852997c00, + FFF7529982f07f88529982f0, + FFF7529989e07f88529989e0, + FFF7529990d07f88529990d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6dc8123107fbbdc812310 = { + FFF65373f9707f885373f970 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7da9ef0007fbbda9ef000, - FFF7da9ef6f07fbbda9ef6f0, - FFF7da9efde07fbbda9efde0, - FFF7da9f04d07fbbda9f04d0, + FFF7529998007f8852999800, + FFF752999ef07f8852999ef0, + FFF75299a5e07f885299a5e0, + FFF75299acd07f885299acd0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6dc8157b07fbbdc8157b0 = { + FFF653742e107f8853742e10 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7da9f0c007fbbda9f0c00, - FFF7da9f12f07fbbda9f12f0, - FFF7da9f19e07fbbda9f19e0, - FFF7da9f20d07fbbda9f20d0, + FFF75299b4007f885299b400, + FFF75299baf07f885299baf0, + FFF75299c1e07f885299c1e0, + FFF75299c8d07f885299c8d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6dc818d907fbbdc818d90 = { + FFF6537463f07f88537463f0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7da9f28007fbbda9f2800, - FFF7da9f2ef07fbbda9f2ef0, - FFF7da9f35e07fbbda9f35e0, - FFF7da9f3cd07fbbda9f3cd0, + FFF75299d0007f885299d000, + FFF75299d6f07f885299d6f0, + FFF75299dde07f885299dde0, + FFF75299e4d07f885299e4d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6db38a1407fbbdb38a140 = { + FFF6525f65e07f88525f65e0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF3da9ba8007fbbda9ba800 /* debug */, - FFF3da9baef07fbbda9baef0 /* checked */, - FFF3da9bb5e07fbbda9bb5e0 /* profile */, - FFF3da9bbcd07fbbda9bbcd0 /* release */, + FFF3529650007f8852965000 /* debug */, + FFF3529656f07f88529656f0 /* checked */, + FFF352965de07f8852965de0 /* profile */, + FFF3529664d07f88529664d0 /* release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; /* End XCConfigurationList section */ /* Begin XCBuildConfiguration section */ - FFF7da9ba8007fbbda9ba800 /* debug */ = { + FFF7529650007f8852965000 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -4544,7 +4544,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../Source/Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include", "../../../Include/utils", "../../../Source/Common/src", @@ -4559,7 +4559,7 @@ }; name = "debug"; }; - FFF7da9baef07fbbda9baef0 /* checked */ = { + FFF7529656f07f88529656f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -4574,7 +4574,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Source/Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include", "../../../Include/utils", "../../../Source/Common/src", @@ -4589,7 +4589,7 @@ }; name = "checked"; }; - FFF7da9bb5e07fbbda9bb5e0 /* profile */ = { + FFF752965de07f8852965de0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -4604,7 +4604,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Source/Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include", "../../../Include/utils", "../../../Source/Common/src", @@ -4619,7 +4619,7 @@ }; name = "profile"; }; - FFF7da9bbcd07fbbda9bbcd0 /* release */ = { + FFF7529664d07f88529664d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -4634,7 +4634,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Source/Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include", "../../../Include/utils", "../../../Source/Common/src", @@ -4649,7 +4649,7 @@ }; name = "release"; }; - FFF7da9bc4007fbbda9bc400 /* debug */ = { + FFF752966c007f8852966c00 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -4664,7 +4664,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -4679,7 +4679,7 @@ }; name = "debug"; }; - FFF7da9bcaf07fbbda9bcaf0 /* checked */ = { + FFF7529672f07f88529672f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -4694,7 +4694,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -4709,7 +4709,7 @@ }; name = "checked"; }; - FFF7da9bd1e07fbbda9bd1e0 /* profile */ = { + FFF7529679e07f88529679e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -4724,7 +4724,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -4739,7 +4739,7 @@ }; name = "profile"; }; - FFF7da9bd8d07fbbda9bd8d0 /* release */ = { + FFF7529680d07f88529680d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -4754,7 +4754,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -4769,7 +4769,7 @@ }; name = "release"; }; - FFF7da9be0007fbbda9be000 /* debug */ = { + FFF7529688007f8852968800 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -4786,7 +4786,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonDEBUG", "-lPhysX3DEBUG", "-lPhysX3VehicleDEBUG", "-lPhysX3CookingDEBUG", "-lPhysX3ExtensionsDEBUG", "-lPhysX3CharacterKinematicDEBUG", "-lSnippetUtilsDEBUG", "-lPxFoundationDEBUG", "-lPsFastXmlDEBUG", "-lPxPvdSDKDEBUG", "-lSimulationControllerDEBUG", "-lSceneQueryDEBUG", "-lLowLevelDEBUG", "-lLowLevelAABBDEBUG", "-lLowLevelDynamicsDEBUG", "-lLowLevelClothDEBUG", "-lLowLevelParticlesDEBUG", "-lPxTaskDEBUG", "-lSnippetRenderDEBUG", "-lSnippetUtilsDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -4801,7 +4801,7 @@ }; name = "debug"; }; - FFF7da9be6f07fbbda9be6f0 /* checked */ = { + FFF752968ef07f8852968ef0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -4818,7 +4818,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonCHECKED", "-lPhysX3CHECKED", "-lPhysX3VehicleCHECKED", "-lPhysX3CookingCHECKED", "-lPhysX3ExtensionsCHECKED", "-lPhysX3CharacterKinematicCHECKED", "-lSnippetUtilsCHECKED", "-lPxFoundationCHECKED", "-lPsFastXmlCHECKED", "-lPxPvdSDKCHECKED", "-lSimulationControllerCHECKED", "-lSceneQueryCHECKED", "-lLowLevelCHECKED", "-lLowLevelAABBCHECKED", "-lLowLevelDynamicsCHECKED", "-lLowLevelClothCHECKED", "-lLowLevelParticlesCHECKED", "-lPxTaskCHECKED", "-lSnippetRenderCHECKED", "-lSnippetUtilsCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -4833,7 +4833,7 @@ }; name = "checked"; }; - FFF7da9bede07fbbda9bede0 /* profile */ = { + FFF7529695e07f88529695e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -4850,7 +4850,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonPROFILE", "-lPhysX3PROFILE", "-lPhysX3VehiclePROFILE", "-lPhysX3CookingPROFILE", "-lPhysX3ExtensionsPROFILE", "-lPhysX3CharacterKinematicPROFILE", "-lSnippetUtilsPROFILE", "-lPxFoundationPROFILE", "-lPsFastXmlPROFILE", "-lPxPvdSDKPROFILE", "-lSimulationControllerPROFILE", "-lSceneQueryPROFILE", "-lLowLevelPROFILE", "-lLowLevelAABBPROFILE", "-lLowLevelDynamicsPROFILE", "-lLowLevelClothPROFILE", "-lLowLevelParticlesPROFILE", "-lPxTaskPROFILE", "-lSnippetRenderPROFILE", "-lSnippetUtilsPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -4865,7 +4865,7 @@ }; name = "profile"; }; - FFF7da9bf4d07fbbda9bf4d0 /* release */ = { + FFF752969cd07f8852969cd0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -4882,7 +4882,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3Common", "-lPhysX3", "-lPhysX3Vehicle", "-lPhysX3Cooking", "-lPhysX3Extensions", "-lPhysX3CharacterKinematic", "-lSnippetUtils", "-lPxFoundation", "-lPsFastXml", "-lPxPvdSDK", "-lSimulationController", "-lSceneQuery", "-lLowLevel", "-lLowLevelAABB", "-lLowLevelDynamics", "-lLowLevelCloth", "-lLowLevelParticles", "-lPxTask", "-lSnippetRender", "-lSnippetUtils", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -4897,7 +4897,7 @@ }; name = "release"; }; - FFF7da9bfc007fbbda9bfc00 /* debug */ = { + FFF75296a4007f885296a400 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -4914,7 +4914,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonDEBUG", "-lPhysX3DEBUG", "-lPhysX3VehicleDEBUG", "-lPhysX3CookingDEBUG", "-lPhysX3ExtensionsDEBUG", "-lPhysX3CharacterKinematicDEBUG", "-lSnippetUtilsDEBUG", "-lPxFoundationDEBUG", "-lPsFastXmlDEBUG", "-lPxPvdSDKDEBUG", "-lSimulationControllerDEBUG", "-lSceneQueryDEBUG", "-lLowLevelDEBUG", "-lLowLevelAABBDEBUG", "-lLowLevelDynamicsDEBUG", "-lLowLevelClothDEBUG", "-lLowLevelParticlesDEBUG", "-lPxTaskDEBUG", "-lSnippetRenderDEBUG", "-lSnippetUtilsDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -4929,7 +4929,7 @@ }; name = "debug"; }; - FFF7da9c02f07fbbda9c02f0 /* checked */ = { + FFF75296aaf07f885296aaf0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -4946,7 +4946,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonCHECKED", "-lPhysX3CHECKED", "-lPhysX3VehicleCHECKED", "-lPhysX3CookingCHECKED", "-lPhysX3ExtensionsCHECKED", "-lPhysX3CharacterKinematicCHECKED", "-lSnippetUtilsCHECKED", "-lPxFoundationCHECKED", "-lPsFastXmlCHECKED", "-lPxPvdSDKCHECKED", "-lSimulationControllerCHECKED", "-lSceneQueryCHECKED", "-lLowLevelCHECKED", "-lLowLevelAABBCHECKED", "-lLowLevelDynamicsCHECKED", "-lLowLevelClothCHECKED", "-lLowLevelParticlesCHECKED", "-lPxTaskCHECKED", "-lSnippetRenderCHECKED", "-lSnippetUtilsCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -4961,7 +4961,7 @@ }; name = "checked"; }; - FFF7da9c09e07fbbda9c09e0 /* profile */ = { + FFF75296b1e07f885296b1e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -4978,7 +4978,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonPROFILE", "-lPhysX3PROFILE", "-lPhysX3VehiclePROFILE", "-lPhysX3CookingPROFILE", "-lPhysX3ExtensionsPROFILE", "-lPhysX3CharacterKinematicPROFILE", "-lSnippetUtilsPROFILE", "-lPxFoundationPROFILE", "-lPsFastXmlPROFILE", "-lPxPvdSDKPROFILE", "-lSimulationControllerPROFILE", "-lSceneQueryPROFILE", "-lLowLevelPROFILE", "-lLowLevelAABBPROFILE", "-lLowLevelDynamicsPROFILE", "-lLowLevelClothPROFILE", "-lLowLevelParticlesPROFILE", "-lPxTaskPROFILE", "-lSnippetRenderPROFILE", "-lSnippetUtilsPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -4993,7 +4993,7 @@ }; name = "profile"; }; - FFF7da9c10d07fbbda9c10d0 /* release */ = { + FFF75296b8d07f885296b8d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5010,7 +5010,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3Common", "-lPhysX3", "-lPhysX3Vehicle", "-lPhysX3Cooking", "-lPhysX3Extensions", "-lPhysX3CharacterKinematic", "-lSnippetUtils", "-lPxFoundation", "-lPsFastXml", "-lPxPvdSDK", "-lSimulationController", "-lSceneQuery", "-lLowLevel", "-lLowLevelAABB", "-lLowLevelDynamics", "-lLowLevelCloth", "-lLowLevelParticles", "-lPxTask", "-lSnippetRender", "-lSnippetUtils", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -5025,7 +5025,7 @@ }; name = "release"; }; - FFF7da9c18007fbbda9c1800 /* debug */ = { + FFF75296c0007f885296c000 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5042,7 +5042,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonDEBUG", "-lPhysX3DEBUG", "-lPhysX3VehicleDEBUG", "-lPhysX3CookingDEBUG", "-lPhysX3ExtensionsDEBUG", "-lPhysX3CharacterKinematicDEBUG", "-lSnippetUtilsDEBUG", "-lPxFoundationDEBUG", "-lPsFastXmlDEBUG", "-lPxPvdSDKDEBUG", "-lSimulationControllerDEBUG", "-lSceneQueryDEBUG", "-lLowLevelDEBUG", "-lLowLevelAABBDEBUG", "-lLowLevelDynamicsDEBUG", "-lLowLevelClothDEBUG", "-lLowLevelParticlesDEBUG", "-lPxTaskDEBUG", "-lSnippetRenderDEBUG", "-lSnippetUtilsDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -5057,7 +5057,7 @@ }; name = "debug"; }; - FFF7da9c1ef07fbbda9c1ef0 /* checked */ = { + FFF75296c6f07f885296c6f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5074,7 +5074,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonCHECKED", "-lPhysX3CHECKED", "-lPhysX3VehicleCHECKED", "-lPhysX3CookingCHECKED", "-lPhysX3ExtensionsCHECKED", "-lPhysX3CharacterKinematicCHECKED", "-lSnippetUtilsCHECKED", "-lPxFoundationCHECKED", "-lPsFastXmlCHECKED", "-lPxPvdSDKCHECKED", "-lSimulationControllerCHECKED", "-lSceneQueryCHECKED", "-lLowLevelCHECKED", "-lLowLevelAABBCHECKED", "-lLowLevelDynamicsCHECKED", "-lLowLevelClothCHECKED", "-lLowLevelParticlesCHECKED", "-lPxTaskCHECKED", "-lSnippetRenderCHECKED", "-lSnippetUtilsCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -5089,7 +5089,7 @@ }; name = "checked"; }; - FFF7da9c25e07fbbda9c25e0 /* profile */ = { + FFF75296cde07f885296cde0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5106,7 +5106,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonPROFILE", "-lPhysX3PROFILE", "-lPhysX3VehiclePROFILE", "-lPhysX3CookingPROFILE", "-lPhysX3ExtensionsPROFILE", "-lPhysX3CharacterKinematicPROFILE", "-lSnippetUtilsPROFILE", "-lPxFoundationPROFILE", "-lPsFastXmlPROFILE", "-lPxPvdSDKPROFILE", "-lSimulationControllerPROFILE", "-lSceneQueryPROFILE", "-lLowLevelPROFILE", "-lLowLevelAABBPROFILE", "-lLowLevelDynamicsPROFILE", "-lLowLevelClothPROFILE", "-lLowLevelParticlesPROFILE", "-lPxTaskPROFILE", "-lSnippetRenderPROFILE", "-lSnippetUtilsPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -5121,7 +5121,7 @@ }; name = "profile"; }; - FFF7da9c2cd07fbbda9c2cd0 /* release */ = { + FFF75296d4d07f885296d4d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5138,7 +5138,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3Common", "-lPhysX3", "-lPhysX3Vehicle", "-lPhysX3Cooking", "-lPhysX3Extensions", "-lPhysX3CharacterKinematic", "-lSnippetUtils", "-lPxFoundation", "-lPsFastXml", "-lPxPvdSDK", "-lSimulationController", "-lSceneQuery", "-lLowLevel", "-lLowLevelAABB", "-lLowLevelDynamics", "-lLowLevelCloth", "-lLowLevelParticles", "-lPxTask", "-lSnippetRender", "-lSnippetUtils", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -5153,7 +5153,7 @@ }; name = "release"; }; - FFF7da9c34007fbbda9c3400 /* debug */ = { + FFF75296dc007f885296dc00 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5170,7 +5170,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonDEBUG", "-lPhysX3DEBUG", "-lPhysX3VehicleDEBUG", "-lPhysX3CookingDEBUG", "-lPhysX3ExtensionsDEBUG", "-lPhysX3CharacterKinematicDEBUG", "-lSnippetUtilsDEBUG", "-lPxFoundationDEBUG", "-lPsFastXmlDEBUG", "-lPxPvdSDKDEBUG", "-lSimulationControllerDEBUG", "-lSceneQueryDEBUG", "-lLowLevelDEBUG", "-lLowLevelAABBDEBUG", "-lLowLevelDynamicsDEBUG", "-lLowLevelClothDEBUG", "-lLowLevelParticlesDEBUG", "-lPxTaskDEBUG", "-lSnippetRenderDEBUG", "-lSnippetUtilsDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -5185,7 +5185,7 @@ }; name = "debug"; }; - FFF7da9c3af07fbbda9c3af0 /* checked */ = { + FFF75296e2f07f885296e2f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5202,7 +5202,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonCHECKED", "-lPhysX3CHECKED", "-lPhysX3VehicleCHECKED", "-lPhysX3CookingCHECKED", "-lPhysX3ExtensionsCHECKED", "-lPhysX3CharacterKinematicCHECKED", "-lSnippetUtilsCHECKED", "-lPxFoundationCHECKED", "-lPsFastXmlCHECKED", "-lPxPvdSDKCHECKED", "-lSimulationControllerCHECKED", "-lSceneQueryCHECKED", "-lLowLevelCHECKED", "-lLowLevelAABBCHECKED", "-lLowLevelDynamicsCHECKED", "-lLowLevelClothCHECKED", "-lLowLevelParticlesCHECKED", "-lPxTaskCHECKED", "-lSnippetRenderCHECKED", "-lSnippetUtilsCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -5217,7 +5217,7 @@ }; name = "checked"; }; - FFF7da9c41e07fbbda9c41e0 /* profile */ = { + FFF75296e9e07f885296e9e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5234,7 +5234,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonPROFILE", "-lPhysX3PROFILE", "-lPhysX3VehiclePROFILE", "-lPhysX3CookingPROFILE", "-lPhysX3ExtensionsPROFILE", "-lPhysX3CharacterKinematicPROFILE", "-lSnippetUtilsPROFILE", "-lPxFoundationPROFILE", "-lPsFastXmlPROFILE", "-lPxPvdSDKPROFILE", "-lSimulationControllerPROFILE", "-lSceneQueryPROFILE", "-lLowLevelPROFILE", "-lLowLevelAABBPROFILE", "-lLowLevelDynamicsPROFILE", "-lLowLevelClothPROFILE", "-lLowLevelParticlesPROFILE", "-lPxTaskPROFILE", "-lSnippetRenderPROFILE", "-lSnippetUtilsPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -5249,7 +5249,7 @@ }; name = "profile"; }; - FFF7da9c48d07fbbda9c48d0 /* release */ = { + FFF75296f0d07f885296f0d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5266,7 +5266,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3Common", "-lPhysX3", "-lPhysX3Vehicle", "-lPhysX3Cooking", "-lPhysX3Extensions", "-lPhysX3CharacterKinematic", "-lSnippetUtils", "-lPxFoundation", "-lPsFastXml", "-lPxPvdSDK", "-lSimulationController", "-lSceneQuery", "-lLowLevel", "-lLowLevelAABB", "-lLowLevelDynamics", "-lLowLevelCloth", "-lLowLevelParticles", "-lPxTask", "-lSnippetRender", "-lSnippetUtils", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -5281,7 +5281,7 @@ }; name = "release"; }; - FFF7da9c50007fbbda9c5000 /* debug */ = { + FFF75296f8007f885296f800 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5298,7 +5298,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonDEBUG", "-lPhysX3DEBUG", "-lPhysX3VehicleDEBUG", "-lPhysX3CookingDEBUG", "-lPhysX3ExtensionsDEBUG", "-lPhysX3CharacterKinematicDEBUG", "-lSnippetUtilsDEBUG", "-lPxFoundationDEBUG", "-lPsFastXmlDEBUG", "-lPxPvdSDKDEBUG", "-lSimulationControllerDEBUG", "-lSceneQueryDEBUG", "-lLowLevelDEBUG", "-lLowLevelAABBDEBUG", "-lLowLevelDynamicsDEBUG", "-lLowLevelClothDEBUG", "-lLowLevelParticlesDEBUG", "-lPxTaskDEBUG", "-lSnippetRenderDEBUG", "-lSnippetUtilsDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -5313,7 +5313,7 @@ }; name = "debug"; }; - FFF7da9c56f07fbbda9c56f0 /* checked */ = { + FFF75296fef07f885296fef0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5330,7 +5330,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonCHECKED", "-lPhysX3CHECKED", "-lPhysX3VehicleCHECKED", "-lPhysX3CookingCHECKED", "-lPhysX3ExtensionsCHECKED", "-lPhysX3CharacterKinematicCHECKED", "-lSnippetUtilsCHECKED", "-lPxFoundationCHECKED", "-lPsFastXmlCHECKED", "-lPxPvdSDKCHECKED", "-lSimulationControllerCHECKED", "-lSceneQueryCHECKED", "-lLowLevelCHECKED", "-lLowLevelAABBCHECKED", "-lLowLevelDynamicsCHECKED", "-lLowLevelClothCHECKED", "-lLowLevelParticlesCHECKED", "-lPxTaskCHECKED", "-lSnippetRenderCHECKED", "-lSnippetUtilsCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -5345,7 +5345,7 @@ }; name = "checked"; }; - FFF7da9c5de07fbbda9c5de0 /* profile */ = { + FFF7529705e07f88529705e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5362,7 +5362,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonPROFILE", "-lPhysX3PROFILE", "-lPhysX3VehiclePROFILE", "-lPhysX3CookingPROFILE", "-lPhysX3ExtensionsPROFILE", "-lPhysX3CharacterKinematicPROFILE", "-lSnippetUtilsPROFILE", "-lPxFoundationPROFILE", "-lPsFastXmlPROFILE", "-lPxPvdSDKPROFILE", "-lSimulationControllerPROFILE", "-lSceneQueryPROFILE", "-lLowLevelPROFILE", "-lLowLevelAABBPROFILE", "-lLowLevelDynamicsPROFILE", "-lLowLevelClothPROFILE", "-lLowLevelParticlesPROFILE", "-lPxTaskPROFILE", "-lSnippetRenderPROFILE", "-lSnippetUtilsPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -5377,7 +5377,7 @@ }; name = "profile"; }; - FFF7da9c64d07fbbda9c64d0 /* release */ = { + FFF752970cd07f8852970cd0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5394,7 +5394,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3Common", "-lPhysX3", "-lPhysX3Vehicle", "-lPhysX3Cooking", "-lPhysX3Extensions", "-lPhysX3CharacterKinematic", "-lSnippetUtils", "-lPxFoundation", "-lPsFastXml", "-lPxPvdSDK", "-lSimulationController", "-lSceneQuery", "-lLowLevel", "-lLowLevelAABB", "-lLowLevelDynamics", "-lLowLevelCloth", "-lLowLevelParticles", "-lPxTask", "-lSnippetRender", "-lSnippetUtils", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -5409,7 +5409,7 @@ }; name = "release"; }; - FFF7da9c6c007fbbda9c6c00 /* debug */ = { + FFF7529714007f8852971400 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5426,7 +5426,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonDEBUG", "-lPhysX3DEBUG", "-lPhysX3VehicleDEBUG", "-lPhysX3CookingDEBUG", "-lPhysX3ExtensionsDEBUG", "-lPhysX3CharacterKinematicDEBUG", "-lSnippetUtilsDEBUG", "-lPxFoundationDEBUG", "-lPsFastXmlDEBUG", "-lPxPvdSDKDEBUG", "-lSimulationControllerDEBUG", "-lSceneQueryDEBUG", "-lLowLevelDEBUG", "-lLowLevelAABBDEBUG", "-lLowLevelDynamicsDEBUG", "-lLowLevelClothDEBUG", "-lLowLevelParticlesDEBUG", "-lPxTaskDEBUG", "-lSnippetRenderDEBUG", "-lSnippetUtilsDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -5441,7 +5441,7 @@ }; name = "debug"; }; - FFF7da9c72f07fbbda9c72f0 /* checked */ = { + FFF752971af07f8852971af0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5458,7 +5458,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonCHECKED", "-lPhysX3CHECKED", "-lPhysX3VehicleCHECKED", "-lPhysX3CookingCHECKED", "-lPhysX3ExtensionsCHECKED", "-lPhysX3CharacterKinematicCHECKED", "-lSnippetUtilsCHECKED", "-lPxFoundationCHECKED", "-lPsFastXmlCHECKED", "-lPxPvdSDKCHECKED", "-lSimulationControllerCHECKED", "-lSceneQueryCHECKED", "-lLowLevelCHECKED", "-lLowLevelAABBCHECKED", "-lLowLevelDynamicsCHECKED", "-lLowLevelClothCHECKED", "-lLowLevelParticlesCHECKED", "-lPxTaskCHECKED", "-lSnippetRenderCHECKED", "-lSnippetUtilsCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -5473,7 +5473,7 @@ }; name = "checked"; }; - FFF7da9c79e07fbbda9c79e0 /* profile */ = { + FFF7529721e07f88529721e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5490,7 +5490,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonPROFILE", "-lPhysX3PROFILE", "-lPhysX3VehiclePROFILE", "-lPhysX3CookingPROFILE", "-lPhysX3ExtensionsPROFILE", "-lPhysX3CharacterKinematicPROFILE", "-lSnippetUtilsPROFILE", "-lPxFoundationPROFILE", "-lPsFastXmlPROFILE", "-lPxPvdSDKPROFILE", "-lSimulationControllerPROFILE", "-lSceneQueryPROFILE", "-lLowLevelPROFILE", "-lLowLevelAABBPROFILE", "-lLowLevelDynamicsPROFILE", "-lLowLevelClothPROFILE", "-lLowLevelParticlesPROFILE", "-lPxTaskPROFILE", "-lSnippetRenderPROFILE", "-lSnippetUtilsPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -5505,7 +5505,7 @@ }; name = "profile"; }; - FFF7da9c80d07fbbda9c80d0 /* release */ = { + FFF7529728d07f88529728d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5522,7 +5522,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3Common", "-lPhysX3", "-lPhysX3Vehicle", "-lPhysX3Cooking", "-lPhysX3Extensions", "-lPhysX3CharacterKinematic", "-lSnippetUtils", "-lPxFoundation", "-lPsFastXml", "-lPxPvdSDK", "-lSimulationController", "-lSceneQuery", "-lLowLevel", "-lLowLevelAABB", "-lLowLevelDynamics", "-lLowLevelCloth", "-lLowLevelParticles", "-lPxTask", "-lSnippetRender", "-lSnippetUtils", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -5537,7 +5537,7 @@ }; name = "release"; }; - FFF7da9c88007fbbda9c8800 /* debug */ = { + FFF7529730007f8852973000 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5554,7 +5554,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonDEBUG", "-lPhysX3DEBUG", "-lPhysX3VehicleDEBUG", "-lPhysX3CookingDEBUG", "-lPhysX3ExtensionsDEBUG", "-lPhysX3CharacterKinematicDEBUG", "-lSnippetUtilsDEBUG", "-lPxFoundationDEBUG", "-lPsFastXmlDEBUG", "-lPxPvdSDKDEBUG", "-lSimulationControllerDEBUG", "-lSceneQueryDEBUG", "-lLowLevelDEBUG", "-lLowLevelAABBDEBUG", "-lLowLevelDynamicsDEBUG", "-lLowLevelClothDEBUG", "-lLowLevelParticlesDEBUG", "-lPxTaskDEBUG", "-lSnippetRenderDEBUG", "-lSnippetUtilsDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -5569,7 +5569,7 @@ }; name = "debug"; }; - FFF7da9c8ef07fbbda9c8ef0 /* checked */ = { + FFF7529736f07f88529736f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5586,7 +5586,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonCHECKED", "-lPhysX3CHECKED", "-lPhysX3VehicleCHECKED", "-lPhysX3CookingCHECKED", "-lPhysX3ExtensionsCHECKED", "-lPhysX3CharacterKinematicCHECKED", "-lSnippetUtilsCHECKED", "-lPxFoundationCHECKED", "-lPsFastXmlCHECKED", "-lPxPvdSDKCHECKED", "-lSimulationControllerCHECKED", "-lSceneQueryCHECKED", "-lLowLevelCHECKED", "-lLowLevelAABBCHECKED", "-lLowLevelDynamicsCHECKED", "-lLowLevelClothCHECKED", "-lLowLevelParticlesCHECKED", "-lPxTaskCHECKED", "-lSnippetRenderCHECKED", "-lSnippetUtilsCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -5601,7 +5601,7 @@ }; name = "checked"; }; - FFF7da9c95e07fbbda9c95e0 /* profile */ = { + FFF752973de07f8852973de0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5618,7 +5618,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonPROFILE", "-lPhysX3PROFILE", "-lPhysX3VehiclePROFILE", "-lPhysX3CookingPROFILE", "-lPhysX3ExtensionsPROFILE", "-lPhysX3CharacterKinematicPROFILE", "-lSnippetUtilsPROFILE", "-lPxFoundationPROFILE", "-lPsFastXmlPROFILE", "-lPxPvdSDKPROFILE", "-lSimulationControllerPROFILE", "-lSceneQueryPROFILE", "-lLowLevelPROFILE", "-lLowLevelAABBPROFILE", "-lLowLevelDynamicsPROFILE", "-lLowLevelClothPROFILE", "-lLowLevelParticlesPROFILE", "-lPxTaskPROFILE", "-lSnippetRenderPROFILE", "-lSnippetUtilsPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -5633,7 +5633,7 @@ }; name = "profile"; }; - FFF7da9c9cd07fbbda9c9cd0 /* release */ = { + FFF7529744d07f88529744d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5650,7 +5650,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3Common", "-lPhysX3", "-lPhysX3Vehicle", "-lPhysX3Cooking", "-lPhysX3Extensions", "-lPhysX3CharacterKinematic", "-lSnippetUtils", "-lPxFoundation", "-lPsFastXml", "-lPxPvdSDK", "-lSimulationController", "-lSceneQuery", "-lLowLevel", "-lLowLevelAABB", "-lLowLevelDynamics", "-lLowLevelCloth", "-lLowLevelParticles", "-lPxTask", "-lSnippetRender", "-lSnippetUtils", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -5665,7 +5665,7 @@ }; name = "release"; }; - FFF7da9ca4007fbbda9ca400 /* debug */ = { + FFF752974c007f8852974c00 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5682,7 +5682,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonDEBUG", "-lPhysX3DEBUG", "-lPhysX3VehicleDEBUG", "-lPhysX3CookingDEBUG", "-lPhysX3ExtensionsDEBUG", "-lPhysX3CharacterKinematicDEBUG", "-lSnippetUtilsDEBUG", "-lPxFoundationDEBUG", "-lPsFastXmlDEBUG", "-lPxPvdSDKDEBUG", "-lSimulationControllerDEBUG", "-lSceneQueryDEBUG", "-lLowLevelDEBUG", "-lLowLevelAABBDEBUG", "-lLowLevelDynamicsDEBUG", "-lLowLevelClothDEBUG", "-lLowLevelParticlesDEBUG", "-lPxTaskDEBUG", "-lSnippetRenderDEBUG", "-lSnippetUtilsDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -5697,7 +5697,7 @@ }; name = "debug"; }; - FFF7da9caaf07fbbda9caaf0 /* checked */ = { + FFF7529752f07f88529752f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5714,7 +5714,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonCHECKED", "-lPhysX3CHECKED", "-lPhysX3VehicleCHECKED", "-lPhysX3CookingCHECKED", "-lPhysX3ExtensionsCHECKED", "-lPhysX3CharacterKinematicCHECKED", "-lSnippetUtilsCHECKED", "-lPxFoundationCHECKED", "-lPsFastXmlCHECKED", "-lPxPvdSDKCHECKED", "-lSimulationControllerCHECKED", "-lSceneQueryCHECKED", "-lLowLevelCHECKED", "-lLowLevelAABBCHECKED", "-lLowLevelDynamicsCHECKED", "-lLowLevelClothCHECKED", "-lLowLevelParticlesCHECKED", "-lPxTaskCHECKED", "-lSnippetRenderCHECKED", "-lSnippetUtilsCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -5729,7 +5729,7 @@ }; name = "checked"; }; - FFF7da9cb1e07fbbda9cb1e0 /* profile */ = { + FFF7529759e07f88529759e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5746,7 +5746,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonPROFILE", "-lPhysX3PROFILE", "-lPhysX3VehiclePROFILE", "-lPhysX3CookingPROFILE", "-lPhysX3ExtensionsPROFILE", "-lPhysX3CharacterKinematicPROFILE", "-lSnippetUtilsPROFILE", "-lPxFoundationPROFILE", "-lPsFastXmlPROFILE", "-lPxPvdSDKPROFILE", "-lSimulationControllerPROFILE", "-lSceneQueryPROFILE", "-lLowLevelPROFILE", "-lLowLevelAABBPROFILE", "-lLowLevelDynamicsPROFILE", "-lLowLevelClothPROFILE", "-lLowLevelParticlesPROFILE", "-lPxTaskPROFILE", "-lSnippetRenderPROFILE", "-lSnippetUtilsPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -5761,7 +5761,7 @@ }; name = "profile"; }; - FFF7da9cb8d07fbbda9cb8d0 /* release */ = { + FFF7529760d07f88529760d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5778,7 +5778,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3Common", "-lPhysX3", "-lPhysX3Vehicle", "-lPhysX3Cooking", "-lPhysX3Extensions", "-lPhysX3CharacterKinematic", "-lSnippetUtils", "-lPxFoundation", "-lPsFastXml", "-lPxPvdSDK", "-lSimulationController", "-lSceneQuery", "-lLowLevel", "-lLowLevelAABB", "-lLowLevelDynamics", "-lLowLevelCloth", "-lLowLevelParticles", "-lPxTask", "-lSnippetRender", "-lSnippetUtils", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -5793,7 +5793,7 @@ }; name = "release"; }; - FFF7da9cc0007fbbda9cc000 /* debug */ = { + FFF7529768007f8852976800 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5810,7 +5810,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonDEBUG", "-lPhysX3DEBUG", "-lPhysX3VehicleDEBUG", "-lPhysX3CookingDEBUG", "-lPhysX3ExtensionsDEBUG", "-lPhysX3CharacterKinematicDEBUG", "-lSnippetUtilsDEBUG", "-lPxFoundationDEBUG", "-lPsFastXmlDEBUG", "-lPxPvdSDKDEBUG", "-lSimulationControllerDEBUG", "-lSceneQueryDEBUG", "-lLowLevelDEBUG", "-lLowLevelAABBDEBUG", "-lLowLevelDynamicsDEBUG", "-lLowLevelClothDEBUG", "-lLowLevelParticlesDEBUG", "-lPxTaskDEBUG", "-lSnippetRenderDEBUG", "-lSnippetUtilsDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -5825,7 +5825,7 @@ }; name = "debug"; }; - FFF7da9cc6f07fbbda9cc6f0 /* checked */ = { + FFF752976ef07f8852976ef0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5842,7 +5842,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonCHECKED", "-lPhysX3CHECKED", "-lPhysX3VehicleCHECKED", "-lPhysX3CookingCHECKED", "-lPhysX3ExtensionsCHECKED", "-lPhysX3CharacterKinematicCHECKED", "-lSnippetUtilsCHECKED", "-lPxFoundationCHECKED", "-lPsFastXmlCHECKED", "-lPxPvdSDKCHECKED", "-lSimulationControllerCHECKED", "-lSceneQueryCHECKED", "-lLowLevelCHECKED", "-lLowLevelAABBCHECKED", "-lLowLevelDynamicsCHECKED", "-lLowLevelClothCHECKED", "-lLowLevelParticlesCHECKED", "-lPxTaskCHECKED", "-lSnippetRenderCHECKED", "-lSnippetUtilsCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -5857,7 +5857,7 @@ }; name = "checked"; }; - FFF7da9ccde07fbbda9ccde0 /* profile */ = { + FFF7529775e07f88529775e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5874,7 +5874,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonPROFILE", "-lPhysX3PROFILE", "-lPhysX3VehiclePROFILE", "-lPhysX3CookingPROFILE", "-lPhysX3ExtensionsPROFILE", "-lPhysX3CharacterKinematicPROFILE", "-lSnippetUtilsPROFILE", "-lPxFoundationPROFILE", "-lPsFastXmlPROFILE", "-lPxPvdSDKPROFILE", "-lSimulationControllerPROFILE", "-lSceneQueryPROFILE", "-lLowLevelPROFILE", "-lLowLevelAABBPROFILE", "-lLowLevelDynamicsPROFILE", "-lLowLevelClothPROFILE", "-lLowLevelParticlesPROFILE", "-lPxTaskPROFILE", "-lSnippetRenderPROFILE", "-lSnippetUtilsPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -5889,7 +5889,7 @@ }; name = "profile"; }; - FFF7da9cd4d07fbbda9cd4d0 /* release */ = { + FFF752977cd07f8852977cd0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5906,7 +5906,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3Common", "-lPhysX3", "-lPhysX3Vehicle", "-lPhysX3Cooking", "-lPhysX3Extensions", "-lPhysX3CharacterKinematic", "-lSnippetUtils", "-lPxFoundation", "-lPsFastXml", "-lPxPvdSDK", "-lSimulationController", "-lSceneQuery", "-lLowLevel", "-lLowLevelAABB", "-lLowLevelDynamics", "-lLowLevelCloth", "-lLowLevelParticles", "-lPxTask", "-lSnippetRender", "-lSnippetUtils", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -5921,7 +5921,7 @@ }; name = "release"; }; - FFF7da9cdc007fbbda9cdc00 /* debug */ = { + FFF7529784007f8852978400 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5938,7 +5938,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonDEBUG", "-lPhysX3DEBUG", "-lPhysX3VehicleDEBUG", "-lPhysX3CookingDEBUG", "-lPhysX3ExtensionsDEBUG", "-lPhysX3CharacterKinematicDEBUG", "-lSnippetUtilsDEBUG", "-lPxFoundationDEBUG", "-lPsFastXmlDEBUG", "-lPxPvdSDKDEBUG", "-lSimulationControllerDEBUG", "-lSceneQueryDEBUG", "-lLowLevelDEBUG", "-lLowLevelAABBDEBUG", "-lLowLevelDynamicsDEBUG", "-lLowLevelClothDEBUG", "-lLowLevelParticlesDEBUG", "-lPxTaskDEBUG", "-lSnippetRenderDEBUG", "-lSnippetUtilsDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -5953,7 +5953,7 @@ }; name = "debug"; }; - FFF7da9ce2f07fbbda9ce2f0 /* checked */ = { + FFF752978af07f8852978af0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5970,7 +5970,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonCHECKED", "-lPhysX3CHECKED", "-lPhysX3VehicleCHECKED", "-lPhysX3CookingCHECKED", "-lPhysX3ExtensionsCHECKED", "-lPhysX3CharacterKinematicCHECKED", "-lSnippetUtilsCHECKED", "-lPxFoundationCHECKED", "-lPsFastXmlCHECKED", "-lPxPvdSDKCHECKED", "-lSimulationControllerCHECKED", "-lSceneQueryCHECKED", "-lLowLevelCHECKED", "-lLowLevelAABBCHECKED", "-lLowLevelDynamicsCHECKED", "-lLowLevelClothCHECKED", "-lLowLevelParticlesCHECKED", "-lPxTaskCHECKED", "-lSnippetRenderCHECKED", "-lSnippetUtilsCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -5985,7 +5985,7 @@ }; name = "checked"; }; - FFF7da9ce9e07fbbda9ce9e0 /* profile */ = { + FFF7529791e07f88529791e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6002,7 +6002,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonPROFILE", "-lPhysX3PROFILE", "-lPhysX3VehiclePROFILE", "-lPhysX3CookingPROFILE", "-lPhysX3ExtensionsPROFILE", "-lPhysX3CharacterKinematicPROFILE", "-lSnippetUtilsPROFILE", "-lPxFoundationPROFILE", "-lPsFastXmlPROFILE", "-lPxPvdSDKPROFILE", "-lSimulationControllerPROFILE", "-lSceneQueryPROFILE", "-lLowLevelPROFILE", "-lLowLevelAABBPROFILE", "-lLowLevelDynamicsPROFILE", "-lLowLevelClothPROFILE", "-lLowLevelParticlesPROFILE", "-lPxTaskPROFILE", "-lSnippetRenderPROFILE", "-lSnippetUtilsPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -6017,7 +6017,7 @@ }; name = "profile"; }; - FFF7da9cf0d07fbbda9cf0d0 /* release */ = { + FFF7529798d07f88529798d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6034,7 +6034,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3Common", "-lPhysX3", "-lPhysX3Vehicle", "-lPhysX3Cooking", "-lPhysX3Extensions", "-lPhysX3CharacterKinematic", "-lSnippetUtils", "-lPxFoundation", "-lPsFastXml", "-lPxPvdSDK", "-lSimulationController", "-lSceneQuery", "-lLowLevel", "-lLowLevelAABB", "-lLowLevelDynamics", "-lLowLevelCloth", "-lLowLevelParticles", "-lPxTask", "-lSnippetRender", "-lSnippetUtils", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -6049,7 +6049,7 @@ }; name = "release"; }; - FFF7da9cf8007fbbda9cf800 /* debug */ = { + FFF75297a0007f885297a000 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6066,7 +6066,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonDEBUG", "-lPhysX3DEBUG", "-lPhysX3VehicleDEBUG", "-lPhysX3CookingDEBUG", "-lPhysX3ExtensionsDEBUG", "-lPhysX3CharacterKinematicDEBUG", "-lSnippetUtilsDEBUG", "-lPxFoundationDEBUG", "-lPsFastXmlDEBUG", "-lPxPvdSDKDEBUG", "-lSimulationControllerDEBUG", "-lSceneQueryDEBUG", "-lLowLevelDEBUG", "-lLowLevelAABBDEBUG", "-lLowLevelDynamicsDEBUG", "-lLowLevelClothDEBUG", "-lLowLevelParticlesDEBUG", "-lPxTaskDEBUG", "-lSnippetRenderDEBUG", "-lSnippetUtilsDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -6081,7 +6081,7 @@ }; name = "debug"; }; - FFF7da9cfef07fbbda9cfef0 /* checked */ = { + FFF75297a6f07f885297a6f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6098,7 +6098,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonCHECKED", "-lPhysX3CHECKED", "-lPhysX3VehicleCHECKED", "-lPhysX3CookingCHECKED", "-lPhysX3ExtensionsCHECKED", "-lPhysX3CharacterKinematicCHECKED", "-lSnippetUtilsCHECKED", "-lPxFoundationCHECKED", "-lPsFastXmlCHECKED", "-lPxPvdSDKCHECKED", "-lSimulationControllerCHECKED", "-lSceneQueryCHECKED", "-lLowLevelCHECKED", "-lLowLevelAABBCHECKED", "-lLowLevelDynamicsCHECKED", "-lLowLevelClothCHECKED", "-lLowLevelParticlesCHECKED", "-lPxTaskCHECKED", "-lSnippetRenderCHECKED", "-lSnippetUtilsCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -6113,7 +6113,7 @@ }; name = "checked"; }; - FFF7da9d05e07fbbda9d05e0 /* profile */ = { + FFF75297ade07f885297ade0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6130,7 +6130,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonPROFILE", "-lPhysX3PROFILE", "-lPhysX3VehiclePROFILE", "-lPhysX3CookingPROFILE", "-lPhysX3ExtensionsPROFILE", "-lPhysX3CharacterKinematicPROFILE", "-lSnippetUtilsPROFILE", "-lPxFoundationPROFILE", "-lPsFastXmlPROFILE", "-lPxPvdSDKPROFILE", "-lSimulationControllerPROFILE", "-lSceneQueryPROFILE", "-lLowLevelPROFILE", "-lLowLevelAABBPROFILE", "-lLowLevelDynamicsPROFILE", "-lLowLevelClothPROFILE", "-lLowLevelParticlesPROFILE", "-lPxTaskPROFILE", "-lSnippetRenderPROFILE", "-lSnippetUtilsPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -6145,7 +6145,7 @@ }; name = "profile"; }; - FFF7da9d0cd07fbbda9d0cd0 /* release */ = { + FFF75297b4d07f885297b4d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6162,7 +6162,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3Common", "-lPhysX3", "-lPhysX3Vehicle", "-lPhysX3Cooking", "-lPhysX3Extensions", "-lPhysX3CharacterKinematic", "-lSnippetUtils", "-lPxFoundation", "-lPsFastXml", "-lPxPvdSDK", "-lSimulationController", "-lSceneQuery", "-lLowLevel", "-lLowLevelAABB", "-lLowLevelDynamics", "-lLowLevelCloth", "-lLowLevelParticles", "-lPxTask", "-lSnippetRender", "-lSnippetUtils", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -6177,7 +6177,7 @@ }; name = "release"; }; - FFF7da9d14007fbbda9d1400 /* debug */ = { + FFF75297bc007f885297bc00 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6194,7 +6194,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonDEBUG", "-lPhysX3DEBUG", "-lPhysX3VehicleDEBUG", "-lPhysX3CookingDEBUG", "-lPhysX3ExtensionsDEBUG", "-lPhysX3CharacterKinematicDEBUG", "-lSnippetUtilsDEBUG", "-lPxFoundationDEBUG", "-lPsFastXmlDEBUG", "-lPxPvdSDKDEBUG", "-lSimulationControllerDEBUG", "-lSceneQueryDEBUG", "-lLowLevelDEBUG", "-lLowLevelAABBDEBUG", "-lLowLevelDynamicsDEBUG", "-lLowLevelClothDEBUG", "-lLowLevelParticlesDEBUG", "-lPxTaskDEBUG", "-lSnippetRenderDEBUG", "-lSnippetUtilsDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -6209,7 +6209,7 @@ }; name = "debug"; }; - FFF7da9d1af07fbbda9d1af0 /* checked */ = { + FFF75297c2f07f885297c2f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6226,7 +6226,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonCHECKED", "-lPhysX3CHECKED", "-lPhysX3VehicleCHECKED", "-lPhysX3CookingCHECKED", "-lPhysX3ExtensionsCHECKED", "-lPhysX3CharacterKinematicCHECKED", "-lSnippetUtilsCHECKED", "-lPxFoundationCHECKED", "-lPsFastXmlCHECKED", "-lPxPvdSDKCHECKED", "-lSimulationControllerCHECKED", "-lSceneQueryCHECKED", "-lLowLevelCHECKED", "-lLowLevelAABBCHECKED", "-lLowLevelDynamicsCHECKED", "-lLowLevelClothCHECKED", "-lLowLevelParticlesCHECKED", "-lPxTaskCHECKED", "-lSnippetRenderCHECKED", "-lSnippetUtilsCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -6241,7 +6241,7 @@ }; name = "checked"; }; - FFF7da9d21e07fbbda9d21e0 /* profile */ = { + FFF75297c9e07f885297c9e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6258,7 +6258,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonPROFILE", "-lPhysX3PROFILE", "-lPhysX3VehiclePROFILE", "-lPhysX3CookingPROFILE", "-lPhysX3ExtensionsPROFILE", "-lPhysX3CharacterKinematicPROFILE", "-lSnippetUtilsPROFILE", "-lPxFoundationPROFILE", "-lPsFastXmlPROFILE", "-lPxPvdSDKPROFILE", "-lSimulationControllerPROFILE", "-lSceneQueryPROFILE", "-lLowLevelPROFILE", "-lLowLevelAABBPROFILE", "-lLowLevelDynamicsPROFILE", "-lLowLevelClothPROFILE", "-lLowLevelParticlesPROFILE", "-lPxTaskPROFILE", "-lSnippetRenderPROFILE", "-lSnippetUtilsPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -6273,7 +6273,7 @@ }; name = "profile"; }; - FFF7da9d28d07fbbda9d28d0 /* release */ = { + FFF75297d0d07f885297d0d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6290,7 +6290,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3Common", "-lPhysX3", "-lPhysX3Vehicle", "-lPhysX3Cooking", "-lPhysX3Extensions", "-lPhysX3CharacterKinematic", "-lSnippetUtils", "-lPxFoundation", "-lPsFastXml", "-lPxPvdSDK", "-lSimulationController", "-lSceneQuery", "-lLowLevel", "-lLowLevelAABB", "-lLowLevelDynamics", "-lLowLevelCloth", "-lLowLevelParticles", "-lPxTask", "-lSnippetRender", "-lSnippetUtils", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -6305,7 +6305,7 @@ }; name = "release"; }; - FFF7da9d30007fbbda9d3000 /* debug */ = { + FFF75297d8007f885297d800 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6322,7 +6322,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonDEBUG", "-lPhysX3DEBUG", "-lPhysX3VehicleDEBUG", "-lPhysX3CookingDEBUG", "-lPhysX3ExtensionsDEBUG", "-lPhysX3CharacterKinematicDEBUG", "-lSnippetUtilsDEBUG", "-lPxFoundationDEBUG", "-lPsFastXmlDEBUG", "-lPxPvdSDKDEBUG", "-lSimulationControllerDEBUG", "-lSceneQueryDEBUG", "-lLowLevelDEBUG", "-lLowLevelAABBDEBUG", "-lLowLevelDynamicsDEBUG", "-lLowLevelClothDEBUG", "-lLowLevelParticlesDEBUG", "-lPxTaskDEBUG", "-lSnippetRenderDEBUG", "-lSnippetUtilsDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -6337,7 +6337,7 @@ }; name = "debug"; }; - FFF7da9d36f07fbbda9d36f0 /* checked */ = { + FFF75297def07f885297def0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6354,7 +6354,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonCHECKED", "-lPhysX3CHECKED", "-lPhysX3VehicleCHECKED", "-lPhysX3CookingCHECKED", "-lPhysX3ExtensionsCHECKED", "-lPhysX3CharacterKinematicCHECKED", "-lSnippetUtilsCHECKED", "-lPxFoundationCHECKED", "-lPsFastXmlCHECKED", "-lPxPvdSDKCHECKED", "-lSimulationControllerCHECKED", "-lSceneQueryCHECKED", "-lLowLevelCHECKED", "-lLowLevelAABBCHECKED", "-lLowLevelDynamicsCHECKED", "-lLowLevelClothCHECKED", "-lLowLevelParticlesCHECKED", "-lPxTaskCHECKED", "-lSnippetRenderCHECKED", "-lSnippetUtilsCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -6369,7 +6369,7 @@ }; name = "checked"; }; - FFF7da9d3de07fbbda9d3de0 /* profile */ = { + FFF75297e5e07f885297e5e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6386,7 +6386,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonPROFILE", "-lPhysX3PROFILE", "-lPhysX3VehiclePROFILE", "-lPhysX3CookingPROFILE", "-lPhysX3ExtensionsPROFILE", "-lPhysX3CharacterKinematicPROFILE", "-lSnippetUtilsPROFILE", "-lPxFoundationPROFILE", "-lPsFastXmlPROFILE", "-lPxPvdSDKPROFILE", "-lSimulationControllerPROFILE", "-lSceneQueryPROFILE", "-lLowLevelPROFILE", "-lLowLevelAABBPROFILE", "-lLowLevelDynamicsPROFILE", "-lLowLevelClothPROFILE", "-lLowLevelParticlesPROFILE", "-lPxTaskPROFILE", "-lSnippetRenderPROFILE", "-lSnippetUtilsPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -6401,7 +6401,7 @@ }; name = "profile"; }; - FFF7da9d44d07fbbda9d44d0 /* release */ = { + FFF75297ecd07f885297ecd0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6418,7 +6418,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3Common", "-lPhysX3", "-lPhysX3Vehicle", "-lPhysX3Cooking", "-lPhysX3Extensions", "-lPhysX3CharacterKinematic", "-lSnippetUtils", "-lPxFoundation", "-lPsFastXml", "-lPxPvdSDK", "-lSimulationController", "-lSceneQuery", "-lLowLevel", "-lLowLevelAABB", "-lLowLevelDynamics", "-lLowLevelCloth", "-lLowLevelParticles", "-lPxTask", "-lSnippetRender", "-lSnippetUtils", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -6433,7 +6433,7 @@ }; name = "release"; }; - FFF7da9d4c007fbbda9d4c00 /* debug */ = { + FFF75297f4007f885297f400 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6450,7 +6450,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonDEBUG", "-lPhysX3DEBUG", "-lPhysX3VehicleDEBUG", "-lPhysX3CookingDEBUG", "-lPhysX3ExtensionsDEBUG", "-lPhysX3CharacterKinematicDEBUG", "-lSnippetUtilsDEBUG", "-lPxFoundationDEBUG", "-lPsFastXmlDEBUG", "-lPxPvdSDKDEBUG", "-lSimulationControllerDEBUG", "-lSceneQueryDEBUG", "-lLowLevelDEBUG", "-lLowLevelAABBDEBUG", "-lLowLevelDynamicsDEBUG", "-lLowLevelClothDEBUG", "-lLowLevelParticlesDEBUG", "-lPxTaskDEBUG", "-lSnippetRenderDEBUG", "-lSnippetUtilsDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -6465,7 +6465,7 @@ }; name = "debug"; }; - FFF7da9d52f07fbbda9d52f0 /* checked */ = { + FFF75297faf07f885297faf0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6482,7 +6482,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonCHECKED", "-lPhysX3CHECKED", "-lPhysX3VehicleCHECKED", "-lPhysX3CookingCHECKED", "-lPhysX3ExtensionsCHECKED", "-lPhysX3CharacterKinematicCHECKED", "-lSnippetUtilsCHECKED", "-lPxFoundationCHECKED", "-lPsFastXmlCHECKED", "-lPxPvdSDKCHECKED", "-lSimulationControllerCHECKED", "-lSceneQueryCHECKED", "-lLowLevelCHECKED", "-lLowLevelAABBCHECKED", "-lLowLevelDynamicsCHECKED", "-lLowLevelClothCHECKED", "-lLowLevelParticlesCHECKED", "-lPxTaskCHECKED", "-lSnippetRenderCHECKED", "-lSnippetUtilsCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -6497,7 +6497,7 @@ }; name = "checked"; }; - FFF7da9d59e07fbbda9d59e0 /* profile */ = { + FFF7529801e07f88529801e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6514,7 +6514,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonPROFILE", "-lPhysX3PROFILE", "-lPhysX3VehiclePROFILE", "-lPhysX3CookingPROFILE", "-lPhysX3ExtensionsPROFILE", "-lPhysX3CharacterKinematicPROFILE", "-lSnippetUtilsPROFILE", "-lPxFoundationPROFILE", "-lPsFastXmlPROFILE", "-lPxPvdSDKPROFILE", "-lSimulationControllerPROFILE", "-lSceneQueryPROFILE", "-lLowLevelPROFILE", "-lLowLevelAABBPROFILE", "-lLowLevelDynamicsPROFILE", "-lLowLevelClothPROFILE", "-lLowLevelParticlesPROFILE", "-lPxTaskPROFILE", "-lSnippetRenderPROFILE", "-lSnippetUtilsPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -6529,7 +6529,7 @@ }; name = "profile"; }; - FFF7da9d60d07fbbda9d60d0 /* release */ = { + FFF7529808d07f88529808d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6546,7 +6546,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3Common", "-lPhysX3", "-lPhysX3Vehicle", "-lPhysX3Cooking", "-lPhysX3Extensions", "-lPhysX3CharacterKinematic", "-lSnippetUtils", "-lPxFoundation", "-lPsFastXml", "-lPxPvdSDK", "-lSimulationController", "-lSceneQuery", "-lLowLevel", "-lLowLevelAABB", "-lLowLevelDynamics", "-lLowLevelCloth", "-lLowLevelParticles", "-lPxTask", "-lSnippetRender", "-lSnippetUtils", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -6561,7 +6561,7 @@ }; name = "release"; }; - FFF7da9d68007fbbda9d6800 /* debug */ = { + FFF7529810007f8852981000 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6578,7 +6578,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonDEBUG", "-lPhysX3DEBUG", "-lPhysX3VehicleDEBUG", "-lPhysX3CookingDEBUG", "-lPhysX3ExtensionsDEBUG", "-lPhysX3CharacterKinematicDEBUG", "-lSnippetUtilsDEBUG", "-lPxFoundationDEBUG", "-lPsFastXmlDEBUG", "-lPxPvdSDKDEBUG", "-lSimulationControllerDEBUG", "-lSceneQueryDEBUG", "-lLowLevelDEBUG", "-lLowLevelAABBDEBUG", "-lLowLevelDynamicsDEBUG", "-lLowLevelClothDEBUG", "-lLowLevelParticlesDEBUG", "-lPxTaskDEBUG", "-lSnippetRenderDEBUG", "-lSnippetUtilsDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -6593,7 +6593,7 @@ }; name = "debug"; }; - FFF7da9d6ef07fbbda9d6ef0 /* checked */ = { + FFF7529816f07f88529816f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6610,7 +6610,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonCHECKED", "-lPhysX3CHECKED", "-lPhysX3VehicleCHECKED", "-lPhysX3CookingCHECKED", "-lPhysX3ExtensionsCHECKED", "-lPhysX3CharacterKinematicCHECKED", "-lSnippetUtilsCHECKED", "-lPxFoundationCHECKED", "-lPsFastXmlCHECKED", "-lPxPvdSDKCHECKED", "-lSimulationControllerCHECKED", "-lSceneQueryCHECKED", "-lLowLevelCHECKED", "-lLowLevelAABBCHECKED", "-lLowLevelDynamicsCHECKED", "-lLowLevelClothCHECKED", "-lLowLevelParticlesCHECKED", "-lPxTaskCHECKED", "-lSnippetRenderCHECKED", "-lSnippetUtilsCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -6625,7 +6625,7 @@ }; name = "checked"; }; - FFF7da9d75e07fbbda9d75e0 /* profile */ = { + FFF752981de07f8852981de0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6642,7 +6642,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonPROFILE", "-lPhysX3PROFILE", "-lPhysX3VehiclePROFILE", "-lPhysX3CookingPROFILE", "-lPhysX3ExtensionsPROFILE", "-lPhysX3CharacterKinematicPROFILE", "-lSnippetUtilsPROFILE", "-lPxFoundationPROFILE", "-lPsFastXmlPROFILE", "-lPxPvdSDKPROFILE", "-lSimulationControllerPROFILE", "-lSceneQueryPROFILE", "-lLowLevelPROFILE", "-lLowLevelAABBPROFILE", "-lLowLevelDynamicsPROFILE", "-lLowLevelClothPROFILE", "-lLowLevelParticlesPROFILE", "-lPxTaskPROFILE", "-lSnippetRenderPROFILE", "-lSnippetUtilsPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -6657,7 +6657,7 @@ }; name = "profile"; }; - FFF7da9d7cd07fbbda9d7cd0 /* release */ = { + FFF7529824d07f88529824d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6674,7 +6674,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3Common", "-lPhysX3", "-lPhysX3Vehicle", "-lPhysX3Cooking", "-lPhysX3Extensions", "-lPhysX3CharacterKinematic", "-lSnippetUtils", "-lPxFoundation", "-lPsFastXml", "-lPxPvdSDK", "-lSimulationController", "-lSceneQuery", "-lLowLevel", "-lLowLevelAABB", "-lLowLevelDynamics", "-lLowLevelCloth", "-lLowLevelParticles", "-lPxTask", "-lSnippetRender", "-lSnippetUtils", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -6689,7 +6689,7 @@ }; name = "release"; }; - FFF7da9d84007fbbda9d8400 /* debug */ = { + FFF752982c007f8852982c00 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6706,7 +6706,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonDEBUG", "-lPhysX3DEBUG", "-lPhysX3VehicleDEBUG", "-lPhysX3CookingDEBUG", "-lPhysX3ExtensionsDEBUG", "-lPhysX3CharacterKinematicDEBUG", "-lSnippetUtilsDEBUG", "-lPxFoundationDEBUG", "-lPsFastXmlDEBUG", "-lPxPvdSDKDEBUG", "-lSimulationControllerDEBUG", "-lSceneQueryDEBUG", "-lLowLevelDEBUG", "-lLowLevelAABBDEBUG", "-lLowLevelDynamicsDEBUG", "-lLowLevelClothDEBUG", "-lLowLevelParticlesDEBUG", "-lPxTaskDEBUG", "-lSnippetRenderDEBUG", "-lSnippetUtilsDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -6721,7 +6721,7 @@ }; name = "debug"; }; - FFF7da9d8af07fbbda9d8af0 /* checked */ = { + FFF7529832f07f88529832f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6738,7 +6738,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonCHECKED", "-lPhysX3CHECKED", "-lPhysX3VehicleCHECKED", "-lPhysX3CookingCHECKED", "-lPhysX3ExtensionsCHECKED", "-lPhysX3CharacterKinematicCHECKED", "-lSnippetUtilsCHECKED", "-lPxFoundationCHECKED", "-lPsFastXmlCHECKED", "-lPxPvdSDKCHECKED", "-lSimulationControllerCHECKED", "-lSceneQueryCHECKED", "-lLowLevelCHECKED", "-lLowLevelAABBCHECKED", "-lLowLevelDynamicsCHECKED", "-lLowLevelClothCHECKED", "-lLowLevelParticlesCHECKED", "-lPxTaskCHECKED", "-lSnippetRenderCHECKED", "-lSnippetUtilsCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -6753,7 +6753,7 @@ }; name = "checked"; }; - FFF7da9d91e07fbbda9d91e0 /* profile */ = { + FFF7529839e07f88529839e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6770,7 +6770,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonPROFILE", "-lPhysX3PROFILE", "-lPhysX3VehiclePROFILE", "-lPhysX3CookingPROFILE", "-lPhysX3ExtensionsPROFILE", "-lPhysX3CharacterKinematicPROFILE", "-lSnippetUtilsPROFILE", "-lPxFoundationPROFILE", "-lPsFastXmlPROFILE", "-lPxPvdSDKPROFILE", "-lSimulationControllerPROFILE", "-lSceneQueryPROFILE", "-lLowLevelPROFILE", "-lLowLevelAABBPROFILE", "-lLowLevelDynamicsPROFILE", "-lLowLevelClothPROFILE", "-lLowLevelParticlesPROFILE", "-lPxTaskPROFILE", "-lSnippetRenderPROFILE", "-lSnippetUtilsPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -6785,7 +6785,7 @@ }; name = "profile"; }; - FFF7da9d98d07fbbda9d98d0 /* release */ = { + FFF7529840d07f88529840d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6802,7 +6802,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3Common", "-lPhysX3", "-lPhysX3Vehicle", "-lPhysX3Cooking", "-lPhysX3Extensions", "-lPhysX3CharacterKinematic", "-lSnippetUtils", "-lPxFoundation", "-lPsFastXml", "-lPxPvdSDK", "-lSimulationController", "-lSceneQuery", "-lLowLevel", "-lLowLevelAABB", "-lLowLevelDynamics", "-lLowLevelCloth", "-lLowLevelParticles", "-lPxTask", "-lSnippetRender", "-lSnippetUtils", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -6817,7 +6817,7 @@ }; name = "release"; }; - FFF7da9da0007fbbda9da000 /* debug */ = { + FFF7529848007f8852984800 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6834,7 +6834,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonDEBUG", "-lPhysX3DEBUG", "-lPhysX3VehicleDEBUG", "-lPhysX3CookingDEBUG", "-lPhysX3ExtensionsDEBUG", "-lPhysX3CharacterKinematicDEBUG", "-lSnippetUtilsDEBUG", "-lPxFoundationDEBUG", "-lPsFastXmlDEBUG", "-lPxPvdSDKDEBUG", "-lSimulationControllerDEBUG", "-lSceneQueryDEBUG", "-lLowLevelDEBUG", "-lLowLevelAABBDEBUG", "-lLowLevelDynamicsDEBUG", "-lLowLevelClothDEBUG", "-lLowLevelParticlesDEBUG", "-lPxTaskDEBUG", "-lSnippetRenderDEBUG", "-lSnippetUtilsDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -6849,7 +6849,7 @@ }; name = "debug"; }; - FFF7da9da6f07fbbda9da6f0 /* checked */ = { + FFF752984ef07f8852984ef0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6866,7 +6866,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonCHECKED", "-lPhysX3CHECKED", "-lPhysX3VehicleCHECKED", "-lPhysX3CookingCHECKED", "-lPhysX3ExtensionsCHECKED", "-lPhysX3CharacterKinematicCHECKED", "-lSnippetUtilsCHECKED", "-lPxFoundationCHECKED", "-lPsFastXmlCHECKED", "-lPxPvdSDKCHECKED", "-lSimulationControllerCHECKED", "-lSceneQueryCHECKED", "-lLowLevelCHECKED", "-lLowLevelAABBCHECKED", "-lLowLevelDynamicsCHECKED", "-lLowLevelClothCHECKED", "-lLowLevelParticlesCHECKED", "-lPxTaskCHECKED", "-lSnippetRenderCHECKED", "-lSnippetUtilsCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -6881,7 +6881,7 @@ }; name = "checked"; }; - FFF7da9dade07fbbda9dade0 /* profile */ = { + FFF7529855e07f88529855e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6898,7 +6898,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonPROFILE", "-lPhysX3PROFILE", "-lPhysX3VehiclePROFILE", "-lPhysX3CookingPROFILE", "-lPhysX3ExtensionsPROFILE", "-lPhysX3CharacterKinematicPROFILE", "-lSnippetUtilsPROFILE", "-lPxFoundationPROFILE", "-lPsFastXmlPROFILE", "-lPxPvdSDKPROFILE", "-lSimulationControllerPROFILE", "-lSceneQueryPROFILE", "-lLowLevelPROFILE", "-lLowLevelAABBPROFILE", "-lLowLevelDynamicsPROFILE", "-lLowLevelClothPROFILE", "-lLowLevelParticlesPROFILE", "-lPxTaskPROFILE", "-lSnippetRenderPROFILE", "-lSnippetUtilsPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -6913,7 +6913,7 @@ }; name = "profile"; }; - FFF7da9db4d07fbbda9db4d0 /* release */ = { + FFF752985cd07f8852985cd0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6930,7 +6930,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3Common", "-lPhysX3", "-lPhysX3Vehicle", "-lPhysX3Cooking", "-lPhysX3Extensions", "-lPhysX3CharacterKinematic", "-lSnippetUtils", "-lPxFoundation", "-lPsFastXml", "-lPxPvdSDK", "-lSimulationController", "-lSceneQuery", "-lLowLevel", "-lLowLevelAABB", "-lLowLevelDynamics", "-lLowLevelCloth", "-lLowLevelParticles", "-lPxTask", "-lSnippetRender", "-lSnippetUtils", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -6945,7 +6945,7 @@ }; name = "release"; }; - FFF7da9dbc007fbbda9dbc00 /* debug */ = { + FFF7529864007f8852986400 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6962,7 +6962,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonDEBUG", "-lPhysX3DEBUG", "-lPhysX3VehicleDEBUG", "-lPhysX3CookingDEBUG", "-lPhysX3ExtensionsDEBUG", "-lPhysX3CharacterKinematicDEBUG", "-lSnippetUtilsDEBUG", "-lPxFoundationDEBUG", "-lPsFastXmlDEBUG", "-lPxPvdSDKDEBUG", "-lSimulationControllerDEBUG", "-lSceneQueryDEBUG", "-lLowLevelDEBUG", "-lLowLevelAABBDEBUG", "-lLowLevelDynamicsDEBUG", "-lLowLevelClothDEBUG", "-lLowLevelParticlesDEBUG", "-lPxTaskDEBUG", "-lSnippetRenderDEBUG", "-lSnippetUtilsDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -6977,7 +6977,7 @@ }; name = "debug"; }; - FFF7da9dc2f07fbbda9dc2f0 /* checked */ = { + FFF752986af07f8852986af0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6994,7 +6994,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonCHECKED", "-lPhysX3CHECKED", "-lPhysX3VehicleCHECKED", "-lPhysX3CookingCHECKED", "-lPhysX3ExtensionsCHECKED", "-lPhysX3CharacterKinematicCHECKED", "-lSnippetUtilsCHECKED", "-lPxFoundationCHECKED", "-lPsFastXmlCHECKED", "-lPxPvdSDKCHECKED", "-lSimulationControllerCHECKED", "-lSceneQueryCHECKED", "-lLowLevelCHECKED", "-lLowLevelAABBCHECKED", "-lLowLevelDynamicsCHECKED", "-lLowLevelClothCHECKED", "-lLowLevelParticlesCHECKED", "-lPxTaskCHECKED", "-lSnippetRenderCHECKED", "-lSnippetUtilsCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -7009,7 +7009,7 @@ }; name = "checked"; }; - FFF7da9dc9e07fbbda9dc9e0 /* profile */ = { + FFF7529871e07f88529871e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7026,7 +7026,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonPROFILE", "-lPhysX3PROFILE", "-lPhysX3VehiclePROFILE", "-lPhysX3CookingPROFILE", "-lPhysX3ExtensionsPROFILE", "-lPhysX3CharacterKinematicPROFILE", "-lSnippetUtilsPROFILE", "-lPxFoundationPROFILE", "-lPsFastXmlPROFILE", "-lPxPvdSDKPROFILE", "-lSimulationControllerPROFILE", "-lSceneQueryPROFILE", "-lLowLevelPROFILE", "-lLowLevelAABBPROFILE", "-lLowLevelDynamicsPROFILE", "-lLowLevelClothPROFILE", "-lLowLevelParticlesPROFILE", "-lPxTaskPROFILE", "-lSnippetRenderPROFILE", "-lSnippetUtilsPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -7041,7 +7041,7 @@ }; name = "profile"; }; - FFF7da9dd0d07fbbda9dd0d0 /* release */ = { + FFF7529878d07f88529878d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7058,7 +7058,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3Common", "-lPhysX3", "-lPhysX3Vehicle", "-lPhysX3Cooking", "-lPhysX3Extensions", "-lPhysX3CharacterKinematic", "-lSnippetUtils", "-lPxFoundation", "-lPsFastXml", "-lPxPvdSDK", "-lSimulationController", "-lSceneQuery", "-lLowLevel", "-lLowLevelAABB", "-lLowLevelDynamics", "-lLowLevelCloth", "-lLowLevelParticles", "-lPxTask", "-lSnippetRender", "-lSnippetUtils", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -7073,7 +7073,7 @@ }; name = "release"; }; - FFF7da9dd8007fbbda9dd800 /* debug */ = { + FFF7529880007f8852988000 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7090,7 +7090,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonDEBUG", "-lPhysX3DEBUG", "-lPhysX3VehicleDEBUG", "-lPhysX3CookingDEBUG", "-lPhysX3ExtensionsDEBUG", "-lPhysX3CharacterKinematicDEBUG", "-lSnippetUtilsDEBUG", "-lPxFoundationDEBUG", "-lPsFastXmlDEBUG", "-lPxPvdSDKDEBUG", "-lSimulationControllerDEBUG", "-lSceneQueryDEBUG", "-lLowLevelDEBUG", "-lLowLevelAABBDEBUG", "-lLowLevelDynamicsDEBUG", "-lLowLevelClothDEBUG", "-lLowLevelParticlesDEBUG", "-lPxTaskDEBUG", "-lSnippetRenderDEBUG", "-lSnippetUtilsDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -7105,7 +7105,7 @@ }; name = "debug"; }; - FFF7da9ddef07fbbda9ddef0 /* checked */ = { + FFF7529886f07f88529886f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7122,7 +7122,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonCHECKED", "-lPhysX3CHECKED", "-lPhysX3VehicleCHECKED", "-lPhysX3CookingCHECKED", "-lPhysX3ExtensionsCHECKED", "-lPhysX3CharacterKinematicCHECKED", "-lSnippetUtilsCHECKED", "-lPxFoundationCHECKED", "-lPsFastXmlCHECKED", "-lPxPvdSDKCHECKED", "-lSimulationControllerCHECKED", "-lSceneQueryCHECKED", "-lLowLevelCHECKED", "-lLowLevelAABBCHECKED", "-lLowLevelDynamicsCHECKED", "-lLowLevelClothCHECKED", "-lLowLevelParticlesCHECKED", "-lPxTaskCHECKED", "-lSnippetRenderCHECKED", "-lSnippetUtilsCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -7137,7 +7137,7 @@ }; name = "checked"; }; - FFF7da9de5e07fbbda9de5e0 /* profile */ = { + FFF752988de07f8852988de0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7154,7 +7154,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonPROFILE", "-lPhysX3PROFILE", "-lPhysX3VehiclePROFILE", "-lPhysX3CookingPROFILE", "-lPhysX3ExtensionsPROFILE", "-lPhysX3CharacterKinematicPROFILE", "-lSnippetUtilsPROFILE", "-lPxFoundationPROFILE", "-lPsFastXmlPROFILE", "-lPxPvdSDKPROFILE", "-lSimulationControllerPROFILE", "-lSceneQueryPROFILE", "-lLowLevelPROFILE", "-lLowLevelAABBPROFILE", "-lLowLevelDynamicsPROFILE", "-lLowLevelClothPROFILE", "-lLowLevelParticlesPROFILE", "-lPxTaskPROFILE", "-lSnippetRenderPROFILE", "-lSnippetUtilsPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -7169,7 +7169,7 @@ }; name = "profile"; }; - FFF7da9decd07fbbda9decd0 /* release */ = { + FFF7529894d07f88529894d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7186,7 +7186,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3Common", "-lPhysX3", "-lPhysX3Vehicle", "-lPhysX3Cooking", "-lPhysX3Extensions", "-lPhysX3CharacterKinematic", "-lSnippetUtils", "-lPxFoundation", "-lPsFastXml", "-lPxPvdSDK", "-lSimulationController", "-lSceneQuery", "-lLowLevel", "-lLowLevelAABB", "-lLowLevelDynamics", "-lLowLevelCloth", "-lLowLevelParticles", "-lPxTask", "-lSnippetRender", "-lSnippetUtils", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -7201,7 +7201,7 @@ }; name = "release"; }; - FFF7da9df4007fbbda9df400 /* debug */ = { + FFF752989c007f8852989c00 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7218,7 +7218,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonDEBUG", "-lPhysX3DEBUG", "-lPhysX3VehicleDEBUG", "-lPhysX3CookingDEBUG", "-lPhysX3ExtensionsDEBUG", "-lPhysX3CharacterKinematicDEBUG", "-lSnippetUtilsDEBUG", "-lPxFoundationDEBUG", "-lPsFastXmlDEBUG", "-lPxPvdSDKDEBUG", "-lSimulationControllerDEBUG", "-lSceneQueryDEBUG", "-lLowLevelDEBUG", "-lLowLevelAABBDEBUG", "-lLowLevelDynamicsDEBUG", "-lLowLevelClothDEBUG", "-lLowLevelParticlesDEBUG", "-lPxTaskDEBUG", "-lSnippetRenderDEBUG", "-lSnippetUtilsDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -7233,7 +7233,7 @@ }; name = "debug"; }; - FFF7da9dfaf07fbbda9dfaf0 /* checked */ = { + FFF75298a2f07f885298a2f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7250,7 +7250,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonCHECKED", "-lPhysX3CHECKED", "-lPhysX3VehicleCHECKED", "-lPhysX3CookingCHECKED", "-lPhysX3ExtensionsCHECKED", "-lPhysX3CharacterKinematicCHECKED", "-lSnippetUtilsCHECKED", "-lPxFoundationCHECKED", "-lPsFastXmlCHECKED", "-lPxPvdSDKCHECKED", "-lSimulationControllerCHECKED", "-lSceneQueryCHECKED", "-lLowLevelCHECKED", "-lLowLevelAABBCHECKED", "-lLowLevelDynamicsCHECKED", "-lLowLevelClothCHECKED", "-lLowLevelParticlesCHECKED", "-lPxTaskCHECKED", "-lSnippetRenderCHECKED", "-lSnippetUtilsCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -7265,7 +7265,7 @@ }; name = "checked"; }; - FFF7da9e01e07fbbda9e01e0 /* profile */ = { + FFF75298a9e07f885298a9e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7282,7 +7282,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonPROFILE", "-lPhysX3PROFILE", "-lPhysX3VehiclePROFILE", "-lPhysX3CookingPROFILE", "-lPhysX3ExtensionsPROFILE", "-lPhysX3CharacterKinematicPROFILE", "-lSnippetUtilsPROFILE", "-lPxFoundationPROFILE", "-lPsFastXmlPROFILE", "-lPxPvdSDKPROFILE", "-lSimulationControllerPROFILE", "-lSceneQueryPROFILE", "-lLowLevelPROFILE", "-lLowLevelAABBPROFILE", "-lLowLevelDynamicsPROFILE", "-lLowLevelClothPROFILE", "-lLowLevelParticlesPROFILE", "-lPxTaskPROFILE", "-lSnippetRenderPROFILE", "-lSnippetUtilsPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -7297,7 +7297,7 @@ }; name = "profile"; }; - FFF7da9e08d07fbbda9e08d0 /* release */ = { + FFF75298b0d07f885298b0d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7314,7 +7314,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3Common", "-lPhysX3", "-lPhysX3Vehicle", "-lPhysX3Cooking", "-lPhysX3Extensions", "-lPhysX3CharacterKinematic", "-lSnippetUtils", "-lPxFoundation", "-lPsFastXml", "-lPxPvdSDK", "-lSimulationController", "-lSceneQuery", "-lLowLevel", "-lLowLevelAABB", "-lLowLevelDynamics", "-lLowLevelCloth", "-lLowLevelParticles", "-lPxTask", "-lSnippetRender", "-lSnippetUtils", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -7329,7 +7329,7 @@ }; name = "release"; }; - FFF7da9e10007fbbda9e1000 /* debug */ = { + FFF75298b8007f885298b800 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7346,7 +7346,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonDEBUG", "-lPhysX3DEBUG", "-lPhysX3VehicleDEBUG", "-lPhysX3CookingDEBUG", "-lPhysX3ExtensionsDEBUG", "-lPhysX3CharacterKinematicDEBUG", "-lSnippetUtilsDEBUG", "-lPxFoundationDEBUG", "-lPsFastXmlDEBUG", "-lPxPvdSDKDEBUG", "-lSimulationControllerDEBUG", "-lSceneQueryDEBUG", "-lLowLevelDEBUG", "-lLowLevelAABBDEBUG", "-lLowLevelDynamicsDEBUG", "-lLowLevelClothDEBUG", "-lLowLevelParticlesDEBUG", "-lPxTaskDEBUG", "-lSnippetRenderDEBUG", "-lSnippetUtilsDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -7361,7 +7361,7 @@ }; name = "debug"; }; - FFF7da9e16f07fbbda9e16f0 /* checked */ = { + FFF75298bef07f885298bef0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7378,7 +7378,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonCHECKED", "-lPhysX3CHECKED", "-lPhysX3VehicleCHECKED", "-lPhysX3CookingCHECKED", "-lPhysX3ExtensionsCHECKED", "-lPhysX3CharacterKinematicCHECKED", "-lSnippetUtilsCHECKED", "-lPxFoundationCHECKED", "-lPsFastXmlCHECKED", "-lPxPvdSDKCHECKED", "-lSimulationControllerCHECKED", "-lSceneQueryCHECKED", "-lLowLevelCHECKED", "-lLowLevelAABBCHECKED", "-lLowLevelDynamicsCHECKED", "-lLowLevelClothCHECKED", "-lLowLevelParticlesCHECKED", "-lPxTaskCHECKED", "-lSnippetRenderCHECKED", "-lSnippetUtilsCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -7393,7 +7393,7 @@ }; name = "checked"; }; - FFF7da9e1de07fbbda9e1de0 /* profile */ = { + FFF75298c5e07f885298c5e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7410,7 +7410,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonPROFILE", "-lPhysX3PROFILE", "-lPhysX3VehiclePROFILE", "-lPhysX3CookingPROFILE", "-lPhysX3ExtensionsPROFILE", "-lPhysX3CharacterKinematicPROFILE", "-lSnippetUtilsPROFILE", "-lPxFoundationPROFILE", "-lPsFastXmlPROFILE", "-lPxPvdSDKPROFILE", "-lSimulationControllerPROFILE", "-lSceneQueryPROFILE", "-lLowLevelPROFILE", "-lLowLevelAABBPROFILE", "-lLowLevelDynamicsPROFILE", "-lLowLevelClothPROFILE", "-lLowLevelParticlesPROFILE", "-lPxTaskPROFILE", "-lSnippetRenderPROFILE", "-lSnippetUtilsPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -7425,7 +7425,7 @@ }; name = "profile"; }; - FFF7da9e24d07fbbda9e24d0 /* release */ = { + FFF75298ccd07f885298ccd0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7442,7 +7442,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3Common", "-lPhysX3", "-lPhysX3Vehicle", "-lPhysX3Cooking", "-lPhysX3Extensions", "-lPhysX3CharacterKinematic", "-lSnippetUtils", "-lPxFoundation", "-lPsFastXml", "-lPxPvdSDK", "-lSimulationController", "-lSceneQuery", "-lLowLevel", "-lLowLevelAABB", "-lLowLevelDynamics", "-lLowLevelCloth", "-lLowLevelParticles", "-lPxTask", "-lSnippetRender", "-lSnippetUtils", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -7457,7 +7457,7 @@ }; name = "release"; }; - FFF7da9e2c007fbbda9e2c00 /* debug */ = { + FFF75298d4007f885298d400 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7474,7 +7474,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonDEBUG", "-lPhysX3DEBUG", "-lPhysX3VehicleDEBUG", "-lPhysX3CookingDEBUG", "-lPhysX3ExtensionsDEBUG", "-lPhysX3CharacterKinematicDEBUG", "-lSnippetUtilsDEBUG", "-lPxFoundationDEBUG", "-lPsFastXmlDEBUG", "-lPxPvdSDKDEBUG", "-lSimulationControllerDEBUG", "-lSceneQueryDEBUG", "-lLowLevelDEBUG", "-lLowLevelAABBDEBUG", "-lLowLevelDynamicsDEBUG", "-lLowLevelClothDEBUG", "-lLowLevelParticlesDEBUG", "-lPxTaskDEBUG", "-lSnippetRenderDEBUG", "-lSnippetUtilsDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -7489,7 +7489,7 @@ }; name = "debug"; }; - FFF7da9e32f07fbbda9e32f0 /* checked */ = { + FFF75298daf07f885298daf0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7506,7 +7506,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonCHECKED", "-lPhysX3CHECKED", "-lPhysX3VehicleCHECKED", "-lPhysX3CookingCHECKED", "-lPhysX3ExtensionsCHECKED", "-lPhysX3CharacterKinematicCHECKED", "-lSnippetUtilsCHECKED", "-lPxFoundationCHECKED", "-lPsFastXmlCHECKED", "-lPxPvdSDKCHECKED", "-lSimulationControllerCHECKED", "-lSceneQueryCHECKED", "-lLowLevelCHECKED", "-lLowLevelAABBCHECKED", "-lLowLevelDynamicsCHECKED", "-lLowLevelClothCHECKED", "-lLowLevelParticlesCHECKED", "-lPxTaskCHECKED", "-lSnippetRenderCHECKED", "-lSnippetUtilsCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -7521,7 +7521,7 @@ }; name = "checked"; }; - FFF7da9e39e07fbbda9e39e0 /* profile */ = { + FFF75298e1e07f885298e1e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7538,7 +7538,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonPROFILE", "-lPhysX3PROFILE", "-lPhysX3VehiclePROFILE", "-lPhysX3CookingPROFILE", "-lPhysX3ExtensionsPROFILE", "-lPhysX3CharacterKinematicPROFILE", "-lSnippetUtilsPROFILE", "-lPxFoundationPROFILE", "-lPsFastXmlPROFILE", "-lPxPvdSDKPROFILE", "-lSimulationControllerPROFILE", "-lSceneQueryPROFILE", "-lLowLevelPROFILE", "-lLowLevelAABBPROFILE", "-lLowLevelDynamicsPROFILE", "-lLowLevelClothPROFILE", "-lLowLevelParticlesPROFILE", "-lPxTaskPROFILE", "-lSnippetRenderPROFILE", "-lSnippetUtilsPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -7553,7 +7553,7 @@ }; name = "profile"; }; - FFF7da9e40d07fbbda9e40d0 /* release */ = { + FFF75298e8d07f885298e8d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7570,7 +7570,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3Common", "-lPhysX3", "-lPhysX3Vehicle", "-lPhysX3Cooking", "-lPhysX3Extensions", "-lPhysX3CharacterKinematic", "-lSnippetUtils", "-lPxFoundation", "-lPsFastXml", "-lPxPvdSDK", "-lSimulationController", "-lSceneQuery", "-lLowLevel", "-lLowLevelAABB", "-lLowLevelDynamics", "-lLowLevelCloth", "-lLowLevelParticles", "-lPxTask", "-lSnippetRender", "-lSnippetUtils", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -7585,7 +7585,7 @@ }; name = "release"; }; - FFF7da9e48007fbbda9e4800 /* debug */ = { + FFF75298f0007f885298f000 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7602,7 +7602,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonDEBUG", "-lPhysX3DEBUG", "-lPhysX3VehicleDEBUG", "-lPhysX3CookingDEBUG", "-lPhysX3ExtensionsDEBUG", "-lPhysX3CharacterKinematicDEBUG", "-lSnippetUtilsDEBUG", "-lPxFoundationDEBUG", "-lPsFastXmlDEBUG", "-lPxPvdSDKDEBUG", "-lSimulationControllerDEBUG", "-lSceneQueryDEBUG", "-lLowLevelDEBUG", "-lLowLevelAABBDEBUG", "-lLowLevelDynamicsDEBUG", "-lLowLevelClothDEBUG", "-lLowLevelParticlesDEBUG", "-lPxTaskDEBUG", "-lSnippetRenderDEBUG", "-lSnippetUtilsDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -7617,7 +7617,7 @@ }; name = "debug"; }; - FFF7da9e4ef07fbbda9e4ef0 /* checked */ = { + FFF75298f6f07f885298f6f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7634,7 +7634,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonCHECKED", "-lPhysX3CHECKED", "-lPhysX3VehicleCHECKED", "-lPhysX3CookingCHECKED", "-lPhysX3ExtensionsCHECKED", "-lPhysX3CharacterKinematicCHECKED", "-lSnippetUtilsCHECKED", "-lPxFoundationCHECKED", "-lPsFastXmlCHECKED", "-lPxPvdSDKCHECKED", "-lSimulationControllerCHECKED", "-lSceneQueryCHECKED", "-lLowLevelCHECKED", "-lLowLevelAABBCHECKED", "-lLowLevelDynamicsCHECKED", "-lLowLevelClothCHECKED", "-lLowLevelParticlesCHECKED", "-lPxTaskCHECKED", "-lSnippetRenderCHECKED", "-lSnippetUtilsCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -7649,7 +7649,7 @@ }; name = "checked"; }; - FFF7da9e55e07fbbda9e55e0 /* profile */ = { + FFF75298fde07f885298fde0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7666,7 +7666,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonPROFILE", "-lPhysX3PROFILE", "-lPhysX3VehiclePROFILE", "-lPhysX3CookingPROFILE", "-lPhysX3ExtensionsPROFILE", "-lPhysX3CharacterKinematicPROFILE", "-lSnippetUtilsPROFILE", "-lPxFoundationPROFILE", "-lPsFastXmlPROFILE", "-lPxPvdSDKPROFILE", "-lSimulationControllerPROFILE", "-lSceneQueryPROFILE", "-lLowLevelPROFILE", "-lLowLevelAABBPROFILE", "-lLowLevelDynamicsPROFILE", "-lLowLevelClothPROFILE", "-lLowLevelParticlesPROFILE", "-lPxTaskPROFILE", "-lSnippetRenderPROFILE", "-lSnippetUtilsPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -7681,7 +7681,7 @@ }; name = "profile"; }; - FFF7da9e5cd07fbbda9e5cd0 /* release */ = { + FFF7529904d07f88529904d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7698,7 +7698,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3Common", "-lPhysX3", "-lPhysX3Vehicle", "-lPhysX3Cooking", "-lPhysX3Extensions", "-lPhysX3CharacterKinematic", "-lSnippetUtils", "-lPxFoundation", "-lPsFastXml", "-lPxPvdSDK", "-lSimulationController", "-lSceneQuery", "-lLowLevel", "-lLowLevelAABB", "-lLowLevelDynamics", "-lLowLevelCloth", "-lLowLevelParticles", "-lPxTask", "-lSnippetRender", "-lSnippetUtils", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -7713,7 +7713,7 @@ }; name = "release"; }; - FFF7da9e64007fbbda9e6400 /* debug */ = { + FFF752990c007f8852990c00 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7730,7 +7730,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonDEBUG", "-lPhysX3DEBUG", "-lPhysX3VehicleDEBUG", "-lPhysX3CookingDEBUG", "-lPhysX3ExtensionsDEBUG", "-lPhysX3CharacterKinematicDEBUG", "-lSnippetUtilsDEBUG", "-lPxFoundationDEBUG", "-lPsFastXmlDEBUG", "-lPxPvdSDKDEBUG", "-lSimulationControllerDEBUG", "-lSceneQueryDEBUG", "-lLowLevelDEBUG", "-lLowLevelAABBDEBUG", "-lLowLevelDynamicsDEBUG", "-lLowLevelClothDEBUG", "-lLowLevelParticlesDEBUG", "-lPxTaskDEBUG", "-lSnippetRenderDEBUG", "-lSnippetUtilsDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -7745,7 +7745,7 @@ }; name = "debug"; }; - FFF7da9e6af07fbbda9e6af0 /* checked */ = { + FFF7529912f07f88529912f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7762,7 +7762,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonCHECKED", "-lPhysX3CHECKED", "-lPhysX3VehicleCHECKED", "-lPhysX3CookingCHECKED", "-lPhysX3ExtensionsCHECKED", "-lPhysX3CharacterKinematicCHECKED", "-lSnippetUtilsCHECKED", "-lPxFoundationCHECKED", "-lPsFastXmlCHECKED", "-lPxPvdSDKCHECKED", "-lSimulationControllerCHECKED", "-lSceneQueryCHECKED", "-lLowLevelCHECKED", "-lLowLevelAABBCHECKED", "-lLowLevelDynamicsCHECKED", "-lLowLevelClothCHECKED", "-lLowLevelParticlesCHECKED", "-lPxTaskCHECKED", "-lSnippetRenderCHECKED", "-lSnippetUtilsCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -7777,7 +7777,7 @@ }; name = "checked"; }; - FFF7da9e71e07fbbda9e71e0 /* profile */ = { + FFF7529919e07f88529919e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7794,7 +7794,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonPROFILE", "-lPhysX3PROFILE", "-lPhysX3VehiclePROFILE", "-lPhysX3CookingPROFILE", "-lPhysX3ExtensionsPROFILE", "-lPhysX3CharacterKinematicPROFILE", "-lSnippetUtilsPROFILE", "-lPxFoundationPROFILE", "-lPsFastXmlPROFILE", "-lPxPvdSDKPROFILE", "-lSimulationControllerPROFILE", "-lSceneQueryPROFILE", "-lLowLevelPROFILE", "-lLowLevelAABBPROFILE", "-lLowLevelDynamicsPROFILE", "-lLowLevelClothPROFILE", "-lLowLevelParticlesPROFILE", "-lPxTaskPROFILE", "-lSnippetRenderPROFILE", "-lSnippetUtilsPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -7809,7 +7809,7 @@ }; name = "profile"; }; - FFF7da9e78d07fbbda9e78d0 /* release */ = { + FFF7529920d07f88529920d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7826,7 +7826,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3Common", "-lPhysX3", "-lPhysX3Vehicle", "-lPhysX3Cooking", "-lPhysX3Extensions", "-lPhysX3CharacterKinematic", "-lSnippetUtils", "-lPxFoundation", "-lPsFastXml", "-lPxPvdSDK", "-lSimulationController", "-lSceneQuery", "-lLowLevel", "-lLowLevelAABB", "-lLowLevelDynamics", "-lLowLevelCloth", "-lLowLevelParticles", "-lPxTask", "-lSnippetRender", "-lSnippetUtils", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -7841,7 +7841,7 @@ }; name = "release"; }; - FFF7da9e80007fbbda9e8000 /* debug */ = { + FFF7529928007f8852992800 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7858,7 +7858,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonDEBUG", "-lPhysX3DEBUG", "-lPhysX3VehicleDEBUG", "-lPhysX3CookingDEBUG", "-lPhysX3ExtensionsDEBUG", "-lPhysX3CharacterKinematicDEBUG", "-lSnippetUtilsDEBUG", "-lPxFoundationDEBUG", "-lPsFastXmlDEBUG", "-lPxPvdSDKDEBUG", "-lSimulationControllerDEBUG", "-lSceneQueryDEBUG", "-lLowLevelDEBUG", "-lLowLevelAABBDEBUG", "-lLowLevelDynamicsDEBUG", "-lLowLevelClothDEBUG", "-lLowLevelParticlesDEBUG", "-lPxTaskDEBUG", "-lSnippetRenderDEBUG", "-lSnippetUtilsDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -7873,7 +7873,7 @@ }; name = "debug"; }; - FFF7da9e86f07fbbda9e86f0 /* checked */ = { + FFF752992ef07f8852992ef0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7890,7 +7890,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonCHECKED", "-lPhysX3CHECKED", "-lPhysX3VehicleCHECKED", "-lPhysX3CookingCHECKED", "-lPhysX3ExtensionsCHECKED", "-lPhysX3CharacterKinematicCHECKED", "-lSnippetUtilsCHECKED", "-lPxFoundationCHECKED", "-lPsFastXmlCHECKED", "-lPxPvdSDKCHECKED", "-lSimulationControllerCHECKED", "-lSceneQueryCHECKED", "-lLowLevelCHECKED", "-lLowLevelAABBCHECKED", "-lLowLevelDynamicsCHECKED", "-lLowLevelClothCHECKED", "-lLowLevelParticlesCHECKED", "-lPxTaskCHECKED", "-lSnippetRenderCHECKED", "-lSnippetUtilsCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -7905,7 +7905,7 @@ }; name = "checked"; }; - FFF7da9e8de07fbbda9e8de0 /* profile */ = { + FFF7529935e07f88529935e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7922,7 +7922,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonPROFILE", "-lPhysX3PROFILE", "-lPhysX3VehiclePROFILE", "-lPhysX3CookingPROFILE", "-lPhysX3ExtensionsPROFILE", "-lPhysX3CharacterKinematicPROFILE", "-lSnippetUtilsPROFILE", "-lPxFoundationPROFILE", "-lPsFastXmlPROFILE", "-lPxPvdSDKPROFILE", "-lSimulationControllerPROFILE", "-lSceneQueryPROFILE", "-lLowLevelPROFILE", "-lLowLevelAABBPROFILE", "-lLowLevelDynamicsPROFILE", "-lLowLevelClothPROFILE", "-lLowLevelParticlesPROFILE", "-lPxTaskPROFILE", "-lSnippetRenderPROFILE", "-lSnippetUtilsPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -7937,7 +7937,7 @@ }; name = "profile"; }; - FFF7da9e94d07fbbda9e94d0 /* release */ = { + FFF752993cd07f8852993cd0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7954,7 +7954,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3Common", "-lPhysX3", "-lPhysX3Vehicle", "-lPhysX3Cooking", "-lPhysX3Extensions", "-lPhysX3CharacterKinematic", "-lSnippetUtils", "-lPxFoundation", "-lPsFastXml", "-lPxPvdSDK", "-lSimulationController", "-lSceneQuery", "-lLowLevel", "-lLowLevelAABB", "-lLowLevelDynamics", "-lLowLevelCloth", "-lLowLevelParticles", "-lPxTask", "-lSnippetRender", "-lSnippetUtils", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -7969,7 +7969,7 @@ }; name = "release"; }; - FFF7da9e9c007fbbda9e9c00 /* debug */ = { + FFF7529944007f8852994400 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7986,7 +7986,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonDEBUG", "-lPhysX3DEBUG", "-lPhysX3VehicleDEBUG", "-lPhysX3CookingDEBUG", "-lPhysX3ExtensionsDEBUG", "-lPhysX3CharacterKinematicDEBUG", "-lSnippetUtilsDEBUG", "-lPxFoundationDEBUG", "-lPsFastXmlDEBUG", "-lPxPvdSDKDEBUG", "-lSimulationControllerDEBUG", "-lSceneQueryDEBUG", "-lLowLevelDEBUG", "-lLowLevelAABBDEBUG", "-lLowLevelDynamicsDEBUG", "-lLowLevelClothDEBUG", "-lLowLevelParticlesDEBUG", "-lPxTaskDEBUG", "-lSnippetRenderDEBUG", "-lSnippetUtilsDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -8001,7 +8001,7 @@ }; name = "debug"; }; - FFF7da9ea2f07fbbda9ea2f0 /* checked */ = { + FFF752994af07f8852994af0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -8018,7 +8018,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonCHECKED", "-lPhysX3CHECKED", "-lPhysX3VehicleCHECKED", "-lPhysX3CookingCHECKED", "-lPhysX3ExtensionsCHECKED", "-lPhysX3CharacterKinematicCHECKED", "-lSnippetUtilsCHECKED", "-lPxFoundationCHECKED", "-lPsFastXmlCHECKED", "-lPxPvdSDKCHECKED", "-lSimulationControllerCHECKED", "-lSceneQueryCHECKED", "-lLowLevelCHECKED", "-lLowLevelAABBCHECKED", "-lLowLevelDynamicsCHECKED", "-lLowLevelClothCHECKED", "-lLowLevelParticlesCHECKED", "-lPxTaskCHECKED", "-lSnippetRenderCHECKED", "-lSnippetUtilsCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -8033,7 +8033,7 @@ }; name = "checked"; }; - FFF7da9ea9e07fbbda9ea9e0 /* profile */ = { + FFF7529951e07f88529951e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -8050,7 +8050,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonPROFILE", "-lPhysX3PROFILE", "-lPhysX3VehiclePROFILE", "-lPhysX3CookingPROFILE", "-lPhysX3ExtensionsPROFILE", "-lPhysX3CharacterKinematicPROFILE", "-lSnippetUtilsPROFILE", "-lPxFoundationPROFILE", "-lPsFastXmlPROFILE", "-lPxPvdSDKPROFILE", "-lSimulationControllerPROFILE", "-lSceneQueryPROFILE", "-lLowLevelPROFILE", "-lLowLevelAABBPROFILE", "-lLowLevelDynamicsPROFILE", "-lLowLevelClothPROFILE", "-lLowLevelParticlesPROFILE", "-lPxTaskPROFILE", "-lSnippetRenderPROFILE", "-lSnippetUtilsPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -8065,7 +8065,7 @@ }; name = "profile"; }; - FFF7da9eb0d07fbbda9eb0d0 /* release */ = { + FFF7529958d07f88529958d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -8082,7 +8082,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3Common", "-lPhysX3", "-lPhysX3Vehicle", "-lPhysX3Cooking", "-lPhysX3Extensions", "-lPhysX3CharacterKinematic", "-lSnippetUtils", "-lPxFoundation", "-lPsFastXml", "-lPxPvdSDK", "-lSimulationController", "-lSceneQuery", "-lLowLevel", "-lLowLevelAABB", "-lLowLevelDynamics", "-lLowLevelCloth", "-lLowLevelParticles", "-lPxTask", "-lSnippetRender", "-lSnippetUtils", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -8097,7 +8097,7 @@ }; name = "release"; }; - FFF7da9eb8007fbbda9eb800 /* debug */ = { + FFF7529960007f8852996000 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -8114,7 +8114,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonDEBUG", "-lPhysX3DEBUG", "-lPhysX3VehicleDEBUG", "-lPhysX3CookingDEBUG", "-lPhysX3ExtensionsDEBUG", "-lPhysX3CharacterKinematicDEBUG", "-lSnippetUtilsDEBUG", "-lPxFoundationDEBUG", "-lPsFastXmlDEBUG", "-lPxPvdSDKDEBUG", "-lSimulationControllerDEBUG", "-lSceneQueryDEBUG", "-lLowLevelDEBUG", "-lLowLevelAABBDEBUG", "-lLowLevelDynamicsDEBUG", "-lLowLevelClothDEBUG", "-lLowLevelParticlesDEBUG", "-lPxTaskDEBUG", "-lSnippetRenderDEBUG", "-lSnippetUtilsDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -8129,7 +8129,7 @@ }; name = "debug"; }; - FFF7da9ebef07fbbda9ebef0 /* checked */ = { + FFF7529966f07f88529966f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -8146,7 +8146,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonCHECKED", "-lPhysX3CHECKED", "-lPhysX3VehicleCHECKED", "-lPhysX3CookingCHECKED", "-lPhysX3ExtensionsCHECKED", "-lPhysX3CharacterKinematicCHECKED", "-lSnippetUtilsCHECKED", "-lPxFoundationCHECKED", "-lPsFastXmlCHECKED", "-lPxPvdSDKCHECKED", "-lSimulationControllerCHECKED", "-lSceneQueryCHECKED", "-lLowLevelCHECKED", "-lLowLevelAABBCHECKED", "-lLowLevelDynamicsCHECKED", "-lLowLevelClothCHECKED", "-lLowLevelParticlesCHECKED", "-lPxTaskCHECKED", "-lSnippetRenderCHECKED", "-lSnippetUtilsCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -8161,7 +8161,7 @@ }; name = "checked"; }; - FFF7da9ec5e07fbbda9ec5e0 /* profile */ = { + FFF752996de07f8852996de0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -8178,7 +8178,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonPROFILE", "-lPhysX3PROFILE", "-lPhysX3VehiclePROFILE", "-lPhysX3CookingPROFILE", "-lPhysX3ExtensionsPROFILE", "-lPhysX3CharacterKinematicPROFILE", "-lSnippetUtilsPROFILE", "-lPxFoundationPROFILE", "-lPsFastXmlPROFILE", "-lPxPvdSDKPROFILE", "-lSimulationControllerPROFILE", "-lSceneQueryPROFILE", "-lLowLevelPROFILE", "-lLowLevelAABBPROFILE", "-lLowLevelDynamicsPROFILE", "-lLowLevelClothPROFILE", "-lLowLevelParticlesPROFILE", "-lPxTaskPROFILE", "-lSnippetRenderPROFILE", "-lSnippetUtilsPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -8193,7 +8193,7 @@ }; name = "profile"; }; - FFF7da9eccd07fbbda9eccd0 /* release */ = { + FFF7529974d07f88529974d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -8210,7 +8210,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3Common", "-lPhysX3", "-lPhysX3Vehicle", "-lPhysX3Cooking", "-lPhysX3Extensions", "-lPhysX3CharacterKinematic", "-lSnippetUtils", "-lPxFoundation", "-lPsFastXml", "-lPxPvdSDK", "-lSimulationController", "-lSceneQuery", "-lLowLevel", "-lLowLevelAABB", "-lLowLevelDynamics", "-lLowLevelCloth", "-lLowLevelParticles", "-lPxTask", "-lSnippetRender", "-lSnippetUtils", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -8225,7 +8225,7 @@ }; name = "release"; }; - FFF7da9ed4007fbbda9ed400 /* debug */ = { + FFF752997c007f8852997c00 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -8242,7 +8242,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonDEBUG", "-lPhysX3DEBUG", "-lPhysX3VehicleDEBUG", "-lPhysX3CookingDEBUG", "-lPhysX3ExtensionsDEBUG", "-lPhysX3CharacterKinematicDEBUG", "-lSnippetUtilsDEBUG", "-lPxFoundationDEBUG", "-lPsFastXmlDEBUG", "-lPxPvdSDKDEBUG", "-lSimulationControllerDEBUG", "-lSceneQueryDEBUG", "-lLowLevelDEBUG", "-lLowLevelAABBDEBUG", "-lLowLevelDynamicsDEBUG", "-lLowLevelClothDEBUG", "-lLowLevelParticlesDEBUG", "-lPxTaskDEBUG", "-lSnippetRenderDEBUG", "-lSnippetUtilsDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -8257,7 +8257,7 @@ }; name = "debug"; }; - FFF7da9edaf07fbbda9edaf0 /* checked */ = { + FFF7529982f07f88529982f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -8274,7 +8274,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonCHECKED", "-lPhysX3CHECKED", "-lPhysX3VehicleCHECKED", "-lPhysX3CookingCHECKED", "-lPhysX3ExtensionsCHECKED", "-lPhysX3CharacterKinematicCHECKED", "-lSnippetUtilsCHECKED", "-lPxFoundationCHECKED", "-lPsFastXmlCHECKED", "-lPxPvdSDKCHECKED", "-lSimulationControllerCHECKED", "-lSceneQueryCHECKED", "-lLowLevelCHECKED", "-lLowLevelAABBCHECKED", "-lLowLevelDynamicsCHECKED", "-lLowLevelClothCHECKED", "-lLowLevelParticlesCHECKED", "-lPxTaskCHECKED", "-lSnippetRenderCHECKED", "-lSnippetUtilsCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -8289,7 +8289,7 @@ }; name = "checked"; }; - FFF7da9ee1e07fbbda9ee1e0 /* profile */ = { + FFF7529989e07f88529989e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -8306,7 +8306,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonPROFILE", "-lPhysX3PROFILE", "-lPhysX3VehiclePROFILE", "-lPhysX3CookingPROFILE", "-lPhysX3ExtensionsPROFILE", "-lPhysX3CharacterKinematicPROFILE", "-lSnippetUtilsPROFILE", "-lPxFoundationPROFILE", "-lPsFastXmlPROFILE", "-lPxPvdSDKPROFILE", "-lSimulationControllerPROFILE", "-lSceneQueryPROFILE", "-lLowLevelPROFILE", "-lLowLevelAABBPROFILE", "-lLowLevelDynamicsPROFILE", "-lLowLevelClothPROFILE", "-lLowLevelParticlesPROFILE", "-lPxTaskPROFILE", "-lSnippetRenderPROFILE", "-lSnippetUtilsPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -8321,7 +8321,7 @@ }; name = "profile"; }; - FFF7da9ee8d07fbbda9ee8d0 /* release */ = { + FFF7529990d07f88529990d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -8338,7 +8338,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3Common", "-lPhysX3", "-lPhysX3Vehicle", "-lPhysX3Cooking", "-lPhysX3Extensions", "-lPhysX3CharacterKinematic", "-lSnippetUtils", "-lPxFoundation", "-lPsFastXml", "-lPxPvdSDK", "-lSimulationController", "-lSceneQuery", "-lLowLevel", "-lLowLevelAABB", "-lLowLevelDynamics", "-lLowLevelCloth", "-lLowLevelParticles", "-lPxTask", "-lSnippetRender", "-lSnippetUtils", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -8353,7 +8353,7 @@ }; name = "release"; }; - FFF7da9ef0007fbbda9ef000 /* debug */ = { + FFF7529998007f8852999800 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -8370,7 +8370,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonDEBUG", "-lPhysX3DEBUG", "-lPhysX3VehicleDEBUG", "-lPhysX3CookingDEBUG", "-lPhysX3ExtensionsDEBUG", "-lPhysX3CharacterKinematicDEBUG", "-lSnippetUtilsDEBUG", "-lPxFoundationDEBUG", "-lPsFastXmlDEBUG", "-lPxPvdSDKDEBUG", "-lSimulationControllerDEBUG", "-lSceneQueryDEBUG", "-lLowLevelDEBUG", "-lLowLevelAABBDEBUG", "-lLowLevelDynamicsDEBUG", "-lLowLevelClothDEBUG", "-lLowLevelParticlesDEBUG", "-lPxTaskDEBUG", "-lSnippetRenderDEBUG", "-lSnippetUtilsDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -8385,7 +8385,7 @@ }; name = "debug"; }; - FFF7da9ef6f07fbbda9ef6f0 /* checked */ = { + FFF752999ef07f8852999ef0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -8402,7 +8402,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonCHECKED", "-lPhysX3CHECKED", "-lPhysX3VehicleCHECKED", "-lPhysX3CookingCHECKED", "-lPhysX3ExtensionsCHECKED", "-lPhysX3CharacterKinematicCHECKED", "-lSnippetUtilsCHECKED", "-lPxFoundationCHECKED", "-lPsFastXmlCHECKED", "-lPxPvdSDKCHECKED", "-lSimulationControllerCHECKED", "-lSceneQueryCHECKED", "-lLowLevelCHECKED", "-lLowLevelAABBCHECKED", "-lLowLevelDynamicsCHECKED", "-lLowLevelClothCHECKED", "-lLowLevelParticlesCHECKED", "-lPxTaskCHECKED", "-lSnippetRenderCHECKED", "-lSnippetUtilsCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -8417,7 +8417,7 @@ }; name = "checked"; }; - FFF7da9efde07fbbda9efde0 /* profile */ = { + FFF75299a5e07f885299a5e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -8434,7 +8434,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonPROFILE", "-lPhysX3PROFILE", "-lPhysX3VehiclePROFILE", "-lPhysX3CookingPROFILE", "-lPhysX3ExtensionsPROFILE", "-lPhysX3CharacterKinematicPROFILE", "-lSnippetUtilsPROFILE", "-lPxFoundationPROFILE", "-lPsFastXmlPROFILE", "-lPxPvdSDKPROFILE", "-lSimulationControllerPROFILE", "-lSceneQueryPROFILE", "-lLowLevelPROFILE", "-lLowLevelAABBPROFILE", "-lLowLevelDynamicsPROFILE", "-lLowLevelClothPROFILE", "-lLowLevelParticlesPROFILE", "-lPxTaskPROFILE", "-lSnippetRenderPROFILE", "-lSnippetUtilsPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -8449,7 +8449,7 @@ }; name = "profile"; }; - FFF7da9f04d07fbbda9f04d0 /* release */ = { + FFF75299acd07f885299acd0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -8466,7 +8466,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3Common", "-lPhysX3", "-lPhysX3Vehicle", "-lPhysX3Cooking", "-lPhysX3Extensions", "-lPhysX3CharacterKinematic", "-lSnippetUtils", "-lPxFoundation", "-lPsFastXml", "-lPxPvdSDK", "-lSimulationController", "-lSceneQuery", "-lLowLevel", "-lLowLevelAABB", "-lLowLevelDynamics", "-lLowLevelCloth", "-lLowLevelParticles", "-lPxTask", "-lSnippetRender", "-lSnippetUtils", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -8481,7 +8481,7 @@ }; name = "release"; }; - FFF7da9f0c007fbbda9f0c00 /* debug */ = { + FFF75299b4007f885299b400 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -8498,7 +8498,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonDEBUG", "-lPhysX3DEBUG", "-lPhysX3VehicleDEBUG", "-lPhysX3CookingDEBUG", "-lPhysX3ExtensionsDEBUG", "-lPhysX3CharacterKinematicDEBUG", "-lSnippetUtilsDEBUG", "-lPxFoundationDEBUG", "-lPsFastXmlDEBUG", "-lPxPvdSDKDEBUG", "-lSimulationControllerDEBUG", "-lSceneQueryDEBUG", "-lLowLevelDEBUG", "-lLowLevelAABBDEBUG", "-lLowLevelDynamicsDEBUG", "-lLowLevelClothDEBUG", "-lLowLevelParticlesDEBUG", "-lPxTaskDEBUG", "-lSnippetRenderDEBUG", "-lSnippetUtilsDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -8513,7 +8513,7 @@ }; name = "debug"; }; - FFF7da9f12f07fbbda9f12f0 /* checked */ = { + FFF75299baf07f885299baf0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -8530,7 +8530,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonCHECKED", "-lPhysX3CHECKED", "-lPhysX3VehicleCHECKED", "-lPhysX3CookingCHECKED", "-lPhysX3ExtensionsCHECKED", "-lPhysX3CharacterKinematicCHECKED", "-lSnippetUtilsCHECKED", "-lPxFoundationCHECKED", "-lPsFastXmlCHECKED", "-lPxPvdSDKCHECKED", "-lSimulationControllerCHECKED", "-lSceneQueryCHECKED", "-lLowLevelCHECKED", "-lLowLevelAABBCHECKED", "-lLowLevelDynamicsCHECKED", "-lLowLevelClothCHECKED", "-lLowLevelParticlesCHECKED", "-lPxTaskCHECKED", "-lSnippetRenderCHECKED", "-lSnippetUtilsCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -8545,7 +8545,7 @@ }; name = "checked"; }; - FFF7da9f19e07fbbda9f19e0 /* profile */ = { + FFF75299c1e07f885299c1e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -8562,7 +8562,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonPROFILE", "-lPhysX3PROFILE", "-lPhysX3VehiclePROFILE", "-lPhysX3CookingPROFILE", "-lPhysX3ExtensionsPROFILE", "-lPhysX3CharacterKinematicPROFILE", "-lSnippetUtilsPROFILE", "-lPxFoundationPROFILE", "-lPsFastXmlPROFILE", "-lPxPvdSDKPROFILE", "-lSimulationControllerPROFILE", "-lSceneQueryPROFILE", "-lLowLevelPROFILE", "-lLowLevelAABBPROFILE", "-lLowLevelDynamicsPROFILE", "-lLowLevelClothPROFILE", "-lLowLevelParticlesPROFILE", "-lPxTaskPROFILE", "-lSnippetRenderPROFILE", "-lSnippetUtilsPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -8577,7 +8577,7 @@ }; name = "profile"; }; - FFF7da9f20d07fbbda9f20d0 /* release */ = { + FFF75299c8d07f885299c8d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -8594,7 +8594,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3Common", "-lPhysX3", "-lPhysX3Vehicle", "-lPhysX3Cooking", "-lPhysX3Extensions", "-lPhysX3CharacterKinematic", "-lSnippetUtils", "-lPxFoundation", "-lPsFastXml", "-lPxPvdSDK", "-lSimulationController", "-lSceneQuery", "-lLowLevel", "-lLowLevelAABB", "-lLowLevelDynamics", "-lLowLevelCloth", "-lLowLevelParticles", "-lPxTask", "-lSnippetRender", "-lSnippetUtils", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -8609,7 +8609,7 @@ }; name = "release"; }; - FFF7da9f28007fbbda9f2800 /* debug */ = { + FFF75299d0007f885299d000 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -8626,7 +8626,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonDEBUG", "-lPhysX3DEBUG", "-lPhysX3VehicleDEBUG", "-lPhysX3CookingDEBUG", "-lPhysX3ExtensionsDEBUG", "-lPhysX3CharacterKinematicDEBUG", "-lSnippetUtilsDEBUG", "-lPxFoundationDEBUG", "-lPsFastXmlDEBUG", "-lPxPvdSDKDEBUG", "-lSimulationControllerDEBUG", "-lSceneQueryDEBUG", "-lLowLevelDEBUG", "-lLowLevelAABBDEBUG", "-lLowLevelDynamicsDEBUG", "-lLowLevelClothDEBUG", "-lLowLevelParticlesDEBUG", "-lPxTaskDEBUG", "-lSnippetRenderDEBUG", "-lSnippetUtilsDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -8641,7 +8641,7 @@ }; name = "debug"; }; - FFF7da9f2ef07fbbda9f2ef0 /* checked */ = { + FFF75299d6f07f885299d6f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -8658,7 +8658,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonCHECKED", "-lPhysX3CHECKED", "-lPhysX3VehicleCHECKED", "-lPhysX3CookingCHECKED", "-lPhysX3ExtensionsCHECKED", "-lPhysX3CharacterKinematicCHECKED", "-lSnippetUtilsCHECKED", "-lPxFoundationCHECKED", "-lPsFastXmlCHECKED", "-lPxPvdSDKCHECKED", "-lSimulationControllerCHECKED", "-lSceneQueryCHECKED", "-lLowLevelCHECKED", "-lLowLevelAABBCHECKED", "-lLowLevelDynamicsCHECKED", "-lLowLevelClothCHECKED", "-lLowLevelParticlesCHECKED", "-lPxTaskCHECKED", "-lSnippetRenderCHECKED", "-lSnippetUtilsCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -8673,7 +8673,7 @@ }; name = "checked"; }; - FFF7da9f35e07fbbda9f35e0 /* profile */ = { + FFF75299dde07f885299dde0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -8690,7 +8690,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonPROFILE", "-lPhysX3PROFILE", "-lPhysX3VehiclePROFILE", "-lPhysX3CookingPROFILE", "-lPhysX3ExtensionsPROFILE", "-lPhysX3CharacterKinematicPROFILE", "-lSnippetUtilsPROFILE", "-lPxFoundationPROFILE", "-lPsFastXmlPROFILE", "-lPxPvdSDKPROFILE", "-lSimulationControllerPROFILE", "-lSceneQueryPROFILE", "-lLowLevelPROFILE", "-lLowLevelAABBPROFILE", "-lLowLevelDynamicsPROFILE", "-lLowLevelClothPROFILE", "-lLowLevelParticlesPROFILE", "-lPxTaskPROFILE", "-lSnippetRenderPROFILE", "-lSnippetUtilsPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -8705,7 +8705,7 @@ }; name = "profile"; }; - FFF7da9f3cd07fbbda9f3cd0 /* release */ = { + FFF75299e4d07f885299e4d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -8722,7 +8722,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3Common", "-lPhysX3", "-lPhysX3Vehicle", "-lPhysX3Cooking", "-lPhysX3Extensions", "-lPhysX3CharacterKinematic", "-lSnippetUtils", "-lPxFoundation", "-lPsFastXml", "-lPxPvdSDK", "-lSimulationController", "-lSceneQuery", "-lLowLevel", "-lLowLevelAABB", "-lLowLevelDynamics", "-lLowLevelCloth", "-lLowLevelParticles", "-lPxTask", "-lSnippetRender", "-lSnippetUtils", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -8737,25 +8737,25 @@ }; name = "release"; }; - FFF3da9ba8007fbbda9ba800 /* debug */ = { + FFF3529650007f8852965000 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { }; name = "debug"; }; - FFF3da9baef07fbbda9baef0 /* checked */ = { + FFF3529656f07f88529656f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { }; name = "checked"; }; - FFF3da9bb5e07fbbda9bb5e0 /* profile */ = { + FFF352965de07f8852965de0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { }; name = "profile"; }; - FFF3da9bbcd07fbbda9bbcd0 /* release */ = { + FFF3529664d07f88529664d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { }; @@ -8764,50 +8764,50 @@ /* End XCBuildConfiguration section */ /* Begin PBXProject section */ - FFF9db38a1407fbbdb38a140 /* Project object */ = { + FFF9525f65e07f88525f65e0 /* Project object */ = { isa = PBXProject; - buildConfigurationList = FFF6db38a1407fbbdb38a140 /* Build configuration list for PBXProject Snippets */; + buildConfigurationList = FFF6525f65e07f88525f65e0 /* Build configuration list for PBXProject Snippets */; compatibilityVersion = "Xcode 3.2"; hasScannedForEncodings = 1; - mainGroup = FFFBdb38a1a87fbbdb38a1a8 /* Snippets */; + mainGroup = FFFB525f66487f88525f6648 /* Snippets */; targets = ( - FFFAdb38a2507fbbdb38a250, - FFFAdb34e0707fbbdb34e070, - FFFAdb32d2407fbbdb32d240, - FFFAdb382b507fbbdb382b50, - FFFAdb3574407fbbdb357440, - FFFAdb2f4d507fbbdb2f4d50, - FFFAdb3a3c707fbbdb3a3c70, - FFFAdb3b33107fbbdb3b3310, - FFFAdb3b8bb07fbbdb3b8bb0, - FFFAdb3bbfe07fbbdb3bbfe0, - FFFAdb3bf8d07fbbdb3bf8d0, - FFFAdb3c2f907fbbdb3c2f90, - FFFAdb3c67c07fbbdb3c67c0, - FFFAdb3c9b407fbbdb3c9b40, - FFFAdb3cd2c07fbbdb3cd2c0, - FFFAdb3d0a507fbbdb3d0a50, - FFFAdb3d41a07fbbdb3d41a0, - FFFAdb3d7a207fbbdb3d7a20, - FFFAdb3dca907fbbdb3dca90, - FFFAdb3e18e07fbbdb3e18e0, - FFFAdb3e67207fbbdb3e6720, - FFFAdb3eb5b07fbbdb3eb5b0, - FFFAdb3f02c07fbbdb3f02c0, - FFFAdb3f51b07fbbdb3f51b0, - FFFAdb3fa1d07fbbdb3fa1d0, - FFFAdc8013907fbbdc801390, - FFFAdc804b607fbbdc804b60, - FFFAdc8080907fbbdc808090, - FFFAdc80b6007fbbdc80b600, - FFFAdc80eec07fbbdc80eec0, - FFFAdc8123107fbbdc812310, - FFFAdc8157b07fbbdc8157b0, - FFFAdc818d907fbbdc818d90, + FFFA525f66f07f88525f66f0, + FFFA53262cb07f8853262cb0, + FFFA53241a107f8853241a10, + FFFA525f57a07f88525f57a0, + FFFA5329c3907f885329c390, + FFFA525ea5307f88525ea530, + FFFA532d3d007f88532d3d00, + FFFA532e0b807f88532e0b80, + FFFA532e63107f88532e6310, + FFFA532e98807f88532e9880, + FFFA532ed0d07f88532ed0d0, + FFFA532f07207f88532f0720, + FFFA532f3f707f88532f3f70, + FFFA532f72407f88532f7240, + FFFA532faa607f88532faa60, + FFFA53701d807f8853701d80, + FFFA537058107f8853705810, + FFFA537090007f8853709000, + FFFA5370e0807f885370e080, + FFFA53712ed07f8853712ed0, + FFFA53717d507f8853717d50, + FFFA5371cc707f885371cc70, + FFFA537218c07f88537218c0, + FFFA537267c07f88537267c0, + FFFA5372b7907f885372b790, + FFFA5372ea507f885372ea50, + FFFA537321c07f88537321c0, + FFFA537356f07f88537356f0, + FFFA53738c607f8853738c60, + FFFA5373c5207f885373c520, + FFFA5373f9707f885373f970, + FFFA53742e107f8853742e10, + FFFA537463f07f88537463f0, ); }; /* End PBXProject section */ }; - rootObject = FFF9db38a1407fbbdb38a140 /* Project object */; + rootObject = FFF9525f65e07f88525f65e0 /* Project object */; } diff --git a/PhysX_3.4/Snippets/compiler/xcode_osx64/Snippets.xcodeproj/project.pbxproj b/PhysX_3.4/Snippets/compiler/xcode_osx64/Snippets.xcodeproj/project.pbxproj index 4bd8020d..70254e3a 100644 --- a/PhysX_3.4/Snippets/compiler/xcode_osx64/Snippets.xcodeproj/project.pbxproj +++ b/PhysX_3.4/Snippets/compiler/xcode_osx64/Snippets.xcodeproj/project.pbxproj @@ -7,17 +7,17 @@ objects = { /* Begin PBXBuildFile section of SnippetUtils */ - FFFFfcf952b07fcefcf952b0 /* SnippetUtils.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfcf952b07fcefcf952b0 /* SnippetUtils.cpp */; }; + FFFF63f798207f8363f79820 /* SnippetUtils.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD63f798207f8363f79820 /* SnippetUtils.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDfcf93ae07fcefcf93ae0 /* SnippetUtils */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "SnippetUtils"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDfcf952b07fcefcf952b0 /* SnippetUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetUtils.cpp"; path = "../../SnippetUtils/SnippetUtils.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfcf953187fcefcf95318 /* SnippetUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetUtils.h"; path = "../../SnippetUtils/SnippetUtils.h"; sourceTree = SOURCE_ROOT; }; + FFFD63f8c0207f8363f8c020 /* SnippetUtils */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "SnippetUtils"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD63f798207f8363f79820 /* SnippetUtils.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetUtils.cpp"; path = "../../SnippetUtils/SnippetUtils.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD63f798887f8363f79888 /* SnippetUtils.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetUtils.h"; path = "../../SnippetUtils/SnippetUtils.h"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2fcf93ae07fcefcf93ae0 /* Resources */ = { + FFF263f8c0207f8363f8c020 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -27,7 +27,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCfcf93ae07fcefcf93ae0 /* Frameworks */ = { + FFFC63f8c0207f8363f8c020 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -37,11 +37,11 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8fcf93ae07fcefcf93ae0 /* Sources */ = { + FFF863f8c0207f8363f8c020 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFfcf952b07fcefcf952b0, + FFFF63f798207f8363f79820, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -53,20 +53,20 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetRender */ - FFFFfcf87de07fcefcf87de0 /* SnippetCamera.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfcf87de07fcefcf87de0 /* SnippetCamera.cpp */; }; - FFFFfcf87e487fcefcf87e48 /* SnippetRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfcf87e487fcefcf87e48 /* SnippetRender.cpp */; }; + FFFF63f4f4d07f8363f4f4d0 /* SnippetCamera.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD63f4f4d07f8363f4f4d0 /* SnippetCamera.cpp */; }; + FFFF63f4f5387f8363f4f538 /* SnippetRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD63f4f5387f8363f4f538 /* SnippetRender.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDfcf579007fcefcf57900 /* SnippetRender */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "SnippetRender"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDfcf87de07fcefcf87de0 /* SnippetCamera.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetCamera.cpp"; path = "../../SnippetRender/SnippetCamera.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfcf87e487fcefcf87e48 /* SnippetRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetRender.cpp"; path = "../../SnippetRender/SnippetRender.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfcf87eb07fcefcf87eb0 /* SnippetCamera.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetCamera.h"; path = "../../SnippetRender/SnippetCamera.h"; sourceTree = SOURCE_ROOT; }; - FFFDfcf87f187fcefcf87f18 /* SnippetRender.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetRender.h"; path = "../../SnippetRender/SnippetRender.h"; sourceTree = SOURCE_ROOT; }; + FFFD63f79a107f8363f79a10 /* SnippetRender */ = {isa = PBXFileReference; explicitFileType = "archive.ar"; path = "SnippetRender"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD63f4f4d07f8363f4f4d0 /* SnippetCamera.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetCamera.cpp"; path = "../../SnippetRender/SnippetCamera.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD63f4f5387f8363f4f538 /* SnippetRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetRender.cpp"; path = "../../SnippetRender/SnippetRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD63f4f5a07f8363f4f5a0 /* SnippetCamera.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetCamera.h"; path = "../../SnippetRender/SnippetCamera.h"; sourceTree = SOURCE_ROOT; }; + FFFD63f4f6087f8363f4f608 /* SnippetRender.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetRender.h"; path = "../../SnippetRender/SnippetRender.h"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2fcf579007fcefcf57900 /* Resources */ = { + FFF263f79a107f8363f79a10 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -76,7 +76,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCfcf579007fcefcf57900 /* Frameworks */ = { + FFFC63f79a107f8363f79a10 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -86,12 +86,12 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8fcf579007fcefcf57900 /* Sources */ = { + FFF863f79a107f8363f79a10 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFfcf87de07fcefcf87de0, - FFFFfcf87e487fcefcf87e48, + FFFF63f4f4d07f8363f4f4d0, + FFFF63f4f5387f8363f4f538, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -103,20 +103,20 @@ /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetConvert */ - FFFFfcf612e07fcefcf612e0 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfcf579007fcefcf57900 /* SnippetRender */; }; - FFFFfcf88d207fcefcf88d20 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfcf93ae07fcefcf93ae0 /* SnippetUtils */; }; - FFFFfcf61cb07fcefcf61cb0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDfcf61cb07fcefcf61cb0 /* ClassicMain.cpp */; }; - FFFFfcf620407fcefcf62040 /* SnippetConvert.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfcf620407fcefcf62040 /* SnippetConvert.cpp */; }; + FFFF63f592f07f8363f592f0 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD63f79a107f8363f79a10 /* SnippetRender */; }; + FFFF63ec33f07f8363ec33f0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD63f8c0207f8363f8c020 /* SnippetUtils */; }; + FFFF63f58f207f8363f58f20 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD63f58f207f8363f58f20 /* ClassicMain.cpp */; }; + FFFF63f6ad707f8363f6ad70 /* SnippetConvert.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD63f6ad707f8363f6ad70 /* SnippetConvert.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDfcf881a07fcefcf881a0 /* SnippetConvert */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; path = "SnippetConvert"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDfcf61cb07fcefcf61cb0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfcf620407fcefcf62040 /* SnippetConvert.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetConvert.cpp"; path = "../../SnippetConvert/SnippetConvert.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD63f6a9407f8363f6a940 /* SnippetConvert */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; path = "SnippetConvert"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD63f58f207f8363f58f20 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD63f6ad707f8363f6ad70 /* SnippetConvert.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetConvert.cpp"; path = "../../SnippetConvert/SnippetConvert.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2fcf881a07fcefcf881a0 /* Resources */ = { + FFF263f6a9407f8363f6a940 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -126,7 +126,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCfcf881a07fcefcf881a0 /* Frameworks */ = { + FFFC63f6a9407f8363f6a940 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -136,12 +136,12 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8fcf881a07fcefcf881a0 /* Sources */ = { + FFF863f6a9407f8363f6a940 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFfcf61cb07fcefcf61cb0, - FFFFfcf620407fcefcf62040, + FFFF63f58f207f8363f58f20, + FFFF63f6ad707f8363f6ad70, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -150,35 +150,35 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4fcf612e07fcefcf612e0 /* PBXTargetDependency */ = { + FFF463f592f07f8363f592f0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAfcf579007fcefcf57900 /* SnippetRender */; - targetProxy = FFF5fcf579007fcefcf57900 /* PBXContainerItemProxy */; + target = FFFA63f79a107f8363f79a10 /* SnippetRender */; + targetProxy = FFF563f79a107f8363f79a10 /* PBXContainerItemProxy */; }; - FFF4fcf88d207fcefcf88d20 /* PBXTargetDependency */ = { + FFF463ec33f07f8363ec33f0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAfcf93ae07fcefcf93ae0 /* SnippetUtils */; - targetProxy = FFF5fcf93ae07fcefcf93ae0 /* PBXContainerItemProxy */; + target = FFFA63f8c0207f8363f8c020 /* SnippetUtils */; + targetProxy = FFF563f8c0207f8363f8c020 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetHelloWorld */ - FFFFfcf2d7207fcefcf2d720 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfcf579007fcefcf57900 /* SnippetRender */; }; - FFFFfcf62c907fcefcf62c90 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfcf93ae07fcefcf93ae0 /* SnippetUtils */; }; - FFFFfcf2df807fcefcf2df80 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDfcf2df807fcefcf2df80 /* ClassicMain.cpp */; }; - FFFFfcf082607fcefcf08260 /* SnippetHelloWorld.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfcf082607fcefcf08260 /* SnippetHelloWorld.cpp */; }; - FFFFfcf082c87fcefcf082c8 /* SnippetHelloWorldRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfcf082c87fcefcf082c8 /* SnippetHelloWorldRender.cpp */; }; + FFFF63f1d7b07f8363f1d7b0 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD63f79a107f8363f79a10 /* SnippetRender */; }; + FFFF63f5a6407f8363f5a640 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD63f8c0207f8363f8c020 /* SnippetUtils */; }; + FFFF63f4c6c07f8363f4c6c0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD63f4c6c07f8363f4c6c0 /* ClassicMain.cpp */; }; + FFFF63f7fd307f8363f7fd30 /* SnippetHelloWorld.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD63f7fd307f8363f7fd30 /* SnippetHelloWorld.cpp */; }; + FFFF63f7fd987f8363f7fd98 /* SnippetHelloWorldRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD63f7fd987f8363f7fd98 /* SnippetHelloWorldRender.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDfcf621407fcefcf62140 /* SnippetHelloWorld */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetHelloWorld"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDfcf2df807fcefcf2df80 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfcf082607fcefcf08260 /* SnippetHelloWorld.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetHelloWorld.cpp"; path = "../../SnippetHelloWorld/SnippetHelloWorld.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfcf082c87fcefcf082c8 /* SnippetHelloWorldRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetHelloWorldRender.cpp"; path = "../../SnippetHelloWorld/SnippetHelloWorldRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD63f59ab07f8363f59ab0 /* SnippetHelloWorld */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetHelloWorld"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD63f4c6c07f8363f4c6c0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD63f7fd307f8363f7fd30 /* SnippetHelloWorld.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetHelloWorld.cpp"; path = "../../SnippetHelloWorld/SnippetHelloWorld.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD63f7fd987f8363f7fd98 /* SnippetHelloWorldRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetHelloWorldRender.cpp"; path = "../../SnippetHelloWorld/SnippetHelloWorldRender.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2fcf621407fcefcf62140 /* Resources */ = { + FFF263f59ab07f8363f59ab0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -188,7 +188,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCfcf621407fcefcf62140 /* Frameworks */ = { + FFFC63f59ab07f8363f59ab0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -198,13 +198,13 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8fcf621407fcefcf62140 /* Sources */ = { + FFF863f59ab07f8363f59ab0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFfcf2df807fcefcf2df80, - FFFFfcf082607fcefcf08260, - FFFFfcf082c87fcefcf082c8, + FFFF63f4c6c07f8363f4c6c0, + FFFF63f7fd307f8363f7fd30, + FFFF63f7fd987f8363f7fd98, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -213,35 +213,35 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4fcf2d7207fcefcf2d720 /* PBXTargetDependency */ = { + FFF463f1d7b07f8363f1d7b0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAfcf579007fcefcf57900 /* SnippetRender */; - targetProxy = FFF5fcf579007fcefcf57900 /* PBXContainerItemProxy */; + target = FFFA63f79a107f8363f79a10 /* SnippetRender */; + targetProxy = FFF563f79a107f8363f79a10 /* PBXContainerItemProxy */; }; - FFF4fcf62c907fcefcf62c90 /* PBXTargetDependency */ = { + FFF463f5a6407f8363f5a640 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAfcf93ae07fcefcf93ae0 /* SnippetUtils */; - targetProxy = FFF5fcf93ae07fcefcf93ae0 /* PBXContainerItemProxy */; + target = FFFA63f8c0207f8363f8c020 /* SnippetUtils */; + targetProxy = FFF563f8c0207f8363f8c020 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetImmediateMode */ - FFFFfcf549207fcefcf54920 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfcf579007fcefcf57900 /* SnippetRender */; }; - FFFFfcf8b8707fcefcf8b870 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfcf93ae07fcefcf93ae0 /* SnippetUtils */; }; - FFFFfcf30cf07fcefcf30cf0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDfcf30cf07fcefcf30cf0 /* ClassicMain.cpp */; }; - FFFFfcf31a807fcefcf31a80 /* SnippetImmediateMode.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfcf31a807fcefcf31a80 /* SnippetImmediateMode.cpp */; }; - FFFFfcf31ae87fcefcf31ae8 /* SnippetImmediateModeRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfcf31ae87fcefcf31ae8 /* SnippetImmediateModeRender.cpp */; }; + FFFF63f2b1807f8363f2b180 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD63f79a107f8363f79a10 /* SnippetRender */; }; + FFFF63f809707f8363f80970 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD63f8c0207f8363f8c020 /* SnippetUtils */; }; + FFFF63f1a4f07f8363f1a4f0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD63f1a4f07f8363f1a4f0 /* ClassicMain.cpp */; }; + FFFF63f1abc07f8363f1abc0 /* SnippetImmediateMode.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD63f1abc07f8363f1abc0 /* SnippetImmediateMode.cpp */; }; + FFFF63f1ac287f8363f1ac28 /* SnippetImmediateModeRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD63f1ac287f8363f1ac28 /* SnippetImmediateModeRender.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDfcf083c07fcefcf083c0 /* SnippetImmediateMode */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetImmediateMode"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDfcf30cf07fcefcf30cf0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfcf31a807fcefcf31a80 /* SnippetImmediateMode.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetImmediateMode.cpp"; path = "../../SnippetImmediateMode/SnippetImmediateMode.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfcf31ae87fcefcf31ae8 /* SnippetImmediateModeRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetImmediateModeRender.cpp"; path = "../../SnippetImmediateMode/SnippetImmediateModeRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD63f7ff207f8363f7ff20 /* SnippetImmediateMode */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetImmediateMode"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD63f1a4f07f8363f1a4f0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD63f1abc07f8363f1abc0 /* SnippetImmediateMode.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetImmediateMode.cpp"; path = "../../SnippetImmediateMode/SnippetImmediateMode.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD63f1ac287f8363f1ac28 /* SnippetImmediateModeRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetImmediateModeRender.cpp"; path = "../../SnippetImmediateMode/SnippetImmediateModeRender.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2fcf083c07fcefcf083c0 /* Resources */ = { + FFF263f7ff207f8363f7ff20 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -251,7 +251,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCfcf083c07fcefcf083c0 /* Frameworks */ = { + FFFC63f7ff207f8363f7ff20 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -261,13 +261,13 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8fcf083c07fcefcf083c0 /* Sources */ = { + FFF863f7ff207f8363f7ff20 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFfcf30cf07fcefcf30cf0, - FFFFfcf31a807fcefcf31a80, - FFFFfcf31ae87fcefcf31ae8, + FFFF63f1a4f07f8363f1a4f0, + FFFF63f1abc07f8363f1abc0, + FFFF63f1ac287f8363f1ac28, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -276,35 +276,35 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4fcf549207fcefcf54920 /* PBXTargetDependency */ = { + FFF463f2b1807f8363f2b180 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAfcf579007fcefcf57900 /* SnippetRender */; - targetProxy = FFF5fcf579007fcefcf57900 /* PBXContainerItemProxy */; + target = FFFA63f79a107f8363f79a10 /* SnippetRender */; + targetProxy = FFF563f79a107f8363f79a10 /* PBXContainerItemProxy */; }; - FFF4fcf8b8707fcefcf8b870 /* PBXTargetDependency */ = { + FFF463f809707f8363f80970 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAfcf93ae07fcefcf93ae0 /* SnippetUtils */; - targetProxy = FFF5fcf93ae07fcefcf93ae0 /* PBXContainerItemProxy */; + target = FFFA63f8c0207f8363f8c020 /* SnippetUtils */; + targetProxy = FFF563f8c0207f8363f8c020 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetSplitFetchResults */ - FFFFfcfad2407fcefcfad240 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfcf579007fcefcf57900 /* SnippetRender */; }; - FFFFfcfb2a607fcefcfb2a60 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfcf93ae07fcefcf93ae0 /* SnippetUtils */; }; - FFFFfcf986907fcefcf98690 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDfcf986907fcefcf98690 /* ClassicMain.cpp */; }; - FFFFfcfadc707fcefcfadc70 /* SnippetSplitFetchResults.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfcfadc707fcefcfadc70 /* SnippetSplitFetchResults.cpp */; }; - FFFFfcfadcd87fcefcfadcd8 /* SnippetSplitFetchResultsRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfcfadcd87fcefcfadcd8 /* SnippetSplitFetchResultsRender.cpp */; }; + FFFF63f9fef07f8363f9fef0 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD63f79a107f8363f79a10 /* SnippetRender */; }; + FFFF63f57f907f8363f57f90 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD63f8c0207f8363f8c020 /* SnippetUtils */; }; + FFFF63fab2d07f8363fab2d0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD63fab2d07f8363fab2d0 /* ClassicMain.cpp */; }; + FFFF63fa50e07f8363fa50e0 /* SnippetSplitFetchResults.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD63fa50e07f8363fa50e0 /* SnippetSplitFetchResults.cpp */; }; + FFFF63fa51487f8363fa5148 /* SnippetSplitFetchResultsRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD63fa51487f8363fa5148 /* SnippetSplitFetchResultsRender.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDfcf31c707fcefcf31c70 /* SnippetSplitFetchResults */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetSplitFetchResults"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDfcf986907fcefcf98690 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfcfadc707fcefcfadc70 /* SnippetSplitFetchResults.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetSplitFetchResults.cpp"; path = "../../SnippetSplitFetchResults/SnippetSplitFetchResults.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfcfadcd87fcefcfadcd8 /* SnippetSplitFetchResultsRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetSplitFetchResultsRender.cpp"; path = "../../SnippetSplitFetchResults/SnippetSplitFetchResultsRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD63f1adb07f8363f1adb0 /* SnippetSplitFetchResults */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetSplitFetchResults"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD63fab2d07f8363fab2d0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD63fa50e07f8363fa50e0 /* SnippetSplitFetchResults.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetSplitFetchResults.cpp"; path = "../../SnippetSplitFetchResults/SnippetSplitFetchResults.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD63fa51487f8363fa5148 /* SnippetSplitFetchResultsRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetSplitFetchResultsRender.cpp"; path = "../../SnippetSplitFetchResults/SnippetSplitFetchResultsRender.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2fcf31c707fcefcf31c70 /* Resources */ = { + FFF263f1adb07f8363f1adb0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -314,7 +314,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCfcf31c707fcefcf31c70 /* Frameworks */ = { + FFFC63f1adb07f8363f1adb0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -324,13 +324,13 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8fcf31c707fcefcf31c70 /* Sources */ = { + FFF863f1adb07f8363f1adb0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFfcf986907fcefcf98690, - FFFFfcfadc707fcefcfadc70, - FFFFfcfadcd87fcefcfadcd8, + FFFF63fab2d07f8363fab2d0, + FFFF63fa50e07f8363fa50e0, + FFFF63fa51487f8363fa5148, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -339,38 +339,38 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4fcfad2407fcefcfad240 /* PBXTargetDependency */ = { + FFF463f9fef07f8363f9fef0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAfcf579007fcefcf57900 /* SnippetRender */; - targetProxy = FFF5fcf579007fcefcf57900 /* PBXContainerItemProxy */; + target = FFFA63f79a107f8363f79a10 /* SnippetRender */; + targetProxy = FFF563f79a107f8363f79a10 /* PBXContainerItemProxy */; }; - FFF4fcfb2a607fcefcfb2a60 /* PBXTargetDependency */ = { + FFF463f57f907f8363f57f90 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAfcf93ae07fcefcf93ae0 /* SnippetUtils */; - targetProxy = FFF5fcf93ae07fcefcf93ae0 /* PBXContainerItemProxy */; + target = FFFA63f8c0207f8363f8c020 /* SnippetUtils */; + targetProxy = FFF563f8c0207f8363f8c020 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetCustomJoint */ - FFFFfcfbc1207fcefcfbc120 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfcf579007fcefcf57900 /* SnippetRender */; }; - FFFFfcf9e7607fcefcf9e760 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfcf93ae07fcefcf93ae0 /* SnippetUtils */; }; - FFFFfcfbca207fcefcfbca20 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDfcfbca207fcefcfbca20 /* ClassicMain.cpp */; }; - FFFFfcfbcfc07fcefcfbcfc0 /* PulleyJoint.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfcfbcfc07fcefcfbcfc0 /* PulleyJoint.cpp */; }; - FFFFfcfbd0287fcefcfbd028 /* SnippetCustomJoint.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfcfbd0287fcefcfbd028 /* SnippetCustomJoint.cpp */; }; - FFFFfcfbd0907fcefcfbd090 /* SnippetCustomJointRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfcfbd0907fcefcfbd090 /* SnippetCustomJointRender.cpp */; }; + FFFF63fb72407f8363fb7240 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD63f79a107f8363f79a10 /* SnippetRender */; }; + FFFF63f92df07f8363f92df0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD63f8c0207f8363f8c020 /* SnippetUtils */; }; + FFFF63b0a0b07f8363b0a0b0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD63b0a0b07f8363b0a0b0 /* ClassicMain.cpp */; }; + FFFF63b0ced07f8363b0ced0 /* PulleyJoint.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD63b0ced07f8363b0ced0 /* PulleyJoint.cpp */; }; + FFFF63b0cf387f8363b0cf38 /* SnippetCustomJoint.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD63b0cf387f8363b0cf38 /* SnippetCustomJoint.cpp */; }; + FFFF63b0cfa07f8363b0cfa0 /* SnippetCustomJointRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD63b0cfa07f8363b0cfa0 /* SnippetCustomJointRender.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDfcfa9f307fcefcfa9f30 /* SnippetCustomJoint */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetCustomJoint"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDfcfbca207fcefcfbca20 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfcfbcfc07fcefcfbcfc0 /* PulleyJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PulleyJoint.cpp"; path = "../../SnippetCustomJoint/PulleyJoint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfcfbd0287fcefcfbd028 /* SnippetCustomJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetCustomJoint.cpp"; path = "../../SnippetCustomJoint/SnippetCustomJoint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfcfbd0907fcefcfbd090 /* SnippetCustomJointRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetCustomJointRender.cpp"; path = "../../SnippetCustomJoint/SnippetCustomJointRender.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfcfbd0f87fcefcfbd0f8 /* PulleyJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PulleyJoint.h"; path = "../../SnippetCustomJoint/PulleyJoint.h"; sourceTree = SOURCE_ROOT; }; + FFFD63fa52d07f8363fa52d0 /* SnippetCustomJoint */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetCustomJoint"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD63b0a0b07f8363b0a0b0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD63b0ced07f8363b0ced0 /* PulleyJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "PulleyJoint.cpp"; path = "../../SnippetCustomJoint/PulleyJoint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD63b0cf387f8363b0cf38 /* SnippetCustomJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetCustomJoint.cpp"; path = "../../SnippetCustomJoint/SnippetCustomJoint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD63b0cfa07f8363b0cfa0 /* SnippetCustomJointRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetCustomJointRender.cpp"; path = "../../SnippetCustomJoint/SnippetCustomJointRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD63b0d0087f8363b0d008 /* PulleyJoint.h */= { isa = PBXFileReference; fileEncoding = 4; name = "PulleyJoint.h"; path = "../../SnippetCustomJoint/PulleyJoint.h"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2fcfa9f307fcefcfa9f30 /* Resources */ = { + FFF263fa52d07f8363fa52d0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -380,7 +380,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCfcfa9f307fcefcfa9f30 /* Frameworks */ = { + FFFC63fa52d07f8363fa52d0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -390,14 +390,14 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8fcfa9f307fcefcfa9f30 /* Sources */ = { + FFF863fa52d07f8363fa52d0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFfcfbca207fcefcfbca20, - FFFFfcfbcfc07fcefcfbcfc0, - FFFFfcfbd0287fcefcfbd028, - FFFFfcfbd0907fcefcfbd090, + FFFF63b0a0b07f8363b0a0b0, + FFFF63b0ced07f8363b0ced0, + FFFF63b0cf387f8363b0cf38, + FFFF63b0cfa07f8363b0cfa0, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -406,35 +406,35 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4fcfbc1207fcefcfbc120 /* PBXTargetDependency */ = { + FFF463fb72407f8363fb7240 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAfcf579007fcefcf57900 /* SnippetRender */; - targetProxy = FFF5fcf579007fcefcf57900 /* PBXContainerItemProxy */; + target = FFFA63f79a107f8363f79a10 /* SnippetRender */; + targetProxy = FFF563f79a107f8363f79a10 /* PBXContainerItemProxy */; }; - FFF4fcf9e7607fcefcf9e760 /* PBXTargetDependency */ = { + FFF463f92df07f8363f92df0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAfcf93ae07fcefcf93ae0 /* SnippetUtils */; - targetProxy = FFF5fcf93ae07fcefcf93ae0 /* PBXContainerItemProxy */; + target = FFFA63f8c0207f8363f8c020 /* SnippetUtils */; + targetProxy = FFF563f8c0207f8363f8c020 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetSerialization */ - FFFFfcfb6de07fcefcfb6de0 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfcf579007fcefcf57900 /* SnippetRender */; }; - FFFFfcfb99c07fcefcfb99c0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfcf93ae07fcefcf93ae0 /* SnippetUtils */; }; - FFFFfcfb6ec07fcefcfb6ec0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDfcfb6ec07fcefcfb6ec0 /* ClassicMain.cpp */; }; - FFFFfcfc20607fcefcfc2060 /* SnippetSerialization.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfcfc20607fcefcfc2060 /* SnippetSerialization.cpp */; }; - FFFFfcfc20c87fcefcfc20c8 /* SnippetSerializationRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfcfc20c87fcefcfc20c8 /* SnippetSerializationRender.cpp */; }; + FFFF62df67b07f8362df67b0 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD63f79a107f8363f79a10 /* SnippetRender */; }; + FFFF63b188807f8363b18880 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD63f8c0207f8363f8c020 /* SnippetUtils */; }; + FFFF62df4c907f8362df4c90 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD62df4c907f8362df4c90 /* ClassicMain.cpp */; }; + FFFF62df40707f8362df4070 /* SnippetSerialization.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD62df40707f8362df4070 /* SnippetSerialization.cpp */; }; + FFFF62df40d87f8362df40d8 /* SnippetSerializationRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD62df40d87f8362df40d8 /* SnippetSerializationRender.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDfcfbcd907fcefcfbcd90 /* SnippetSerialization */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetSerialization"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDfcfb6ec07fcefcfb6ec0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfcfc20607fcefcfc2060 /* SnippetSerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetSerialization.cpp"; path = "../../SnippetSerialization/SnippetSerialization.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfcfc20c87fcefcfc20c8 /* SnippetSerializationRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetSerializationRender.cpp"; path = "../../SnippetSerialization/SnippetSerializationRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD63a8a7807f8363a8a780 /* SnippetSerialization */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetSerialization"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD62df4c907f8362df4c90 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD62df40707f8362df4070 /* SnippetSerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetSerialization.cpp"; path = "../../SnippetSerialization/SnippetSerialization.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD62df40d87f8362df40d8 /* SnippetSerializationRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetSerializationRender.cpp"; path = "../../SnippetSerialization/SnippetSerializationRender.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2fcfbcd907fcefcfbcd90 /* Resources */ = { + FFF263a8a7807f8363a8a780 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -444,7 +444,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCfcfbcd907fcefcfbcd90 /* Frameworks */ = { + FFFC63a8a7807f8363a8a780 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -454,13 +454,13 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8fcfbcd907fcefcfbcd90 /* Sources */ = { + FFF863a8a7807f8363a8a780 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFfcfb6ec07fcefcfb6ec0, - FFFFfcfc20607fcefcfc2060, - FFFFfcfc20c87fcefcfc20c8, + FFFF62df4c907f8362df4c90, + FFFF62df40707f8362df4070, + FFFF62df40d87f8362df40d8, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -469,33 +469,33 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4fcfb6de07fcefcfb6de0 /* PBXTargetDependency */ = { + FFF462df67b07f8362df67b0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAfcf579007fcefcf57900 /* SnippetRender */; - targetProxy = FFF5fcf579007fcefcf57900 /* PBXContainerItemProxy */; + target = FFFA63f79a107f8363f79a10 /* SnippetRender */; + targetProxy = FFF563f79a107f8363f79a10 /* PBXContainerItemProxy */; }; - FFF4fcfb99c07fcefcfb99c0 /* PBXTargetDependency */ = { + FFF463b188807f8363b18880 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAfcf93ae07fcefcf93ae0 /* SnippetUtils */; - targetProxy = FFF5fcf93ae07fcefcf93ae0 /* PBXContainerItemProxy */; + target = FFFA63f8c0207f8363f8c020 /* SnippetUtils */; + targetProxy = FFF563f8c0207f8363f8c020 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetLoadCollection */ - FFFFfcfc4a607fcefcfc4a60 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfcf579007fcefcf57900 /* SnippetRender */; }; - FFFFfcfc2c307fcefcfc2c30 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfcf93ae07fcefcf93ae0 /* SnippetUtils */; }; - FFFFfcfc4b207fcefcfc4b20 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDfcfc4b207fcefcfc4b20 /* ClassicMain.cpp */; }; - FFFFfcfc55b07fcefcfc55b0 /* SnippetLoadCollection.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfcfc55b07fcefcfc55b0 /* SnippetLoadCollection.cpp */; }; + FFFF62deec807f8362deec80 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD63f79a107f8363f79a10 /* SnippetRender */; }; + FFFF62df27b07f8362df27b0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD63f8c0207f8363f8c020 /* SnippetUtils */; }; + FFFF62dec6707f8362dec670 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD62dec6707f8362dec670 /* ClassicMain.cpp */; }; + FFFF62dea4407f8362dea440 /* SnippetLoadCollection.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD62dea4407f8362dea440 /* SnippetLoadCollection.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDfcfc22507fcefcfc2250 /* SnippetLoadCollection */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; path = "SnippetLoadCollection"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDfcfc4b207fcefcfc4b20 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfcfc55b07fcefcfc55b0 /* SnippetLoadCollection.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetLoadCollection.cpp"; path = "../../SnippetLoadCollection/SnippetLoadCollection.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD62df31307f8362df3130 /* SnippetLoadCollection */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; path = "SnippetLoadCollection"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD62dec6707f8362dec670 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD62dea4407f8362dea440 /* SnippetLoadCollection.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetLoadCollection.cpp"; path = "../../SnippetLoadCollection/SnippetLoadCollection.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2fcfc22507fcefcfc2250 /* Resources */ = { + FFF262df31307f8362df3130 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -505,7 +505,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCfcfc22507fcefcfc2250 /* Frameworks */ = { + FFFC62df31307f8362df3130 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -515,12 +515,12 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8fcfc22507fcefcfc2250 /* Sources */ = { + FFF862df31307f8362df3130 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFfcfc4b207fcefcfc4b20, - FFFFfcfc55b07fcefcfc55b0, + FFFF62dec6707f8362dec670, + FFFF62dea4407f8362dea440, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -529,35 +529,35 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4fcfc4a607fcefcfc4a60 /* PBXTargetDependency */ = { + FFF462deec807f8362deec80 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAfcf579007fcefcf57900 /* SnippetRender */; - targetProxy = FFF5fcf579007fcefcf57900 /* PBXContainerItemProxy */; + target = FFFA63f79a107f8363f79a10 /* SnippetRender */; + targetProxy = FFF563f79a107f8363f79a10 /* PBXContainerItemProxy */; }; - FFF4fcfc2c307fcefcfc2c30 /* PBXTargetDependency */ = { + FFF462df27b07f8362df27b0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAfcf93ae07fcefcf93ae0 /* SnippetUtils */; - targetProxy = FFF5fcf93ae07fcefcf93ae0 /* PBXContainerItemProxy */; + target = FFFA63f8c0207f8363f8c020 /* SnippetUtils */; + targetProxy = FFF563f8c0207f8363f8c020 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetContactReport */ - FFFFfcfc77d07fcefcfc77d0 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfcf579007fcefcf57900 /* SnippetRender */; }; - FFFFfcfc61b07fcefcfc61b0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfcf93ae07fcefcf93ae0 /* SnippetUtils */; }; - FFFFfcfc87607fcefcfc8760 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDfcfc87607fcefcfc8760 /* ClassicMain.cpp */; }; - FFFFfcfc8d507fcefcfc8d50 /* SnippetContactReport.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfcfc8d507fcefcfc8d50 /* SnippetContactReport.cpp */; }; - FFFFfcfc8db87fcefcfc8db8 /* SnippetContactReportRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfcfc8db87fcefcfc8db8 /* SnippetContactReportRender.cpp */; }; + FFFF63b01b307f8363b01b30 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD63f79a107f8363f79a10 /* SnippetRender */; }; + FFFF62de87b07f8362de87b0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD63f8c0207f8363f8c020 /* SnippetUtils */; }; + FFFF63b01bb07f8363b01bb0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD63b01bb07f8363b01bb0 /* ClassicMain.cpp */; }; + FFFF63b021a07f8363b021a0 /* SnippetContactReport.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD63b021a07f8363b021a0 /* SnippetContactReport.cpp */; }; + FFFF63b022087f8363b02208 /* SnippetContactReportRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD63b022087f8363b02208 /* SnippetContactReportRender.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDfcfc57507fcefcfc5750 /* SnippetContactReport */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetContactReport"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDfcfc87607fcefcfc8760 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfcfc8d507fcefcfc8d50 /* SnippetContactReport.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetContactReport.cpp"; path = "../../SnippetContactReport/SnippetContactReport.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfcfc8db87fcefcfc8db8 /* SnippetContactReportRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetContactReportRender.cpp"; path = "../../SnippetContactReport/SnippetContactReportRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD62dea5407f8362dea540 /* SnippetContactReport */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetContactReport"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD63b01bb07f8363b01bb0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD63b021a07f8363b021a0 /* SnippetContactReport.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetContactReport.cpp"; path = "../../SnippetContactReport/SnippetContactReport.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD63b022087f8363b02208 /* SnippetContactReportRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetContactReportRender.cpp"; path = "../../SnippetContactReport/SnippetContactReportRender.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2fcfc57507fcefcfc5750 /* Resources */ = { + FFF262dea5407f8362dea540 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -567,7 +567,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCfcfc57507fcefcfc5750 /* Frameworks */ = { + FFFC62dea5407f8362dea540 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -577,13 +577,13 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8fcfc57507fcefcfc5750 /* Sources */ = { + FFF862dea5407f8362dea540 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFfcfc87607fcefcfc8760, - FFFFfcfc8d507fcefcfc8d50, - FFFFfcfc8db87fcefcfc8db8, + FFFF63b01bb07f8363b01bb0, + FFFF63b021a07f8363b021a0, + FFFF63b022087f8363b02208, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -592,35 +592,35 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4fcfc77d07fcefcfc77d0 /* PBXTargetDependency */ = { + FFF463b01b307f8363b01b30 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAfcf579007fcefcf57900 /* SnippetRender */; - targetProxy = FFF5fcf579007fcefcf57900 /* PBXContainerItemProxy */; + target = FFFA63f79a107f8363f79a10 /* SnippetRender */; + targetProxy = FFF563f79a107f8363f79a10 /* PBXContainerItemProxy */; }; - FFF4fcfc61b07fcefcfc61b0 /* PBXTargetDependency */ = { + FFF462de87b07f8362de87b0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAfcf93ae07fcefcf93ae0 /* SnippetUtils */; - targetProxy = FFF5fcf93ae07fcefcf93ae0 /* PBXContainerItemProxy */; + target = FFFA63f8c0207f8363f8c020 /* SnippetUtils */; + targetProxy = FFF563f8c0207f8363f8c020 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetJoint */ - FFFFfcfca8c07fcefcfca8c0 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfcf579007fcefcf57900 /* SnippetRender */; }; - FFFFfcfc98e07fcefcfc98e0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfcf93ae07fcefcf93ae0 /* SnippetUtils */; }; - FFFFfcfcbe507fcefcfcbe50 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDfcfcbe507fcefcfcbe50 /* ClassicMain.cpp */; }; - FFFFfcfcc3907fcefcfcc390 /* SnippetJoint.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfcfcc3907fcefcfcc390 /* SnippetJoint.cpp */; }; - FFFFfcfcc3f87fcefcfcc3f8 /* SnippetJointRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfcfcc3f87fcefcfcc3f8 /* SnippetJointRender.cpp */; }; + FFFF63add4007f8363add400 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD63f79a107f8363f79a10 /* SnippetRender */; }; + FFFF63b02d507f8363b02d50 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD63f8c0207f8363f8c020 /* SnippetUtils */; }; + FFFF63add7607f8363add760 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD63add7607f8363add760 /* ClassicMain.cpp */; }; + FFFF639447007f8363944700 /* SnippetJoint.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD639447007f8363944700 /* SnippetJoint.cpp */; }; + FFFF639447687f8363944768 /* SnippetJointRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD639447687f8363944768 /* SnippetJointRender.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDfcfc8f407fcefcfc8f40 /* SnippetJoint */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetJoint"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDfcfcbe507fcefcfcbe50 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfcfcc3907fcefcfcc390 /* SnippetJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetJoint.cpp"; path = "../../SnippetJoint/SnippetJoint.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfcfcc3f87fcefcfcc3f8 /* SnippetJointRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetJointRender.cpp"; path = "../../SnippetJoint/SnippetJointRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD63b023907f8363b02390 /* SnippetJoint */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetJoint"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD63add7607f8363add760 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD639447007f8363944700 /* SnippetJoint.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetJoint.cpp"; path = "../../SnippetJoint/SnippetJoint.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD639447687f8363944768 /* SnippetJointRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetJointRender.cpp"; path = "../../SnippetJoint/SnippetJointRender.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2fcfc8f407fcefcfc8f40 /* Resources */ = { + FFF263b023907f8363b02390 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -630,7 +630,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCfcfc8f407fcefcfc8f40 /* Frameworks */ = { + FFFC63b023907f8363b02390 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -640,13 +640,13 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8fcfc8f407fcefcfc8f40 /* Sources */ = { + FFF863b023907f8363b02390 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFfcfcbe507fcefcfcbe50, - FFFFfcfcc3907fcefcfcc390, - FFFFfcfcc3f87fcefcfcc3f8, + FFFF63add7607f8363add760, + FFFF639447007f8363944700, + FFFF639447687f8363944768, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -655,35 +655,35 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4fcfca8c07fcefcfca8c0 /* PBXTargetDependency */ = { + FFF463add4007f8363add400 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAfcf579007fcefcf57900 /* SnippetRender */; - targetProxy = FFF5fcf579007fcefcf57900 /* PBXContainerItemProxy */; + target = FFFA63f79a107f8363f79a10 /* SnippetRender */; + targetProxy = FFF563f79a107f8363f79a10 /* PBXContainerItemProxy */; }; - FFF4fcfc98e07fcefcfc98e0 /* PBXTargetDependency */ = { + FFF463b02d507f8363b02d50 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAfcf93ae07fcefcf93ae0 /* SnippetUtils */; - targetProxy = FFF5fcf93ae07fcefcf93ae0 /* PBXContainerItemProxy */; + target = FFFA63f8c0207f8363f8c020 /* SnippetUtils */; + targetProxy = FFF563f8c0207f8363f8c020 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetContactReportCCD */ - FFFFfcfcdf607fcefcfcdf60 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfcf579007fcefcf57900 /* SnippetRender */; }; - FFFFfcfccf807fcefcfccf80 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfcf93ae07fcefcf93ae0 /* SnippetUtils */; }; - FFFFfcfcf1807fcefcfcf180 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDfcfcf1807fcefcfcf180 /* ClassicMain.cpp */; }; - FFFFfcfcfb807fcefcfcfb80 /* SnippetContactReportCCD.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfcfcfb807fcefcfcfb80 /* SnippetContactReportCCD.cpp */; }; - FFFFfcfcfbe87fcefcfcfbe8 /* SnippetContactReportCCDRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfcfcfbe87fcefcfcfbe8 /* SnippetContactReportCCDRender.cpp */; }; + FFFF63af54b07f8363af54b0 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD63f79a107f8363f79a10 /* SnippetRender */; }; + FFFF63aef4407f8363aef440 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD63f8c0207f8363f8c020 /* SnippetUtils */; }; + FFFF63af56507f8363af5650 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD63af56507f8363af5650 /* ClassicMain.cpp */; }; + FFFF63af5d407f8363af5d40 /* SnippetContactReportCCD.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD63af5d407f8363af5d40 /* SnippetContactReportCCD.cpp */; }; + FFFF63af5da87f8363af5da8 /* SnippetContactReportCCDRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD63af5da87f8363af5da8 /* SnippetContactReportCCDRender.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDfcfcc5807fcefcfcc580 /* SnippetContactReportCCD */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetContactReportCCD"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDfcfcf1807fcefcfcf180 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfcfcfb807fcefcfcfb80 /* SnippetContactReportCCD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetContactReportCCD.cpp"; path = "../../SnippetContactReportCCD/SnippetContactReportCCD.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfcfcfbe87fcefcfcfbe8 /* SnippetContactReportCCDRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetContactReportCCDRender.cpp"; path = "../../SnippetContactReportCCD/SnippetContactReportCCDRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD63aeeab07f8363aeeab0 /* SnippetContactReportCCD */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetContactReportCCD"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD63af56507f8363af5650 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD63af5d407f8363af5d40 /* SnippetContactReportCCD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetContactReportCCD.cpp"; path = "../../SnippetContactReportCCD/SnippetContactReportCCD.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD63af5da87f8363af5da8 /* SnippetContactReportCCDRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetContactReportCCDRender.cpp"; path = "../../SnippetContactReportCCD/SnippetContactReportCCDRender.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2fcfcc5807fcefcfcc580 /* Resources */ = { + FFF263aeeab07f8363aeeab0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -693,7 +693,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCfcfcc5807fcefcfcc580 /* Frameworks */ = { + FFFC63aeeab07f8363aeeab0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -703,13 +703,13 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8fcfcc5807fcefcfcc580 /* Sources */ = { + FFF863aeeab07f8363aeeab0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFfcfcf1807fcefcfcf180, - FFFFfcfcfb807fcefcfcfb80, - FFFFfcfcfbe87fcefcfcfbe8, + FFFF63af56507f8363af5650, + FFFF63af5d407f8363af5d40, + FFFF63af5da87f8363af5da8, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -718,33 +718,33 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4fcfcdf607fcefcfcdf60 /* PBXTargetDependency */ = { + FFF463af54b07f8363af54b0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAfcf579007fcefcf57900 /* SnippetRender */; - targetProxy = FFF5fcf579007fcefcf57900 /* PBXContainerItemProxy */; + target = FFFA63f79a107f8363f79a10 /* SnippetRender */; + targetProxy = FFF563f79a107f8363f79a10 /* PBXContainerItemProxy */; }; - FFF4fcfccf807fcefcfccf80 /* PBXTargetDependency */ = { + FFF463aef4407f8363aef440 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAfcf93ae07fcefcf93ae0 /* SnippetUtils */; - targetProxy = FFF5fcf93ae07fcefcf93ae0 /* PBXContainerItemProxy */; + target = FFFA63f8c0207f8363f8c020 /* SnippetUtils */; + targetProxy = FFF563f8c0207f8363f8c020 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetCloth */ - FFFFfcfd1d307fcefcfd1d30 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfcf579007fcefcf57900 /* SnippetRender */; }; - FFFFfcfd06f07fcefcfd06f0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfcf93ae07fcefcf93ae0 /* SnippetUtils */; }; - FFFFfcfd2c007fcefcfd2c00 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDfcfd2c007fcefcfd2c00 /* ClassicMain.cpp */; }; - FFFFfcfcfff07fcefcfcfff0 /* SnippetCloth.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfcfcfff07fcefcfcfff0 /* SnippetCloth.cpp */; }; + FFFF648005a07f83648005a0 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD63f79a107f8363f79a10 /* SnippetRender */; }; + FFFF63af87c07f8363af87c0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD63f8c0207f8363f8c020 /* SnippetUtils */; }; + FFFF64800aa07f8364800aa0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD64800aa07f8364800aa0 /* ClassicMain.cpp */; }; + FFFF64800f507f8364800f50 /* SnippetCloth.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD64800f507f8364800f50 /* SnippetCloth.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDfcfcfd707fcefcfcfd70 /* SnippetCloth */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; path = "SnippetCloth"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDfcfd2c007fcefcfd2c00 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfcfcfff07fcefcfcfff0 /* SnippetCloth.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetCloth.cpp"; path = "../../SnippetCloth/SnippetCloth.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD63af5f307f8363af5f30 /* SnippetCloth */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; path = "SnippetCloth"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD64800aa07f8364800aa0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64800f507f8364800f50 /* SnippetCloth.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetCloth.cpp"; path = "../../SnippetCloth/SnippetCloth.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2fcfcfd707fcefcfcfd70 /* Resources */ = { + FFF263af5f307f8363af5f30 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -754,7 +754,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCfcfcfd707fcefcfcfd70 /* Frameworks */ = { + FFFC63af5f307f8363af5f30 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -764,12 +764,12 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8fcfcfd707fcefcfcfd70 /* Sources */ = { + FFF863af5f307f8363af5f30 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFfcfd2c007fcefcfd2c00, - FFFFfcfcfff07fcefcfcfff0, + FFFF64800aa07f8364800aa0, + FFFF64800f507f8364800f50, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -778,35 +778,35 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4fcfd1d307fcefcfd1d30 /* PBXTargetDependency */ = { + FFF4648005a07f83648005a0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAfcf579007fcefcf57900 /* SnippetRender */; - targetProxy = FFF5fcf579007fcefcf57900 /* PBXContainerItemProxy */; + target = FFFA63f79a107f8363f79a10 /* SnippetRender */; + targetProxy = FFF563f79a107f8363f79a10 /* PBXContainerItemProxy */; }; - FFF4fcfd06f07fcefcfd06f0 /* PBXTargetDependency */ = { + FFF463af87c07f8363af87c0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAfcf93ae07fcefcf93ae0 /* SnippetUtils */; - targetProxy = FFF5fcf93ae07fcefcf93ae0 /* PBXContainerItemProxy */; + target = FFFA63f8c0207f8363f8c020 /* SnippetUtils */; + targetProxy = FFF563f8c0207f8363f8c020 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetMBP */ - FFFFfcfd52007fcefcfd5200 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfcf579007fcefcf57900 /* SnippetRender */; }; - FFFFfcfd3be07fcefcfd3be0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfcf93ae07fcefcf93ae0 /* SnippetUtils */; }; - FFFFfcfd61007fcefcfd6100 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDfcfd61007fcefcfd6100 /* ClassicMain.cpp */; }; - FFFFfcfd66707fcefcfd6670 /* SnippetMBP.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfcfd66707fcefcfd6670 /* SnippetMBP.cpp */; }; - FFFFfcfd66d87fcefcfd66d8 /* SnippetMBPRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfcfd66d87fcefcfd66d8 /* SnippetMBPRender.cpp */; }; + FFFF648032107f8364803210 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD63f79a107f8363f79a10 /* SnippetRender */; }; + FFFF64801bd07f8364801bd0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD63f8c0207f8363f8c020 /* SnippetUtils */; }; + FFFF648041107f8364804110 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD648041107f8364804110 /* ClassicMain.cpp */; }; + FFFF648046807f8364804680 /* SnippetMBP.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD648046807f8364804680 /* SnippetMBP.cpp */; }; + FFFF648046e87f83648046e8 /* SnippetMBPRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD648046e87f83648046e8 /* SnippetMBPRender.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDfcfd30407fcefcfd3040 /* SnippetMBP */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetMBP"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDfcfd61007fcefcfd6100 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfcfd66707fcefcfd6670 /* SnippetMBP.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetMBP.cpp"; path = "../../SnippetMBP/SnippetMBP.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfcfd66d87fcefcfd66d8 /* SnippetMBPRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetMBPRender.cpp"; path = "../../SnippetMBP/SnippetMBPRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648010f07f83648010f0 /* SnippetMBP */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetMBP"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD648041107f8364804110 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648046807f8364804680 /* SnippetMBP.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetMBP.cpp"; path = "../../SnippetMBP/SnippetMBP.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648046e87f83648046e8 /* SnippetMBPRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetMBPRender.cpp"; path = "../../SnippetMBP/SnippetMBPRender.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2fcfd30407fcefcfd3040 /* Resources */ = { + FFF2648010f07f83648010f0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -816,7 +816,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCfcfd30407fcefcfd3040 /* Frameworks */ = { + FFFC648010f07f83648010f0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -826,13 +826,13 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8fcfd30407fcefcfd3040 /* Sources */ = { + FFF8648010f07f83648010f0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFfcfd61007fcefcfd6100, - FFFFfcfd66707fcefcfd6670, - FFFFfcfd66d87fcefcfd66d8, + FFFF648041107f8364804110, + FFFF648046807f8364804680, + FFFF648046e87f83648046e8, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -841,35 +841,35 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4fcfd52007fcefcfd5200 /* PBXTargetDependency */ = { + FFF4648032107f8364803210 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAfcf579007fcefcf57900 /* SnippetRender */; - targetProxy = FFF5fcf579007fcefcf57900 /* PBXContainerItemProxy */; + target = FFFA63f79a107f8363f79a10 /* SnippetRender */; + targetProxy = FFF563f79a107f8363f79a10 /* PBXContainerItemProxy */; }; - FFF4fcfd3be07fcefcfd3be0 /* PBXTargetDependency */ = { + FFF464801bd07f8364801bd0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAfcf93ae07fcefcf93ae0 /* SnippetUtils */; - targetProxy = FFF5fcf93ae07fcefcf93ae0 /* PBXContainerItemProxy */; + target = FFFA63f8c0207f8363f8c020 /* SnippetUtils */; + targetProxy = FFF563f8c0207f8363f8c020 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetArticulation */ - FFFFfcfd8e207fcefcfd8e20 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfcf579007fcefcf57900 /* SnippetRender */; }; - FFFFfcfd72607fcefcfd7260 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfcf93ae07fcefcf93ae0 /* SnippetUtils */; }; - FFFFfcfd98407fcefcfd9840 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDfcfd98407fcefcfd9840 /* ClassicMain.cpp */; }; - FFFFfcfd9e207fcefcfd9e20 /* SnippetArticulation.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfcfd9e207fcefcfd9e20 /* SnippetArticulation.cpp */; }; - FFFFfcfd9e887fcefcfd9e88 /* SnippetArticulationRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfcfd9e887fcefcfd9e88 /* SnippetArticulationRender.cpp */; }; + FFFF64806e307f8364806e30 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD63f79a107f8363f79a10 /* SnippetRender */; }; + FFFF648052707f8364805270 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD63f8c0207f8363f8c020 /* SnippetUtils */; }; + FFFF648078507f8364807850 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD648078507f8364807850 /* ClassicMain.cpp */; }; + FFFF64807e307f8364807e30 /* SnippetArticulation.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD64807e307f8364807e30 /* SnippetArticulation.cpp */; }; + FFFF64807e987f8364807e98 /* SnippetArticulationRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD64807e987f8364807e98 /* SnippetArticulationRender.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDfcfd68607fcefcfd6860 /* SnippetArticulation */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetArticulation"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDfcfd98407fcefcfd9840 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfcfd9e207fcefcfd9e20 /* SnippetArticulation.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetArticulation.cpp"; path = "../../SnippetArticulation/SnippetArticulation.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfcfd9e887fcefcfd9e88 /* SnippetArticulationRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetArticulationRender.cpp"; path = "../../SnippetArticulation/SnippetArticulationRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648048707f8364804870 /* SnippetArticulation */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetArticulation"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD648078507f8364807850 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64807e307f8364807e30 /* SnippetArticulation.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetArticulation.cpp"; path = "../../SnippetArticulation/SnippetArticulation.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64807e987f8364807e98 /* SnippetArticulationRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetArticulationRender.cpp"; path = "../../SnippetArticulation/SnippetArticulationRender.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2fcfd68607fcefcfd6860 /* Resources */ = { + FFF2648048707f8364804870 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -879,7 +879,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCfcfd68607fcefcfd6860 /* Frameworks */ = { + FFFC648048707f8364804870 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -889,13 +889,13 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8fcfd68607fcefcfd6860 /* Sources */ = { + FFF8648048707f8364804870 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFfcfd98407fcefcfd9840, - FFFFfcfd9e207fcefcfd9e20, - FFFFfcfd9e887fcefcfd9e88, + FFFF648078507f8364807850, + FFFF64807e307f8364807e30, + FFFF64807e987f8364807e98, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -904,35 +904,35 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4fcfd8e207fcefcfd8e20 /* PBXTargetDependency */ = { + FFF464806e307f8364806e30 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAfcf579007fcefcf57900 /* SnippetRender */; - targetProxy = FFF5fcf579007fcefcf57900 /* PBXContainerItemProxy */; + target = FFFA63f79a107f8363f79a10 /* SnippetRender */; + targetProxy = FFF563f79a107f8363f79a10 /* PBXContainerItemProxy */; }; - FFF4fcfd72607fcefcfd7260 /* PBXTargetDependency */ = { + FFF4648052707f8364805270 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAfcf93ae07fcefcf93ae0 /* SnippetUtils */; - targetProxy = FFF5fcf93ae07fcefcf93ae0 /* PBXContainerItemProxy */; + target = FFFA63f8c0207f8363f8c020 /* SnippetUtils */; + targetProxy = FFF563f8c0207f8363f8c020 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetRaycastCCD */ - FFFFfcfdc0607fcefcfdc060 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfcf579007fcefcf57900 /* SnippetRender */; }; - FFFFfcfdaa407fcefcfdaa40 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfcf93ae07fcefcf93ae0 /* SnippetUtils */; }; - FFFFfcfdcfa07fcefcfdcfa0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDfcfdcfa07fcefcfdcfa0 /* ClassicMain.cpp */; }; - FFFFfcfdd5507fcefcfdd550 /* SnippetRaycastCCD.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfcfdd5507fcefcfdd550 /* SnippetRaycastCCD.cpp */; }; - FFFFfcfdd5b87fcefcfdd5b8 /* SnippetRaycastCCDRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfcfdd5b87fcefcfdd5b8 /* SnippetRaycastCCDRender.cpp */; }; + FFFF6480a0707f836480a070 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD63f79a107f8363f79a10 /* SnippetRender */; }; + FFFF64808a507f8364808a50 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD63f8c0207f8363f8c020 /* SnippetUtils */; }; + FFFF6480afb07f836480afb0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD6480afb07f836480afb0 /* ClassicMain.cpp */; }; + FFFF6480b5607f836480b560 /* SnippetRaycastCCD.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD6480b5607f836480b560 /* SnippetRaycastCCD.cpp */; }; + FFFF6480b5c87f836480b5c8 /* SnippetRaycastCCDRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD6480b5c87f836480b5c8 /* SnippetRaycastCCDRender.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDfcfda0107fcefcfda010 /* SnippetRaycastCCD */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetRaycastCCD"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDfcfdcfa07fcefcfdcfa0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfcfdd5507fcefcfdd550 /* SnippetRaycastCCD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetRaycastCCD.cpp"; path = "../../SnippetRaycastCCD/SnippetRaycastCCD.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfcfdd5b87fcefcfdd5b8 /* SnippetRaycastCCDRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetRaycastCCDRender.cpp"; path = "../../SnippetRaycastCCD/SnippetRaycastCCDRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648080207f8364808020 /* SnippetRaycastCCD */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetRaycastCCD"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD6480afb07f836480afb0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6480b5607f836480b560 /* SnippetRaycastCCD.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetRaycastCCD.cpp"; path = "../../SnippetRaycastCCD/SnippetRaycastCCD.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6480b5c87f836480b5c8 /* SnippetRaycastCCDRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetRaycastCCDRender.cpp"; path = "../../SnippetRaycastCCD/SnippetRaycastCCDRender.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2fcfda0107fcefcfda010 /* Resources */ = { + FFF2648080207f8364808020 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -942,7 +942,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCfcfda0107fcefcfda010 /* Frameworks */ = { + FFFC648080207f8364808020 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -952,13 +952,13 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8fcfda0107fcefcfda010 /* Sources */ = { + FFF8648080207f8364808020 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFfcfdcfa07fcefcfdcfa0, - FFFFfcfdd5507fcefcfdd550, - FFFFfcfdd5b87fcefcfdd5b8, + FFFF6480afb07f836480afb0, + FFFF6480b5607f836480b560, + FFFF6480b5c87f836480b5c8, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -967,35 +967,35 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4fcfdc0607fcefcfdc060 /* PBXTargetDependency */ = { + FFF46480a0707f836480a070 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAfcf579007fcefcf57900 /* SnippetRender */; - targetProxy = FFF5fcf579007fcefcf57900 /* PBXContainerItemProxy */; + target = FFFA63f79a107f8363f79a10 /* SnippetRender */; + targetProxy = FFF563f79a107f8363f79a10 /* PBXContainerItemProxy */; }; - FFF4fcfdaa407fcefcfdaa40 /* PBXTargetDependency */ = { + FFF464808a507f8364808a50 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAfcf93ae07fcefcf93ae0 /* SnippetUtils */; - targetProxy = FFF5fcf93ae07fcefcf93ae0 /* PBXContainerItemProxy */; + target = FFFA63f8c0207f8363f8c020 /* SnippetUtils */; + targetProxy = FFF563f8c0207f8363f8c020 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetCustomProfiler */ - FFFFfcfdf7e07fcefcfdf7e0 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfcf579007fcefcf57900 /* SnippetRender */; }; - FFFFfcfde2007fcefcfde200 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfcf93ae07fcefcf93ae0 /* SnippetUtils */; }; - FFFFfcfe07707fcefcfe0770 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDfcfe07707fcefcfe0770 /* ClassicMain.cpp */; }; - FFFFfcfe0d407fcefcfe0d40 /* SnippetCustomProfiler.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfcfe0d407fcefcfe0d40 /* SnippetCustomProfiler.cpp */; }; - FFFFfcfe0da87fcefcfe0da8 /* SnippetCustomProfilerRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfcfe0da87fcefcfe0da8 /* SnippetCustomProfilerRender.cpp */; }; + FFFF6480d8907f836480d890 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD63f79a107f8363f79a10 /* SnippetRender */; }; + FFFF6480c2707f836480c270 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD63f8c0207f8363f8c020 /* SnippetUtils */; }; + FFFF6480e8207f836480e820 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD6480e8207f836480e820 /* ClassicMain.cpp */; }; + FFFF6480ee107f836480ee10 /* SnippetCustomProfiler.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD6480ee107f836480ee10 /* SnippetCustomProfiler.cpp */; }; + FFFF6480ee787f836480ee78 /* SnippetCustomProfilerRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD6480ee787f836480ee78 /* SnippetCustomProfilerRender.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDfcfdd7407fcefcfdd740 /* SnippetCustomProfiler */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetCustomProfiler"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDfcfe07707fcefcfe0770 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfcfe0d407fcefcfe0d40 /* SnippetCustomProfiler.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetCustomProfiler.cpp"; path = "../../SnippetCustomProfiler/SnippetCustomProfiler.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfcfe0da87fcefcfe0da8 /* SnippetCustomProfilerRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetCustomProfilerRender.cpp"; path = "../../SnippetCustomProfiler/SnippetCustomProfilerRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6480b7507f836480b750 /* SnippetCustomProfiler */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetCustomProfiler"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD6480e8207f836480e820 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6480ee107f836480ee10 /* SnippetCustomProfiler.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetCustomProfiler.cpp"; path = "../../SnippetCustomProfiler/SnippetCustomProfiler.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6480ee787f836480ee78 /* SnippetCustomProfilerRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetCustomProfilerRender.cpp"; path = "../../SnippetCustomProfiler/SnippetCustomProfilerRender.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2fcfdd7407fcefcfdd740 /* Resources */ = { + FFF26480b7507f836480b750 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -1005,7 +1005,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCfcfdd7407fcefcfdd740 /* Frameworks */ = { + FFFC6480b7507f836480b750 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1015,13 +1015,13 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8fcfdd7407fcefcfdd740 /* Sources */ = { + FFF86480b7507f836480b750 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFfcfe07707fcefcfe0770, - FFFFfcfe0d407fcefcfe0d40, - FFFFfcfe0da87fcefcfe0da8, + FFFF6480e8207f836480e820, + FFFF6480ee107f836480ee10, + FFFF6480ee787f836480ee78, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1030,55 +1030,55 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4fcfdf7e07fcefcfdf7e0 /* PBXTargetDependency */ = { + FFF46480d8907f836480d890 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAfcf579007fcefcf57900 /* SnippetRender */; - targetProxy = FFF5fcf579007fcefcf57900 /* PBXContainerItemProxy */; + target = FFFA63f79a107f8363f79a10 /* SnippetRender */; + targetProxy = FFF563f79a107f8363f79a10 /* PBXContainerItemProxy */; }; - FFF4fcfde2007fcefcfde200 /* PBXTargetDependency */ = { + FFF46480c2707f836480c270 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAfcf93ae07fcefcf93ae0 /* SnippetUtils */; - targetProxy = FFF5fcf93ae07fcefcf93ae0 /* PBXContainerItemProxy */; + target = FFFA63f8c0207f8363f8c020 /* SnippetUtils */; + targetProxy = FFF563f8c0207f8363f8c020 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetVehicleTank */ - FFFFfcfe3d507fcefcfe3d50 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfcf579007fcefcf57900 /* SnippetRender */; }; - FFFFfcfe19207fcefcfe1920 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfcf93ae07fcefcf93ae0 /* SnippetUtils */; }; - FFFFfcfe3de07fcefcfe3de0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDfcfe3de07fcefcfe3de0 /* ClassicMain.cpp */; }; - FFFFfcfe49f07fcefcfe49f0 /* SnippetVehicleTank.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfcfe49f07fcefcfe49f0 /* SnippetVehicleTank.cpp */; }; - FFFFfcfe4a587fcefcfe4a58 /* SnippetVehicleTankRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfcfe4a587fcefcfe4a58 /* SnippetVehicleTankRender.cpp */; }; - FFFFfd879e007fcefd879e00 /* SnippetVehicle4WCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfd879e007fcefd879e00 /* SnippetVehicle4WCreate.cpp */; }; - FFFFfd879e687fcefd879e68 /* SnippetVehicleCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfd879e687fcefd879e68 /* SnippetVehicleCreate.cpp */; }; - FFFFfd879ed07fcefd879ed0 /* SnippetVehicleFilterShader.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfd879ed07fcefd879ed0 /* SnippetVehicleFilterShader.cpp */; }; - FFFFfd879f387fcefd879f38 /* SnippetVehicleNoDriveCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfd879f387fcefd879f38 /* SnippetVehicleNoDriveCreate.cpp */; }; - FFFFfd879fa07fcefd879fa0 /* SnippetVehicleSceneQuery.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfd879fa07fcefd879fa0 /* SnippetVehicleSceneQuery.cpp */; }; - FFFFfd87a0087fcefd87a008 /* SnippetVehicleTankCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfd87a0087fcefd87a008 /* SnippetVehicleTankCreate.cpp */; }; - FFFFfd87a0707fcefd87a070 /* SnippetVehicleTireFriction.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfd87a0707fcefd87a070 /* SnippetVehicleTireFriction.cpp */; }; + FFFF648110007f8364811000 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD63f79a107f8363f79a10 /* SnippetRender */; }; + FFFF6480f9c07f836480f9c0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD63f8c0207f8363f8c020 /* SnippetUtils */; }; + FFFF64811ed07f8364811ed0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD64811ed07f8364811ed0 /* ClassicMain.cpp */; }; + FFFF64812b007f8364812b00 /* SnippetVehicleTank.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD64812b007f8364812b00 /* SnippetVehicleTank.cpp */; }; + FFFF64812b687f8364812b68 /* SnippetVehicleTankRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD64812b687f8364812b68 /* SnippetVehicleTankRender.cpp */; }; + FFFF6500e0007f836500e000 /* SnippetVehicle4WCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD6500e0007f836500e000 /* SnippetVehicle4WCreate.cpp */; }; + FFFF6500e0687f836500e068 /* SnippetVehicleCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD6500e0687f836500e068 /* SnippetVehicleCreate.cpp */; }; + FFFF6500e0d07f836500e0d0 /* SnippetVehicleFilterShader.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD6500e0d07f836500e0d0 /* SnippetVehicleFilterShader.cpp */; }; + FFFF6500e1387f836500e138 /* SnippetVehicleNoDriveCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD6500e1387f836500e138 /* SnippetVehicleNoDriveCreate.cpp */; }; + FFFF6500e1a07f836500e1a0 /* SnippetVehicleSceneQuery.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD6500e1a07f836500e1a0 /* SnippetVehicleSceneQuery.cpp */; }; + FFFF6500e2087f836500e208 /* SnippetVehicleTankCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD6500e2087f836500e208 /* SnippetVehicleTankCreate.cpp */; }; + FFFF6500e2707f836500e270 /* SnippetVehicleTireFriction.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD6500e2707f836500e270 /* SnippetVehicleTireFriction.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDfcfe0f307fcefcfe0f30 /* SnippetVehicleTank */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetVehicleTank"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDfcfe3de07fcefcfe3de0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfcfe49f07fcefcfe49f0 /* SnippetVehicleTank.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTank.cpp"; path = "../../SnippetVehicleTank/SnippetVehicleTank.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfcfe4a587fcefcfe4a58 /* SnippetVehicleTankRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTankRender.cpp"; path = "../../SnippetVehicleTank/SnippetVehicleTankRender.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfd879e007fcefd879e00 /* SnippetVehicle4WCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicle4WCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicle4WCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfd879e687fcefd879e68 /* SnippetVehicleCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfd879ed07fcefd879ed0 /* SnippetVehicleFilterShader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfd879f387fcefd879f38 /* SnippetVehicleNoDriveCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleNoDriveCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleNoDriveCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfd879fa07fcefd879fa0 /* SnippetVehicleSceneQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfd87a0087fcefd87a008 /* SnippetVehicleTankCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTankCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTankCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfd87a0707fcefd87a070 /* SnippetVehicleTireFriction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfd87a0d87fcefd87a0d8 /* SnippetVehicleConcurrency.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleConcurrency.h"; path = "../../SnippetVehicleCommon/SnippetVehicleConcurrency.h"; sourceTree = SOURCE_ROOT; }; - FFFDfd87a1407fcefd87a140 /* SnippetVehicleCreate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.h"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.h"; sourceTree = SOURCE_ROOT; }; - FFFDfd87a1a87fcefd87a1a8 /* SnippetVehicleFilterShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.h"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.h"; sourceTree = SOURCE_ROOT; }; - FFFDfd87a2107fcefd87a210 /* SnippetVehicleSceneQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.h"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.h"; sourceTree = SOURCE_ROOT; }; - FFFDfd87a2787fcefd87a278 /* SnippetVehicleTireFriction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.h"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.h"; sourceTree = SOURCE_ROOT; }; - FFFDfd87a2e07fcefd87a2e0 /* SnippetVehicleWheelQueryResult.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleWheelQueryResult.h"; path = "../../SnippetVehicleCommon/SnippetVehicleWheelQueryResult.h"; sourceTree = SOURCE_ROOT; }; + FFFD6480f0007f836480f000 /* SnippetVehicleTank */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetVehicleTank"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD64811ed07f8364811ed0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64812b007f8364812b00 /* SnippetVehicleTank.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTank.cpp"; path = "../../SnippetVehicleTank/SnippetVehicleTank.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64812b687f8364812b68 /* SnippetVehicleTankRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTankRender.cpp"; path = "../../SnippetVehicleTank/SnippetVehicleTankRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6500e0007f836500e000 /* SnippetVehicle4WCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicle4WCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicle4WCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6500e0687f836500e068 /* SnippetVehicleCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6500e0d07f836500e0d0 /* SnippetVehicleFilterShader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6500e1387f836500e138 /* SnippetVehicleNoDriveCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleNoDriveCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleNoDriveCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6500e1a07f836500e1a0 /* SnippetVehicleSceneQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6500e2087f836500e208 /* SnippetVehicleTankCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTankCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTankCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6500e2707f836500e270 /* SnippetVehicleTireFriction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6500e2d87f836500e2d8 /* SnippetVehicleConcurrency.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleConcurrency.h"; path = "../../SnippetVehicleCommon/SnippetVehicleConcurrency.h"; sourceTree = SOURCE_ROOT; }; + FFFD6500e3407f836500e340 /* SnippetVehicleCreate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.h"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.h"; sourceTree = SOURCE_ROOT; }; + FFFD6500e3a87f836500e3a8 /* SnippetVehicleFilterShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.h"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.h"; sourceTree = SOURCE_ROOT; }; + FFFD6500e4107f836500e410 /* SnippetVehicleSceneQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.h"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.h"; sourceTree = SOURCE_ROOT; }; + FFFD6500e4787f836500e478 /* SnippetVehicleTireFriction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.h"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.h"; sourceTree = SOURCE_ROOT; }; + FFFD6500e4e07f836500e4e0 /* SnippetVehicleWheelQueryResult.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleWheelQueryResult.h"; path = "../../SnippetVehicleCommon/SnippetVehicleWheelQueryResult.h"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2fcfe0f307fcefcfe0f30 /* Resources */ = { + FFF26480f0007f836480f000 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -1088,7 +1088,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCfcfe0f307fcefcfe0f30 /* Frameworks */ = { + FFFC6480f0007f836480f000 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1098,20 +1098,20 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8fcfe0f307fcefcfe0f30 /* Sources */ = { + FFF86480f0007f836480f000 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFfcfe3de07fcefcfe3de0, - FFFFfcfe49f07fcefcfe49f0, - FFFFfcfe4a587fcefcfe4a58, - FFFFfd879e007fcefd879e00, - FFFFfd879e687fcefd879e68, - FFFFfd879ed07fcefd879ed0, - FFFFfd879f387fcefd879f38, - FFFFfd879fa07fcefd879fa0, - FFFFfd87a0087fcefd87a008, - FFFFfd87a0707fcefd87a070, + FFFF64811ed07f8364811ed0, + FFFF64812b007f8364812b00, + FFFF64812b687f8364812b68, + FFFF6500e0007f836500e000, + FFFF6500e0687f836500e068, + FFFF6500e0d07f836500e0d0, + FFFF6500e1387f836500e138, + FFFF6500e1a07f836500e1a0, + FFFF6500e2087f836500e208, + FFFF6500e2707f836500e270, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1120,55 +1120,55 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4fcfe3d507fcefcfe3d50 /* PBXTargetDependency */ = { + FFF4648110007f8364811000 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAfcf579007fcefcf57900 /* SnippetRender */; - targetProxy = FFF5fcf579007fcefcf57900 /* PBXContainerItemProxy */; + target = FFFA63f79a107f8363f79a10 /* SnippetRender */; + targetProxy = FFF563f79a107f8363f79a10 /* PBXContainerItemProxy */; }; - FFF4fcfe19207fcefcfe1920 /* PBXTargetDependency */ = { + FFF46480f9c07f836480f9c0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAfcf93ae07fcefcf93ae0 /* SnippetUtils */; - targetProxy = FFF5fcf93ae07fcefcf93ae0 /* PBXContainerItemProxy */; + target = FFFA63f8c0207f8363f8c020 /* SnippetUtils */; + targetProxy = FFF563f8c0207f8363f8c020 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetVehicle4W */ - FFFFfcfe8ca07fcefcfe8ca0 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfcf579007fcefcf57900 /* SnippetRender */; }; - FFFFfcfe67707fcefcfe6770 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfcf93ae07fcefcf93ae0 /* SnippetUtils */; }; - FFFFfcfe91607fcefcfe9160 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDfcfe91607fcefcfe9160 /* ClassicMain.cpp */; }; - FFFFfcfe98907fcefcfe9890 /* SnippetVehicle4W.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfcfe98907fcefcfe9890 /* SnippetVehicle4W.cpp */; }; - FFFFfcfe98f87fcefcfe98f8 /* SnippetVehicle4WRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfcfe98f87fcefcfe98f8 /* SnippetVehicle4WRender.cpp */; }; - FFFFfd87ce007fcefd87ce00 /* SnippetVehicle4WCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfd87ce007fcefd87ce00 /* SnippetVehicle4WCreate.cpp */; }; - FFFFfd87ce687fcefd87ce68 /* SnippetVehicleCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfd87ce687fcefd87ce68 /* SnippetVehicleCreate.cpp */; }; - FFFFfd87ced07fcefd87ced0 /* SnippetVehicleFilterShader.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfd87ced07fcefd87ced0 /* SnippetVehicleFilterShader.cpp */; }; - FFFFfd87cf387fcefd87cf38 /* SnippetVehicleNoDriveCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfd87cf387fcefd87cf38 /* SnippetVehicleNoDriveCreate.cpp */; }; - FFFFfd87cfa07fcefd87cfa0 /* SnippetVehicleSceneQuery.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfd87cfa07fcefd87cfa0 /* SnippetVehicleSceneQuery.cpp */; }; - FFFFfd87d0087fcefd87d008 /* SnippetVehicleTankCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfd87d0087fcefd87d008 /* SnippetVehicleTankCreate.cpp */; }; - FFFFfd87d0707fcefd87d070 /* SnippetVehicleTireFriction.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfd87d0707fcefd87d070 /* SnippetVehicleTireFriction.cpp */; }; + FFFF64816be07f8364816be0 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD63f79a107f8363f79a10 /* SnippetRender */; }; + FFFF648148807f8364814880 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD63f8c0207f8363f8c020 /* SnippetUtils */; }; + FFFF648178e07f83648178e0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD648178e07f83648178e0 /* ClassicMain.cpp */; }; + FFFF648179e07f83648179e0 /* SnippetVehicle4W.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD648179e07f83648179e0 /* SnippetVehicle4W.cpp */; }; + FFFF64817a487f8364817a48 /* SnippetVehicle4WRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD64817a487f8364817a48 /* SnippetVehicle4WRender.cpp */; }; + FFFF650110007f8365011000 /* SnippetVehicle4WCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD650110007f8365011000 /* SnippetVehicle4WCreate.cpp */; }; + FFFF650110687f8365011068 /* SnippetVehicleCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD650110687f8365011068 /* SnippetVehicleCreate.cpp */; }; + FFFF650110d07f83650110d0 /* SnippetVehicleFilterShader.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD650110d07f83650110d0 /* SnippetVehicleFilterShader.cpp */; }; + FFFF650111387f8365011138 /* SnippetVehicleNoDriveCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD650111387f8365011138 /* SnippetVehicleNoDriveCreate.cpp */; }; + FFFF650111a07f83650111a0 /* SnippetVehicleSceneQuery.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD650111a07f83650111a0 /* SnippetVehicleSceneQuery.cpp */; }; + FFFF650112087f8365011208 /* SnippetVehicleTankCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD650112087f8365011208 /* SnippetVehicleTankCreate.cpp */; }; + FFFF650112707f8365011270 /* SnippetVehicleTireFriction.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD650112707f8365011270 /* SnippetVehicleTireFriction.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDfcfe5fb07fcefcfe5fb0 /* SnippetVehicle4W */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetVehicle4W"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDfcfe91607fcefcfe9160 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfcfe98907fcefcfe9890 /* SnippetVehicle4W.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicle4W.cpp"; path = "../../SnippetVehicle4W/SnippetVehicle4W.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfcfe98f87fcefcfe98f8 /* SnippetVehicle4WRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicle4WRender.cpp"; path = "../../SnippetVehicle4W/SnippetVehicle4WRender.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfd87ce007fcefd87ce00 /* SnippetVehicle4WCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicle4WCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicle4WCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfd87ce687fcefd87ce68 /* SnippetVehicleCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfd87ced07fcefd87ced0 /* SnippetVehicleFilterShader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfd87cf387fcefd87cf38 /* SnippetVehicleNoDriveCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleNoDriveCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleNoDriveCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfd87cfa07fcefd87cfa0 /* SnippetVehicleSceneQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfd87d0087fcefd87d008 /* SnippetVehicleTankCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTankCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTankCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfd87d0707fcefd87d070 /* SnippetVehicleTireFriction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfd87d0d87fcefd87d0d8 /* SnippetVehicleConcurrency.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleConcurrency.h"; path = "../../SnippetVehicleCommon/SnippetVehicleConcurrency.h"; sourceTree = SOURCE_ROOT; }; - FFFDfd87d1407fcefd87d140 /* SnippetVehicleCreate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.h"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.h"; sourceTree = SOURCE_ROOT; }; - FFFDfd87d1a87fcefd87d1a8 /* SnippetVehicleFilterShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.h"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.h"; sourceTree = SOURCE_ROOT; }; - FFFDfd87d2107fcefd87d210 /* SnippetVehicleSceneQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.h"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.h"; sourceTree = SOURCE_ROOT; }; - FFFDfd87d2787fcefd87d278 /* SnippetVehicleTireFriction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.h"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.h"; sourceTree = SOURCE_ROOT; }; - FFFDfd87d2e07fcefd87d2e0 /* SnippetVehicleWheelQueryResult.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleWheelQueryResult.h"; path = "../../SnippetVehicleCommon/SnippetVehicleWheelQueryResult.h"; sourceTree = SOURCE_ROOT; }; + FFFD648140c07f83648140c0 /* SnippetVehicle4W */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetVehicle4W"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD648178e07f83648178e0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648179e07f83648179e0 /* SnippetVehicle4W.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicle4W.cpp"; path = "../../SnippetVehicle4W/SnippetVehicle4W.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64817a487f8364817a48 /* SnippetVehicle4WRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicle4WRender.cpp"; path = "../../SnippetVehicle4W/SnippetVehicle4WRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD650110007f8365011000 /* SnippetVehicle4WCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicle4WCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicle4WCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD650110687f8365011068 /* SnippetVehicleCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD650110d07f83650110d0 /* SnippetVehicleFilterShader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD650111387f8365011138 /* SnippetVehicleNoDriveCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleNoDriveCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleNoDriveCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD650111a07f83650111a0 /* SnippetVehicleSceneQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD650112087f8365011208 /* SnippetVehicleTankCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTankCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTankCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD650112707f8365011270 /* SnippetVehicleTireFriction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD650112d87f83650112d8 /* SnippetVehicleConcurrency.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleConcurrency.h"; path = "../../SnippetVehicleCommon/SnippetVehicleConcurrency.h"; sourceTree = SOURCE_ROOT; }; + FFFD650113407f8365011340 /* SnippetVehicleCreate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.h"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.h"; sourceTree = SOURCE_ROOT; }; + FFFD650113a87f83650113a8 /* SnippetVehicleFilterShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.h"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.h"; sourceTree = SOURCE_ROOT; }; + FFFD650114107f8365011410 /* SnippetVehicleSceneQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.h"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.h"; sourceTree = SOURCE_ROOT; }; + FFFD650114787f8365011478 /* SnippetVehicleTireFriction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.h"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.h"; sourceTree = SOURCE_ROOT; }; + FFFD650114e07f83650114e0 /* SnippetVehicleWheelQueryResult.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleWheelQueryResult.h"; path = "../../SnippetVehicleCommon/SnippetVehicleWheelQueryResult.h"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2fcfe5fb07fcefcfe5fb0 /* Resources */ = { + FFF2648140c07f83648140c0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -1178,7 +1178,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCfcfe5fb07fcefcfe5fb0 /* Frameworks */ = { + FFFC648140c07f83648140c0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1188,20 +1188,20 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8fcfe5fb07fcefcfe5fb0 /* Sources */ = { + FFF8648140c07f83648140c0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFfcfe91607fcefcfe9160, - FFFFfcfe98907fcefcfe9890, - FFFFfcfe98f87fcefcfe98f8, - FFFFfd87ce007fcefd87ce00, - FFFFfd87ce687fcefd87ce68, - FFFFfd87ced07fcefd87ced0, - FFFFfd87cf387fcefd87cf38, - FFFFfd87cfa07fcefd87cfa0, - FFFFfd87d0087fcefd87d008, - FFFFfd87d0707fcefd87d070, + FFFF648178e07f83648178e0, + FFFF648179e07f83648179e0, + FFFF64817a487f8364817a48, + FFFF650110007f8365011000, + FFFF650110687f8365011068, + FFFF650110d07f83650110d0, + FFFF650111387f8365011138, + FFFF650111a07f83650111a0, + FFFF650112087f8365011208, + FFFF650112707f8365011270, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1210,55 +1210,55 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4fcfe8ca07fcefcfe8ca0 /* PBXTargetDependency */ = { + FFF464816be07f8364816be0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAfcf579007fcefcf57900 /* SnippetRender */; - targetProxy = FFF5fcf579007fcefcf57900 /* PBXContainerItemProxy */; + target = FFFA63f79a107f8363f79a10 /* SnippetRender */; + targetProxy = FFF563f79a107f8363f79a10 /* PBXContainerItemProxy */; }; - FFF4fcfe67707fcefcfe6770 /* PBXTargetDependency */ = { + FFF4648148807f8364814880 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAfcf93ae07fcefcf93ae0 /* SnippetUtils */; - targetProxy = FFF5fcf93ae07fcefcf93ae0 /* PBXContainerItemProxy */; + target = FFFA63f8c0207f8363f8c020 /* SnippetUtils */; + targetProxy = FFF563f8c0207f8363f8c020 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetVehicleScale */ - FFFFfcfecc407fcefcfecc40 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfcf579007fcefcf57900 /* SnippetRender */; }; - FFFFfcfeb5c07fcefcfeb5c0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfcf93ae07fcefcf93ae0 /* SnippetUtils */; }; - FFFFfcfed7a07fcefcfed7a0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDfcfed7a07fcefcfed7a0 /* ClassicMain.cpp */; }; - FFFFfcfee7107fcefcfee710 /* SnippetVehicleScale.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfcfee7107fcefcfee710 /* SnippetVehicleScale.cpp */; }; - FFFFfcfee7787fcefcfee778 /* SnippetVehicleScaleRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfcfee7787fcefcfee778 /* SnippetVehicleScaleRender.cpp */; }; - FFFFfd87fe007fcefd87fe00 /* SnippetVehicle4WCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfd87fe007fcefd87fe00 /* SnippetVehicle4WCreate.cpp */; }; - FFFFfd87fe687fcefd87fe68 /* SnippetVehicleCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfd87fe687fcefd87fe68 /* SnippetVehicleCreate.cpp */; }; - FFFFfd87fed07fcefd87fed0 /* SnippetVehicleFilterShader.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfd87fed07fcefd87fed0 /* SnippetVehicleFilterShader.cpp */; }; - FFFFfd87ff387fcefd87ff38 /* SnippetVehicleNoDriveCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfd87ff387fcefd87ff38 /* SnippetVehicleNoDriveCreate.cpp */; }; - FFFFfd87ffa07fcefd87ffa0 /* SnippetVehicleSceneQuery.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfd87ffa07fcefd87ffa0 /* SnippetVehicleSceneQuery.cpp */; }; - FFFFfd8800087fcefd880008 /* SnippetVehicleTankCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfd8800087fcefd880008 /* SnippetVehicleTankCreate.cpp */; }; - FFFFfd8800707fcefd880070 /* SnippetVehicleTireFriction.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfd8800707fcefd880070 /* SnippetVehicleTireFriction.cpp */; }; + FFFF6481a6b07f836481a6b0 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD63f79a107f8363f79a10 /* SnippetRender */; }; + FFFF648196d07f83648196d0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD63f8c0207f8363f8c020 /* SnippetUtils */; }; + FFFF6481bbe07f836481bbe0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD6481bbe07f836481bbe0 /* ClassicMain.cpp */; }; + FFFF6481c8207f836481c820 /* SnippetVehicleScale.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD6481c8207f836481c820 /* SnippetVehicleScale.cpp */; }; + FFFF6481c8887f836481c888 /* SnippetVehicleScaleRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD6481c8887f836481c888 /* SnippetVehicleScaleRender.cpp */; }; + FFFF650140007f8365014000 /* SnippetVehicle4WCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD650140007f8365014000 /* SnippetVehicle4WCreate.cpp */; }; + FFFF650140687f8365014068 /* SnippetVehicleCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD650140687f8365014068 /* SnippetVehicleCreate.cpp */; }; + FFFF650140d07f83650140d0 /* SnippetVehicleFilterShader.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD650140d07f83650140d0 /* SnippetVehicleFilterShader.cpp */; }; + FFFF650141387f8365014138 /* SnippetVehicleNoDriveCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD650141387f8365014138 /* SnippetVehicleNoDriveCreate.cpp */; }; + FFFF650141a07f83650141a0 /* SnippetVehicleSceneQuery.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD650141a07f83650141a0 /* SnippetVehicleSceneQuery.cpp */; }; + FFFF650142087f8365014208 /* SnippetVehicleTankCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD650142087f8365014208 /* SnippetVehicleTankCreate.cpp */; }; + FFFF650142707f8365014270 /* SnippetVehicleTireFriction.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD650142707f8365014270 /* SnippetVehicleTireFriction.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDfcfeae007fcefcfeae00 /* SnippetVehicleScale */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetVehicleScale"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDfcfed7a07fcefcfed7a0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfcfee7107fcefcfee710 /* SnippetVehicleScale.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleScale.cpp"; path = "../../SnippetVehicleScale/SnippetVehicleScale.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfcfee7787fcefcfee778 /* SnippetVehicleScaleRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleScaleRender.cpp"; path = "../../SnippetVehicleScale/SnippetVehicleScaleRender.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfd87fe007fcefd87fe00 /* SnippetVehicle4WCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicle4WCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicle4WCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfd87fe687fcefd87fe68 /* SnippetVehicleCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfd87fed07fcefd87fed0 /* SnippetVehicleFilterShader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfd87ff387fcefd87ff38 /* SnippetVehicleNoDriveCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleNoDriveCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleNoDriveCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfd87ffa07fcefd87ffa0 /* SnippetVehicleSceneQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfd8800087fcefd880008 /* SnippetVehicleTankCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTankCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTankCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfd8800707fcefd880070 /* SnippetVehicleTireFriction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfd8800d87fcefd8800d8 /* SnippetVehicleConcurrency.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleConcurrency.h"; path = "../../SnippetVehicleCommon/SnippetVehicleConcurrency.h"; sourceTree = SOURCE_ROOT; }; - FFFDfd8801407fcefd880140 /* SnippetVehicleCreate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.h"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.h"; sourceTree = SOURCE_ROOT; }; - FFFDfd8801a87fcefd8801a8 /* SnippetVehicleFilterShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.h"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.h"; sourceTree = SOURCE_ROOT; }; - FFFDfd8802107fcefd880210 /* SnippetVehicleSceneQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.h"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.h"; sourceTree = SOURCE_ROOT; }; - FFFDfd8802787fcefd880278 /* SnippetVehicleTireFriction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.h"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.h"; sourceTree = SOURCE_ROOT; }; - FFFDfd8802e07fcefd8802e0 /* SnippetVehicleWheelQueryResult.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleWheelQueryResult.h"; path = "../../SnippetVehicleCommon/SnippetVehicleWheelQueryResult.h"; sourceTree = SOURCE_ROOT; }; + FFFD64818ec07f8364818ec0 /* SnippetVehicleScale */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetVehicleScale"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD6481bbe07f836481bbe0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6481c8207f836481c820 /* SnippetVehicleScale.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleScale.cpp"; path = "../../SnippetVehicleScale/SnippetVehicleScale.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6481c8887f836481c888 /* SnippetVehicleScaleRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleScaleRender.cpp"; path = "../../SnippetVehicleScale/SnippetVehicleScaleRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD650140007f8365014000 /* SnippetVehicle4WCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicle4WCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicle4WCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD650140687f8365014068 /* SnippetVehicleCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD650140d07f83650140d0 /* SnippetVehicleFilterShader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD650141387f8365014138 /* SnippetVehicleNoDriveCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleNoDriveCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleNoDriveCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD650141a07f83650141a0 /* SnippetVehicleSceneQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD650142087f8365014208 /* SnippetVehicleTankCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTankCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTankCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD650142707f8365014270 /* SnippetVehicleTireFriction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD650142d87f83650142d8 /* SnippetVehicleConcurrency.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleConcurrency.h"; path = "../../SnippetVehicleCommon/SnippetVehicleConcurrency.h"; sourceTree = SOURCE_ROOT; }; + FFFD650143407f8365014340 /* SnippetVehicleCreate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.h"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.h"; sourceTree = SOURCE_ROOT; }; + FFFD650143a87f83650143a8 /* SnippetVehicleFilterShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.h"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.h"; sourceTree = SOURCE_ROOT; }; + FFFD650144107f8365014410 /* SnippetVehicleSceneQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.h"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.h"; sourceTree = SOURCE_ROOT; }; + FFFD650144787f8365014478 /* SnippetVehicleTireFriction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.h"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.h"; sourceTree = SOURCE_ROOT; }; + FFFD650144e07f83650144e0 /* SnippetVehicleWheelQueryResult.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleWheelQueryResult.h"; path = "../../SnippetVehicleCommon/SnippetVehicleWheelQueryResult.h"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2fcfeae007fcefcfeae00 /* Resources */ = { + FFF264818ec07f8364818ec0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -1268,7 +1268,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCfcfeae007fcefcfeae00 /* Frameworks */ = { + FFFC64818ec07f8364818ec0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1278,20 +1278,20 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8fcfeae007fcefcfeae00 /* Sources */ = { + FFF864818ec07f8364818ec0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFfcfed7a07fcefcfed7a0, - FFFFfcfee7107fcefcfee710, - FFFFfcfee7787fcefcfee778, - FFFFfd87fe007fcefd87fe00, - FFFFfd87fe687fcefd87fe68, - FFFFfd87fed07fcefd87fed0, - FFFFfd87ff387fcefd87ff38, - FFFFfd87ffa07fcefd87ffa0, - FFFFfd8800087fcefd880008, - FFFFfd8800707fcefd880070, + FFFF6481bbe07f836481bbe0, + FFFF6481c8207f836481c820, + FFFF6481c8887f836481c888, + FFFF650140007f8365014000, + FFFF650140687f8365014068, + FFFF650140d07f83650140d0, + FFFF650141387f8365014138, + FFFF650141a07f83650141a0, + FFFF650142087f8365014208, + FFFF650142707f8365014270, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1300,55 +1300,55 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4fcfecc407fcefcfecc40 /* PBXTargetDependency */ = { + FFF46481a6b07f836481a6b0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAfcf579007fcefcf57900 /* SnippetRender */; - targetProxy = FFF5fcf579007fcefcf57900 /* PBXContainerItemProxy */; + target = FFFA63f79a107f8363f79a10 /* SnippetRender */; + targetProxy = FFF563f79a107f8363f79a10 /* PBXContainerItemProxy */; }; - FFF4fcfeb5c07fcefcfeb5c0 /* PBXTargetDependency */ = { + FFF4648196d07f83648196d0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAfcf93ae07fcefcf93ae0 /* SnippetUtils */; - targetProxy = FFF5fcf93ae07fcefcf93ae0 /* PBXContainerItemProxy */; + target = FFFA63f8c0207f8363f8c020 /* SnippetUtils */; + targetProxy = FFF563f8c0207f8363f8c020 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetVehicleNoDrive */ - FFFFfcff14707fcefcff1470 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfcf579007fcefcf57900 /* SnippetRender */; }; - FFFFfcff04907fcefcff0490 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfcf93ae07fcefcf93ae0 /* SnippetUtils */; }; - FFFFfcff2ec07fcefcff2ec0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDfcff2ec07fcefcff2ec0 /* ClassicMain.cpp */; }; - FFFFfcff35a07fcefcff35a0 /* SnippetVehicleNoDrive.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfcff35a07fcefcff35a0 /* SnippetVehicleNoDrive.cpp */; }; - FFFFfcff36087fcefcff3608 /* SnippetVehicleNoDriveRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfcff36087fcefcff3608 /* SnippetVehicleNoDriveRender.cpp */; }; - FFFFfd882e007fcefd882e00 /* SnippetVehicle4WCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfd882e007fcefd882e00 /* SnippetVehicle4WCreate.cpp */; }; - FFFFfd882e687fcefd882e68 /* SnippetVehicleCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfd882e687fcefd882e68 /* SnippetVehicleCreate.cpp */; }; - FFFFfd882ed07fcefd882ed0 /* SnippetVehicleFilterShader.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfd882ed07fcefd882ed0 /* SnippetVehicleFilterShader.cpp */; }; - FFFFfd882f387fcefd882f38 /* SnippetVehicleNoDriveCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfd882f387fcefd882f38 /* SnippetVehicleNoDriveCreate.cpp */; }; - FFFFfd882fa07fcefd882fa0 /* SnippetVehicleSceneQuery.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfd882fa07fcefd882fa0 /* SnippetVehicleSceneQuery.cpp */; }; - FFFFfd8830087fcefd883008 /* SnippetVehicleTankCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfd8830087fcefd883008 /* SnippetVehicleTankCreate.cpp */; }; - FFFFfd8830707fcefd883070 /* SnippetVehicleTireFriction.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfd8830707fcefd883070 /* SnippetVehicleTireFriction.cpp */; }; + FFFF6481fba07f836481fba0 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD63f79a107f8363f79a10 /* SnippetRender */; }; + FFFF6481e5407f836481e540 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD63f8c0207f8363f8c020 /* SnippetUtils */; }; + FFFF64820f407f8364820f40 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD64820f407f8364820f40 /* ClassicMain.cpp */; }; + FFFF648216607f8364821660 /* SnippetVehicleNoDrive.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD648216607f8364821660 /* SnippetVehicleNoDrive.cpp */; }; + FFFF648216c87f83648216c8 /* SnippetVehicleNoDriveRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD648216c87f83648216c8 /* SnippetVehicleNoDriveRender.cpp */; }; + FFFF650170007f8365017000 /* SnippetVehicle4WCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD650170007f8365017000 /* SnippetVehicle4WCreate.cpp */; }; + FFFF650170687f8365017068 /* SnippetVehicleCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD650170687f8365017068 /* SnippetVehicleCreate.cpp */; }; + FFFF650170d07f83650170d0 /* SnippetVehicleFilterShader.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD650170d07f83650170d0 /* SnippetVehicleFilterShader.cpp */; }; + FFFF650171387f8365017138 /* SnippetVehicleNoDriveCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD650171387f8365017138 /* SnippetVehicleNoDriveCreate.cpp */; }; + FFFF650171a07f83650171a0 /* SnippetVehicleSceneQuery.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD650171a07f83650171a0 /* SnippetVehicleSceneQuery.cpp */; }; + FFFF650172087f8365017208 /* SnippetVehicleTankCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD650172087f8365017208 /* SnippetVehicleTankCreate.cpp */; }; + FFFF650172707f8365017270 /* SnippetVehicleTireFriction.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD650172707f8365017270 /* SnippetVehicleTireFriction.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDfcfefc807fcefcfefc80 /* SnippetVehicleNoDrive */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetVehicleNoDrive"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDfcff2ec07fcefcff2ec0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfcff35a07fcefcff35a0 /* SnippetVehicleNoDrive.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleNoDrive.cpp"; path = "../../SnippetVehicleNoDrive/SnippetVehicleNoDrive.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfcff36087fcefcff3608 /* SnippetVehicleNoDriveRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleNoDriveRender.cpp"; path = "../../SnippetVehicleNoDrive/SnippetVehicleNoDriveRender.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfd882e007fcefd882e00 /* SnippetVehicle4WCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicle4WCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicle4WCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfd882e687fcefd882e68 /* SnippetVehicleCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfd882ed07fcefd882ed0 /* SnippetVehicleFilterShader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfd882f387fcefd882f38 /* SnippetVehicleNoDriveCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleNoDriveCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleNoDriveCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfd882fa07fcefd882fa0 /* SnippetVehicleSceneQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfd8830087fcefd883008 /* SnippetVehicleTankCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTankCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTankCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfd8830707fcefd883070 /* SnippetVehicleTireFriction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfd8830d87fcefd8830d8 /* SnippetVehicleConcurrency.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleConcurrency.h"; path = "../../SnippetVehicleCommon/SnippetVehicleConcurrency.h"; sourceTree = SOURCE_ROOT; }; - FFFDfd8831407fcefd883140 /* SnippetVehicleCreate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.h"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.h"; sourceTree = SOURCE_ROOT; }; - FFFDfd8831a87fcefd8831a8 /* SnippetVehicleFilterShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.h"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.h"; sourceTree = SOURCE_ROOT; }; - FFFDfd8832107fcefd883210 /* SnippetVehicleSceneQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.h"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.h"; sourceTree = SOURCE_ROOT; }; - FFFDfd8832787fcefd883278 /* SnippetVehicleTireFriction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.h"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.h"; sourceTree = SOURCE_ROOT; }; - FFFDfd8832e07fcefd8832e0 /* SnippetVehicleWheelQueryResult.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleWheelQueryResult.h"; path = "../../SnippetVehicleCommon/SnippetVehicleWheelQueryResult.h"; sourceTree = SOURCE_ROOT; }; + FFFD6481dda07f836481dda0 /* SnippetVehicleNoDrive */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetVehicleNoDrive"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD64820f407f8364820f40 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648216607f8364821660 /* SnippetVehicleNoDrive.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleNoDrive.cpp"; path = "../../SnippetVehicleNoDrive/SnippetVehicleNoDrive.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648216c87f83648216c8 /* SnippetVehicleNoDriveRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleNoDriveRender.cpp"; path = "../../SnippetVehicleNoDrive/SnippetVehicleNoDriveRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD650170007f8365017000 /* SnippetVehicle4WCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicle4WCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicle4WCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD650170687f8365017068 /* SnippetVehicleCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD650170d07f83650170d0 /* SnippetVehicleFilterShader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD650171387f8365017138 /* SnippetVehicleNoDriveCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleNoDriveCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleNoDriveCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD650171a07f83650171a0 /* SnippetVehicleSceneQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD650172087f8365017208 /* SnippetVehicleTankCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTankCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTankCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD650172707f8365017270 /* SnippetVehicleTireFriction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD650172d87f83650172d8 /* SnippetVehicleConcurrency.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleConcurrency.h"; path = "../../SnippetVehicleCommon/SnippetVehicleConcurrency.h"; sourceTree = SOURCE_ROOT; }; + FFFD650173407f8365017340 /* SnippetVehicleCreate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.h"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.h"; sourceTree = SOURCE_ROOT; }; + FFFD650173a87f83650173a8 /* SnippetVehicleFilterShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.h"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.h"; sourceTree = SOURCE_ROOT; }; + FFFD650174107f8365017410 /* SnippetVehicleSceneQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.h"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.h"; sourceTree = SOURCE_ROOT; }; + FFFD650174787f8365017478 /* SnippetVehicleTireFriction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.h"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.h"; sourceTree = SOURCE_ROOT; }; + FFFD650174e07f83650174e0 /* SnippetVehicleWheelQueryResult.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleWheelQueryResult.h"; path = "../../SnippetVehicleCommon/SnippetVehicleWheelQueryResult.h"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2fcfefc807fcefcfefc80 /* Resources */ = { + FFF26481dda07f836481dda0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -1358,7 +1358,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCfcfefc807fcefcfefc80 /* Frameworks */ = { + FFFC6481dda07f836481dda0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1368,20 +1368,20 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8fcfefc807fcefcfefc80 /* Sources */ = { + FFF86481dda07f836481dda0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFfcff2ec07fcefcff2ec0, - FFFFfcff35a07fcefcff35a0, - FFFFfcff36087fcefcff3608, - FFFFfd882e007fcefd882e00, - FFFFfd882e687fcefd882e68, - FFFFfd882ed07fcefd882ed0, - FFFFfd882f387fcefd882f38, - FFFFfd882fa07fcefd882fa0, - FFFFfd8830087fcefd883008, - FFFFfd8830707fcefd883070, + FFFF64820f407f8364820f40, + FFFF648216607f8364821660, + FFFF648216c87f83648216c8, + FFFF650170007f8365017000, + FFFF650170687f8365017068, + FFFF650170d07f83650170d0, + FFFF650171387f8365017138, + FFFF650171a07f83650171a0, + FFFF650172087f8365017208, + FFFF650172707f8365017270, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1390,53 +1390,53 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4fcff14707fcefcff1470 /* PBXTargetDependency */ = { + FFF46481fba07f836481fba0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAfcf579007fcefcf57900 /* SnippetRender */; - targetProxy = FFF5fcf579007fcefcf57900 /* PBXContainerItemProxy */; + target = FFFA63f79a107f8363f79a10 /* SnippetRender */; + targetProxy = FFF563f79a107f8363f79a10 /* PBXContainerItemProxy */; }; - FFF4fcff04907fcefcff0490 /* PBXTargetDependency */ = { + FFF46481e5407f836481e540 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAfcf93ae07fcefcf93ae0 /* SnippetUtils */; - targetProxy = FFF5fcf93ae07fcefcf93ae0 /* PBXContainerItemProxy */; + target = FFFA63f8c0207f8363f8c020 /* SnippetUtils */; + targetProxy = FFF563f8c0207f8363f8c020 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetVehicleMultiThreading */ - FFFFfcff69907fcefcff6990 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfcf579007fcefcf57900 /* SnippetRender */; }; - FFFFfcff53b07fcefcff53b0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfcf93ae07fcefcf93ae0 /* SnippetUtils */; }; - FFFFfcff77b07fcefcff77b0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDfcff77b07fcefcff77b0 /* ClassicMain.cpp */; }; - FFFFfcff82507fcefcff8250 /* SnippetVehicleMultiThreading.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfcff82507fcefcff8250 /* SnippetVehicleMultiThreading.cpp */; }; - FFFFfd885e007fcefd885e00 /* SnippetVehicle4WCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfd885e007fcefd885e00 /* SnippetVehicle4WCreate.cpp */; }; - FFFFfd885e687fcefd885e68 /* SnippetVehicleCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfd885e687fcefd885e68 /* SnippetVehicleCreate.cpp */; }; - FFFFfd885ed07fcefd885ed0 /* SnippetVehicleFilterShader.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfd885ed07fcefd885ed0 /* SnippetVehicleFilterShader.cpp */; }; - FFFFfd885f387fcefd885f38 /* SnippetVehicleNoDriveCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfd885f387fcefd885f38 /* SnippetVehicleNoDriveCreate.cpp */; }; - FFFFfd885fa07fcefd885fa0 /* SnippetVehicleSceneQuery.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfd885fa07fcefd885fa0 /* SnippetVehicleSceneQuery.cpp */; }; - FFFFfd8860087fcefd886008 /* SnippetVehicleTankCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfd8860087fcefd886008 /* SnippetVehicleTankCreate.cpp */; }; - FFFFfd8860707fcefd886070 /* SnippetVehicleTireFriction.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfd8860707fcefd886070 /* SnippetVehicleTireFriction.cpp */; }; + FFFF64824ff07f8364824ff0 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD63f79a107f8363f79a10 /* SnippetRender */; }; + FFFF648234307f8364823430 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD63f8c0207f8363f8c020 /* SnippetUtils */; }; + FFFF648263407f8364826340 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD648263407f8364826340 /* ClassicMain.cpp */; }; + FFFF648264407f8364826440 /* SnippetVehicleMultiThreading.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD648264407f8364826440 /* SnippetVehicleMultiThreading.cpp */; }; + FFFF6501a0007f836501a000 /* SnippetVehicle4WCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD6501a0007f836501a000 /* SnippetVehicle4WCreate.cpp */; }; + FFFF6501a0687f836501a068 /* SnippetVehicleCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD6501a0687f836501a068 /* SnippetVehicleCreate.cpp */; }; + FFFF6501a0d07f836501a0d0 /* SnippetVehicleFilterShader.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD6501a0d07f836501a0d0 /* SnippetVehicleFilterShader.cpp */; }; + FFFF6501a1387f836501a138 /* SnippetVehicleNoDriveCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD6501a1387f836501a138 /* SnippetVehicleNoDriveCreate.cpp */; }; + FFFF6501a1a07f836501a1a0 /* SnippetVehicleSceneQuery.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD6501a1a07f836501a1a0 /* SnippetVehicleSceneQuery.cpp */; }; + FFFF6501a2087f836501a208 /* SnippetVehicleTankCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD6501a2087f836501a208 /* SnippetVehicleTankCreate.cpp */; }; + FFFF6501a2707f836501a270 /* SnippetVehicleTireFriction.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD6501a2707f836501a270 /* SnippetVehicleTireFriction.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDfcff4ba07fcefcff4ba0 /* SnippetVehicleMultiThreading */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; path = "SnippetVehicleMultiThreading"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDfcff77b07fcefcff77b0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfcff82507fcefcff8250 /* SnippetVehicleMultiThreading.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleMultiThreading.cpp"; path = "../../SnippetVehicleMultiThreading/SnippetVehicleMultiThreading.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfd885e007fcefd885e00 /* SnippetVehicle4WCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicle4WCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicle4WCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfd885e687fcefd885e68 /* SnippetVehicleCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfd885ed07fcefd885ed0 /* SnippetVehicleFilterShader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfd885f387fcefd885f38 /* SnippetVehicleNoDriveCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleNoDriveCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleNoDriveCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfd885fa07fcefd885fa0 /* SnippetVehicleSceneQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfd8860087fcefd886008 /* SnippetVehicleTankCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTankCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTankCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfd8860707fcefd886070 /* SnippetVehicleTireFriction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfd8860d87fcefd8860d8 /* SnippetVehicleConcurrency.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleConcurrency.h"; path = "../../SnippetVehicleCommon/SnippetVehicleConcurrency.h"; sourceTree = SOURCE_ROOT; }; - FFFDfd8861407fcefd886140 /* SnippetVehicleCreate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.h"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.h"; sourceTree = SOURCE_ROOT; }; - FFFDfd8861a87fcefd8861a8 /* SnippetVehicleFilterShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.h"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.h"; sourceTree = SOURCE_ROOT; }; - FFFDfd8862107fcefd886210 /* SnippetVehicleSceneQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.h"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.h"; sourceTree = SOURCE_ROOT; }; - FFFDfd8862787fcefd886278 /* SnippetVehicleTireFriction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.h"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.h"; sourceTree = SOURCE_ROOT; }; - FFFDfd8862e07fcefd8862e0 /* SnippetVehicleWheelQueryResult.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleWheelQueryResult.h"; path = "../../SnippetVehicleCommon/SnippetVehicleWheelQueryResult.h"; sourceTree = SOURCE_ROOT; }; + FFFD64822c207f8364822c20 /* SnippetVehicleMultiThreading */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; path = "SnippetVehicleMultiThreading"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD648263407f8364826340 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD648264407f8364826440 /* SnippetVehicleMultiThreading.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleMultiThreading.cpp"; path = "../../SnippetVehicleMultiThreading/SnippetVehicleMultiThreading.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6501a0007f836501a000 /* SnippetVehicle4WCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicle4WCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicle4WCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6501a0687f836501a068 /* SnippetVehicleCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6501a0d07f836501a0d0 /* SnippetVehicleFilterShader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6501a1387f836501a138 /* SnippetVehicleNoDriveCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleNoDriveCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleNoDriveCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6501a1a07f836501a1a0 /* SnippetVehicleSceneQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6501a2087f836501a208 /* SnippetVehicleTankCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTankCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTankCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6501a2707f836501a270 /* SnippetVehicleTireFriction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6501a2d87f836501a2d8 /* SnippetVehicleConcurrency.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleConcurrency.h"; path = "../../SnippetVehicleCommon/SnippetVehicleConcurrency.h"; sourceTree = SOURCE_ROOT; }; + FFFD6501a3407f836501a340 /* SnippetVehicleCreate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.h"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.h"; sourceTree = SOURCE_ROOT; }; + FFFD6501a3a87f836501a3a8 /* SnippetVehicleFilterShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.h"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.h"; sourceTree = SOURCE_ROOT; }; + FFFD6501a4107f836501a410 /* SnippetVehicleSceneQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.h"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.h"; sourceTree = SOURCE_ROOT; }; + FFFD6501a4787f836501a478 /* SnippetVehicleTireFriction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.h"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.h"; sourceTree = SOURCE_ROOT; }; + FFFD6501a4e07f836501a4e0 /* SnippetVehicleWheelQueryResult.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleWheelQueryResult.h"; path = "../../SnippetVehicleCommon/SnippetVehicleWheelQueryResult.h"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2fcff4ba07fcefcff4ba0 /* Resources */ = { + FFF264822c207f8364822c20 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -1446,7 +1446,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCfcff4ba07fcefcff4ba0 /* Frameworks */ = { + FFFC64822c207f8364822c20 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1456,19 +1456,19 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8fcff4ba07fcefcff4ba0 /* Sources */ = { + FFF864822c207f8364822c20 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFfcff77b07fcefcff77b0, - FFFFfcff82507fcefcff8250, - FFFFfd885e007fcefd885e00, - FFFFfd885e687fcefd885e68, - FFFFfd885ed07fcefd885ed0, - FFFFfd885f387fcefd885f38, - FFFFfd885fa07fcefd885fa0, - FFFFfd8860087fcefd886008, - FFFFfd8860707fcefd886070, + FFFF648263407f8364826340, + FFFF648264407f8364826440, + FFFF6501a0007f836501a000, + FFFF6501a0687f836501a068, + FFFF6501a0d07f836501a0d0, + FFFF6501a1387f836501a138, + FFFF6501a1a07f836501a1a0, + FFFF6501a2087f836501a208, + FFFF6501a2707f836501a270, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1477,55 +1477,55 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4fcff69907fcefcff6990 /* PBXTargetDependency */ = { + FFF464824ff07f8364824ff0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAfcf579007fcefcf57900 /* SnippetRender */; - targetProxy = FFF5fcf579007fcefcf57900 /* PBXContainerItemProxy */; + target = FFFA63f79a107f8363f79a10 /* SnippetRender */; + targetProxy = FFF563f79a107f8363f79a10 /* PBXContainerItemProxy */; }; - FFF4fcff53b07fcefcff53b0 /* PBXTargetDependency */ = { + FFF4648234307f8364823430 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAfcf93ae07fcefcf93ae0 /* SnippetUtils */; - targetProxy = FFF5fcf93ae07fcefcf93ae0 /* PBXContainerItemProxy */; + target = FFFA63f8c0207f8363f8c020 /* SnippetUtils */; + targetProxy = FFF563f8c0207f8363f8c020 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetVehicleContactMod */ - FFFFfe1001a07fcefe1001a0 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfcf579007fcefcf57900 /* SnippetRender */; }; - FFFFfcffa0307fcefcffa030 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfcf93ae07fcefcf93ae0 /* SnippetUtils */; }; - FFFFfe100a807fcefe100a80 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDfe100a807fcefe100a80 /* ClassicMain.cpp */; }; - FFFFfe1010907fcefe101090 /* SnippetVehicleContactMod.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfe1010907fcefe101090 /* SnippetVehicleContactMod.cpp */; }; - FFFFfe1010f87fcefe1010f8 /* SnippetVehicleContactModRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfe1010f87fcefe1010f8 /* SnippetVehicleContactModRender.cpp */; }; - FFFFfd888e007fcefd888e00 /* SnippetVehicle4WCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfd888e007fcefd888e00 /* SnippetVehicle4WCreate.cpp */; }; - FFFFfd888e687fcefd888e68 /* SnippetVehicleCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfd888e687fcefd888e68 /* SnippetVehicleCreate.cpp */; }; - FFFFfd888ed07fcefd888ed0 /* SnippetVehicleFilterShader.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfd888ed07fcefd888ed0 /* SnippetVehicleFilterShader.cpp */; }; - FFFFfd888f387fcefd888f38 /* SnippetVehicleNoDriveCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfd888f387fcefd888f38 /* SnippetVehicleNoDriveCreate.cpp */; }; - FFFFfd888fa07fcefd888fa0 /* SnippetVehicleSceneQuery.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfd888fa07fcefd888fa0 /* SnippetVehicleSceneQuery.cpp */; }; - FFFFfd8890087fcefd889008 /* SnippetVehicleTankCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfd8890087fcefd889008 /* SnippetVehicleTankCreate.cpp */; }; - FFFFfd8890707fcefd889070 /* SnippetVehicleTireFriction.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfd8890707fcefd889070 /* SnippetVehicleTireFriction.cpp */; }; + FFFF648297807f8364829780 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD63f79a107f8363f79a10 /* SnippetRender */; }; + FFFF648281607f8364828160 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD63f8c0207f8363f8c020 /* SnippetUtils */; }; + FFFF649002107f8364900210 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD649002107f8364900210 /* ClassicMain.cpp */; }; + FFFF649007707f8364900770 /* SnippetVehicleContactMod.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD649007707f8364900770 /* SnippetVehicleContactMod.cpp */; }; + FFFF649007d87f83649007d8 /* SnippetVehicleContactModRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD649007d87f83649007d8 /* SnippetVehicleContactModRender.cpp */; }; + FFFF658010007f8365801000 /* SnippetVehicle4WCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD658010007f8365801000 /* SnippetVehicle4WCreate.cpp */; }; + FFFF658010687f8365801068 /* SnippetVehicleCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD658010687f8365801068 /* SnippetVehicleCreate.cpp */; }; + FFFF658010d07f83658010d0 /* SnippetVehicleFilterShader.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD658010d07f83658010d0 /* SnippetVehicleFilterShader.cpp */; }; + FFFF658011387f8365801138 /* SnippetVehicleNoDriveCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD658011387f8365801138 /* SnippetVehicleNoDriveCreate.cpp */; }; + FFFF658011a07f83658011a0 /* SnippetVehicleSceneQuery.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD658011a07f83658011a0 /* SnippetVehicleSceneQuery.cpp */; }; + FFFF658012087f8365801208 /* SnippetVehicleTankCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD658012087f8365801208 /* SnippetVehicleTankCreate.cpp */; }; + FFFF658012707f8365801270 /* SnippetVehicleTireFriction.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD658012707f8365801270 /* SnippetVehicleTireFriction.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDfcff97f07fcefcff97f0 /* SnippetVehicleContactMod */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetVehicleContactMod"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDfe100a807fcefe100a80 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfe1010907fcefe101090 /* SnippetVehicleContactMod.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleContactMod.cpp"; path = "../../SnippetVehicleContactMod/SnippetVehicleContactMod.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfe1010f87fcefe1010f8 /* SnippetVehicleContactModRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleContactModRender.cpp"; path = "../../SnippetVehicleContactMod/SnippetVehicleContactModRender.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfd888e007fcefd888e00 /* SnippetVehicle4WCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicle4WCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicle4WCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfd888e687fcefd888e68 /* SnippetVehicleCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfd888ed07fcefd888ed0 /* SnippetVehicleFilterShader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfd888f387fcefd888f38 /* SnippetVehicleNoDriveCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleNoDriveCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleNoDriveCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfd888fa07fcefd888fa0 /* SnippetVehicleSceneQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfd8890087fcefd889008 /* SnippetVehicleTankCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTankCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTankCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfd8890707fcefd889070 /* SnippetVehicleTireFriction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfd8890d87fcefd8890d8 /* SnippetVehicleConcurrency.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleConcurrency.h"; path = "../../SnippetVehicleCommon/SnippetVehicleConcurrency.h"; sourceTree = SOURCE_ROOT; }; - FFFDfd8891407fcefd889140 /* SnippetVehicleCreate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.h"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.h"; sourceTree = SOURCE_ROOT; }; - FFFDfd8891a87fcefd8891a8 /* SnippetVehicleFilterShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.h"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.h"; sourceTree = SOURCE_ROOT; }; - FFFDfd8892107fcefd889210 /* SnippetVehicleSceneQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.h"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.h"; sourceTree = SOURCE_ROOT; }; - FFFDfd8892787fcefd889278 /* SnippetVehicleTireFriction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.h"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.h"; sourceTree = SOURCE_ROOT; }; - FFFDfd8892e07fcefd8892e0 /* SnippetVehicleWheelQueryResult.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleWheelQueryResult.h"; path = "../../SnippetVehicleCommon/SnippetVehicleWheelQueryResult.h"; sourceTree = SOURCE_ROOT; }; + FFFD648279507f8364827950 /* SnippetVehicleContactMod */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetVehicleContactMod"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD649002107f8364900210 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD649007707f8364900770 /* SnippetVehicleContactMod.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleContactMod.cpp"; path = "../../SnippetVehicleContactMod/SnippetVehicleContactMod.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD649007d87f83649007d8 /* SnippetVehicleContactModRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleContactModRender.cpp"; path = "../../SnippetVehicleContactMod/SnippetVehicleContactModRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD658010007f8365801000 /* SnippetVehicle4WCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicle4WCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicle4WCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD658010687f8365801068 /* SnippetVehicleCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD658010d07f83658010d0 /* SnippetVehicleFilterShader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD658011387f8365801138 /* SnippetVehicleNoDriveCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleNoDriveCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleNoDriveCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD658011a07f83658011a0 /* SnippetVehicleSceneQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD658012087f8365801208 /* SnippetVehicleTankCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTankCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTankCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD658012707f8365801270 /* SnippetVehicleTireFriction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD658012d87f83658012d8 /* SnippetVehicleConcurrency.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleConcurrency.h"; path = "../../SnippetVehicleCommon/SnippetVehicleConcurrency.h"; sourceTree = SOURCE_ROOT; }; + FFFD658013407f8365801340 /* SnippetVehicleCreate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.h"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.h"; sourceTree = SOURCE_ROOT; }; + FFFD658013a87f83658013a8 /* SnippetVehicleFilterShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.h"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.h"; sourceTree = SOURCE_ROOT; }; + FFFD658014107f8365801410 /* SnippetVehicleSceneQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.h"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.h"; sourceTree = SOURCE_ROOT; }; + FFFD658014787f8365801478 /* SnippetVehicleTireFriction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.h"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.h"; sourceTree = SOURCE_ROOT; }; + FFFD658014e07f83658014e0 /* SnippetVehicleWheelQueryResult.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleWheelQueryResult.h"; path = "../../SnippetVehicleCommon/SnippetVehicleWheelQueryResult.h"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2fcff97f07fcefcff97f0 /* Resources */ = { + FFF2648279507f8364827950 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -1535,7 +1535,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCfcff97f07fcefcff97f0 /* Frameworks */ = { + FFFC648279507f8364827950 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1545,20 +1545,20 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8fcff97f07fcefcff97f0 /* Sources */ = { + FFF8648279507f8364827950 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFfe100a807fcefe100a80, - FFFFfe1010907fcefe101090, - FFFFfe1010f87fcefe1010f8, - FFFFfd888e007fcefd888e00, - FFFFfd888e687fcefd888e68, - FFFFfd888ed07fcefd888ed0, - FFFFfd888f387fcefd888f38, - FFFFfd888fa07fcefd888fa0, - FFFFfd8890087fcefd889008, - FFFFfd8890707fcefd889070, + FFFF649002107f8364900210, + FFFF649007707f8364900770, + FFFF649007d87f83649007d8, + FFFF658010007f8365801000, + FFFF658010687f8365801068, + FFFF658010d07f83658010d0, + FFFF658011387f8365801138, + FFFF658011a07f83658011a0, + FFFF658012087f8365801208, + FFFF658012707f8365801270, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1567,56 +1567,56 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4fe1001a07fcefe1001a0 /* PBXTargetDependency */ = { + FFF4648297807f8364829780 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAfcf579007fcefcf57900 /* SnippetRender */; - targetProxy = FFF5fcf579007fcefcf57900 /* PBXContainerItemProxy */; + target = FFFA63f79a107f8363f79a10 /* SnippetRender */; + targetProxy = FFF563f79a107f8363f79a10 /* PBXContainerItemProxy */; }; - FFF4fcffa0307fcefcffa030 /* PBXTargetDependency */ = { + FFF4648281607f8364828160 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAfcf93ae07fcefcf93ae0 /* SnippetUtils */; - targetProxy = FFF5fcf93ae07fcefcf93ae0 /* PBXContainerItemProxy */; + target = FFFA63f8c0207f8363f8c020 /* SnippetUtils */; + targetProxy = FFF563f8c0207f8363f8c020 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetNestedScene */ - FFFFfe1044507fcefe104450 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfcf579007fcefcf57900 /* SnippetRender */; }; - FFFFfe102e307fcefe102e30 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfcf93ae07fcefcf93ae0 /* SnippetUtils */; }; - FFFFfe1053207fcefe105320 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDfe1053207fcefe105320 /* ClassicMain.cpp */; }; - FFFFfe1061407fcefe106140 /* SnippetNestedScene.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfe1061407fcefe106140 /* SnippetNestedScene.cpp */; }; - FFFFfe1061a87fcefe1061a8 /* SnippetNestedSceneRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfe1061a87fcefe1061a8 /* SnippetNestedSceneRender.cpp */; }; - FFFFfd88be007fcefd88be00 /* SnippetVehicle4WCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfd88be007fcefd88be00 /* SnippetVehicle4WCreate.cpp */; }; - FFFFfd88be687fcefd88be68 /* SnippetVehicleCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfd88be687fcefd88be68 /* SnippetVehicleCreate.cpp */; }; - FFFFfd88bed07fcefd88bed0 /* SnippetVehicleFilterShader.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfd88bed07fcefd88bed0 /* SnippetVehicleFilterShader.cpp */; }; - FFFFfd88bf387fcefd88bf38 /* SnippetVehicleNoDriveCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfd88bf387fcefd88bf38 /* SnippetVehicleNoDriveCreate.cpp */; }; - FFFFfd88bfa07fcefd88bfa0 /* SnippetVehicleSceneQuery.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfd88bfa07fcefd88bfa0 /* SnippetVehicleSceneQuery.cpp */; }; - FFFFfd88c0087fcefd88c008 /* SnippetVehicleTankCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfd88c0087fcefd88c008 /* SnippetVehicleTankCreate.cpp */; }; - FFFFfd88c0707fcefd88c070 /* SnippetVehicleTireFriction.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFDfd88c0707fcefd88c070 /* SnippetVehicleTireFriction.cpp */; }; + FFFF64904c807f8364904c80 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD63f79a107f8363f79a10 /* SnippetRender */; }; + FFFF649028307f8364902830 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD63f8c0207f8363f8c020 /* SnippetUtils */; }; + FFFF64905ac07f8364905ac0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD64905ac07f8364905ac0 /* ClassicMain.cpp */; }; + FFFF64905bc07f8364905bc0 /* SnippetNestedScene.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD64905bc07f8364905bc0 /* SnippetNestedScene.cpp */; }; + FFFF64905c287f8364905c28 /* SnippetNestedSceneRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD64905c287f8364905c28 /* SnippetNestedSceneRender.cpp */; }; + FFFF658040007f8365804000 /* SnippetVehicle4WCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD658040007f8365804000 /* SnippetVehicle4WCreate.cpp */; }; + FFFF658040687f8365804068 /* SnippetVehicleCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD658040687f8365804068 /* SnippetVehicleCreate.cpp */; }; + FFFF658040d07f83658040d0 /* SnippetVehicleFilterShader.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD658040d07f83658040d0 /* SnippetVehicleFilterShader.cpp */; }; + FFFF658041387f8365804138 /* SnippetVehicleNoDriveCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD658041387f8365804138 /* SnippetVehicleNoDriveCreate.cpp */; }; + FFFF658041a07f83658041a0 /* SnippetVehicleSceneQuery.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD658041a07f83658041a0 /* SnippetVehicleSceneQuery.cpp */; }; + FFFF658042087f8365804208 /* SnippetVehicleTankCreate.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD658042087f8365804208 /* SnippetVehicleTankCreate.cpp */; }; + FFFF658042707f8365804270 /* SnippetVehicleTireFriction.cpp in Common */= { isa = PBXBuildFile; fileRef = FFFD658042707f8365804270 /* SnippetVehicleTireFriction.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDfe1026507fcefe102650 /* SnippetNestedScene */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetNestedScene"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDfe1053207fcefe105320 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfe1061407fcefe106140 /* SnippetNestedScene.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetNestedScene.cpp"; path = "../../SnippetNestedScene/SnippetNestedScene.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfe1061a87fcefe1061a8 /* SnippetNestedSceneRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetNestedSceneRender.cpp"; path = "../../SnippetNestedScene/SnippetNestedSceneRender.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfe1062107fcefe106210 /* NestedScene.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NestedScene.h"; path = "../../SnippetNestedScene/NestedScene.h"; sourceTree = SOURCE_ROOT; }; - FFFDfd88be007fcefd88be00 /* SnippetVehicle4WCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicle4WCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicle4WCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfd88be687fcefd88be68 /* SnippetVehicleCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfd88bed07fcefd88bed0 /* SnippetVehicleFilterShader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfd88bf387fcefd88bf38 /* SnippetVehicleNoDriveCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleNoDriveCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleNoDriveCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfd88bfa07fcefd88bfa0 /* SnippetVehicleSceneQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfd88c0087fcefd88c008 /* SnippetVehicleTankCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTankCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTankCreate.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfd88c0707fcefd88c070 /* SnippetVehicleTireFriction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfd88c0d87fcefd88c0d8 /* SnippetVehicleConcurrency.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleConcurrency.h"; path = "../../SnippetVehicleCommon/SnippetVehicleConcurrency.h"; sourceTree = SOURCE_ROOT; }; - FFFDfd88c1407fcefd88c140 /* SnippetVehicleCreate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.h"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.h"; sourceTree = SOURCE_ROOT; }; - FFFDfd88c1a87fcefd88c1a8 /* SnippetVehicleFilterShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.h"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.h"; sourceTree = SOURCE_ROOT; }; - FFFDfd88c2107fcefd88c210 /* SnippetVehicleSceneQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.h"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.h"; sourceTree = SOURCE_ROOT; }; - FFFDfd88c2787fcefd88c278 /* SnippetVehicleTireFriction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.h"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.h"; sourceTree = SOURCE_ROOT; }; - FFFDfd88c2e07fcefd88c2e0 /* SnippetVehicleWheelQueryResult.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleWheelQueryResult.h"; path = "../../SnippetVehicleCommon/SnippetVehicleWheelQueryResult.h"; sourceTree = SOURCE_ROOT; }; + FFFD649020707f8364902070 /* SnippetNestedScene */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetNestedScene"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD64905ac07f8364905ac0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64905bc07f8364905bc0 /* SnippetNestedScene.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetNestedScene.cpp"; path = "../../SnippetNestedScene/SnippetNestedScene.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64905c287f8364905c28 /* SnippetNestedSceneRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetNestedSceneRender.cpp"; path = "../../SnippetNestedScene/SnippetNestedSceneRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64905c907f8364905c90 /* NestedScene.h */= { isa = PBXFileReference; fileEncoding = 4; name = "NestedScene.h"; path = "../../SnippetNestedScene/NestedScene.h"; sourceTree = SOURCE_ROOT; }; + FFFD658040007f8365804000 /* SnippetVehicle4WCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicle4WCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicle4WCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD658040687f8365804068 /* SnippetVehicleCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD658040d07f83658040d0 /* SnippetVehicleFilterShader.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD658041387f8365804138 /* SnippetVehicleNoDriveCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleNoDriveCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleNoDriveCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD658041a07f83658041a0 /* SnippetVehicleSceneQuery.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD658042087f8365804208 /* SnippetVehicleTankCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTankCreate.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTankCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD658042707f8365804270 /* SnippetVehicleTireFriction.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.cpp"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD658042d87f83658042d8 /* SnippetVehicleConcurrency.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleConcurrency.h"; path = "../../SnippetVehicleCommon/SnippetVehicleConcurrency.h"; sourceTree = SOURCE_ROOT; }; + FFFD658043407f8365804340 /* SnippetVehicleCreate.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleCreate.h"; path = "../../SnippetVehicleCommon/SnippetVehicleCreate.h"; sourceTree = SOURCE_ROOT; }; + FFFD658043a87f83658043a8 /* SnippetVehicleFilterShader.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleFilterShader.h"; path = "../../SnippetVehicleCommon/SnippetVehicleFilterShader.h"; sourceTree = SOURCE_ROOT; }; + FFFD658044107f8365804410 /* SnippetVehicleSceneQuery.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleSceneQuery.h"; path = "../../SnippetVehicleCommon/SnippetVehicleSceneQuery.h"; sourceTree = SOURCE_ROOT; }; + FFFD658044787f8365804478 /* SnippetVehicleTireFriction.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleTireFriction.h"; path = "../../SnippetVehicleCommon/SnippetVehicleTireFriction.h"; sourceTree = SOURCE_ROOT; }; + FFFD658044e07f83658044e0 /* SnippetVehicleWheelQueryResult.h */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetVehicleWheelQueryResult.h"; path = "../../SnippetVehicleCommon/SnippetVehicleWheelQueryResult.h"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2fe1026507fcefe102650 /* Resources */ = { + FFF2649020707f8364902070 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -1626,7 +1626,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCfe1026507fcefe102650 /* Frameworks */ = { + FFFC649020707f8364902070 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1636,20 +1636,20 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8fe1026507fcefe102650 /* Sources */ = { + FFF8649020707f8364902070 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFfe1053207fcefe105320, - FFFFfe1061407fcefe106140, - FFFFfe1061a87fcefe1061a8, - FFFFfd88be007fcefd88be00, - FFFFfd88be687fcefd88be68, - FFFFfd88bed07fcefd88bed0, - FFFFfd88bf387fcefd88bf38, - FFFFfd88bfa07fcefd88bfa0, - FFFFfd88c0087fcefd88c008, - FFFFfd88c0707fcefd88c070, + FFFF64905ac07f8364905ac0, + FFFF64905bc07f8364905bc0, + FFFF64905c287f8364905c28, + FFFF658040007f8365804000, + FFFF658040687f8365804068, + FFFF658040d07f83658040d0, + FFFF658041387f8365804138, + FFFF658041a07f83658041a0, + FFFF658042087f8365804208, + FFFF658042707f8365804270, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1658,33 +1658,33 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4fe1044507fcefe104450 /* PBXTargetDependency */ = { + FFF464904c807f8364904c80 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAfcf579007fcefcf57900 /* SnippetRender */; - targetProxy = FFF5fcf579007fcefcf57900 /* PBXContainerItemProxy */; + target = FFFA63f79a107f8363f79a10 /* SnippetRender */; + targetProxy = FFF563f79a107f8363f79a10 /* PBXContainerItemProxy */; }; - FFF4fe102e307fcefe102e30 /* PBXTargetDependency */ = { + FFF4649028307f8364902830 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAfcf93ae07fcefcf93ae0 /* SnippetUtils */; - targetProxy = FFF5fcf93ae07fcefcf93ae0 /* PBXContainerItemProxy */; + target = FFFA63f8c0207f8363f8c020 /* SnippetUtils */; + targetProxy = FFF563f8c0207f8363f8c020 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetSpatialIndex */ - FFFFfe1098c07fcefe1098c0 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfcf579007fcefcf57900 /* SnippetRender */; }; - FFFFfe107ea07fcefe107ea0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfcf93ae07fcefcf93ae0 /* SnippetUtils */; }; - FFFFfe109da07fcefe109da0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDfe109da07fcefe109da0 /* ClassicMain.cpp */; }; - FFFFfe10a7207fcefe10a720 /* SnippetSpatialIndex.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfe10a7207fcefe10a720 /* SnippetSpatialIndex.cpp */; }; + FFFF64908ed07f8364908ed0 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD63f79a107f8363f79a10 /* SnippetRender */; }; + FFFF649078507f8364907850 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD63f8c0207f8363f8c020 /* SnippetUtils */; }; + FFFF649096e07f83649096e0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD649096e07f83649096e0 /* ClassicMain.cpp */; }; + FFFF6490a1f07f836490a1f0 /* SnippetSpatialIndex.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD6490a1f07f836490a1f0 /* SnippetSpatialIndex.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDfe1076e07fcefe1076e0 /* SnippetSpatialIndex */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; path = "SnippetSpatialIndex"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDfe109da07fcefe109da0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfe10a7207fcefe10a720 /* SnippetSpatialIndex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetSpatialIndex.cpp"; path = "../../SnippetSpatialIndex/SnippetSpatialIndex.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD649070907f8364907090 /* SnippetSpatialIndex */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; path = "SnippetSpatialIndex"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD649096e07f83649096e0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6490a1f07f836490a1f0 /* SnippetSpatialIndex.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetSpatialIndex.cpp"; path = "../../SnippetSpatialIndex/SnippetSpatialIndex.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2fe1076e07fcefe1076e0 /* Resources */ = { + FFF2649070907f8364907090 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -1694,7 +1694,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCfe1076e07fcefe1076e0 /* Frameworks */ = { + FFFC649070907f8364907090 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1704,12 +1704,12 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8fe1076e07fcefe1076e0 /* Sources */ = { + FFF8649070907f8364907090 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFfe109da07fcefe109da0, - FFFFfe10a7207fcefe10a720, + FFFF649096e07f83649096e0, + FFFF6490a1f07f836490a1f0, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1718,35 +1718,35 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4fe1098c07fcefe1098c0 /* PBXTargetDependency */ = { + FFF464908ed07f8364908ed0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAfcf579007fcefcf57900 /* SnippetRender */; - targetProxy = FFF5fcf579007fcefcf57900 /* PBXContainerItemProxy */; + target = FFFA63f79a107f8363f79a10 /* SnippetRender */; + targetProxy = FFF563f79a107f8363f79a10 /* PBXContainerItemProxy */; }; - FFF4fe107ea07fcefe107ea0 /* PBXTargetDependency */ = { + FFF4649078507f8364907850 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAfcf93ae07fcefcf93ae0 /* SnippetUtils */; - targetProxy = FFF5fcf93ae07fcefcf93ae0 /* PBXContainerItemProxy */; + target = FFFA63f8c0207f8363f8c020 /* SnippetUtils */; + targetProxy = FFF563f8c0207f8363f8c020 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetSplitSim */ - FFFFfe10c9d07fcefe10c9d0 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfcf579007fcefcf57900 /* SnippetRender */; }; - FFFFfe10b3907fcefe10b390 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfcf93ae07fcefcf93ae0 /* SnippetUtils */; }; - FFFFfe10d9107fcefe10d910 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDfe10d9107fcefe10d910 /* ClassicMain.cpp */; }; - FFFFfe10dec07fcefe10dec0 /* SnippetSplitSim.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfe10dec07fcefe10dec0 /* SnippetSplitSim.cpp */; }; - FFFFfe10df287fcefe10df28 /* SnippetSplitSimRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfe10df287fcefe10df28 /* SnippetSplitSimRender.cpp */; }; + FFFF6490c4107f836490c410 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD63f79a107f8363f79a10 /* SnippetRender */; }; + FFFF6490add07f836490add0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD63f8c0207f8363f8c020 /* SnippetUtils */; }; + FFFF6490d3507f836490d350 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD6490d3507f836490d350 /* ClassicMain.cpp */; }; + FFFF6490d9007f836490d900 /* SnippetSplitSim.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD6490d9007f836490d900 /* SnippetSplitSim.cpp */; }; + FFFF6490d9687f836490d968 /* SnippetSplitSimRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD6490d9687f836490d968 /* SnippetSplitSimRender.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDfe10a8207fcefe10a820 /* SnippetSplitSim */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetSplitSim"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDfe10d9107fcefe10d910 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfe10dec07fcefe10dec0 /* SnippetSplitSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetSplitSim.cpp"; path = "../../SnippetSplitSim/SnippetSplitSim.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfe10df287fcefe10df28 /* SnippetSplitSimRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetSplitSimRender.cpp"; path = "../../SnippetSplitSim/SnippetSplitSimRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6490a3907f836490a390 /* SnippetSplitSim */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetSplitSim"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD6490d3507f836490d350 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6490d9007f836490d900 /* SnippetSplitSim.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetSplitSim.cpp"; path = "../../SnippetSplitSim/SnippetSplitSim.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6490d9687f836490d968 /* SnippetSplitSimRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetSplitSimRender.cpp"; path = "../../SnippetSplitSim/SnippetSplitSimRender.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2fe10a8207fcefe10a820 /* Resources */ = { + FFF26490a3907f836490a390 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -1756,7 +1756,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCfe10a8207fcefe10a820 /* Frameworks */ = { + FFFC6490a3907f836490a390 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1766,13 +1766,13 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8fe10a8207fcefe10a820 /* Sources */ = { + FFF86490a3907f836490a390 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFfe10d9107fcefe10d910, - FFFFfe10dec07fcefe10dec0, - FFFFfe10df287fcefe10df28, + FFFF6490d3507f836490d350, + FFFF6490d9007f836490d900, + FFFF6490d9687f836490d968, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1781,33 +1781,33 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4fe10c9d07fcefe10c9d0 /* PBXTargetDependency */ = { + FFF46490c4107f836490c410 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAfcf579007fcefcf57900 /* SnippetRender */; - targetProxy = FFF5fcf579007fcefcf57900 /* PBXContainerItemProxy */; + target = FFFA63f79a107f8363f79a10 /* SnippetRender */; + targetProxy = FFF563f79a107f8363f79a10 /* PBXContainerItemProxy */; }; - FFF4fe10b3907fcefe10b390 /* PBXTargetDependency */ = { + FFF46490add07f836490add0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAfcf93ae07fcefcf93ae0 /* SnippetUtils */; - targetProxy = FFF5fcf93ae07fcefcf93ae0 /* PBXContainerItemProxy */; + target = FFFA63f8c0207f8363f8c020 /* SnippetUtils */; + targetProxy = FFF563f8c0207f8363f8c020 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetTriangleMeshCreate */ - FFFFfe1106707fcefe110670 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfcf579007fcefcf57900 /* SnippetRender */; }; - FFFFfe10eab07fcefe10eab0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfcf93ae07fcefcf93ae0 /* SnippetUtils */; }; - FFFFfe1110207fcefe111020 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDfe1110207fcefe111020 /* ClassicMain.cpp */; }; - FFFFfe1114407fcefe111440 /* SnippetTriangleMeshCreate.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfe1114407fcefe111440 /* SnippetTriangleMeshCreate.cpp */; }; + FFFF649108507f8364910850 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD63f79a107f8363f79a10 /* SnippetRender */; }; + FFFF6490e4b07f836490e4b0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD63f8c0207f8363f8c020 /* SnippetUtils */; }; + FFFF64910a307f8364910a30 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD64910a307f8364910a30 /* ClassicMain.cpp */; }; + FFFF64910e307f8364910e30 /* SnippetTriangleMeshCreate.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD64910e307f8364910e30 /* SnippetTriangleMeshCreate.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDfe10e0b07fcefe10e0b0 /* SnippetTriangleMeshCreate */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; path = "SnippetTriangleMeshCreate"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDfe1110207fcefe111020 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfe1114407fcefe111440 /* SnippetTriangleMeshCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetTriangleMeshCreate.cpp"; path = "../../SnippetTriangleMeshCreate/SnippetTriangleMeshCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6490daf07f836490daf0 /* SnippetTriangleMeshCreate */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; path = "SnippetTriangleMeshCreate"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD64910a307f8364910a30 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64910e307f8364910e30 /* SnippetTriangleMeshCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetTriangleMeshCreate.cpp"; path = "../../SnippetTriangleMeshCreate/SnippetTriangleMeshCreate.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2fe10e0b07fcefe10e0b0 /* Resources */ = { + FFF26490daf07f836490daf0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -1817,7 +1817,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCfe10e0b07fcefe10e0b0 /* Frameworks */ = { + FFFC6490daf07f836490daf0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1827,12 +1827,12 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8fe10e0b07fcefe10e0b0 /* Sources */ = { + FFF86490daf07f836490daf0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFfe1110207fcefe111020, - FFFFfe1114407fcefe111440, + FFFF64910a307f8364910a30, + FFFF64910e307f8364910e30, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1841,33 +1841,33 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4fe1106707fcefe110670 /* PBXTargetDependency */ = { + FFF4649108507f8364910850 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAfcf579007fcefcf57900 /* SnippetRender */; - targetProxy = FFF5fcf579007fcefcf57900 /* PBXContainerItemProxy */; + target = FFFA63f79a107f8363f79a10 /* SnippetRender */; + targetProxy = FFF563f79a107f8363f79a10 /* PBXContainerItemProxy */; }; - FFF4fe10eab07fcefe10eab0 /* PBXTargetDependency */ = { + FFF46490e4b07f836490e4b0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAfcf93ae07fcefcf93ae0 /* SnippetUtils */; - targetProxy = FFF5fcf93ae07fcefcf93ae0 /* PBXContainerItemProxy */; + target = FFFA63f8c0207f8363f8c020 /* SnippetUtils */; + targetProxy = FFF563f8c0207f8363f8c020 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetMultiThreading */ - FFFFfe1136a07fcefe1136a0 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfcf579007fcefcf57900 /* SnippetRender */; }; - FFFFfe1120407fcefe112040 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfcf93ae07fcefcf93ae0 /* SnippetUtils */; }; - FFFFfe1145707fcefe114570 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDfe1145707fcefe114570 /* ClassicMain.cpp */; }; - FFFFfe1149b07fcefe1149b0 /* SnippetMultiThreading.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfe1149b07fcefe1149b0 /* SnippetMultiThreading.cpp */; }; + FFFF649130607f8364913060 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD63f79a107f8363f79a10 /* SnippetRender */; }; + FFFF64911a007f8364911a00 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD63f8c0207f8363f8c020 /* SnippetUtils */; }; + FFFF64913f307f8364913f30 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD64913f307f8364913f30 /* ClassicMain.cpp */; }; + FFFF649143707f8364914370 /* SnippetMultiThreading.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD649143707f8364914370 /* SnippetMultiThreading.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDfe1115e07fcefe1115e0 /* SnippetMultiThreading */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; path = "SnippetMultiThreading"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDfe1145707fcefe114570 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfe1149b07fcefe1149b0 /* SnippetMultiThreading.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetMultiThreading.cpp"; path = "../../SnippetMultiThreading/SnippetMultiThreading.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64910fd07f8364910fd0 /* SnippetMultiThreading */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; path = "SnippetMultiThreading"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD64913f307f8364913f30 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD649143707f8364914370 /* SnippetMultiThreading.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetMultiThreading.cpp"; path = "../../SnippetMultiThreading/SnippetMultiThreading.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2fe1115e07fcefe1115e0 /* Resources */ = { + FFF264910fd07f8364910fd0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -1877,7 +1877,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCfe1115e07fcefe1115e0 /* Frameworks */ = { + FFFC64910fd07f8364910fd0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1887,12 +1887,12 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8fe1115e07fcefe1115e0 /* Sources */ = { + FFF864910fd07f8364910fd0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFfe1145707fcefe114570, - FFFFfe1149b07fcefe1149b0, + FFFF64913f307f8364913f30, + FFFF649143707f8364914370, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1901,35 +1901,35 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4fe1136a07fcefe1136a0 /* PBXTargetDependency */ = { + FFF4649130607f8364913060 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAfcf579007fcefcf57900 /* SnippetRender */; - targetProxy = FFF5fcf579007fcefcf57900 /* PBXContainerItemProxy */; + target = FFFA63f79a107f8363f79a10 /* SnippetRender */; + targetProxy = FFF563f79a107f8363f79a10 /* PBXContainerItemProxy */; }; - FFF4fe1120407fcefe112040 /* PBXTargetDependency */ = { + FFF464911a007f8364911a00 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAfcf93ae07fcefcf93ae0 /* SnippetUtils */; - targetProxy = FFF5fcf93ae07fcefcf93ae0 /* PBXContainerItemProxy */; + target = FFFA63f8c0207f8363f8c020 /* SnippetUtils */; + targetProxy = FFF563f8c0207f8363f8c020 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetContactModification */ - FFFFfe1179607fcefe117960 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfcf579007fcefcf57900 /* SnippetRender */; }; - FFFFfe1155c07fcefe1155c0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfcf93ae07fcefcf93ae0 /* SnippetUtils */; }; - FFFFfe117be07fcefe117be0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDfe117be07fcefe117be0 /* ClassicMain.cpp */; }; - FFFFfe1182207fcefe118220 /* SnippetContactModification.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfe1182207fcefe118220 /* SnippetContactModification.cpp */; }; - FFFFfe1182887fcefe118288 /* SnippetContactModificationRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfe1182887fcefe118288 /* SnippetContactModificationRender.cpp */; }; + FFFF649173207f8364917320 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD63f79a107f8363f79a10 /* SnippetRender */; }; + FFFF64914f807f8364914f80 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD63f8c0207f8363f8c020 /* SnippetUtils */; }; + FFFF649175a07f83649175a0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD649175a07f83649175a0 /* ClassicMain.cpp */; }; + FFFF64917be07f8364917be0 /* SnippetContactModification.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD64917be07f8364917be0 /* SnippetContactModification.cpp */; }; + FFFF64917c487f8364917c48 /* SnippetContactModificationRender.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD64917c487f8364917c48 /* SnippetContactModificationRender.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDfe114b507fcefe114b50 /* SnippetContactModification */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetContactModification"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDfe117be07fcefe117be0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfe1182207fcefe118220 /* SnippetContactModification.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetContactModification.cpp"; path = "../../SnippetContactModification/SnippetContactModification.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfe1182887fcefe118288 /* SnippetContactModificationRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetContactModificationRender.cpp"; path = "../../SnippetContactModification/SnippetContactModificationRender.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD649145107f8364914510 /* SnippetContactModification */ = {isa = PBXFileReference; explicitFileType = "warpper.application"; path = "SnippetContactModification"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD649175a07f83649175a0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64917be07f8364917be0 /* SnippetContactModification.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetContactModification.cpp"; path = "../../SnippetContactModification/SnippetContactModification.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64917c487f8364917c48 /* SnippetContactModificationRender.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetContactModificationRender.cpp"; path = "../../SnippetContactModification/SnippetContactModificationRender.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2fe114b507fcefe114b50 /* Resources */ = { + FFF2649145107f8364914510 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -1939,7 +1939,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCfe114b507fcefe114b50 /* Frameworks */ = { + FFFC649145107f8364914510 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -1949,13 +1949,13 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8fe114b507fcefe114b50 /* Sources */ = { + FFF8649145107f8364914510 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFfe117be07fcefe117be0, - FFFFfe1182207fcefe118220, - FFFFfe1182887fcefe118288, + FFFF649175a07f83649175a0, + FFFF64917be07f8364917be0, + FFFF64917c487f8364917c48, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1964,33 +1964,33 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4fe1179607fcefe117960 /* PBXTargetDependency */ = { + FFF4649173207f8364917320 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAfcf579007fcefcf57900 /* SnippetRender */; - targetProxy = FFF5fcf579007fcefcf57900 /* PBXContainerItemProxy */; + target = FFFA63f79a107f8363f79a10 /* SnippetRender */; + targetProxy = FFF563f79a107f8363f79a10 /* PBXContainerItemProxy */; }; - FFF4fe1155c07fcefe1155c0 /* PBXTargetDependency */ = { + FFF464914f807f8364914f80 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAfcf93ae07fcefcf93ae0 /* SnippetUtils */; - targetProxy = FFF5fcf93ae07fcefcf93ae0 /* PBXContainerItemProxy */; + target = FFFA63f8c0207f8363f8c020 /* SnippetUtils */; + targetProxy = FFF563f8c0207f8363f8c020 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetToleranceScale */ - FFFFfe11b1307fcefe11b130 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfcf579007fcefcf57900 /* SnippetRender */; }; - FFFFfe118d907fcefe118d90 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfcf93ae07fcefcf93ae0 /* SnippetUtils */; }; - FFFFfe11b2d07fcefe11b2d0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDfe11b2d07fcefe11b2d0 /* ClassicMain.cpp */; }; - FFFFfe1188207fcefe118820 /* SnippetToleranceScale.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfe1188207fcefe118820 /* SnippetToleranceScale.cpp */; }; + FFFF6491aaf07f836491aaf0 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD63f79a107f8363f79a10 /* SnippetRender */; }; + FFFF649187507f8364918750 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD63f8c0207f8363f8c020 /* SnippetUtils */; }; + FFFF6491ac907f836491ac90 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD6491ac907f836491ac90 /* ClassicMain.cpp */; }; + FFFF649181e07f83649181e0 /* SnippetToleranceScale.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD649181e07f83649181e0 /* SnippetToleranceScale.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDfe1184107fcefe118410 /* SnippetToleranceScale */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; path = "SnippetToleranceScale"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDfe11b2d07fcefe11b2d0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfe1188207fcefe118820 /* SnippetToleranceScale.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetToleranceScale.cpp"; path = "../../SnippetToleranceScale/SnippetToleranceScale.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64917dd07f8364917dd0 /* SnippetToleranceScale */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; path = "SnippetToleranceScale"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD6491ac907f836491ac90 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD649181e07f83649181e0 /* SnippetToleranceScale.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetToleranceScale.cpp"; path = "../../SnippetToleranceScale/SnippetToleranceScale.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2fe1184107fcefe118410 /* Resources */ = { + FFF264917dd07f8364917dd0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -2000,7 +2000,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCfe1184107fcefe118410 /* Frameworks */ = { + FFFC64917dd07f8364917dd0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -2010,12 +2010,12 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8fe1184107fcefe118410 /* Sources */ = { + FFF864917dd07f8364917dd0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFfe11b2d07fcefe11b2d0, - FFFFfe1188207fcefe118820, + FFFF6491ac907f836491ac90, + FFFF649181e07f83649181e0, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2024,33 +2024,33 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4fe11b1307fcefe11b130 /* PBXTargetDependency */ = { + FFF46491aaf07f836491aaf0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAfcf579007fcefcf57900 /* SnippetRender */; - targetProxy = FFF5fcf579007fcefcf57900 /* PBXContainerItemProxy */; + target = FFFA63f79a107f8363f79a10 /* SnippetRender */; + targetProxy = FFF563f79a107f8363f79a10 /* PBXContainerItemProxy */; }; - FFF4fe118d907fcefe118d90 /* PBXTargetDependency */ = { + FFF4649187507f8364918750 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAfcf93ae07fcefcf93ae0 /* SnippetUtils */; - targetProxy = FFF5fcf93ae07fcefcf93ae0 /* PBXContainerItemProxy */; + target = FFFA63f8c0207f8363f8c020 /* SnippetUtils */; + targetProxy = FFF563f8c0207f8363f8c020 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetStepper */ - FFFFfe11d9507fcefe11d950 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfcf579007fcefcf57900 /* SnippetRender */; }; - FFFFfe11c2f07fcefe11c2f0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfcf93ae07fcefcf93ae0 /* SnippetUtils */; }; - FFFFfe11e8207fcefe11e820 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDfe11e8207fcefe11e820 /* ClassicMain.cpp */; }; - FFFFfe11bd607fcefe11bd60 /* SnippetStepper.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfe11bd607fcefe11bd60 /* SnippetStepper.cpp */; }; + FFFF6491d3107f836491d310 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD63f79a107f8363f79a10 /* SnippetRender */; }; + FFFF6491bcb07f836491bcb0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD63f8c0207f8363f8c020 /* SnippetUtils */; }; + FFFF6491e1e07f836491e1e0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD6491e1e07f836491e1e0 /* ClassicMain.cpp */; }; + FFFF6491b7207f836491b720 /* SnippetStepper.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD6491b7207f836491b720 /* SnippetStepper.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDfe11b8607fcefe11b860 /* SnippetStepper */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; path = "SnippetStepper"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDfe11e8207fcefe11e820 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfe11bd607fcefe11bd60 /* SnippetStepper.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetStepper.cpp"; path = "../../SnippetStepper/SnippetStepper.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6491b2207f836491b220 /* SnippetStepper */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; path = "SnippetStepper"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD6491e1e07f836491e1e0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6491b7207f836491b720 /* SnippetStepper.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetStepper.cpp"; path = "../../SnippetStepper/SnippetStepper.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2fe11b8607fcefe11b860 /* Resources */ = { + FFF26491b2207f836491b220 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -2060,7 +2060,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCfe11b8607fcefe11b860 /* Frameworks */ = { + FFFC6491b2207f836491b220 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -2070,12 +2070,12 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8fe11b8607fcefe11b860 /* Sources */ = { + FFF86491b2207f836491b220 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFfe11e8207fcefe11e820, - FFFFfe11bd607fcefe11bd60, + FFFF6491e1e07f836491e1e0, + FFFF6491b7207f836491b720, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2084,33 +2084,33 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4fe11d9507fcefe11d950 /* PBXTargetDependency */ = { + FFF46491d3107f836491d310 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAfcf579007fcefcf57900 /* SnippetRender */; - targetProxy = FFF5fcf579007fcefcf57900 /* PBXContainerItemProxy */; + target = FFFA63f79a107f8363f79a10 /* SnippetRender */; + targetProxy = FFF563f79a107f8363f79a10 /* PBXContainerItemProxy */; }; - FFF4fe11c2f07fcefe11c2f0 /* PBXTargetDependency */ = { + FFF46491bcb07f836491bcb0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAfcf93ae07fcefcf93ae0 /* SnippetUtils */; - targetProxy = FFF5fcf93ae07fcefcf93ae0 /* PBXContainerItemProxy */; + target = FFFA63f8c0207f8363f8c020 /* SnippetUtils */; + targetProxy = FFF563f8c0207f8363f8c020 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetPrunerSerialization */ - FFFFfe120e307fcefe120e30 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfcf579007fcefcf57900 /* SnippetRender */; }; - FFFFfe11f7f07fcefe11f7f0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfcf93ae07fcefcf93ae0 /* SnippetUtils */; }; - FFFFfe121d007fcefe121d00 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDfe121d007fcefe121d00 /* ClassicMain.cpp */; }; - FFFFfe1221407fcefe122140 /* SnippetPrunerSerialization.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfe1221407fcefe122140 /* SnippetPrunerSerialization.cpp */; }; + FFFF649207f07f83649207f0 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD63f79a107f8363f79a10 /* SnippetRender */; }; + FFFF6491f1b07f836491f1b0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD63f8c0207f8363f8c020 /* SnippetUtils */; }; + FFFF649216c07f83649216c0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD649216c07f83649216c0 /* ClassicMain.cpp */; }; + FFFF64921b007f8364921b00 /* SnippetPrunerSerialization.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD64921b007f8364921b00 /* SnippetPrunerSerialization.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDfe11ed007fcefe11ed00 /* SnippetPrunerSerialization */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; path = "SnippetPrunerSerialization"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDfe121d007fcefe121d00 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfe1221407fcefe122140 /* SnippetPrunerSerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetPrunerSerialization.cpp"; path = "../../SnippetPrunerSerialization/SnippetPrunerSerialization.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD6491e6c07f836491e6c0 /* SnippetPrunerSerialization */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; path = "SnippetPrunerSerialization"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD649216c07f83649216c0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64921b007f8364921b00 /* SnippetPrunerSerialization.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetPrunerSerialization.cpp"; path = "../../SnippetPrunerSerialization/SnippetPrunerSerialization.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2fe11ed007fcefe11ed00 /* Resources */ = { + FFF26491e6c07f836491e6c0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -2120,7 +2120,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCfe11ed007fcefe11ed00 /* Frameworks */ = { + FFFC6491e6c07f836491e6c0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -2130,12 +2130,12 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8fe11ed007fcefe11ed00 /* Sources */ = { + FFF86491e6c07f836491e6c0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFfe121d007fcefe121d00, - FFFFfe1221407fcefe122140, + FFFF649216c07f83649216c0, + FFFF64921b007f8364921b00, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2144,33 +2144,33 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4fe120e307fcefe120e30 /* PBXTargetDependency */ = { + FFF4649207f07f83649207f0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAfcf579007fcefcf57900 /* SnippetRender */; - targetProxy = FFF5fcf579007fcefcf57900 /* PBXContainerItemProxy */; + target = FFFA63f79a107f8363f79a10 /* SnippetRender */; + targetProxy = FFF563f79a107f8363f79a10 /* PBXContainerItemProxy */; }; - FFF4fe11f7f07fcefe11f7f0 /* PBXTargetDependency */ = { + FFF46491f1b07f836491f1b0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAfcf93ae07fcefcf93ae0 /* SnippetUtils */; - targetProxy = FFF5fcf93ae07fcefcf93ae0 /* PBXContainerItemProxy */; + target = FFFA63f8c0207f8363f8c020 /* SnippetUtils */; + targetProxy = FFF563f8c0207f8363f8c020 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXBuildFile section of SnippetConvexMeshCreate */ - FFFFfe1251d07fcefe1251d0 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfcf579007fcefcf57900 /* SnippetRender */; }; - FFFFfe122e307fcefe122e30 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFDfcf93ae07fcefcf93ae0 /* SnippetUtils */; }; - FFFFfe1253b07fcefe1253b0 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFDfe1253b07fcefe1253b0 /* ClassicMain.cpp */; }; - FFFFfe1258107fcefe125810 /* SnippetConvexMeshCreate.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFDfe1258107fcefe125810 /* SnippetConvexMeshCreate.cpp */; }; + FFFF64924c807f8364924c80 /* SnippetRender in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD63f79a107f8363f79a10 /* SnippetRender */; }; + FFFF649228e07f83649228e0 /* SnippetUtils in Frameworks */= { isa = PBXBuildFile; fileRef = FFFD63f8c0207f8363f8c020 /* SnippetUtils */; }; + FFFF64924e607f8364924e60 /* ClassicMain.cpp in Main */= { isa = PBXBuildFile; fileRef = FFFD64924e607f8364924e60 /* ClassicMain.cpp */; }; + FFFF649252c07f83649252c0 /* SnippetConvexMeshCreate.cpp in Source Files */= { isa = PBXBuildFile; fileRef = FFFD649252c07f83649252c0 /* SnippetConvexMeshCreate.cpp */; }; /* End PBXFileReference section */ /* Begin PBXFileReference section */ - FFFDfe1222e07fcefe1222e0 /* SnippetConvexMeshCreate */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; path = "SnippetConvexMeshCreate"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFFDfe1253b07fcefe1253b0 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; - FFFDfe1258107fcefe125810 /* SnippetConvexMeshCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetConvexMeshCreate.cpp"; path = "../../SnippetConvexMeshCreate/SnippetConvexMeshCreate.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD64921ca07f8364921ca0 /* SnippetConvexMeshCreate */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; path = "SnippetConvexMeshCreate"; sourceTree = BUILT_PRODUCTS_DIR; }; + FFFD64924e607f8364924e60 /* ClassicMain.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "ClassicMain.cpp"; path = "../../SnippetCommon/ClassicMain.cpp"; sourceTree = SOURCE_ROOT; }; + FFFD649252c07f83649252c0 /* SnippetConvexMeshCreate.cpp */= { isa = PBXFileReference; fileEncoding = 4; name = "SnippetConvexMeshCreate.cpp"; path = "../../SnippetConvexMeshCreate/SnippetConvexMeshCreate.cpp"; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXResourcesBuildPhase section */ - FFF2fe1222e07fcefe1222e0 /* Resources */ = { + FFF264921ca07f8364921ca0 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -2180,7 +2180,7 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */ - FFFCfe1222e07fcefe1222e0 /* Frameworks */ = { + FFFC64921ca07f8364921ca0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -2190,12 +2190,12 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - FFF8fe1222e07fcefe1222e0 /* Sources */ = { + FFF864921ca07f8364921ca0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FFFFfe1253b07fcefe1253b0, - FFFFfe1258107fcefe125810, + FFFF64924e607f8364924e60, + FFFF649252c07f83649252c0, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2204,1322 +2204,1322 @@ /* Begin PBXShellScriptBuildPhase section */ /* End PBXShellScriptBuildPhase section */ /* Begin PBXTargetDependency section */ - FFF4fe1251d07fcefe1251d0 /* PBXTargetDependency */ = { + FFF464924c807f8364924c80 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAfcf579007fcefcf57900 /* SnippetRender */; - targetProxy = FFF5fcf579007fcefcf57900 /* PBXContainerItemProxy */; + target = FFFA63f79a107f8363f79a10 /* SnippetRender */; + targetProxy = FFF563f79a107f8363f79a10 /* PBXContainerItemProxy */; }; - FFF4fe122e307fcefe122e30 /* PBXTargetDependency */ = { + FFF4649228e07f83649228e0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = FFFAfcf93ae07fcefcf93ae0 /* SnippetUtils */; - targetProxy = FFF5fcf93ae07fcefcf93ae0 /* PBXContainerItemProxy */; + target = FFFA63f8c0207f8363f8c020 /* SnippetUtils */; + targetProxy = FFF563f8c0207f8363f8c020 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXContainerItemProxy section */ - FFF5fcf93ae07fcefcf93ae0 /* PBXContainerItemProxy */ = { - containerPortal = FFF9fcf939d07fcefcf939d0 /* Project object */; + FFF563f8c0207f8363f8c020 /* PBXContainerItemProxy */ = { + containerPortal = FFF963f8bf107f8363f8bf10 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAfcf93ae07fcefcf93ae0 /* SnippetUtils */; + remoteGlobalIDString = FFFA63f8c0207f8363f8c020 /* SnippetUtils */; remoteInfo = "SnippetUtils"; }; - FFF5fcf579007fcefcf57900 /* PBXContainerItemProxy */ = { - containerPortal = FFF9fcf939d07fcefcf939d0 /* Project object */; + FFF563f79a107f8363f79a10 /* PBXContainerItemProxy */ = { + containerPortal = FFF963f8bf107f8363f8bf10 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAfcf579007fcefcf57900 /* SnippetRender */; + remoteGlobalIDString = FFFA63f79a107f8363f79a10 /* SnippetRender */; remoteInfo = "SnippetRender"; }; - FFF5fcf881a07fcefcf881a0 /* PBXContainerItemProxy */ = { - containerPortal = FFF9fcf939d07fcefcf939d0 /* Project object */; + FFF563f6a9407f8363f6a940 /* PBXContainerItemProxy */ = { + containerPortal = FFF963f8bf107f8363f8bf10 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAfcf881a07fcefcf881a0 /* SnippetConvert */; + remoteGlobalIDString = FFFA63f6a9407f8363f6a940 /* SnippetConvert */; remoteInfo = "SnippetConvert"; }; - FFF5fcf621407fcefcf62140 /* PBXContainerItemProxy */ = { - containerPortal = FFF9fcf939d07fcefcf939d0 /* Project object */; + FFF563f59ab07f8363f59ab0 /* PBXContainerItemProxy */ = { + containerPortal = FFF963f8bf107f8363f8bf10 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAfcf621407fcefcf62140 /* SnippetHelloWorld */; + remoteGlobalIDString = FFFA63f59ab07f8363f59ab0 /* SnippetHelloWorld */; remoteInfo = "SnippetHelloWorld"; }; - FFF5fcf083c07fcefcf083c0 /* PBXContainerItemProxy */ = { - containerPortal = FFF9fcf939d07fcefcf939d0 /* Project object */; + FFF563f7ff207f8363f7ff20 /* PBXContainerItemProxy */ = { + containerPortal = FFF963f8bf107f8363f8bf10 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAfcf083c07fcefcf083c0 /* SnippetImmediateMode */; + remoteGlobalIDString = FFFA63f7ff207f8363f7ff20 /* SnippetImmediateMode */; remoteInfo = "SnippetImmediateMode"; }; - FFF5fcf31c707fcefcf31c70 /* PBXContainerItemProxy */ = { - containerPortal = FFF9fcf939d07fcefcf939d0 /* Project object */; + FFF563f1adb07f8363f1adb0 /* PBXContainerItemProxy */ = { + containerPortal = FFF963f8bf107f8363f8bf10 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAfcf31c707fcefcf31c70 /* SnippetSplitFetchResults */; + remoteGlobalIDString = FFFA63f1adb07f8363f1adb0 /* SnippetSplitFetchResults */; remoteInfo = "SnippetSplitFetchResults"; }; - FFF5fcfa9f307fcefcfa9f30 /* PBXContainerItemProxy */ = { - containerPortal = FFF9fcf939d07fcefcf939d0 /* Project object */; + FFF563fa52d07f8363fa52d0 /* PBXContainerItemProxy */ = { + containerPortal = FFF963f8bf107f8363f8bf10 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAfcfa9f307fcefcfa9f30 /* SnippetCustomJoint */; + remoteGlobalIDString = FFFA63fa52d07f8363fa52d0 /* SnippetCustomJoint */; remoteInfo = "SnippetCustomJoint"; }; - FFF5fcfbcd907fcefcfbcd90 /* PBXContainerItemProxy */ = { - containerPortal = FFF9fcf939d07fcefcf939d0 /* Project object */; + FFF563a8a7807f8363a8a780 /* PBXContainerItemProxy */ = { + containerPortal = FFF963f8bf107f8363f8bf10 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAfcfbcd907fcefcfbcd90 /* SnippetSerialization */; + remoteGlobalIDString = FFFA63a8a7807f8363a8a780 /* SnippetSerialization */; remoteInfo = "SnippetSerialization"; }; - FFF5fcfc22507fcefcfc2250 /* PBXContainerItemProxy */ = { - containerPortal = FFF9fcf939d07fcefcf939d0 /* Project object */; + FFF562df31307f8362df3130 /* PBXContainerItemProxy */ = { + containerPortal = FFF963f8bf107f8363f8bf10 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAfcfc22507fcefcfc2250 /* SnippetLoadCollection */; + remoteGlobalIDString = FFFA62df31307f8362df3130 /* SnippetLoadCollection */; remoteInfo = "SnippetLoadCollection"; }; - FFF5fcfc57507fcefcfc5750 /* PBXContainerItemProxy */ = { - containerPortal = FFF9fcf939d07fcefcf939d0 /* Project object */; + FFF562dea5407f8362dea540 /* PBXContainerItemProxy */ = { + containerPortal = FFF963f8bf107f8363f8bf10 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAfcfc57507fcefcfc5750 /* SnippetContactReport */; + remoteGlobalIDString = FFFA62dea5407f8362dea540 /* SnippetContactReport */; remoteInfo = "SnippetContactReport"; }; - FFF5fcfc8f407fcefcfc8f40 /* PBXContainerItemProxy */ = { - containerPortal = FFF9fcf939d07fcefcf939d0 /* Project object */; + FFF563b023907f8363b02390 /* PBXContainerItemProxy */ = { + containerPortal = FFF963f8bf107f8363f8bf10 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAfcfc8f407fcefcfc8f40 /* SnippetJoint */; + remoteGlobalIDString = FFFA63b023907f8363b02390 /* SnippetJoint */; remoteInfo = "SnippetJoint"; }; - FFF5fcfcc5807fcefcfcc580 /* PBXContainerItemProxy */ = { - containerPortal = FFF9fcf939d07fcefcf939d0 /* Project object */; + FFF563aeeab07f8363aeeab0 /* PBXContainerItemProxy */ = { + containerPortal = FFF963f8bf107f8363f8bf10 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAfcfcc5807fcefcfcc580 /* SnippetContactReportCCD */; + remoteGlobalIDString = FFFA63aeeab07f8363aeeab0 /* SnippetContactReportCCD */; remoteInfo = "SnippetContactReportCCD"; }; - FFF5fcfcfd707fcefcfcfd70 /* PBXContainerItemProxy */ = { - containerPortal = FFF9fcf939d07fcefcf939d0 /* Project object */; + FFF563af5f307f8363af5f30 /* PBXContainerItemProxy */ = { + containerPortal = FFF963f8bf107f8363f8bf10 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAfcfcfd707fcefcfcfd70 /* SnippetCloth */; + remoteGlobalIDString = FFFA63af5f307f8363af5f30 /* SnippetCloth */; remoteInfo = "SnippetCloth"; }; - FFF5fcfd30407fcefcfd3040 /* PBXContainerItemProxy */ = { - containerPortal = FFF9fcf939d07fcefcf939d0 /* Project object */; + FFF5648010f07f83648010f0 /* PBXContainerItemProxy */ = { + containerPortal = FFF963f8bf107f8363f8bf10 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAfcfd30407fcefcfd3040 /* SnippetMBP */; + remoteGlobalIDString = FFFA648010f07f83648010f0 /* SnippetMBP */; remoteInfo = "SnippetMBP"; }; - FFF5fcfd68607fcefcfd6860 /* PBXContainerItemProxy */ = { - containerPortal = FFF9fcf939d07fcefcf939d0 /* Project object */; + FFF5648048707f8364804870 /* PBXContainerItemProxy */ = { + containerPortal = FFF963f8bf107f8363f8bf10 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAfcfd68607fcefcfd6860 /* SnippetArticulation */; + remoteGlobalIDString = FFFA648048707f8364804870 /* SnippetArticulation */; remoteInfo = "SnippetArticulation"; }; - FFF5fcfda0107fcefcfda010 /* PBXContainerItemProxy */ = { - containerPortal = FFF9fcf939d07fcefcf939d0 /* Project object */; + FFF5648080207f8364808020 /* PBXContainerItemProxy */ = { + containerPortal = FFF963f8bf107f8363f8bf10 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAfcfda0107fcefcfda010 /* SnippetRaycastCCD */; + remoteGlobalIDString = FFFA648080207f8364808020 /* SnippetRaycastCCD */; remoteInfo = "SnippetRaycastCCD"; }; - FFF5fcfdd7407fcefcfdd740 /* PBXContainerItemProxy */ = { - containerPortal = FFF9fcf939d07fcefcf939d0 /* Project object */; + FFF56480b7507f836480b750 /* PBXContainerItemProxy */ = { + containerPortal = FFF963f8bf107f8363f8bf10 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAfcfdd7407fcefcfdd740 /* SnippetCustomProfiler */; + remoteGlobalIDString = FFFA6480b7507f836480b750 /* SnippetCustomProfiler */; remoteInfo = "SnippetCustomProfiler"; }; - FFF5fcfe0f307fcefcfe0f30 /* PBXContainerItemProxy */ = { - containerPortal = FFF9fcf939d07fcefcf939d0 /* Project object */; + FFF56480f0007f836480f000 /* PBXContainerItemProxy */ = { + containerPortal = FFF963f8bf107f8363f8bf10 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAfcfe0f307fcefcfe0f30 /* SnippetVehicleTank */; + remoteGlobalIDString = FFFA6480f0007f836480f000 /* SnippetVehicleTank */; remoteInfo = "SnippetVehicleTank"; }; - FFF5fcfe5fb07fcefcfe5fb0 /* PBXContainerItemProxy */ = { - containerPortal = FFF9fcf939d07fcefcf939d0 /* Project object */; + FFF5648140c07f83648140c0 /* PBXContainerItemProxy */ = { + containerPortal = FFF963f8bf107f8363f8bf10 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAfcfe5fb07fcefcfe5fb0 /* SnippetVehicle4W */; + remoteGlobalIDString = FFFA648140c07f83648140c0 /* SnippetVehicle4W */; remoteInfo = "SnippetVehicle4W"; }; - FFF5fcfeae007fcefcfeae00 /* PBXContainerItemProxy */ = { - containerPortal = FFF9fcf939d07fcefcf939d0 /* Project object */; + FFF564818ec07f8364818ec0 /* PBXContainerItemProxy */ = { + containerPortal = FFF963f8bf107f8363f8bf10 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAfcfeae007fcefcfeae00 /* SnippetVehicleScale */; + remoteGlobalIDString = FFFA64818ec07f8364818ec0 /* SnippetVehicleScale */; remoteInfo = "SnippetVehicleScale"; }; - FFF5fcfefc807fcefcfefc80 /* PBXContainerItemProxy */ = { - containerPortal = FFF9fcf939d07fcefcf939d0 /* Project object */; + FFF56481dda07f836481dda0 /* PBXContainerItemProxy */ = { + containerPortal = FFF963f8bf107f8363f8bf10 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAfcfefc807fcefcfefc80 /* SnippetVehicleNoDrive */; + remoteGlobalIDString = FFFA6481dda07f836481dda0 /* SnippetVehicleNoDrive */; remoteInfo = "SnippetVehicleNoDrive"; }; - FFF5fcff4ba07fcefcff4ba0 /* PBXContainerItemProxy */ = { - containerPortal = FFF9fcf939d07fcefcf939d0 /* Project object */; + FFF564822c207f8364822c20 /* PBXContainerItemProxy */ = { + containerPortal = FFF963f8bf107f8363f8bf10 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAfcff4ba07fcefcff4ba0 /* SnippetVehicleMultiThreading */; + remoteGlobalIDString = FFFA64822c207f8364822c20 /* SnippetVehicleMultiThreading */; remoteInfo = "SnippetVehicleMultiThreading"; }; - FFF5fcff97f07fcefcff97f0 /* PBXContainerItemProxy */ = { - containerPortal = FFF9fcf939d07fcefcf939d0 /* Project object */; + FFF5648279507f8364827950 /* PBXContainerItemProxy */ = { + containerPortal = FFF963f8bf107f8363f8bf10 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAfcff97f07fcefcff97f0 /* SnippetVehicleContactMod */; + remoteGlobalIDString = FFFA648279507f8364827950 /* SnippetVehicleContactMod */; remoteInfo = "SnippetVehicleContactMod"; }; - FFF5fe1026507fcefe102650 /* PBXContainerItemProxy */ = { - containerPortal = FFF9fcf939d07fcefcf939d0 /* Project object */; + FFF5649020707f8364902070 /* PBXContainerItemProxy */ = { + containerPortal = FFF963f8bf107f8363f8bf10 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAfe1026507fcefe102650 /* SnippetNestedScene */; + remoteGlobalIDString = FFFA649020707f8364902070 /* SnippetNestedScene */; remoteInfo = "SnippetNestedScene"; }; - FFF5fe1076e07fcefe1076e0 /* PBXContainerItemProxy */ = { - containerPortal = FFF9fcf939d07fcefcf939d0 /* Project object */; + FFF5649070907f8364907090 /* PBXContainerItemProxy */ = { + containerPortal = FFF963f8bf107f8363f8bf10 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAfe1076e07fcefe1076e0 /* SnippetSpatialIndex */; + remoteGlobalIDString = FFFA649070907f8364907090 /* SnippetSpatialIndex */; remoteInfo = "SnippetSpatialIndex"; }; - FFF5fe10a8207fcefe10a820 /* PBXContainerItemProxy */ = { - containerPortal = FFF9fcf939d07fcefcf939d0 /* Project object */; + FFF56490a3907f836490a390 /* PBXContainerItemProxy */ = { + containerPortal = FFF963f8bf107f8363f8bf10 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAfe10a8207fcefe10a820 /* SnippetSplitSim */; + remoteGlobalIDString = FFFA6490a3907f836490a390 /* SnippetSplitSim */; remoteInfo = "SnippetSplitSim"; }; - FFF5fe10e0b07fcefe10e0b0 /* PBXContainerItemProxy */ = { - containerPortal = FFF9fcf939d07fcefcf939d0 /* Project object */; + FFF56490daf07f836490daf0 /* PBXContainerItemProxy */ = { + containerPortal = FFF963f8bf107f8363f8bf10 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAfe10e0b07fcefe10e0b0 /* SnippetTriangleMeshCreate */; + remoteGlobalIDString = FFFA6490daf07f836490daf0 /* SnippetTriangleMeshCreate */; remoteInfo = "SnippetTriangleMeshCreate"; }; - FFF5fe1115e07fcefe1115e0 /* PBXContainerItemProxy */ = { - containerPortal = FFF9fcf939d07fcefcf939d0 /* Project object */; + FFF564910fd07f8364910fd0 /* PBXContainerItemProxy */ = { + containerPortal = FFF963f8bf107f8363f8bf10 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAfe1115e07fcefe1115e0 /* SnippetMultiThreading */; + remoteGlobalIDString = FFFA64910fd07f8364910fd0 /* SnippetMultiThreading */; remoteInfo = "SnippetMultiThreading"; }; - FFF5fe114b507fcefe114b50 /* PBXContainerItemProxy */ = { - containerPortal = FFF9fcf939d07fcefcf939d0 /* Project object */; + FFF5649145107f8364914510 /* PBXContainerItemProxy */ = { + containerPortal = FFF963f8bf107f8363f8bf10 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAfe114b507fcefe114b50 /* SnippetContactModification */; + remoteGlobalIDString = FFFA649145107f8364914510 /* SnippetContactModification */; remoteInfo = "SnippetContactModification"; }; - FFF5fe1184107fcefe118410 /* PBXContainerItemProxy */ = { - containerPortal = FFF9fcf939d07fcefcf939d0 /* Project object */; + FFF564917dd07f8364917dd0 /* PBXContainerItemProxy */ = { + containerPortal = FFF963f8bf107f8363f8bf10 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAfe1184107fcefe118410 /* SnippetToleranceScale */; + remoteGlobalIDString = FFFA64917dd07f8364917dd0 /* SnippetToleranceScale */; remoteInfo = "SnippetToleranceScale"; }; - FFF5fe11b8607fcefe11b860 /* PBXContainerItemProxy */ = { - containerPortal = FFF9fcf939d07fcefcf939d0 /* Project object */; + FFF56491b2207f836491b220 /* PBXContainerItemProxy */ = { + containerPortal = FFF963f8bf107f8363f8bf10 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAfe11b8607fcefe11b860 /* SnippetStepper */; + remoteGlobalIDString = FFFA6491b2207f836491b220 /* SnippetStepper */; remoteInfo = "SnippetStepper"; }; - FFF5fe11ed007fcefe11ed00 /* PBXContainerItemProxy */ = { - containerPortal = FFF9fcf939d07fcefcf939d0 /* Project object */; + FFF56491e6c07f836491e6c0 /* PBXContainerItemProxy */ = { + containerPortal = FFF963f8bf107f8363f8bf10 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAfe11ed007fcefe11ed00 /* SnippetPrunerSerialization */; + remoteGlobalIDString = FFFA6491e6c07f836491e6c0 /* SnippetPrunerSerialization */; remoteInfo = "SnippetPrunerSerialization"; }; - FFF5fe1222e07fcefe1222e0 /* PBXContainerItemProxy */ = { - containerPortal = FFF9fcf939d07fcefcf939d0 /* Project object */; + FFF564921ca07f8364921ca0 /* PBXContainerItemProxy */ = { + containerPortal = FFF963f8bf107f8363f8bf10 /* Project object */; isa = PBXContainerItemProxy; proxyType = 1; - remoteGlobalIDString = FFFAfe1222e07fcefe1222e0 /* SnippetConvexMeshCreate */; + remoteGlobalIDString = FFFA64921ca07f8364921ca0 /* SnippetConvexMeshCreate */; remoteInfo = "SnippetConvexMeshCreate"; }; /* End PBXContainerItemProxy section */ /* Begin PBXGroup section */ - FFFBfcf93a387fcefcf93a38 /* Snippets */ = { + FFFB63f8bf787f8363f8bf78 /* Snippets */ = { isa = PBXGroup; children = ( - FFF0fcf939d07fcefcf939d0 /* Source */, - FFEEfcf939d07fcefcf939d0 /* Products */, + FFF063f8bf107f8363f8bf10 /* Source */, + FFEE63f8bf107f8363f8bf10 /* Products */, ); name = "Snippets"; sourceTree = "<group>"; }; - FFF0fcf939d07fcefcf939d0 /* Source */ = { + FFF063f8bf107f8363f8bf10 /* Source */ = { isa = PBXGroup; children = ( - FFFBfcf93ae07fcefcf93ae0, - FFFBfcf579007fcefcf57900, - FFFBfcf881a07fcefcf881a0, - FFFBfcf621407fcefcf62140, - FFFBfcf083c07fcefcf083c0, - FFFBfcf31c707fcefcf31c70, - FFFBfcfa9f307fcefcfa9f30, - FFFBfcfbcd907fcefcfbcd90, - FFFBfcfc22507fcefcfc2250, - FFFBfcfc57507fcefcfc5750, - FFFBfcfc8f407fcefcfc8f40, - FFFBfcfcc5807fcefcfcc580, - FFFBfcfcfd707fcefcfcfd70, - FFFBfcfd30407fcefcfd3040, - FFFBfcfd68607fcefcfd6860, - FFFBfcfda0107fcefcfda010, - FFFBfcfdd7407fcefcfdd740, - FFFBfcfe0f307fcefcfe0f30, - FFFBfcfe5fb07fcefcfe5fb0, - FFFBfcfeae007fcefcfeae00, - FFFBfcfefc807fcefcfefc80, - FFFBfcff4ba07fcefcff4ba0, - FFFBfcff97f07fcefcff97f0, - FFFBfe1026507fcefe102650, - FFFBfe1076e07fcefe1076e0, - FFFBfe10a8207fcefe10a820, - FFFBfe10e0b07fcefe10e0b0, - FFFBfe1115e07fcefe1115e0, - FFFBfe114b507fcefe114b50, - FFFBfe1184107fcefe118410, - FFFBfe11b8607fcefe11b860, - FFFBfe11ed007fcefe11ed00, - FFFBfe1222e07fcefe1222e0, + FFFB63f8c0207f8363f8c020, + FFFB63f79a107f8363f79a10, + FFFB63f6a9407f8363f6a940, + FFFB63f59ab07f8363f59ab0, + FFFB63f7ff207f8363f7ff20, + FFFB63f1adb07f8363f1adb0, + FFFB63fa52d07f8363fa52d0, + FFFB63a8a7807f8363a8a780, + FFFB62df31307f8362df3130, + FFFB62dea5407f8362dea540, + FFFB63b023907f8363b02390, + FFFB63aeeab07f8363aeeab0, + FFFB63af5f307f8363af5f30, + FFFB648010f07f83648010f0, + FFFB648048707f8364804870, + FFFB648080207f8364808020, + FFFB6480b7507f836480b750, + FFFB6480f0007f836480f000, + FFFB648140c07f83648140c0, + FFFB64818ec07f8364818ec0, + FFFB6481dda07f836481dda0, + FFFB64822c207f8364822c20, + FFFB648279507f8364827950, + FFFB649020707f8364902070, + FFFB649070907f8364907090, + FFFB6490a3907f836490a390, + FFFB6490daf07f836490daf0, + FFFB64910fd07f8364910fd0, + FFFB649145107f8364914510, + FFFB64917dd07f8364917dd0, + FFFB6491b2207f836491b220, + FFFB6491e6c07f836491e6c0, + FFFB64921ca07f8364921ca0, ); name = Source; sourceTree = "<group>"; }; - FFEEfcf939d07fcefcf939d0 /* Products */ = { + FFEE63f8bf107f8363f8bf10 /* Products */ = { isa = PBXGroup; children = ( - FFFDfcf93ae07fcefcf93ae0, - FFFDfcf579007fcefcf57900, - FFFDfcf881a07fcefcf881a0, - FFFDfcf621407fcefcf62140, - FFFDfcf083c07fcefcf083c0, - FFFDfcf31c707fcefcf31c70, - FFFDfcfa9f307fcefcfa9f30, - FFFDfcfbcd907fcefcfbcd90, - FFFDfcfc22507fcefcfc2250, - FFFDfcfc57507fcefcfc5750, - FFFDfcfc8f407fcefcfc8f40, - FFFDfcfcc5807fcefcfcc580, - FFFDfcfcfd707fcefcfcfd70, - FFFDfcfd30407fcefcfd3040, - FFFDfcfd68607fcefcfd6860, - FFFDfcfda0107fcefcfda010, - FFFDfcfdd7407fcefcfdd740, - FFFDfcfe0f307fcefcfe0f30, - FFFDfcfe5fb07fcefcfe5fb0, - FFFDfcfeae007fcefcfeae00, - FFFDfcfefc807fcefcfefc80, - FFFDfcff4ba07fcefcff4ba0, - FFFDfcff97f07fcefcff97f0, - FFFDfe1026507fcefe102650, - FFFDfe1076e07fcefe1076e0, - FFFDfe10a8207fcefe10a820, - FFFDfe10e0b07fcefe10e0b0, - FFFDfe1115e07fcefe1115e0, - FFFDfe114b507fcefe114b50, - FFFDfe1184107fcefe118410, - FFFDfe11b8607fcefe11b860, - FFFDfe11ed007fcefe11ed00, - FFFDfe1222e07fcefe1222e0, + FFFD63f8c0207f8363f8c020, + FFFD63f79a107f8363f79a10, + FFFD63f6a9407f8363f6a940, + FFFD63f59ab07f8363f59ab0, + FFFD63f7ff207f8363f7ff20, + FFFD63f1adb07f8363f1adb0, + FFFD63fa52d07f8363fa52d0, + FFFD63a8a7807f8363a8a780, + FFFD62df31307f8362df3130, + FFFD62dea5407f8362dea540, + FFFD63b023907f8363b02390, + FFFD63aeeab07f8363aeeab0, + FFFD63af5f307f8363af5f30, + FFFD648010f07f83648010f0, + FFFD648048707f8364804870, + FFFD648080207f8364808020, + FFFD6480b7507f836480b750, + FFFD6480f0007f836480f000, + FFFD648140c07f83648140c0, + FFFD64818ec07f8364818ec0, + FFFD6481dda07f836481dda0, + FFFD64822c207f8364822c20, + FFFD648279507f8364827950, + FFFD649020707f8364902070, + FFFD649070907f8364907090, + FFFD6490a3907f836490a390, + FFFD6490daf07f836490daf0, + FFFD64910fd07f8364910fd0, + FFFD649145107f8364914510, + FFFD64917dd07f8364917dd0, + FFFD6491b2207f836491b220, + FFFD6491e6c07f836491e6c0, + FFFD64921ca07f8364921ca0, ); name = Products; sourceTree = "<group>"; }; - FFFBfcf93ae07fcefcf93ae0 /* SnippetUtils */ = { + FFFB63f8c0207f8363f8c020 /* SnippetUtils */ = { isa = PBXGroup; children = ( - FFFBfcf94c307fcefcf94c30 /* Source Files */, + FFFB63f17d007f8363f17d00 /* Source Files */, ); name = "SnippetUtils"; sourceTree = "<group>"; }; - FFFBfcf94c307fcefcf94c30 /* Source Files */ = { + FFFB63f17d007f8363f17d00 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDfcf952b07fcefcf952b0 /* SnippetUtils.cpp */, - FFFDfcf953187fcefcf95318 /* SnippetUtils.h */, + FFFD63f798207f8363f79820 /* SnippetUtils.cpp */, + FFFD63f798887f8363f79888 /* SnippetUtils.h */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBfcf579007fcefcf57900 /* SnippetRender */ = { + FFFB63f79a107f8363f79a10 /* SnippetRender */ = { isa = PBXGroup; children = ( - FFFBfcf1b2207fcefcf1b220 /* Source Files */, + FFFB63f4ee107f8363f4ee10 /* Source Files */, ); name = "SnippetRender"; sourceTree = "<group>"; }; - FFFBfcf1b2207fcefcf1b220 /* Source Files */ = { + FFFB63f4ee107f8363f4ee10 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDfcf87de07fcefcf87de0 /* SnippetCamera.cpp */, - FFFDfcf87e487fcefcf87e48 /* SnippetRender.cpp */, - FFFDfcf87eb07fcefcf87eb0 /* SnippetCamera.h */, - FFFDfcf87f187fcefcf87f18 /* SnippetRender.h */, + FFFD63f4f4d07f8363f4f4d0 /* SnippetCamera.cpp */, + FFFD63f4f5387f8363f4f538 /* SnippetRender.cpp */, + FFFD63f4f5a07f8363f4f5a0 /* SnippetCamera.h */, + FFFD63f4f6087f8363f4f608 /* SnippetRender.h */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBfcf881a07fcefcf881a0 /* SnippetConvert */ = { + FFFB63f6a9407f8363f6a940 /* SnippetConvert */ = { isa = PBXGroup; children = ( - FFFBfcf615b07fcefcf615b0 /* Main */, - FFFBfcf615d87fcefcf615d8 /* Source Files */, + FFFB63f596a07f8363f596a0 /* Main */, + FFFB63f596c87f8363f596c8 /* Source Files */, ); name = "SnippetConvert"; sourceTree = "<group>"; }; - FFFBfcf615b07fcefcf615b0 /* Main */ = { + FFFB63f596a07f8363f596a0 /* Main */ = { isa = PBXGroup; children = ( - FFFDfcf61cb07fcefcf61cb0 /* ClassicMain.cpp */, + FFFD63f58f207f8363f58f20 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBfcf615d87fcefcf615d8 /* Source Files */ = { + FFFB63f596c87f8363f596c8 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDfcf620407fcefcf62040 /* SnippetConvert.cpp */, + FFFD63f6ad707f8363f6ad70 /* SnippetConvert.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBfcf621407fcefcf62140 /* SnippetHelloWorld */ = { + FFFB63f59ab07f8363f59ab0 /* SnippetHelloWorld */ = { isa = PBXGroup; children = ( - FFFBfcf2d8307fcefcf2d830 /* Main */, - FFFBfcf2d8587fcefcf2d858 /* Source Files */, + FFFB63e8fa607f8363e8fa60 /* Main */, + FFFB63e8fa887f8363e8fa88 /* Source Files */, ); name = "SnippetHelloWorld"; sourceTree = "<group>"; }; - FFFBfcf2d8307fcefcf2d830 /* Main */ = { + FFFB63e8fa607f8363e8fa60 /* Main */ = { isa = PBXGroup; children = ( - FFFDfcf2df807fcefcf2df80 /* ClassicMain.cpp */, + FFFD63f4c6c07f8363f4c6c0 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBfcf2d8587fcefcf2d858 /* Source Files */ = { + FFFB63e8fa887f8363e8fa88 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDfcf082607fcefcf08260 /* SnippetHelloWorld.cpp */, - FFFDfcf082c87fcefcf082c8 /* SnippetHelloWorldRender.cpp */, + FFFD63f7fd307f8363f7fd30 /* SnippetHelloWorld.cpp */, + FFFD63f7fd987f8363f7fd98 /* SnippetHelloWorldRender.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBfcf083c07fcefcf083c0 /* SnippetImmediateMode */ = { + FFFB63f7ff207f8363f7ff20 /* SnippetImmediateMode */ = { isa = PBXGroup; children = ( - FFFBfcf313107fcefcf31310 /* Main */, - FFFBfcf313387fcefcf31338 /* Source Files */, + FFFB63f1a6607f8363f1a660 /* Main */, + FFFB63f1a6887f8363f1a688 /* Source Files */, ); name = "SnippetImmediateMode"; sourceTree = "<group>"; }; - FFFBfcf313107fcefcf31310 /* Main */ = { + FFFB63f1a6607f8363f1a660 /* Main */ = { isa = PBXGroup; children = ( - FFFDfcf30cf07fcefcf30cf0 /* ClassicMain.cpp */, + FFFD63f1a4f07f8363f1a4f0 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBfcf313387fcefcf31338 /* Source Files */ = { + FFFB63f1a6887f8363f1a688 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDfcf31a807fcefcf31a80 /* SnippetImmediateMode.cpp */, - FFFDfcf31ae87fcefcf31ae8 /* SnippetImmediateModeRender.cpp */, + FFFD63f1abc07f8363f1abc0 /* SnippetImmediateMode.cpp */, + FFFD63f1ac287f8363f1ac28 /* SnippetImmediateModeRender.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBfcf31c707fcefcf31c70 /* SnippetSplitFetchResults */ = { + FFFB63f1adb07f8363f1adb0 /* SnippetSplitFetchResults */ = { isa = PBXGroup; children = ( - FFFBfcfad5a07fcefcfad5a0 /* Main */, - FFFBfcfad5c87fcefcfad5c8 /* Source Files */, + FFFB63f900d07f8363f900d0 /* Main */, + FFFB63f900f87f8363f900f8 /* Source Files */, ); name = "SnippetSplitFetchResults"; sourceTree = "<group>"; }; - FFFBfcfad5a07fcefcfad5a0 /* Main */ = { + FFFB63f900d07f8363f900d0 /* Main */ = { isa = PBXGroup; children = ( - FFFDfcf986907fcefcf98690 /* ClassicMain.cpp */, + FFFD63fab2d07f8363fab2d0 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBfcfad5c87fcefcfad5c8 /* Source Files */ = { + FFFB63f900f87f8363f900f8 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDfcfadc707fcefcfadc70 /* SnippetSplitFetchResults.cpp */, - FFFDfcfadcd87fcefcfadcd8 /* SnippetSplitFetchResultsRender.cpp */, + FFFD63fa50e07f8363fa50e0 /* SnippetSplitFetchResults.cpp */, + FFFD63fa51487f8363fa5148 /* SnippetSplitFetchResultsRender.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBfcfa9f307fcefcfa9f30 /* SnippetCustomJoint */ = { + FFFB63fa52d07f8363fa52d0 /* SnippetCustomJoint */ = { isa = PBXGroup; children = ( - FFFBfcfbc7207fcefcfbc720 /* Main */, - FFFBfcfbc7487fcefcfbc748 /* Source Files */, + FFFB63b0fec07f8363b0fec0 /* Main */, + FFFB63b0fee87f8363b0fee8 /* Source Files */, ); name = "SnippetCustomJoint"; sourceTree = "<group>"; }; - FFFBfcfbc7207fcefcfbc720 /* Main */ = { + FFFB63b0fec07f8363b0fec0 /* Main */ = { isa = PBXGroup; children = ( - FFFDfcfbca207fcefcfbca20 /* ClassicMain.cpp */, + FFFD63b0a0b07f8363b0a0b0 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBfcfbc7487fcefcfbc748 /* Source Files */ = { + FFFB63b0fee87f8363b0fee8 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDfcfbcfc07fcefcfbcfc0 /* PulleyJoint.cpp */, - FFFDfcfbd0287fcefcfbd028 /* SnippetCustomJoint.cpp */, - FFFDfcfbd0907fcefcfbd090 /* SnippetCustomJointRender.cpp */, - FFFDfcfbd0f87fcefcfbd0f8 /* PulleyJoint.h */, + FFFD63b0ced07f8363b0ced0 /* PulleyJoint.cpp */, + FFFD63b0cf387f8363b0cf38 /* SnippetCustomJoint.cpp */, + FFFD63b0cfa07f8363b0cfa0 /* SnippetCustomJointRender.cpp */, + FFFD63b0d0087f8363b0d008 /* PulleyJoint.h */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBfcfbcd907fcefcfbcd90 /* SnippetSerialization */ = { + FFFB63a8a7807f8363a8a780 /* SnippetSerialization */ = { isa = PBXGroup; children = ( - FFFBfcfa3e107fcefcfa3e10 /* Main */, - FFFBfcfa3e387fcefcfa3e38 /* Source Files */, + FFFB62df4fd07f8362df4fd0 /* Main */, + FFFB62df4ff87f8362df4ff8 /* Source Files */, ); name = "SnippetSerialization"; sourceTree = "<group>"; }; - FFFBfcfa3e107fcefcfa3e10 /* Main */ = { + FFFB62df4fd07f8362df4fd0 /* Main */ = { isa = PBXGroup; children = ( - FFFDfcfb6ec07fcefcfb6ec0 /* ClassicMain.cpp */, + FFFD62df4c907f8362df4c90 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBfcfa3e387fcefcfa3e38 /* Source Files */ = { + FFFB62df4ff87f8362df4ff8 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDfcfc20607fcefcfc2060 /* SnippetSerialization.cpp */, - FFFDfcfc20c87fcefcfc20c8 /* SnippetSerializationRender.cpp */, + FFFD62df40707f8362df4070 /* SnippetSerialization.cpp */, + FFFD62df40d87f8362df40d8 /* SnippetSerializationRender.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBfcfc22507fcefcfc2250 /* SnippetLoadCollection */ = { + FFFB62df31307f8362df3130 /* SnippetLoadCollection */ = { isa = PBXGroup; children = ( - FFFBfcfc50e07fcefcfc50e0 /* Main */, - FFFBfcfc51087fcefcfc5108 /* Source Files */, + FFFB62deb7807f8362deb780 /* Main */, + FFFB62deb7a87f8362deb7a8 /* Source Files */, ); name = "SnippetLoadCollection"; sourceTree = "<group>"; }; - FFFBfcfc50e07fcefcfc50e0 /* Main */ = { + FFFB62deb7807f8362deb780 /* Main */ = { isa = PBXGroup; children = ( - FFFDfcfc4b207fcefcfc4b20 /* ClassicMain.cpp */, + FFFD62dec6707f8362dec670 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBfcfc51087fcefcfc5108 /* Source Files */ = { + FFFB62deb7a87f8362deb7a8 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDfcfc55b07fcefcfc55b0 /* SnippetLoadCollection.cpp */, + FFFD62dea4407f8362dea440 /* SnippetLoadCollection.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBfcfc57507fcefcfc5750 /* SnippetContactReport */ = { + FFFB62dea5407f8362dea540 /* SnippetContactReport */ = { isa = PBXGroup; children = ( - FFFBfcfc78907fcefcfc7890 /* Main */, - FFFBfcfc78b87fcefcfc78b8 /* Source Files */, + FFFB63b01a607f8363b01a60 /* Main */, + FFFB63b01a887f8363b01a88 /* Source Files */, ); name = "SnippetContactReport"; sourceTree = "<group>"; }; - FFFBfcfc78907fcefcfc7890 /* Main */ = { + FFFB63b01a607f8363b01a60 /* Main */ = { isa = PBXGroup; children = ( - FFFDfcfc87607fcefcfc8760 /* ClassicMain.cpp */, + FFFD63b01bb07f8363b01bb0 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBfcfc78b87fcefcfc78b8 /* Source Files */ = { + FFFB63b01a887f8363b01a88 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDfcfc8d507fcefcfc8d50 /* SnippetContactReport.cpp */, - FFFDfcfc8db87fcefcfc8db8 /* SnippetContactReportRender.cpp */, + FFFD63b021a07f8363b021a0 /* SnippetContactReport.cpp */, + FFFD63b022087f8363b02208 /* SnippetContactReportRender.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBfcfc8f407fcefcfc8f40 /* SnippetJoint */ = { + FFFB63b023907f8363b02390 /* SnippetJoint */ = { isa = PBXGroup; children = ( - FFFBfcfcbae07fcefcfcbae0 /* Main */, - FFFBfcfcbb087fcefcfcbb08 /* Source Files */, + FFFB63add0b07f8363add0b0 /* Main */, + FFFB63add0d87f8363add0d8 /* Source Files */, ); name = "SnippetJoint"; sourceTree = "<group>"; }; - FFFBfcfcbae07fcefcfcbae0 /* Main */ = { + FFFB63add0b07f8363add0b0 /* Main */ = { isa = PBXGroup; children = ( - FFFDfcfcbe507fcefcfcbe50 /* ClassicMain.cpp */, + FFFD63add7607f8363add760 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBfcfcbb087fcefcfcbb08 /* Source Files */ = { + FFFB63add0d87f8363add0d8 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDfcfcc3907fcefcfcc390 /* SnippetJoint.cpp */, - FFFDfcfcc3f87fcefcfcc3f8 /* SnippetJointRender.cpp */, + FFFD639447007f8363944700 /* SnippetJoint.cpp */, + FFFD639447687f8363944768 /* SnippetJointRender.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBfcfcc5807fcefcfcc580 /* SnippetContactReportCCD */ = { + FFFB63aeeab07f8363aeeab0 /* SnippetContactReportCCD */ = { isa = PBXGroup; children = ( - FFFBfcfcf3e07fcefcfcf3e0 /* Main */, - FFFBfcfcf4087fcefcfcf408 /* Source Files */, + FFFB63af57307f8363af5730 /* Main */, + FFFB63af57587f8363af5758 /* Source Files */, ); name = "SnippetContactReportCCD"; sourceTree = "<group>"; }; - FFFBfcfcf3e07fcefcfcf3e0 /* Main */ = { + FFFB63af57307f8363af5730 /* Main */ = { isa = PBXGroup; children = ( - FFFDfcfcf1807fcefcfcf180 /* ClassicMain.cpp */, + FFFD63af56507f8363af5650 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBfcfcf4087fcefcfcf408 /* Source Files */ = { + FFFB63af57587f8363af5758 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDfcfcfb807fcefcfcfb80 /* SnippetContactReportCCD.cpp */, - FFFDfcfcfbe87fcefcfcfbe8 /* SnippetContactReportCCDRender.cpp */, + FFFD63af5d407f8363af5d40 /* SnippetContactReportCCD.cpp */, + FFFD63af5da87f8363af5da8 /* SnippetContactReportCCDRender.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBfcfcfd707fcefcfcfd70 /* SnippetCloth */ = { + FFFB63af5f307f8363af5f30 /* SnippetCloth */ = { isa = PBXGroup; children = ( - FFFBfcfd1df07fcefcfd1df0 /* Main */, - FFFBfcfd1e187fcefcfd1e18 /* Source Files */, + FFFB648006707f8364800670 /* Main */, + FFFB648006987f8364800698 /* Source Files */, ); name = "SnippetCloth"; sourceTree = "<group>"; }; - FFFBfcfd1df07fcefcfd1df0 /* Main */ = { + FFFB648006707f8364800670 /* Main */ = { isa = PBXGroup; children = ( - FFFDfcfd2c007fcefcfd2c00 /* ClassicMain.cpp */, + FFFD64800aa07f8364800aa0 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBfcfd1e187fcefcfd1e18 /* Source Files */ = { + FFFB648006987f8364800698 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDfcfcfff07fcefcfcfff0 /* SnippetCloth.cpp */, + FFFD64800f507f8364800f50 /* SnippetCloth.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBfcfd30407fcefcfd3040 /* SnippetMBP */ = { + FFFB648010f07f83648010f0 /* SnippetMBP */ = { isa = PBXGroup; children = ( - FFFBfcfd52f07fcefcfd52f0 /* Main */, - FFFBfcfd53187fcefcfd5318 /* Source Files */, + FFFB648033007f8364803300 /* Main */, + FFFB648033287f8364803328 /* Source Files */, ); name = "SnippetMBP"; sourceTree = "<group>"; }; - FFFBfcfd52f07fcefcfd52f0 /* Main */ = { + FFFB648033007f8364803300 /* Main */ = { isa = PBXGroup; children = ( - FFFDfcfd61007fcefcfd6100 /* ClassicMain.cpp */, + FFFD648041107f8364804110 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBfcfd53187fcefcfd5318 /* Source Files */ = { + FFFB648033287f8364803328 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDfcfd66707fcefcfd6670 /* SnippetMBP.cpp */, - FFFDfcfd66d87fcefcfd66d8 /* SnippetMBPRender.cpp */, + FFFD648046807f8364804680 /* SnippetMBP.cpp */, + FFFD648046e87f83648046e8 /* SnippetMBPRender.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBfcfd68607fcefcfd6860 /* SnippetArticulation */ = { + FFFB648048707f8364804870 /* SnippetArticulation */ = { isa = PBXGroup; children = ( - FFFBfcfd94807fcefcfd9480 /* Main */, - FFFBfcfd94a87fcefcfd94a8 /* Source Files */, + FFFB648074907f8364807490 /* Main */, + FFFB648074b87f83648074b8 /* Source Files */, ); name = "SnippetArticulation"; sourceTree = "<group>"; }; - FFFBfcfd94807fcefcfd9480 /* Main */ = { + FFFB648074907f8364807490 /* Main */ = { isa = PBXGroup; children = ( - FFFDfcfd98407fcefcfd9840 /* ClassicMain.cpp */, + FFFD648078507f8364807850 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBfcfd94a87fcefcfd94a8 /* Source Files */ = { + FFFB648074b87f83648074b8 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDfcfd9e207fcefcfd9e20 /* SnippetArticulation.cpp */, - FFFDfcfd9e887fcefcfd9e88 /* SnippetArticulationRender.cpp */, + FFFD64807e307f8364807e30 /* SnippetArticulation.cpp */, + FFFD64807e987f8364807e98 /* SnippetArticulationRender.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBfcfda0107fcefcfda010 /* SnippetRaycastCCD */ = { + FFFB648080207f8364808020 /* SnippetRaycastCCD */ = { isa = PBXGroup; children = ( - FFFBfcfdc1207fcefcfdc120 /* Main */, - FFFBfcfdc1487fcefcfdc148 /* Source Files */, + FFFB6480a1307f836480a130 /* Main */, + FFFB6480a1587f836480a158 /* Source Files */, ); name = "SnippetRaycastCCD"; sourceTree = "<group>"; }; - FFFBfcfdc1207fcefcfdc120 /* Main */ = { + FFFB6480a1307f836480a130 /* Main */ = { isa = PBXGroup; children = ( - FFFDfcfdcfa07fcefcfdcfa0 /* ClassicMain.cpp */, + FFFD6480afb07f836480afb0 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBfcfdc1487fcefcfdc148 /* Source Files */ = { + FFFB6480a1587f836480a158 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDfcfdd5507fcefcfdd550 /* SnippetRaycastCCD.cpp */, - FFFDfcfdd5b87fcefcfdd5b8 /* SnippetRaycastCCDRender.cpp */, + FFFD6480b5607f836480b560 /* SnippetRaycastCCD.cpp */, + FFFD6480b5c87f836480b5c8 /* SnippetRaycastCCDRender.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBfcfdd7407fcefcfdd740 /* SnippetCustomProfiler */ = { + FFFB6480b7507f836480b750 /* SnippetCustomProfiler */ = { isa = PBXGroup; children = ( - FFFBfcfdf8a07fcefcfdf8a0 /* Main */, - FFFBfcfdf8c87fcefcfdf8c8 /* Source Files */, + FFFB6480d9507f836480d950 /* Main */, + FFFB6480d9787f836480d978 /* Source Files */, ); name = "SnippetCustomProfiler"; sourceTree = "<group>"; }; - FFFBfcfdf8a07fcefcfdf8a0 /* Main */ = { + FFFB6480d9507f836480d950 /* Main */ = { isa = PBXGroup; children = ( - FFFDfcfe07707fcefcfe0770 /* ClassicMain.cpp */, + FFFD6480e8207f836480e820 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBfcfdf8c87fcefcfdf8c8 /* Source Files */ = { + FFFB6480d9787f836480d978 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDfcfe0d407fcefcfe0d40 /* SnippetCustomProfiler.cpp */, - FFFDfcfe0da87fcefcfe0da8 /* SnippetCustomProfilerRender.cpp */, + FFFD6480ee107f836480ee10 /* SnippetCustomProfiler.cpp */, + FFFD6480ee787f836480ee78 /* SnippetCustomProfilerRender.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBfcfe0f307fcefcfe0f30 /* SnippetVehicleTank */ = { + FFFB6480f0007f836480f000 /* SnippetVehicleTank */ = { isa = PBXGroup; children = ( - FFFBfcfe48c07fcefcfe48c0 /* Main */, - FFFBfcfe48e87fcefcfe48e8 /* Source Files */, - FFFBfcfe49107fcefcfe4910 /* Common */, + FFFB648129d07f83648129d0 /* Main */, + FFFB648129f87f83648129f8 /* Source Files */, + FFFB64812a207f8364812a20 /* Common */, ); name = "SnippetVehicleTank"; sourceTree = "<group>"; }; - FFFBfcfe48c07fcefcfe48c0 /* Main */ = { + FFFB648129d07f83648129d0 /* Main */ = { isa = PBXGroup; children = ( - FFFDfcfe3de07fcefcfe3de0 /* ClassicMain.cpp */, + FFFD64811ed07f8364811ed0 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBfcfe48e87fcefcfe48e8 /* Source Files */ = { + FFFB648129f87f83648129f8 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDfcfe49f07fcefcfe49f0 /* SnippetVehicleTank.cpp */, - FFFDfcfe4a587fcefcfe4a58 /* SnippetVehicleTankRender.cpp */, + FFFD64812b007f8364812b00 /* SnippetVehicleTank.cpp */, + FFFD64812b687f8364812b68 /* SnippetVehicleTankRender.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBfcfe49107fcefcfe4910 /* Common */ = { + FFFB64812a207f8364812a20 /* Common */ = { isa = PBXGroup; children = ( - FFFDfd879e007fcefd879e00 /* SnippetVehicle4WCreate.cpp */, - FFFDfd879e687fcefd879e68 /* SnippetVehicleCreate.cpp */, - FFFDfd879ed07fcefd879ed0 /* SnippetVehicleFilterShader.cpp */, - FFFDfd879f387fcefd879f38 /* SnippetVehicleNoDriveCreate.cpp */, - FFFDfd879fa07fcefd879fa0 /* SnippetVehicleSceneQuery.cpp */, - FFFDfd87a0087fcefd87a008 /* SnippetVehicleTankCreate.cpp */, - FFFDfd87a0707fcefd87a070 /* SnippetVehicleTireFriction.cpp */, - FFFDfd87a0d87fcefd87a0d8 /* SnippetVehicleConcurrency.h */, - FFFDfd87a1407fcefd87a140 /* SnippetVehicleCreate.h */, - FFFDfd87a1a87fcefd87a1a8 /* SnippetVehicleFilterShader.h */, - FFFDfd87a2107fcefd87a210 /* SnippetVehicleSceneQuery.h */, - FFFDfd87a2787fcefd87a278 /* SnippetVehicleTireFriction.h */, - FFFDfd87a2e07fcefd87a2e0 /* SnippetVehicleWheelQueryResult.h */, + FFFD6500e0007f836500e000 /* SnippetVehicle4WCreate.cpp */, + FFFD6500e0687f836500e068 /* SnippetVehicleCreate.cpp */, + FFFD6500e0d07f836500e0d0 /* SnippetVehicleFilterShader.cpp */, + FFFD6500e1387f836500e138 /* SnippetVehicleNoDriveCreate.cpp */, + FFFD6500e1a07f836500e1a0 /* SnippetVehicleSceneQuery.cpp */, + FFFD6500e2087f836500e208 /* SnippetVehicleTankCreate.cpp */, + FFFD6500e2707f836500e270 /* SnippetVehicleTireFriction.cpp */, + FFFD6500e2d87f836500e2d8 /* SnippetVehicleConcurrency.h */, + FFFD6500e3407f836500e340 /* SnippetVehicleCreate.h */, + FFFD6500e3a87f836500e3a8 /* SnippetVehicleFilterShader.h */, + FFFD6500e4107f836500e410 /* SnippetVehicleSceneQuery.h */, + FFFD6500e4787f836500e478 /* SnippetVehicleTireFriction.h */, + FFFD6500e4e07f836500e4e0 /* SnippetVehicleWheelQueryResult.h */, ); name = "Common"; sourceTree = SOURCE_ROOT; }; - FFFBfcfe5fb07fcefcfe5fb0 /* SnippetVehicle4W */ = { + FFFB648140c07f83648140c0 /* SnippetVehicle4W */ = { isa = PBXGroup; children = ( - FFFBfcfe97607fcefcfe9760 /* Main */, - FFFBfcfe97887fcefcfe9788 /* Source Files */, - FFFBfcfe97b07fcefcfe97b0 /* Common */, + FFFB648178407f8364817840 /* Main */, + FFFB648178687f8364817868 /* Source Files */, + FFFB648178907f8364817890 /* Common */, ); name = "SnippetVehicle4W"; sourceTree = "<group>"; }; - FFFBfcfe97607fcefcfe9760 /* Main */ = { + FFFB648178407f8364817840 /* Main */ = { isa = PBXGroup; children = ( - FFFDfcfe91607fcefcfe9160 /* ClassicMain.cpp */, + FFFD648178e07f83648178e0 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBfcfe97887fcefcfe9788 /* Source Files */ = { + FFFB648178687f8364817868 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDfcfe98907fcefcfe9890 /* SnippetVehicle4W.cpp */, - FFFDfcfe98f87fcefcfe98f8 /* SnippetVehicle4WRender.cpp */, + FFFD648179e07f83648179e0 /* SnippetVehicle4W.cpp */, + FFFD64817a487f8364817a48 /* SnippetVehicle4WRender.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBfcfe97b07fcefcfe97b0 /* Common */ = { + FFFB648178907f8364817890 /* Common */ = { isa = PBXGroup; children = ( - FFFDfd87ce007fcefd87ce00 /* SnippetVehicle4WCreate.cpp */, - FFFDfd87ce687fcefd87ce68 /* SnippetVehicleCreate.cpp */, - FFFDfd87ced07fcefd87ced0 /* SnippetVehicleFilterShader.cpp */, - FFFDfd87cf387fcefd87cf38 /* SnippetVehicleNoDriveCreate.cpp */, - FFFDfd87cfa07fcefd87cfa0 /* SnippetVehicleSceneQuery.cpp */, - FFFDfd87d0087fcefd87d008 /* SnippetVehicleTankCreate.cpp */, - FFFDfd87d0707fcefd87d070 /* SnippetVehicleTireFriction.cpp */, - FFFDfd87d0d87fcefd87d0d8 /* SnippetVehicleConcurrency.h */, - FFFDfd87d1407fcefd87d140 /* SnippetVehicleCreate.h */, - FFFDfd87d1a87fcefd87d1a8 /* SnippetVehicleFilterShader.h */, - FFFDfd87d2107fcefd87d210 /* SnippetVehicleSceneQuery.h */, - FFFDfd87d2787fcefd87d278 /* SnippetVehicleTireFriction.h */, - FFFDfd87d2e07fcefd87d2e0 /* SnippetVehicleWheelQueryResult.h */, + FFFD650110007f8365011000 /* SnippetVehicle4WCreate.cpp */, + FFFD650110687f8365011068 /* SnippetVehicleCreate.cpp */, + FFFD650110d07f83650110d0 /* SnippetVehicleFilterShader.cpp */, + FFFD650111387f8365011138 /* SnippetVehicleNoDriveCreate.cpp */, + FFFD650111a07f83650111a0 /* SnippetVehicleSceneQuery.cpp */, + FFFD650112087f8365011208 /* SnippetVehicleTankCreate.cpp */, + FFFD650112707f8365011270 /* SnippetVehicleTireFriction.cpp */, + FFFD650112d87f83650112d8 /* SnippetVehicleConcurrency.h */, + FFFD650113407f8365011340 /* SnippetVehicleCreate.h */, + FFFD650113a87f83650113a8 /* SnippetVehicleFilterShader.h */, + FFFD650114107f8365011410 /* SnippetVehicleSceneQuery.h */, + FFFD650114787f8365011478 /* SnippetVehicleTireFriction.h */, + FFFD650114e07f83650114e0 /* SnippetVehicleWheelQueryResult.h */, ); name = "Common"; sourceTree = SOURCE_ROOT; }; - FFFBfcfeae007fcefcfeae00 /* SnippetVehicleScale */ = { + FFFB64818ec07f8364818ec0 /* SnippetVehicleScale */ = { isa = PBXGroup; children = ( - FFFBfcfee5e07fcefcfee5e0 /* Main */, - FFFBfcfee6087fcefcfee608 /* Source Files */, - FFFBfcfee6307fcefcfee630 /* Common */, + FFFB6481c6f07f836481c6f0 /* Main */, + FFFB6481c7187f836481c718 /* Source Files */, + FFFB6481c7407f836481c740 /* Common */, ); name = "SnippetVehicleScale"; sourceTree = "<group>"; }; - FFFBfcfee5e07fcefcfee5e0 /* Main */ = { + FFFB6481c6f07f836481c6f0 /* Main */ = { isa = PBXGroup; children = ( - FFFDfcfed7a07fcefcfed7a0 /* ClassicMain.cpp */, + FFFD6481bbe07f836481bbe0 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBfcfee6087fcefcfee608 /* Source Files */ = { + FFFB6481c7187f836481c718 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDfcfee7107fcefcfee710 /* SnippetVehicleScale.cpp */, - FFFDfcfee7787fcefcfee778 /* SnippetVehicleScaleRender.cpp */, + FFFD6481c8207f836481c820 /* SnippetVehicleScale.cpp */, + FFFD6481c8887f836481c888 /* SnippetVehicleScaleRender.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBfcfee6307fcefcfee630 /* Common */ = { + FFFB6481c7407f836481c740 /* Common */ = { isa = PBXGroup; children = ( - FFFDfd87fe007fcefd87fe00 /* SnippetVehicle4WCreate.cpp */, - FFFDfd87fe687fcefd87fe68 /* SnippetVehicleCreate.cpp */, - FFFDfd87fed07fcefd87fed0 /* SnippetVehicleFilterShader.cpp */, - FFFDfd87ff387fcefd87ff38 /* SnippetVehicleNoDriveCreate.cpp */, - FFFDfd87ffa07fcefd87ffa0 /* SnippetVehicleSceneQuery.cpp */, - FFFDfd8800087fcefd880008 /* SnippetVehicleTankCreate.cpp */, - FFFDfd8800707fcefd880070 /* SnippetVehicleTireFriction.cpp */, - FFFDfd8800d87fcefd8800d8 /* SnippetVehicleConcurrency.h */, - FFFDfd8801407fcefd880140 /* SnippetVehicleCreate.h */, - FFFDfd8801a87fcefd8801a8 /* SnippetVehicleFilterShader.h */, - FFFDfd8802107fcefd880210 /* SnippetVehicleSceneQuery.h */, - FFFDfd8802787fcefd880278 /* SnippetVehicleTireFriction.h */, - FFFDfd8802e07fcefd8802e0 /* SnippetVehicleWheelQueryResult.h */, + FFFD650140007f8365014000 /* SnippetVehicle4WCreate.cpp */, + FFFD650140687f8365014068 /* SnippetVehicleCreate.cpp */, + FFFD650140d07f83650140d0 /* SnippetVehicleFilterShader.cpp */, + FFFD650141387f8365014138 /* SnippetVehicleNoDriveCreate.cpp */, + FFFD650141a07f83650141a0 /* SnippetVehicleSceneQuery.cpp */, + FFFD650142087f8365014208 /* SnippetVehicleTankCreate.cpp */, + FFFD650142707f8365014270 /* SnippetVehicleTireFriction.cpp */, + FFFD650142d87f83650142d8 /* SnippetVehicleConcurrency.h */, + FFFD650143407f8365014340 /* SnippetVehicleCreate.h */, + FFFD650143a87f83650143a8 /* SnippetVehicleFilterShader.h */, + FFFD650144107f8365014410 /* SnippetVehicleSceneQuery.h */, + FFFD650144787f8365014478 /* SnippetVehicleTireFriction.h */, + FFFD650144e07f83650144e0 /* SnippetVehicleWheelQueryResult.h */, ); name = "Common"; sourceTree = SOURCE_ROOT; }; - FFFBfcfefc807fcefcfefc80 /* SnippetVehicleNoDrive */ = { + FFFB6481dda07f836481dda0 /* SnippetVehicleNoDrive */ = { isa = PBXGroup; children = ( - FFFBfcff34707fcefcff3470 /* Main */, - FFFBfcff34987fcefcff3498 /* Source Files */, - FFFBfcff34c07fcefcff34c0 /* Common */, + FFFB648215307f8364821530 /* Main */, + FFFB648215587f8364821558 /* Source Files */, + FFFB648215807f8364821580 /* Common */, ); name = "SnippetVehicleNoDrive"; sourceTree = "<group>"; }; - FFFBfcff34707fcefcff3470 /* Main */ = { + FFFB648215307f8364821530 /* Main */ = { isa = PBXGroup; children = ( - FFFDfcff2ec07fcefcff2ec0 /* ClassicMain.cpp */, + FFFD64820f407f8364820f40 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBfcff34987fcefcff3498 /* Source Files */ = { + FFFB648215587f8364821558 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDfcff35a07fcefcff35a0 /* SnippetVehicleNoDrive.cpp */, - FFFDfcff36087fcefcff3608 /* SnippetVehicleNoDriveRender.cpp */, + FFFD648216607f8364821660 /* SnippetVehicleNoDrive.cpp */, + FFFD648216c87f83648216c8 /* SnippetVehicleNoDriveRender.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBfcff34c07fcefcff34c0 /* Common */ = { + FFFB648215807f8364821580 /* Common */ = { isa = PBXGroup; children = ( - FFFDfd882e007fcefd882e00 /* SnippetVehicle4WCreate.cpp */, - FFFDfd882e687fcefd882e68 /* SnippetVehicleCreate.cpp */, - FFFDfd882ed07fcefd882ed0 /* SnippetVehicleFilterShader.cpp */, - FFFDfd882f387fcefd882f38 /* SnippetVehicleNoDriveCreate.cpp */, - FFFDfd882fa07fcefd882fa0 /* SnippetVehicleSceneQuery.cpp */, - FFFDfd8830087fcefd883008 /* SnippetVehicleTankCreate.cpp */, - FFFDfd8830707fcefd883070 /* SnippetVehicleTireFriction.cpp */, - FFFDfd8830d87fcefd8830d8 /* SnippetVehicleConcurrency.h */, - FFFDfd8831407fcefd883140 /* SnippetVehicleCreate.h */, - FFFDfd8831a87fcefd8831a8 /* SnippetVehicleFilterShader.h */, - FFFDfd8832107fcefd883210 /* SnippetVehicleSceneQuery.h */, - FFFDfd8832787fcefd883278 /* SnippetVehicleTireFriction.h */, - FFFDfd8832e07fcefd8832e0 /* SnippetVehicleWheelQueryResult.h */, + FFFD650170007f8365017000 /* SnippetVehicle4WCreate.cpp */, + FFFD650170687f8365017068 /* SnippetVehicleCreate.cpp */, + FFFD650170d07f83650170d0 /* SnippetVehicleFilterShader.cpp */, + FFFD650171387f8365017138 /* SnippetVehicleNoDriveCreate.cpp */, + FFFD650171a07f83650171a0 /* SnippetVehicleSceneQuery.cpp */, + FFFD650172087f8365017208 /* SnippetVehicleTankCreate.cpp */, + FFFD650172707f8365017270 /* SnippetVehicleTireFriction.cpp */, + FFFD650172d87f83650172d8 /* SnippetVehicleConcurrency.h */, + FFFD650173407f8365017340 /* SnippetVehicleCreate.h */, + FFFD650173a87f83650173a8 /* SnippetVehicleFilterShader.h */, + FFFD650174107f8365017410 /* SnippetVehicleSceneQuery.h */, + FFFD650174787f8365017478 /* SnippetVehicleTireFriction.h */, + FFFD650174e07f83650174e0 /* SnippetVehicleWheelQueryResult.h */, ); name = "Common"; sourceTree = SOURCE_ROOT; }; - FFFBfcff4ba07fcefcff4ba0 /* SnippetVehicleMultiThreading */ = { + FFFB64822c207f8364822c20 /* SnippetVehicleMultiThreading */ = { isa = PBXGroup; children = ( - FFFBfcff81207fcefcff8120 /* Main */, - FFFBfcff81487fcefcff8148 /* Source Files */, - FFFBfcff81707fcefcff8170 /* Common */, + FFFB648262a07f83648262a0 /* Main */, + FFFB648262c87f83648262c8 /* Source Files */, + FFFB648262f07f83648262f0 /* Common */, ); name = "SnippetVehicleMultiThreading"; sourceTree = "<group>"; }; - FFFBfcff81207fcefcff8120 /* Main */ = { + FFFB648262a07f83648262a0 /* Main */ = { isa = PBXGroup; children = ( - FFFDfcff77b07fcefcff77b0 /* ClassicMain.cpp */, + FFFD648263407f8364826340 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBfcff81487fcefcff8148 /* Source Files */ = { + FFFB648262c87f83648262c8 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDfcff82507fcefcff8250 /* SnippetVehicleMultiThreading.cpp */, + FFFD648264407f8364826440 /* SnippetVehicleMultiThreading.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBfcff81707fcefcff8170 /* Common */ = { + FFFB648262f07f83648262f0 /* Common */ = { isa = PBXGroup; children = ( - FFFDfd885e007fcefd885e00 /* SnippetVehicle4WCreate.cpp */, - FFFDfd885e687fcefd885e68 /* SnippetVehicleCreate.cpp */, - FFFDfd885ed07fcefd885ed0 /* SnippetVehicleFilterShader.cpp */, - FFFDfd885f387fcefd885f38 /* SnippetVehicleNoDriveCreate.cpp */, - FFFDfd885fa07fcefd885fa0 /* SnippetVehicleSceneQuery.cpp */, - FFFDfd8860087fcefd886008 /* SnippetVehicleTankCreate.cpp */, - FFFDfd8860707fcefd886070 /* SnippetVehicleTireFriction.cpp */, - FFFDfd8860d87fcefd8860d8 /* SnippetVehicleConcurrency.h */, - FFFDfd8861407fcefd886140 /* SnippetVehicleCreate.h */, - FFFDfd8861a87fcefd8861a8 /* SnippetVehicleFilterShader.h */, - FFFDfd8862107fcefd886210 /* SnippetVehicleSceneQuery.h */, - FFFDfd8862787fcefd886278 /* SnippetVehicleTireFriction.h */, - FFFDfd8862e07fcefd8862e0 /* SnippetVehicleWheelQueryResult.h */, + FFFD6501a0007f836501a000 /* SnippetVehicle4WCreate.cpp */, + FFFD6501a0687f836501a068 /* SnippetVehicleCreate.cpp */, + FFFD6501a0d07f836501a0d0 /* SnippetVehicleFilterShader.cpp */, + FFFD6501a1387f836501a138 /* SnippetVehicleNoDriveCreate.cpp */, + FFFD6501a1a07f836501a1a0 /* SnippetVehicleSceneQuery.cpp */, + FFFD6501a2087f836501a208 /* SnippetVehicleTankCreate.cpp */, + FFFD6501a2707f836501a270 /* SnippetVehicleTireFriction.cpp */, + FFFD6501a2d87f836501a2d8 /* SnippetVehicleConcurrency.h */, + FFFD6501a3407f836501a340 /* SnippetVehicleCreate.h */, + FFFD6501a3a87f836501a3a8 /* SnippetVehicleFilterShader.h */, + FFFD6501a4107f836501a410 /* SnippetVehicleSceneQuery.h */, + FFFD6501a4787f836501a478 /* SnippetVehicleTireFriction.h */, + FFFD6501a4e07f836501a4e0 /* SnippetVehicleWheelQueryResult.h */, ); name = "Common"; sourceTree = SOURCE_ROOT; }; - FFFBfcff97f07fcefcff97f0 /* SnippetVehicleContactMod */ = { + FFFB648279507f8364827950 /* SnippetVehicleContactMod */ = { isa = PBXGroup; children = ( - FFFBfe100f607fcefe100f60 /* Main */, - FFFBfe100f887fcefe100f88 /* Source Files */, - FFFBfe100fb07fcefe100fb0 /* Common */, + FFFB649006407f8364900640 /* Main */, + FFFB649006687f8364900668 /* Source Files */, + FFFB649006907f8364900690 /* Common */, ); name = "SnippetVehicleContactMod"; sourceTree = "<group>"; }; - FFFBfe100f607fcefe100f60 /* Main */ = { + FFFB649006407f8364900640 /* Main */ = { isa = PBXGroup; children = ( - FFFDfe100a807fcefe100a80 /* ClassicMain.cpp */, + FFFD649002107f8364900210 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBfe100f887fcefe100f88 /* Source Files */ = { + FFFB649006687f8364900668 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDfe1010907fcefe101090 /* SnippetVehicleContactMod.cpp */, - FFFDfe1010f87fcefe1010f8 /* SnippetVehicleContactModRender.cpp */, + FFFD649007707f8364900770 /* SnippetVehicleContactMod.cpp */, + FFFD649007d87f83649007d8 /* SnippetVehicleContactModRender.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBfe100fb07fcefe100fb0 /* Common */ = { + FFFB649006907f8364900690 /* Common */ = { isa = PBXGroup; children = ( - FFFDfd888e007fcefd888e00 /* SnippetVehicle4WCreate.cpp */, - FFFDfd888e687fcefd888e68 /* SnippetVehicleCreate.cpp */, - FFFDfd888ed07fcefd888ed0 /* SnippetVehicleFilterShader.cpp */, - FFFDfd888f387fcefd888f38 /* SnippetVehicleNoDriveCreate.cpp */, - FFFDfd888fa07fcefd888fa0 /* SnippetVehicleSceneQuery.cpp */, - FFFDfd8890087fcefd889008 /* SnippetVehicleTankCreate.cpp */, - FFFDfd8890707fcefd889070 /* SnippetVehicleTireFriction.cpp */, - FFFDfd8890d87fcefd8890d8 /* SnippetVehicleConcurrency.h */, - FFFDfd8891407fcefd889140 /* SnippetVehicleCreate.h */, - FFFDfd8891a87fcefd8891a8 /* SnippetVehicleFilterShader.h */, - FFFDfd8892107fcefd889210 /* SnippetVehicleSceneQuery.h */, - FFFDfd8892787fcefd889278 /* SnippetVehicleTireFriction.h */, - FFFDfd8892e07fcefd8892e0 /* SnippetVehicleWheelQueryResult.h */, + FFFD658010007f8365801000 /* SnippetVehicle4WCreate.cpp */, + FFFD658010687f8365801068 /* SnippetVehicleCreate.cpp */, + FFFD658010d07f83658010d0 /* SnippetVehicleFilterShader.cpp */, + FFFD658011387f8365801138 /* SnippetVehicleNoDriveCreate.cpp */, + FFFD658011a07f83658011a0 /* SnippetVehicleSceneQuery.cpp */, + FFFD658012087f8365801208 /* SnippetVehicleTankCreate.cpp */, + FFFD658012707f8365801270 /* SnippetVehicleTireFriction.cpp */, + FFFD658012d87f83658012d8 /* SnippetVehicleConcurrency.h */, + FFFD658013407f8365801340 /* SnippetVehicleCreate.h */, + FFFD658013a87f83658013a8 /* SnippetVehicleFilterShader.h */, + FFFD658014107f8365801410 /* SnippetVehicleSceneQuery.h */, + FFFD658014787f8365801478 /* SnippetVehicleTireFriction.h */, + FFFD658014e07f83658014e0 /* SnippetVehicleWheelQueryResult.h */, ); name = "Common"; sourceTree = SOURCE_ROOT; }; - FFFBfe1026507fcefe102650 /* SnippetNestedScene */ = { + FFFB649020707f8364902070 /* SnippetNestedScene */ = { isa = PBXGroup; children = ( - FFFBfe1060107fcefe106010 /* Main */, - FFFBfe1060387fcefe106038 /* Source Files */, - FFFBfe1060607fcefe106060 /* Common */, + FFFB64905a207f8364905a20 /* Main */, + FFFB64905a487f8364905a48 /* Source Files */, + FFFB64905a707f8364905a70 /* Common */, ); name = "SnippetNestedScene"; sourceTree = "<group>"; }; - FFFBfe1060107fcefe106010 /* Main */ = { + FFFB64905a207f8364905a20 /* Main */ = { isa = PBXGroup; children = ( - FFFDfe1053207fcefe105320 /* ClassicMain.cpp */, + FFFD64905ac07f8364905ac0 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBfe1060387fcefe106038 /* Source Files */ = { + FFFB64905a487f8364905a48 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDfe1061407fcefe106140 /* SnippetNestedScene.cpp */, - FFFDfe1061a87fcefe1061a8 /* SnippetNestedSceneRender.cpp */, - FFFDfe1062107fcefe106210 /* NestedScene.h */, + FFFD64905bc07f8364905bc0 /* SnippetNestedScene.cpp */, + FFFD64905c287f8364905c28 /* SnippetNestedSceneRender.cpp */, + FFFD64905c907f8364905c90 /* NestedScene.h */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBfe1060607fcefe106060 /* Common */ = { + FFFB64905a707f8364905a70 /* Common */ = { isa = PBXGroup; children = ( - FFFDfd88be007fcefd88be00 /* SnippetVehicle4WCreate.cpp */, - FFFDfd88be687fcefd88be68 /* SnippetVehicleCreate.cpp */, - FFFDfd88bed07fcefd88bed0 /* SnippetVehicleFilterShader.cpp */, - FFFDfd88bf387fcefd88bf38 /* SnippetVehicleNoDriveCreate.cpp */, - FFFDfd88bfa07fcefd88bfa0 /* SnippetVehicleSceneQuery.cpp */, - FFFDfd88c0087fcefd88c008 /* SnippetVehicleTankCreate.cpp */, - FFFDfd88c0707fcefd88c070 /* SnippetVehicleTireFriction.cpp */, - FFFDfd88c0d87fcefd88c0d8 /* SnippetVehicleConcurrency.h */, - FFFDfd88c1407fcefd88c140 /* SnippetVehicleCreate.h */, - FFFDfd88c1a87fcefd88c1a8 /* SnippetVehicleFilterShader.h */, - FFFDfd88c2107fcefd88c210 /* SnippetVehicleSceneQuery.h */, - FFFDfd88c2787fcefd88c278 /* SnippetVehicleTireFriction.h */, - FFFDfd88c2e07fcefd88c2e0 /* SnippetVehicleWheelQueryResult.h */, + FFFD658040007f8365804000 /* SnippetVehicle4WCreate.cpp */, + FFFD658040687f8365804068 /* SnippetVehicleCreate.cpp */, + FFFD658040d07f83658040d0 /* SnippetVehicleFilterShader.cpp */, + FFFD658041387f8365804138 /* SnippetVehicleNoDriveCreate.cpp */, + FFFD658041a07f83658041a0 /* SnippetVehicleSceneQuery.cpp */, + FFFD658042087f8365804208 /* SnippetVehicleTankCreate.cpp */, + FFFD658042707f8365804270 /* SnippetVehicleTireFriction.cpp */, + FFFD658042d87f83658042d8 /* SnippetVehicleConcurrency.h */, + FFFD658043407f8365804340 /* SnippetVehicleCreate.h */, + FFFD658043a87f83658043a8 /* SnippetVehicleFilterShader.h */, + FFFD658044107f8365804410 /* SnippetVehicleSceneQuery.h */, + FFFD658044787f8365804478 /* SnippetVehicleTireFriction.h */, + FFFD658044e07f83658044e0 /* SnippetVehicleWheelQueryResult.h */, ); name = "Common"; sourceTree = SOURCE_ROOT; }; - FFFBfe1076e07fcefe1076e0 /* SnippetSpatialIndex */ = { + FFFB649070907f8364907090 /* SnippetSpatialIndex */ = { isa = PBXGroup; children = ( - FFFBfe109d507fcefe109d50 /* Main */, - FFFBfe109d787fcefe109d78 /* Source Files */, + FFFB64909d307f8364909d30 /* Main */, + FFFB64909d587f8364909d58 /* Source Files */, ); name = "SnippetSpatialIndex"; sourceTree = "<group>"; }; - FFFBfe109d507fcefe109d50 /* Main */ = { + FFFB64909d307f8364909d30 /* Main */ = { isa = PBXGroup; children = ( - FFFDfe109da07fcefe109da0 /* ClassicMain.cpp */, + FFFD649096e07f83649096e0 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBfe109d787fcefe109d78 /* Source Files */ = { + FFFB64909d587f8364909d58 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDfe10a7207fcefe10a720 /* SnippetSpatialIndex.cpp */, + FFFD6490a1f07f836490a1f0 /* SnippetSpatialIndex.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBfe10a8207fcefe10a820 /* SnippetSplitSim */ = { + FFFB6490a3907f836490a390 /* SnippetSplitSim */ = { isa = PBXGroup; children = ( - FFFBfe10ca907fcefe10ca90 /* Main */, - FFFBfe10cab87fcefe10cab8 /* Source Files */, + FFFB6490c4d07f836490c4d0 /* Main */, + FFFB6490c4f87f836490c4f8 /* Source Files */, ); name = "SnippetSplitSim"; sourceTree = "<group>"; }; - FFFBfe10ca907fcefe10ca90 /* Main */ = { + FFFB6490c4d07f836490c4d0 /* Main */ = { isa = PBXGroup; children = ( - FFFDfe10d9107fcefe10d910 /* ClassicMain.cpp */, + FFFD6490d3507f836490d350 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBfe10cab87fcefe10cab8 /* Source Files */ = { + FFFB6490c4f87f836490c4f8 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDfe10dec07fcefe10dec0 /* SnippetSplitSim.cpp */, - FFFDfe10df287fcefe10df28 /* SnippetSplitSimRender.cpp */, + FFFD6490d9007f836490d900 /* SnippetSplitSim.cpp */, + FFFD6490d9687f836490d968 /* SnippetSplitSimRender.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBfe10e0b07fcefe10e0b0 /* SnippetTriangleMeshCreate */ = { + FFFB6490daf07f836490daf0 /* SnippetTriangleMeshCreate */ = { isa = PBXGroup; children = ( - FFFBfe110cd07fcefe110cd0 /* Main */, - FFFBfe110cf87fcefe110cf8 /* Source Files */, + FFFB649103907f8364910390 /* Main */, + FFFB649103b87f83649103b8 /* Source Files */, ); name = "SnippetTriangleMeshCreate"; sourceTree = "<group>"; }; - FFFBfe110cd07fcefe110cd0 /* Main */ = { + FFFB649103907f8364910390 /* Main */ = { isa = PBXGroup; children = ( - FFFDfe1110207fcefe111020 /* ClassicMain.cpp */, + FFFD64910a307f8364910a30 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBfe110cf87fcefe110cf8 /* Source Files */ = { + FFFB649103b87f83649103b8 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDfe1114407fcefe111440 /* SnippetTriangleMeshCreate.cpp */, + FFFD64910e307f8364910e30 /* SnippetTriangleMeshCreate.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBfe1115e07fcefe1115e0 /* SnippetMultiThreading */ = { + FFFB64910fd07f8364910fd0 /* SnippetMultiThreading */ = { isa = PBXGroup; children = ( - FFFBfe1137607fcefe113760 /* Main */, - FFFBfe1137887fcefe113788 /* Source Files */, + FFFB649131207f8364913120 /* Main */, + FFFB649131487f8364913148 /* Source Files */, ); name = "SnippetMultiThreading"; sourceTree = "<group>"; }; - FFFBfe1137607fcefe113760 /* Main */ = { + FFFB649131207f8364913120 /* Main */ = { isa = PBXGroup; children = ( - FFFDfe1145707fcefe114570 /* ClassicMain.cpp */, + FFFD64913f307f8364913f30 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBfe1137887fcefe113788 /* Source Files */ = { + FFFB649131487f8364913148 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDfe1149b07fcefe1149b0 /* SnippetMultiThreading.cpp */, + FFFD649143707f8364914370 /* SnippetMultiThreading.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBfe114b507fcefe114b50 /* SnippetContactModification */ = { + FFFB649145107f8364914510 /* SnippetContactModification */ = { isa = PBXGroup; children = ( - FFFBfe117b007fcefe117b00 /* Main */, - FFFBfe117b287fcefe117b28 /* Source Files */, + FFFB649174c07f83649174c0 /* Main */, + FFFB649174e87f83649174e8 /* Source Files */, ); name = "SnippetContactModification"; sourceTree = "<group>"; }; - FFFBfe117b007fcefe117b00 /* Main */ = { + FFFB649174c07f83649174c0 /* Main */ = { isa = PBXGroup; children = ( - FFFDfe117be07fcefe117be0 /* ClassicMain.cpp */, + FFFD649175a07f83649175a0 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBfe117b287fcefe117b28 /* Source Files */ = { + FFFB649174e87f83649174e8 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDfe1182207fcefe118220 /* SnippetContactModification.cpp */, - FFFDfe1182887fcefe118288 /* SnippetContactModificationRender.cpp */, + FFFD64917be07f8364917be0 /* SnippetContactModification.cpp */, + FFFD64917c487f8364917c48 /* SnippetContactModificationRender.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBfe1184107fcefe118410 /* SnippetToleranceScale */ = { + FFFB64917dd07f8364917dd0 /* SnippetToleranceScale */ = { isa = PBXGroup; children = ( - FFFBfe11b2207fcefe11b220 /* Main */, - FFFBfe11b2487fcefe11b248 /* Source Files */, + FFFB6491abe07f836491abe0 /* Main */, + FFFB6491ac087f836491ac08 /* Source Files */, ); name = "SnippetToleranceScale"; sourceTree = "<group>"; }; - FFFBfe11b2207fcefe11b220 /* Main */ = { + FFFB6491abe07f836491abe0 /* Main */ = { isa = PBXGroup; children = ( - FFFDfe11b2d07fcefe11b2d0 /* ClassicMain.cpp */, + FFFD6491ac907f836491ac90 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBfe11b2487fcefe11b248 /* Source Files */ = { + FFFB6491ac087f836491ac08 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDfe1188207fcefe118820 /* SnippetToleranceScale.cpp */, + FFFD649181e07f83649181e0 /* SnippetToleranceScale.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBfe11b8607fcefe11b860 /* SnippetStepper */ = { + FFFB6491b2207f836491b220 /* SnippetStepper */ = { isa = PBXGroup; children = ( - FFFBfe11da107fcefe11da10 /* Main */, - FFFBfe11da387fcefe11da38 /* Source Files */, + FFFB6491d3d07f836491d3d0 /* Main */, + FFFB6491d3f87f836491d3f8 /* Source Files */, ); name = "SnippetStepper"; sourceTree = "<group>"; }; - FFFBfe11da107fcefe11da10 /* Main */ = { + FFFB6491d3d07f836491d3d0 /* Main */ = { isa = PBXGroup; children = ( - FFFDfe11e8207fcefe11e820 /* ClassicMain.cpp */, + FFFD6491e1e07f836491e1e0 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBfe11da387fcefe11da38 /* Source Files */ = { + FFFB6491d3f87f836491d3f8 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDfe11bd607fcefe11bd60 /* SnippetStepper.cpp */, + FFFD6491b7207f836491b720 /* SnippetStepper.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBfe11ed007fcefe11ed00 /* SnippetPrunerSerialization */ = { + FFFB6491e6c07f836491e6c0 /* SnippetPrunerSerialization */ = { isa = PBXGroup; children = ( - FFFBfe120ef07fcefe120ef0 /* Main */, - FFFBfe120f187fcefe120f18 /* Source Files */, + FFFB649208b07f83649208b0 /* Main */, + FFFB649208d87f83649208d8 /* Source Files */, ); name = "SnippetPrunerSerialization"; sourceTree = "<group>"; }; - FFFBfe120ef07fcefe120ef0 /* Main */ = { + FFFB649208b07f83649208b0 /* Main */ = { isa = PBXGroup; children = ( - FFFDfe121d007fcefe121d00 /* ClassicMain.cpp */, + FFFD649216c07f83649216c0 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBfe120f187fcefe120f18 /* Source Files */ = { + FFFB649208d87f83649208d8 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDfe1221407fcefe122140 /* SnippetPrunerSerialization.cpp */, + FFFD64921b007f8364921b00 /* SnippetPrunerSerialization.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; }; - FFFBfe1222e07fcefe1222e0 /* SnippetConvexMeshCreate */ = { + FFFB64921ca07f8364921ca0 /* SnippetConvexMeshCreate */ = { isa = PBXGroup; children = ( - FFFBfe124d107fcefe124d10 /* Main */, - FFFBfe124d387fcefe124d38 /* Source Files */, + FFFB649247c07f83649247c0 /* Main */, + FFFB649247e87f83649247e8 /* Source Files */, ); name = "SnippetConvexMeshCreate"; sourceTree = "<group>"; }; - FFFBfe124d107fcefe124d10 /* Main */ = { + FFFB649247c07f83649247c0 /* Main */ = { isa = PBXGroup; children = ( - FFFDfe1253b07fcefe1253b0 /* ClassicMain.cpp */, + FFFD64924e607f8364924e60 /* ClassicMain.cpp */, ); name = "Main"; sourceTree = SOURCE_ROOT; }; - FFFBfe124d387fcefe124d38 /* Source Files */ = { + FFFB649247e87f83649247e8 /* Source Files */ = { isa = PBXGroup; children = ( - FFFDfe1258107fcefe125810 /* SnippetConvexMeshCreate.cpp */, + FFFD649252c07f83649252c0 /* SnippetConvexMeshCreate.cpp */, ); name = "Source Files"; sourceTree = SOURCE_ROOT; @@ -3527,13 +3527,13 @@ /* End PBXGroup section */ /* Begin PBXNativeTarget section */ - FFFAfcf93ae07fcefcf93ae0 /* SnippetUtils */ = { + FFFA63f8c0207f8363f8c020 /* SnippetUtils */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6fcf93ae07fcefcf93ae0 /* Build configuration list for PBXNativeTarget "SnippetUtils" */; + buildConfigurationList = FFF663f8c0207f8363f8c020 /* Build configuration list for PBXNativeTarget "SnippetUtils" */; buildPhases = ( - FFF2fcf93ae07fcefcf93ae0, - FFF8fcf93ae07fcefcf93ae0, - FFFCfcf93ae07fcefcf93ae0, + FFF263f8c0207f8363f8c020, + FFF863f8c0207f8363f8c020, + FFFC63f8c0207f8363f8c020, ); buildRules = ( ); @@ -3541,16 +3541,16 @@ ); name = "SnippetUtils"; productName = "SnippetUtils"; - productReference = FFFDfcf93ae07fcefcf93ae0 /* SnippetUtils */; + productReference = FFFD63f8c0207f8363f8c020 /* SnippetUtils */; productType = "com.apple.product-type.library.static"; }; - FFFAfcf579007fcefcf57900 /* SnippetRender */ = { + FFFA63f79a107f8363f79a10 /* SnippetRender */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6fcf579007fcefcf57900 /* Build configuration list for PBXNativeTarget "SnippetRender" */; + buildConfigurationList = FFF663f79a107f8363f79a10 /* Build configuration list for PBXNativeTarget "SnippetRender" */; buildPhases = ( - FFF2fcf579007fcefcf57900, - FFF8fcf579007fcefcf57900, - FFFCfcf579007fcefcf57900, + FFF263f79a107f8363f79a10, + FFF863f79a107f8363f79a10, + FFFC63f79a107f8363f79a10, ); buildRules = ( ); @@ -3558,978 +3558,978 @@ ); name = "SnippetRender"; productName = "SnippetRender"; - productReference = FFFDfcf579007fcefcf57900 /* SnippetRender */; + productReference = FFFD63f79a107f8363f79a10 /* SnippetRender */; productType = "com.apple.product-type.library.static"; }; - FFFAfcf881a07fcefcf881a0 /* SnippetConvert */ = { + FFFA63f6a9407f8363f6a940 /* SnippetConvert */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6fcf881a07fcefcf881a0 /* Build configuration list for PBXNativeTarget "SnippetConvert" */; + buildConfigurationList = FFF663f6a9407f8363f6a940 /* Build configuration list for PBXNativeTarget "SnippetConvert" */; buildPhases = ( - FFF2fcf881a07fcefcf881a0, - FFF8fcf881a07fcefcf881a0, - FFFCfcf881a07fcefcf881a0, + FFF263f6a9407f8363f6a940, + FFF863f6a9407f8363f6a940, + FFFC63f6a9407f8363f6a940, ); buildRules = ( ); dependencies = ( - FFF4fcf612e07fcefcf612e0, /* SnippetRender */ - FFF4fcf88d207fcefcf88d20, /* SnippetUtils */ + FFF463f592f07f8363f592f0, /* SnippetRender */ + FFF463ec33f07f8363ec33f0, /* SnippetUtils */ ); name = "SnippetConvert"; productName = "SnippetConvert"; - productReference = FFFDfcf881a07fcefcf881a0 /* SnippetConvert */; + productReference = FFFD63f6a9407f8363f6a940 /* SnippetConvert */; productType = "com.apple.product-type.tool"; }; - FFFAfcf621407fcefcf62140 /* SnippetHelloWorld */ = { + FFFA63f59ab07f8363f59ab0 /* SnippetHelloWorld */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6fcf621407fcefcf62140 /* Build configuration list for PBXNativeTarget "SnippetHelloWorld" */; + buildConfigurationList = FFF663f59ab07f8363f59ab0 /* Build configuration list for PBXNativeTarget "SnippetHelloWorld" */; buildPhases = ( - FFF2fcf621407fcefcf62140, - FFF8fcf621407fcefcf62140, - FFFCfcf621407fcefcf62140, + FFF263f59ab07f8363f59ab0, + FFF863f59ab07f8363f59ab0, + FFFC63f59ab07f8363f59ab0, ); buildRules = ( ); dependencies = ( - FFF4fcf2d7207fcefcf2d720, /* SnippetRender */ - FFF4fcf62c907fcefcf62c90, /* SnippetUtils */ + FFF463f1d7b07f8363f1d7b0, /* SnippetRender */ + FFF463f5a6407f8363f5a640, /* SnippetUtils */ ); name = "SnippetHelloWorld"; productName = "SnippetHelloWorld"; - productReference = FFFDfcf621407fcefcf62140 /* SnippetHelloWorld */; + productReference = FFFD63f59ab07f8363f59ab0 /* SnippetHelloWorld */; productType = "com.apple.product-type.application"; }; - FFFAfcf083c07fcefcf083c0 /* SnippetImmediateMode */ = { + FFFA63f7ff207f8363f7ff20 /* SnippetImmediateMode */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6fcf083c07fcefcf083c0 /* Build configuration list for PBXNativeTarget "SnippetImmediateMode" */; + buildConfigurationList = FFF663f7ff207f8363f7ff20 /* Build configuration list for PBXNativeTarget "SnippetImmediateMode" */; buildPhases = ( - FFF2fcf083c07fcefcf083c0, - FFF8fcf083c07fcefcf083c0, - FFFCfcf083c07fcefcf083c0, + FFF263f7ff207f8363f7ff20, + FFF863f7ff207f8363f7ff20, + FFFC63f7ff207f8363f7ff20, ); buildRules = ( ); dependencies = ( - FFF4fcf549207fcefcf54920, /* SnippetRender */ - FFF4fcf8b8707fcefcf8b870, /* SnippetUtils */ + FFF463f2b1807f8363f2b180, /* SnippetRender */ + FFF463f809707f8363f80970, /* SnippetUtils */ ); name = "SnippetImmediateMode"; productName = "SnippetImmediateMode"; - productReference = FFFDfcf083c07fcefcf083c0 /* SnippetImmediateMode */; + productReference = FFFD63f7ff207f8363f7ff20 /* SnippetImmediateMode */; productType = "com.apple.product-type.application"; }; - FFFAfcf31c707fcefcf31c70 /* SnippetSplitFetchResults */ = { + FFFA63f1adb07f8363f1adb0 /* SnippetSplitFetchResults */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6fcf31c707fcefcf31c70 /* Build configuration list for PBXNativeTarget "SnippetSplitFetchResults" */; + buildConfigurationList = FFF663f1adb07f8363f1adb0 /* Build configuration list for PBXNativeTarget "SnippetSplitFetchResults" */; buildPhases = ( - FFF2fcf31c707fcefcf31c70, - FFF8fcf31c707fcefcf31c70, - FFFCfcf31c707fcefcf31c70, + FFF263f1adb07f8363f1adb0, + FFF863f1adb07f8363f1adb0, + FFFC63f1adb07f8363f1adb0, ); buildRules = ( ); dependencies = ( - FFF4fcfad2407fcefcfad240, /* SnippetRender */ - FFF4fcfb2a607fcefcfb2a60, /* SnippetUtils */ + FFF463f9fef07f8363f9fef0, /* SnippetRender */ + FFF463f57f907f8363f57f90, /* SnippetUtils */ ); name = "SnippetSplitFetchResults"; productName = "SnippetSplitFetchResults"; - productReference = FFFDfcf31c707fcefcf31c70 /* SnippetSplitFetchResults */; + productReference = FFFD63f1adb07f8363f1adb0 /* SnippetSplitFetchResults */; productType = "com.apple.product-type.application"; }; - FFFAfcfa9f307fcefcfa9f30 /* SnippetCustomJoint */ = { + FFFA63fa52d07f8363fa52d0 /* SnippetCustomJoint */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6fcfa9f307fcefcfa9f30 /* Build configuration list for PBXNativeTarget "SnippetCustomJoint" */; + buildConfigurationList = FFF663fa52d07f8363fa52d0 /* Build configuration list for PBXNativeTarget "SnippetCustomJoint" */; buildPhases = ( - FFF2fcfa9f307fcefcfa9f30, - FFF8fcfa9f307fcefcfa9f30, - FFFCfcfa9f307fcefcfa9f30, + FFF263fa52d07f8363fa52d0, + FFF863fa52d07f8363fa52d0, + FFFC63fa52d07f8363fa52d0, ); buildRules = ( ); dependencies = ( - FFF4fcfbc1207fcefcfbc120, /* SnippetRender */ - FFF4fcf9e7607fcefcf9e760, /* SnippetUtils */ + FFF463fb72407f8363fb7240, /* SnippetRender */ + FFF463f92df07f8363f92df0, /* SnippetUtils */ ); name = "SnippetCustomJoint"; productName = "SnippetCustomJoint"; - productReference = FFFDfcfa9f307fcefcfa9f30 /* SnippetCustomJoint */; + productReference = FFFD63fa52d07f8363fa52d0 /* SnippetCustomJoint */; productType = "com.apple.product-type.application"; }; - FFFAfcfbcd907fcefcfbcd90 /* SnippetSerialization */ = { + FFFA63a8a7807f8363a8a780 /* SnippetSerialization */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6fcfbcd907fcefcfbcd90 /* Build configuration list for PBXNativeTarget "SnippetSerialization" */; + buildConfigurationList = FFF663a8a7807f8363a8a780 /* Build configuration list for PBXNativeTarget "SnippetSerialization" */; buildPhases = ( - FFF2fcfbcd907fcefcfbcd90, - FFF8fcfbcd907fcefcfbcd90, - FFFCfcfbcd907fcefcfbcd90, + FFF263a8a7807f8363a8a780, + FFF863a8a7807f8363a8a780, + FFFC63a8a7807f8363a8a780, ); buildRules = ( ); dependencies = ( - FFF4fcfb6de07fcefcfb6de0, /* SnippetRender */ - FFF4fcfb99c07fcefcfb99c0, /* SnippetUtils */ + FFF462df67b07f8362df67b0, /* SnippetRender */ + FFF463b188807f8363b18880, /* SnippetUtils */ ); name = "SnippetSerialization"; productName = "SnippetSerialization"; - productReference = FFFDfcfbcd907fcefcfbcd90 /* SnippetSerialization */; + productReference = FFFD63a8a7807f8363a8a780 /* SnippetSerialization */; productType = "com.apple.product-type.application"; }; - FFFAfcfc22507fcefcfc2250 /* SnippetLoadCollection */ = { + FFFA62df31307f8362df3130 /* SnippetLoadCollection */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6fcfc22507fcefcfc2250 /* Build configuration list for PBXNativeTarget "SnippetLoadCollection" */; + buildConfigurationList = FFF662df31307f8362df3130 /* Build configuration list for PBXNativeTarget "SnippetLoadCollection" */; buildPhases = ( - FFF2fcfc22507fcefcfc2250, - FFF8fcfc22507fcefcfc2250, - FFFCfcfc22507fcefcfc2250, + FFF262df31307f8362df3130, + FFF862df31307f8362df3130, + FFFC62df31307f8362df3130, ); buildRules = ( ); dependencies = ( - FFF4fcfc4a607fcefcfc4a60, /* SnippetRender */ - FFF4fcfc2c307fcefcfc2c30, /* SnippetUtils */ + FFF462deec807f8362deec80, /* SnippetRender */ + FFF462df27b07f8362df27b0, /* SnippetUtils */ ); name = "SnippetLoadCollection"; productName = "SnippetLoadCollection"; - productReference = FFFDfcfc22507fcefcfc2250 /* SnippetLoadCollection */; + productReference = FFFD62df31307f8362df3130 /* SnippetLoadCollection */; productType = "com.apple.product-type.tool"; }; - FFFAfcfc57507fcefcfc5750 /* SnippetContactReport */ = { + FFFA62dea5407f8362dea540 /* SnippetContactReport */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6fcfc57507fcefcfc5750 /* Build configuration list for PBXNativeTarget "SnippetContactReport" */; + buildConfigurationList = FFF662dea5407f8362dea540 /* Build configuration list for PBXNativeTarget "SnippetContactReport" */; buildPhases = ( - FFF2fcfc57507fcefcfc5750, - FFF8fcfc57507fcefcfc5750, - FFFCfcfc57507fcefcfc5750, + FFF262dea5407f8362dea540, + FFF862dea5407f8362dea540, + FFFC62dea5407f8362dea540, ); buildRules = ( ); dependencies = ( - FFF4fcfc77d07fcefcfc77d0, /* SnippetRender */ - FFF4fcfc61b07fcefcfc61b0, /* SnippetUtils */ + FFF463b01b307f8363b01b30, /* SnippetRender */ + FFF462de87b07f8362de87b0, /* SnippetUtils */ ); name = "SnippetContactReport"; productName = "SnippetContactReport"; - productReference = FFFDfcfc57507fcefcfc5750 /* SnippetContactReport */; + productReference = FFFD62dea5407f8362dea540 /* SnippetContactReport */; productType = "com.apple.product-type.application"; }; - FFFAfcfc8f407fcefcfc8f40 /* SnippetJoint */ = { + FFFA63b023907f8363b02390 /* SnippetJoint */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6fcfc8f407fcefcfc8f40 /* Build configuration list for PBXNativeTarget "SnippetJoint" */; + buildConfigurationList = FFF663b023907f8363b02390 /* Build configuration list for PBXNativeTarget "SnippetJoint" */; buildPhases = ( - FFF2fcfc8f407fcefcfc8f40, - FFF8fcfc8f407fcefcfc8f40, - FFFCfcfc8f407fcefcfc8f40, + FFF263b023907f8363b02390, + FFF863b023907f8363b02390, + FFFC63b023907f8363b02390, ); buildRules = ( ); dependencies = ( - FFF4fcfca8c07fcefcfca8c0, /* SnippetRender */ - FFF4fcfc98e07fcefcfc98e0, /* SnippetUtils */ + FFF463add4007f8363add400, /* SnippetRender */ + FFF463b02d507f8363b02d50, /* SnippetUtils */ ); name = "SnippetJoint"; productName = "SnippetJoint"; - productReference = FFFDfcfc8f407fcefcfc8f40 /* SnippetJoint */; + productReference = FFFD63b023907f8363b02390 /* SnippetJoint */; productType = "com.apple.product-type.application"; }; - FFFAfcfcc5807fcefcfcc580 /* SnippetContactReportCCD */ = { + FFFA63aeeab07f8363aeeab0 /* SnippetContactReportCCD */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6fcfcc5807fcefcfcc580 /* Build configuration list for PBXNativeTarget "SnippetContactReportCCD" */; + buildConfigurationList = FFF663aeeab07f8363aeeab0 /* Build configuration list for PBXNativeTarget "SnippetContactReportCCD" */; buildPhases = ( - FFF2fcfcc5807fcefcfcc580, - FFF8fcfcc5807fcefcfcc580, - FFFCfcfcc5807fcefcfcc580, + FFF263aeeab07f8363aeeab0, + FFF863aeeab07f8363aeeab0, + FFFC63aeeab07f8363aeeab0, ); buildRules = ( ); dependencies = ( - FFF4fcfcdf607fcefcfcdf60, /* SnippetRender */ - FFF4fcfccf807fcefcfccf80, /* SnippetUtils */ + FFF463af54b07f8363af54b0, /* SnippetRender */ + FFF463aef4407f8363aef440, /* SnippetUtils */ ); name = "SnippetContactReportCCD"; productName = "SnippetContactReportCCD"; - productReference = FFFDfcfcc5807fcefcfcc580 /* SnippetContactReportCCD */; + productReference = FFFD63aeeab07f8363aeeab0 /* SnippetContactReportCCD */; productType = "com.apple.product-type.application"; }; - FFFAfcfcfd707fcefcfcfd70 /* SnippetCloth */ = { + FFFA63af5f307f8363af5f30 /* SnippetCloth */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6fcfcfd707fcefcfcfd70 /* Build configuration list for PBXNativeTarget "SnippetCloth" */; + buildConfigurationList = FFF663af5f307f8363af5f30 /* Build configuration list for PBXNativeTarget "SnippetCloth" */; buildPhases = ( - FFF2fcfcfd707fcefcfcfd70, - FFF8fcfcfd707fcefcfcfd70, - FFFCfcfcfd707fcefcfcfd70, + FFF263af5f307f8363af5f30, + FFF863af5f307f8363af5f30, + FFFC63af5f307f8363af5f30, ); buildRules = ( ); dependencies = ( - FFF4fcfd1d307fcefcfd1d30, /* SnippetRender */ - FFF4fcfd06f07fcefcfd06f0, /* SnippetUtils */ + FFF4648005a07f83648005a0, /* SnippetRender */ + FFF463af87c07f8363af87c0, /* SnippetUtils */ ); name = "SnippetCloth"; productName = "SnippetCloth"; - productReference = FFFDfcfcfd707fcefcfcfd70 /* SnippetCloth */; + productReference = FFFD63af5f307f8363af5f30 /* SnippetCloth */; productType = "com.apple.product-type.tool"; }; - FFFAfcfd30407fcefcfd3040 /* SnippetMBP */ = { + FFFA648010f07f83648010f0 /* SnippetMBP */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6fcfd30407fcefcfd3040 /* Build configuration list for PBXNativeTarget "SnippetMBP" */; + buildConfigurationList = FFF6648010f07f83648010f0 /* Build configuration list for PBXNativeTarget "SnippetMBP" */; buildPhases = ( - FFF2fcfd30407fcefcfd3040, - FFF8fcfd30407fcefcfd3040, - FFFCfcfd30407fcefcfd3040, + FFF2648010f07f83648010f0, + FFF8648010f07f83648010f0, + FFFC648010f07f83648010f0, ); buildRules = ( ); dependencies = ( - FFF4fcfd52007fcefcfd5200, /* SnippetRender */ - FFF4fcfd3be07fcefcfd3be0, /* SnippetUtils */ + FFF4648032107f8364803210, /* SnippetRender */ + FFF464801bd07f8364801bd0, /* SnippetUtils */ ); name = "SnippetMBP"; productName = "SnippetMBP"; - productReference = FFFDfcfd30407fcefcfd3040 /* SnippetMBP */; + productReference = FFFD648010f07f83648010f0 /* SnippetMBP */; productType = "com.apple.product-type.application"; }; - FFFAfcfd68607fcefcfd6860 /* SnippetArticulation */ = { + FFFA648048707f8364804870 /* SnippetArticulation */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6fcfd68607fcefcfd6860 /* Build configuration list for PBXNativeTarget "SnippetArticulation" */; + buildConfigurationList = FFF6648048707f8364804870 /* Build configuration list for PBXNativeTarget "SnippetArticulation" */; buildPhases = ( - FFF2fcfd68607fcefcfd6860, - FFF8fcfd68607fcefcfd6860, - FFFCfcfd68607fcefcfd6860, + FFF2648048707f8364804870, + FFF8648048707f8364804870, + FFFC648048707f8364804870, ); buildRules = ( ); dependencies = ( - FFF4fcfd8e207fcefcfd8e20, /* SnippetRender */ - FFF4fcfd72607fcefcfd7260, /* SnippetUtils */ + FFF464806e307f8364806e30, /* SnippetRender */ + FFF4648052707f8364805270, /* SnippetUtils */ ); name = "SnippetArticulation"; productName = "SnippetArticulation"; - productReference = FFFDfcfd68607fcefcfd6860 /* SnippetArticulation */; + productReference = FFFD648048707f8364804870 /* SnippetArticulation */; productType = "com.apple.product-type.application"; }; - FFFAfcfda0107fcefcfda010 /* SnippetRaycastCCD */ = { + FFFA648080207f8364808020 /* SnippetRaycastCCD */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6fcfda0107fcefcfda010 /* Build configuration list for PBXNativeTarget "SnippetRaycastCCD" */; + buildConfigurationList = FFF6648080207f8364808020 /* Build configuration list for PBXNativeTarget "SnippetRaycastCCD" */; buildPhases = ( - FFF2fcfda0107fcefcfda010, - FFF8fcfda0107fcefcfda010, - FFFCfcfda0107fcefcfda010, + FFF2648080207f8364808020, + FFF8648080207f8364808020, + FFFC648080207f8364808020, ); buildRules = ( ); dependencies = ( - FFF4fcfdc0607fcefcfdc060, /* SnippetRender */ - FFF4fcfdaa407fcefcfdaa40, /* SnippetUtils */ + FFF46480a0707f836480a070, /* SnippetRender */ + FFF464808a507f8364808a50, /* SnippetUtils */ ); name = "SnippetRaycastCCD"; productName = "SnippetRaycastCCD"; - productReference = FFFDfcfda0107fcefcfda010 /* SnippetRaycastCCD */; + productReference = FFFD648080207f8364808020 /* SnippetRaycastCCD */; productType = "com.apple.product-type.application"; }; - FFFAfcfdd7407fcefcfdd740 /* SnippetCustomProfiler */ = { + FFFA6480b7507f836480b750 /* SnippetCustomProfiler */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6fcfdd7407fcefcfdd740 /* Build configuration list for PBXNativeTarget "SnippetCustomProfiler" */; + buildConfigurationList = FFF66480b7507f836480b750 /* Build configuration list for PBXNativeTarget "SnippetCustomProfiler" */; buildPhases = ( - FFF2fcfdd7407fcefcfdd740, - FFF8fcfdd7407fcefcfdd740, - FFFCfcfdd7407fcefcfdd740, + FFF26480b7507f836480b750, + FFF86480b7507f836480b750, + FFFC6480b7507f836480b750, ); buildRules = ( ); dependencies = ( - FFF4fcfdf7e07fcefcfdf7e0, /* SnippetRender */ - FFF4fcfde2007fcefcfde200, /* SnippetUtils */ + FFF46480d8907f836480d890, /* SnippetRender */ + FFF46480c2707f836480c270, /* SnippetUtils */ ); name = "SnippetCustomProfiler"; productName = "SnippetCustomProfiler"; - productReference = FFFDfcfdd7407fcefcfdd740 /* SnippetCustomProfiler */; + productReference = FFFD6480b7507f836480b750 /* SnippetCustomProfiler */; productType = "com.apple.product-type.application"; }; - FFFAfcfe0f307fcefcfe0f30 /* SnippetVehicleTank */ = { + FFFA6480f0007f836480f000 /* SnippetVehicleTank */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6fcfe0f307fcefcfe0f30 /* Build configuration list for PBXNativeTarget "SnippetVehicleTank" */; + buildConfigurationList = FFF66480f0007f836480f000 /* Build configuration list for PBXNativeTarget "SnippetVehicleTank" */; buildPhases = ( - FFF2fcfe0f307fcefcfe0f30, - FFF8fcfe0f307fcefcfe0f30, - FFFCfcfe0f307fcefcfe0f30, + FFF26480f0007f836480f000, + FFF86480f0007f836480f000, + FFFC6480f0007f836480f000, ); buildRules = ( ); dependencies = ( - FFF4fcfe3d507fcefcfe3d50, /* SnippetRender */ - FFF4fcfe19207fcefcfe1920, /* SnippetUtils */ + FFF4648110007f8364811000, /* SnippetRender */ + FFF46480f9c07f836480f9c0, /* SnippetUtils */ ); name = "SnippetVehicleTank"; productName = "SnippetVehicleTank"; - productReference = FFFDfcfe0f307fcefcfe0f30 /* SnippetVehicleTank */; + productReference = FFFD6480f0007f836480f000 /* SnippetVehicleTank */; productType = "com.apple.product-type.application"; }; - FFFAfcfe5fb07fcefcfe5fb0 /* SnippetVehicle4W */ = { + FFFA648140c07f83648140c0 /* SnippetVehicle4W */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6fcfe5fb07fcefcfe5fb0 /* Build configuration list for PBXNativeTarget "SnippetVehicle4W" */; + buildConfigurationList = FFF6648140c07f83648140c0 /* Build configuration list for PBXNativeTarget "SnippetVehicle4W" */; buildPhases = ( - FFF2fcfe5fb07fcefcfe5fb0, - FFF8fcfe5fb07fcefcfe5fb0, - FFFCfcfe5fb07fcefcfe5fb0, + FFF2648140c07f83648140c0, + FFF8648140c07f83648140c0, + FFFC648140c07f83648140c0, ); buildRules = ( ); dependencies = ( - FFF4fcfe8ca07fcefcfe8ca0, /* SnippetRender */ - FFF4fcfe67707fcefcfe6770, /* SnippetUtils */ + FFF464816be07f8364816be0, /* SnippetRender */ + FFF4648148807f8364814880, /* SnippetUtils */ ); name = "SnippetVehicle4W"; productName = "SnippetVehicle4W"; - productReference = FFFDfcfe5fb07fcefcfe5fb0 /* SnippetVehicle4W */; + productReference = FFFD648140c07f83648140c0 /* SnippetVehicle4W */; productType = "com.apple.product-type.application"; }; - FFFAfcfeae007fcefcfeae00 /* SnippetVehicleScale */ = { + FFFA64818ec07f8364818ec0 /* SnippetVehicleScale */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6fcfeae007fcefcfeae00 /* Build configuration list for PBXNativeTarget "SnippetVehicleScale" */; + buildConfigurationList = FFF664818ec07f8364818ec0 /* Build configuration list for PBXNativeTarget "SnippetVehicleScale" */; buildPhases = ( - FFF2fcfeae007fcefcfeae00, - FFF8fcfeae007fcefcfeae00, - FFFCfcfeae007fcefcfeae00, + FFF264818ec07f8364818ec0, + FFF864818ec07f8364818ec0, + FFFC64818ec07f8364818ec0, ); buildRules = ( ); dependencies = ( - FFF4fcfecc407fcefcfecc40, /* SnippetRender */ - FFF4fcfeb5c07fcefcfeb5c0, /* SnippetUtils */ + FFF46481a6b07f836481a6b0, /* SnippetRender */ + FFF4648196d07f83648196d0, /* SnippetUtils */ ); name = "SnippetVehicleScale"; productName = "SnippetVehicleScale"; - productReference = FFFDfcfeae007fcefcfeae00 /* SnippetVehicleScale */; + productReference = FFFD64818ec07f8364818ec0 /* SnippetVehicleScale */; productType = "com.apple.product-type.application"; }; - FFFAfcfefc807fcefcfefc80 /* SnippetVehicleNoDrive */ = { + FFFA6481dda07f836481dda0 /* SnippetVehicleNoDrive */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6fcfefc807fcefcfefc80 /* Build configuration list for PBXNativeTarget "SnippetVehicleNoDrive" */; + buildConfigurationList = FFF66481dda07f836481dda0 /* Build configuration list for PBXNativeTarget "SnippetVehicleNoDrive" */; buildPhases = ( - FFF2fcfefc807fcefcfefc80, - FFF8fcfefc807fcefcfefc80, - FFFCfcfefc807fcefcfefc80, + FFF26481dda07f836481dda0, + FFF86481dda07f836481dda0, + FFFC6481dda07f836481dda0, ); buildRules = ( ); dependencies = ( - FFF4fcff14707fcefcff1470, /* SnippetRender */ - FFF4fcff04907fcefcff0490, /* SnippetUtils */ + FFF46481fba07f836481fba0, /* SnippetRender */ + FFF46481e5407f836481e540, /* SnippetUtils */ ); name = "SnippetVehicleNoDrive"; productName = "SnippetVehicleNoDrive"; - productReference = FFFDfcfefc807fcefcfefc80 /* SnippetVehicleNoDrive */; + productReference = FFFD6481dda07f836481dda0 /* SnippetVehicleNoDrive */; productType = "com.apple.product-type.application"; }; - FFFAfcff4ba07fcefcff4ba0 /* SnippetVehicleMultiThreading */ = { + FFFA64822c207f8364822c20 /* SnippetVehicleMultiThreading */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6fcff4ba07fcefcff4ba0 /* Build configuration list for PBXNativeTarget "SnippetVehicleMultiThreading" */; + buildConfigurationList = FFF664822c207f8364822c20 /* Build configuration list for PBXNativeTarget "SnippetVehicleMultiThreading" */; buildPhases = ( - FFF2fcff4ba07fcefcff4ba0, - FFF8fcff4ba07fcefcff4ba0, - FFFCfcff4ba07fcefcff4ba0, + FFF264822c207f8364822c20, + FFF864822c207f8364822c20, + FFFC64822c207f8364822c20, ); buildRules = ( ); dependencies = ( - FFF4fcff69907fcefcff6990, /* SnippetRender */ - FFF4fcff53b07fcefcff53b0, /* SnippetUtils */ + FFF464824ff07f8364824ff0, /* SnippetRender */ + FFF4648234307f8364823430, /* SnippetUtils */ ); name = "SnippetVehicleMultiThreading"; productName = "SnippetVehicleMultiThreading"; - productReference = FFFDfcff4ba07fcefcff4ba0 /* SnippetVehicleMultiThreading */; + productReference = FFFD64822c207f8364822c20 /* SnippetVehicleMultiThreading */; productType = "com.apple.product-type.tool"; }; - FFFAfcff97f07fcefcff97f0 /* SnippetVehicleContactMod */ = { + FFFA648279507f8364827950 /* SnippetVehicleContactMod */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6fcff97f07fcefcff97f0 /* Build configuration list for PBXNativeTarget "SnippetVehicleContactMod" */; + buildConfigurationList = FFF6648279507f8364827950 /* Build configuration list for PBXNativeTarget "SnippetVehicleContactMod" */; buildPhases = ( - FFF2fcff97f07fcefcff97f0, - FFF8fcff97f07fcefcff97f0, - FFFCfcff97f07fcefcff97f0, + FFF2648279507f8364827950, + FFF8648279507f8364827950, + FFFC648279507f8364827950, ); buildRules = ( ); dependencies = ( - FFF4fe1001a07fcefe1001a0, /* SnippetRender */ - FFF4fcffa0307fcefcffa030, /* SnippetUtils */ + FFF4648297807f8364829780, /* SnippetRender */ + FFF4648281607f8364828160, /* SnippetUtils */ ); name = "SnippetVehicleContactMod"; productName = "SnippetVehicleContactMod"; - productReference = FFFDfcff97f07fcefcff97f0 /* SnippetVehicleContactMod */; + productReference = FFFD648279507f8364827950 /* SnippetVehicleContactMod */; productType = "com.apple.product-type.application"; }; - FFFAfe1026507fcefe102650 /* SnippetNestedScene */ = { + FFFA649020707f8364902070 /* SnippetNestedScene */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6fe1026507fcefe102650 /* Build configuration list for PBXNativeTarget "SnippetNestedScene" */; + buildConfigurationList = FFF6649020707f8364902070 /* Build configuration list for PBXNativeTarget "SnippetNestedScene" */; buildPhases = ( - FFF2fe1026507fcefe102650, - FFF8fe1026507fcefe102650, - FFFCfe1026507fcefe102650, + FFF2649020707f8364902070, + FFF8649020707f8364902070, + FFFC649020707f8364902070, ); buildRules = ( ); dependencies = ( - FFF4fe1044507fcefe104450, /* SnippetRender */ - FFF4fe102e307fcefe102e30, /* SnippetUtils */ + FFF464904c807f8364904c80, /* SnippetRender */ + FFF4649028307f8364902830, /* SnippetUtils */ ); name = "SnippetNestedScene"; productName = "SnippetNestedScene"; - productReference = FFFDfe1026507fcefe102650 /* SnippetNestedScene */; + productReference = FFFD649020707f8364902070 /* SnippetNestedScene */; productType = "com.apple.product-type.application"; }; - FFFAfe1076e07fcefe1076e0 /* SnippetSpatialIndex */ = { + FFFA649070907f8364907090 /* SnippetSpatialIndex */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6fe1076e07fcefe1076e0 /* Build configuration list for PBXNativeTarget "SnippetSpatialIndex" */; + buildConfigurationList = FFF6649070907f8364907090 /* Build configuration list for PBXNativeTarget "SnippetSpatialIndex" */; buildPhases = ( - FFF2fe1076e07fcefe1076e0, - FFF8fe1076e07fcefe1076e0, - FFFCfe1076e07fcefe1076e0, + FFF2649070907f8364907090, + FFF8649070907f8364907090, + FFFC649070907f8364907090, ); buildRules = ( ); dependencies = ( - FFF4fe1098c07fcefe1098c0, /* SnippetRender */ - FFF4fe107ea07fcefe107ea0, /* SnippetUtils */ + FFF464908ed07f8364908ed0, /* SnippetRender */ + FFF4649078507f8364907850, /* SnippetUtils */ ); name = "SnippetSpatialIndex"; productName = "SnippetSpatialIndex"; - productReference = FFFDfe1076e07fcefe1076e0 /* SnippetSpatialIndex */; + productReference = FFFD649070907f8364907090 /* SnippetSpatialIndex */; productType = "com.apple.product-type.tool"; }; - FFFAfe10a8207fcefe10a820 /* SnippetSplitSim */ = { + FFFA6490a3907f836490a390 /* SnippetSplitSim */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6fe10a8207fcefe10a820 /* Build configuration list for PBXNativeTarget "SnippetSplitSim" */; + buildConfigurationList = FFF66490a3907f836490a390 /* Build configuration list for PBXNativeTarget "SnippetSplitSim" */; buildPhases = ( - FFF2fe10a8207fcefe10a820, - FFF8fe10a8207fcefe10a820, - FFFCfe10a8207fcefe10a820, + FFF26490a3907f836490a390, + FFF86490a3907f836490a390, + FFFC6490a3907f836490a390, ); buildRules = ( ); dependencies = ( - FFF4fe10c9d07fcefe10c9d0, /* SnippetRender */ - FFF4fe10b3907fcefe10b390, /* SnippetUtils */ + FFF46490c4107f836490c410, /* SnippetRender */ + FFF46490add07f836490add0, /* SnippetUtils */ ); name = "SnippetSplitSim"; productName = "SnippetSplitSim"; - productReference = FFFDfe10a8207fcefe10a820 /* SnippetSplitSim */; + productReference = FFFD6490a3907f836490a390 /* SnippetSplitSim */; productType = "com.apple.product-type.application"; }; - FFFAfe10e0b07fcefe10e0b0 /* SnippetTriangleMeshCreate */ = { + FFFA6490daf07f836490daf0 /* SnippetTriangleMeshCreate */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6fe10e0b07fcefe10e0b0 /* Build configuration list for PBXNativeTarget "SnippetTriangleMeshCreate" */; + buildConfigurationList = FFF66490daf07f836490daf0 /* Build configuration list for PBXNativeTarget "SnippetTriangleMeshCreate" */; buildPhases = ( - FFF2fe10e0b07fcefe10e0b0, - FFF8fe10e0b07fcefe10e0b0, - FFFCfe10e0b07fcefe10e0b0, + FFF26490daf07f836490daf0, + FFF86490daf07f836490daf0, + FFFC6490daf07f836490daf0, ); buildRules = ( ); dependencies = ( - FFF4fe1106707fcefe110670, /* SnippetRender */ - FFF4fe10eab07fcefe10eab0, /* SnippetUtils */ + FFF4649108507f8364910850, /* SnippetRender */ + FFF46490e4b07f836490e4b0, /* SnippetUtils */ ); name = "SnippetTriangleMeshCreate"; productName = "SnippetTriangleMeshCreate"; - productReference = FFFDfe10e0b07fcefe10e0b0 /* SnippetTriangleMeshCreate */; + productReference = FFFD6490daf07f836490daf0 /* SnippetTriangleMeshCreate */; productType = "com.apple.product-type.tool"; }; - FFFAfe1115e07fcefe1115e0 /* SnippetMultiThreading */ = { + FFFA64910fd07f8364910fd0 /* SnippetMultiThreading */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6fe1115e07fcefe1115e0 /* Build configuration list for PBXNativeTarget "SnippetMultiThreading" */; + buildConfigurationList = FFF664910fd07f8364910fd0 /* Build configuration list for PBXNativeTarget "SnippetMultiThreading" */; buildPhases = ( - FFF2fe1115e07fcefe1115e0, - FFF8fe1115e07fcefe1115e0, - FFFCfe1115e07fcefe1115e0, + FFF264910fd07f8364910fd0, + FFF864910fd07f8364910fd0, + FFFC64910fd07f8364910fd0, ); buildRules = ( ); dependencies = ( - FFF4fe1136a07fcefe1136a0, /* SnippetRender */ - FFF4fe1120407fcefe112040, /* SnippetUtils */ + FFF4649130607f8364913060, /* SnippetRender */ + FFF464911a007f8364911a00, /* SnippetUtils */ ); name = "SnippetMultiThreading"; productName = "SnippetMultiThreading"; - productReference = FFFDfe1115e07fcefe1115e0 /* SnippetMultiThreading */; + productReference = FFFD64910fd07f8364910fd0 /* SnippetMultiThreading */; productType = "com.apple.product-type.tool"; }; - FFFAfe114b507fcefe114b50 /* SnippetContactModification */ = { + FFFA649145107f8364914510 /* SnippetContactModification */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6fe114b507fcefe114b50 /* Build configuration list for PBXNativeTarget "SnippetContactModification" */; + buildConfigurationList = FFF6649145107f8364914510 /* Build configuration list for PBXNativeTarget "SnippetContactModification" */; buildPhases = ( - FFF2fe114b507fcefe114b50, - FFF8fe114b507fcefe114b50, - FFFCfe114b507fcefe114b50, + FFF2649145107f8364914510, + FFF8649145107f8364914510, + FFFC649145107f8364914510, ); buildRules = ( ); dependencies = ( - FFF4fe1179607fcefe117960, /* SnippetRender */ - FFF4fe1155c07fcefe1155c0, /* SnippetUtils */ + FFF4649173207f8364917320, /* SnippetRender */ + FFF464914f807f8364914f80, /* SnippetUtils */ ); name = "SnippetContactModification"; productName = "SnippetContactModification"; - productReference = FFFDfe114b507fcefe114b50 /* SnippetContactModification */; + productReference = FFFD649145107f8364914510 /* SnippetContactModification */; productType = "com.apple.product-type.application"; }; - FFFAfe1184107fcefe118410 /* SnippetToleranceScale */ = { + FFFA64917dd07f8364917dd0 /* SnippetToleranceScale */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6fe1184107fcefe118410 /* Build configuration list for PBXNativeTarget "SnippetToleranceScale" */; + buildConfigurationList = FFF664917dd07f8364917dd0 /* Build configuration list for PBXNativeTarget "SnippetToleranceScale" */; buildPhases = ( - FFF2fe1184107fcefe118410, - FFF8fe1184107fcefe118410, - FFFCfe1184107fcefe118410, + FFF264917dd07f8364917dd0, + FFF864917dd07f8364917dd0, + FFFC64917dd07f8364917dd0, ); buildRules = ( ); dependencies = ( - FFF4fe11b1307fcefe11b130, /* SnippetRender */ - FFF4fe118d907fcefe118d90, /* SnippetUtils */ + FFF46491aaf07f836491aaf0, /* SnippetRender */ + FFF4649187507f8364918750, /* SnippetUtils */ ); name = "SnippetToleranceScale"; productName = "SnippetToleranceScale"; - productReference = FFFDfe1184107fcefe118410 /* SnippetToleranceScale */; + productReference = FFFD64917dd07f8364917dd0 /* SnippetToleranceScale */; productType = "com.apple.product-type.tool"; }; - FFFAfe11b8607fcefe11b860 /* SnippetStepper */ = { + FFFA6491b2207f836491b220 /* SnippetStepper */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6fe11b8607fcefe11b860 /* Build configuration list for PBXNativeTarget "SnippetStepper" */; + buildConfigurationList = FFF66491b2207f836491b220 /* Build configuration list for PBXNativeTarget "SnippetStepper" */; buildPhases = ( - FFF2fe11b8607fcefe11b860, - FFF8fe11b8607fcefe11b860, - FFFCfe11b8607fcefe11b860, + FFF26491b2207f836491b220, + FFF86491b2207f836491b220, + FFFC6491b2207f836491b220, ); buildRules = ( ); dependencies = ( - FFF4fe11d9507fcefe11d950, /* SnippetRender */ - FFF4fe11c2f07fcefe11c2f0, /* SnippetUtils */ + FFF46491d3107f836491d310, /* SnippetRender */ + FFF46491bcb07f836491bcb0, /* SnippetUtils */ ); name = "SnippetStepper"; productName = "SnippetStepper"; - productReference = FFFDfe11b8607fcefe11b860 /* SnippetStepper */; + productReference = FFFD6491b2207f836491b220 /* SnippetStepper */; productType = "com.apple.product-type.tool"; }; - FFFAfe11ed007fcefe11ed00 /* SnippetPrunerSerialization */ = { + FFFA6491e6c07f836491e6c0 /* SnippetPrunerSerialization */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6fe11ed007fcefe11ed00 /* Build configuration list for PBXNativeTarget "SnippetPrunerSerialization" */; + buildConfigurationList = FFF66491e6c07f836491e6c0 /* Build configuration list for PBXNativeTarget "SnippetPrunerSerialization" */; buildPhases = ( - FFF2fe11ed007fcefe11ed00, - FFF8fe11ed007fcefe11ed00, - FFFCfe11ed007fcefe11ed00, + FFF26491e6c07f836491e6c0, + FFF86491e6c07f836491e6c0, + FFFC6491e6c07f836491e6c0, ); buildRules = ( ); dependencies = ( - FFF4fe120e307fcefe120e30, /* SnippetRender */ - FFF4fe11f7f07fcefe11f7f0, /* SnippetUtils */ + FFF4649207f07f83649207f0, /* SnippetRender */ + FFF46491f1b07f836491f1b0, /* SnippetUtils */ ); name = "SnippetPrunerSerialization"; productName = "SnippetPrunerSerialization"; - productReference = FFFDfe11ed007fcefe11ed00 /* SnippetPrunerSerialization */; + productReference = FFFD6491e6c07f836491e6c0 /* SnippetPrunerSerialization */; productType = "com.apple.product-type.tool"; }; - FFFAfe1222e07fcefe1222e0 /* SnippetConvexMeshCreate */ = { + FFFA64921ca07f8364921ca0 /* SnippetConvexMeshCreate */ = { isa = PBXNativeTarget; - buildConfigurationList = FFF6fe1222e07fcefe1222e0 /* Build configuration list for PBXNativeTarget "SnippetConvexMeshCreate" */; + buildConfigurationList = FFF664921ca07f8364921ca0 /* Build configuration list for PBXNativeTarget "SnippetConvexMeshCreate" */; buildPhases = ( - FFF2fe1222e07fcefe1222e0, - FFF8fe1222e07fcefe1222e0, - FFFCfe1222e07fcefe1222e0, + FFF264921ca07f8364921ca0, + FFF864921ca07f8364921ca0, + FFFC64921ca07f8364921ca0, ); buildRules = ( ); dependencies = ( - FFF4fe1251d07fcefe1251d0, /* SnippetRender */ - FFF4fe122e307fcefe122e30, /* SnippetUtils */ + FFF464924c807f8364924c80, /* SnippetRender */ + FFF4649228e07f83649228e0, /* SnippetUtils */ ); name = "SnippetConvexMeshCreate"; productName = "SnippetConvexMeshCreate"; - productReference = FFFDfe1222e07fcefe1222e0 /* SnippetConvexMeshCreate */; + productReference = FFFD64921ca07f8364921ca0 /* SnippetConvexMeshCreate */; productType = "com.apple.product-type.tool"; }; /* End PBXNativeTarget section */ /* Begin XCConfigurationList section */ - FFF6fcf93ae07fcefcf93ae0 = { + FFF663f8c0207f8363f8c020 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7fd8a44007fcefd8a4400, - FFF7fd8a4af07fcefd8a4af0, - FFF7fd8a51e07fcefd8a51e0, - FFF7fd8a58d07fcefd8a58d0, + FFF76581c6007f836581c600, + FFF76581ccf07f836581ccf0, + FFF76581d3e07f836581d3e0, + FFF76581dad07f836581dad0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6fcf579007fcefcf57900 = { + FFF663f79a107f8363f79a10 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7fd8a60007fcefd8a6000, - FFF7fd8a66f07fcefd8a66f0, - FFF7fd8a6de07fcefd8a6de0, - FFF7fd8a74d07fcefd8a74d0, + FFF76581e2007f836581e200, + FFF76581e8f07f836581e8f0, + FFF76581efe07f836581efe0, + FFF76581f6d07f836581f6d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6fcf881a07fcefcf881a0 = { + FFF663f6a9407f8363f6a940 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7fd8a7c007fcefd8a7c00, - FFF7fd8a82f07fcefd8a82f0, - FFF7fd8a89e07fcefd8a89e0, - FFF7fd8a90d07fcefd8a90d0, + FFF76581fe007f836581fe00, + FFF7658204f07f83658204f0, + FFF765820be07f8365820be0, + FFF7658212d07f83658212d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6fcf621407fcefcf62140 = { + FFF663f59ab07f8363f59ab0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7fd8a98007fcefd8a9800, - FFF7fd8a9ef07fcefd8a9ef0, - FFF7fd8aa5e07fcefd8aa5e0, - FFF7fd8aacd07fcefd8aacd0, + FFF765821a007f8365821a00, + FFF7658220f07f83658220f0, + FFF7658227e07f83658227e0, + FFF765822ed07f8365822ed0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6fcf083c07fcefcf083c0 = { + FFF663f7ff207f8363f7ff20 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7fd8ab4007fcefd8ab400, - FFF7fd8abaf07fcefd8abaf0, - FFF7fd8ac1e07fcefd8ac1e0, - FFF7fd8ac8d07fcefd8ac8d0, + FFF7658236007f8365823600, + FFF765823cf07f8365823cf0, + FFF7658243e07f83658243e0, + FFF765824ad07f8365824ad0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6fcf31c707fcefcf31c70 = { + FFF663f1adb07f8363f1adb0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7fd8ad0007fcefd8ad000, - FFF7fd8ad6f07fcefd8ad6f0, - FFF7fd8adde07fcefd8adde0, - FFF7fd8ae4d07fcefd8ae4d0, + FFF7658252007f8365825200, + FFF7658258f07f83658258f0, + FFF765825fe07f8365825fe0, + FFF7658266d07f83658266d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6fcfa9f307fcefcfa9f30 = { + FFF663fa52d07f8363fa52d0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7fd8aec007fcefd8aec00, - FFF7fd8af2f07fcefd8af2f0, - FFF7fd8af9e07fcefd8af9e0, - FFF7fd8b00d07fcefd8b00d0, + FFF765826e007f8365826e00, + FFF7658274f07f83658274f0, + FFF765827be07f8365827be0, + FFF7658282d07f83658282d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6fcfbcd907fcefcfbcd90 = { + FFF663a8a7807f8363a8a780 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7fd8b08007fcefd8b0800, - FFF7fd8b0ef07fcefd8b0ef0, - FFF7fd8b15e07fcefd8b15e0, - FFF7fd8b1cd07fcefd8b1cd0, + FFF765828a007f8365828a00, + FFF7658290f07f83658290f0, + FFF7658297e07f83658297e0, + FFF765829ed07f8365829ed0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6fcfc22507fcefcfc2250 = { + FFF662df31307f8362df3130 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7fd8b24007fcefd8b2400, - FFF7fd8b2af07fcefd8b2af0, - FFF7fd8b31e07fcefd8b31e0, - FFF7fd8b38d07fcefd8b38d0, + FFF76582a6007f836582a600, + FFF76582acf07f836582acf0, + FFF76582b3e07f836582b3e0, + FFF76582bad07f836582bad0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6fcfc57507fcefcfc5750 = { + FFF662dea5407f8362dea540 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7fd8b40007fcefd8b4000, - FFF7fd8b46f07fcefd8b46f0, - FFF7fd8b4de07fcefd8b4de0, - FFF7fd8b54d07fcefd8b54d0, + FFF76582c2007f836582c200, + FFF76582c8f07f836582c8f0, + FFF76582cfe07f836582cfe0, + FFF76582d6d07f836582d6d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6fcfc8f407fcefcfc8f40 = { + FFF663b023907f8363b02390 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7fd8b5c007fcefd8b5c00, - FFF7fd8b62f07fcefd8b62f0, - FFF7fd8b69e07fcefd8b69e0, - FFF7fd8b70d07fcefd8b70d0, + FFF76582de007f836582de00, + FFF76582e4f07f836582e4f0, + FFF76582ebe07f836582ebe0, + FFF76582f2d07f836582f2d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6fcfcc5807fcefcfcc580 = { + FFF663aeeab07f8363aeeab0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7fd8b78007fcefd8b7800, - FFF7fd8b7ef07fcefd8b7ef0, - FFF7fd8b85e07fcefd8b85e0, - FFF7fd8b8cd07fcefd8b8cd0, + FFF76582fa007f836582fa00, + FFF7658300f07f83658300f0, + FFF7658307e07f83658307e0, + FFF765830ed07f8365830ed0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6fcfcfd707fcefcfcfd70 = { + FFF663af5f307f8363af5f30 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7fd8b94007fcefd8b9400, - FFF7fd8b9af07fcefd8b9af0, - FFF7fd8ba1e07fcefd8ba1e0, - FFF7fd8ba8d07fcefd8ba8d0, + FFF7658316007f8365831600, + FFF765831cf07f8365831cf0, + FFF7658323e07f83658323e0, + FFF765832ad07f8365832ad0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6fcfd30407fcefcfd3040 = { + FFF6648010f07f83648010f0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7fd8bb0007fcefd8bb000, - FFF7fd8bb6f07fcefd8bb6f0, - FFF7fd8bbde07fcefd8bbde0, - FFF7fd8bc4d07fcefd8bc4d0, + FFF7658332007f8365833200, + FFF7658338f07f83658338f0, + FFF765833fe07f8365833fe0, + FFF7658346d07f83658346d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6fcfd68607fcefcfd6860 = { + FFF6648048707f8364804870 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7fd8bcc007fcefd8bcc00, - FFF7fd8bd2f07fcefd8bd2f0, - FFF7fd8bd9e07fcefd8bd9e0, - FFF7fd8be0d07fcefd8be0d0, + FFF765834e007f8365834e00, + FFF7658354f07f83658354f0, + FFF765835be07f8365835be0, + FFF7658362d07f83658362d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6fcfda0107fcefcfda010 = { + FFF6648080207f8364808020 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7fd8be8007fcefd8be800, - FFF7fd8beef07fcefd8beef0, - FFF7fd8bf5e07fcefd8bf5e0, - FFF7fd8bfcd07fcefd8bfcd0, + FFF765836a007f8365836a00, + FFF7658370f07f83658370f0, + FFF7658377e07f83658377e0, + FFF765837ed07f8365837ed0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6fcfdd7407fcefcfdd740 = { + FFF66480b7507f836480b750 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7fd8c04007fcefd8c0400, - FFF7fd8c0af07fcefd8c0af0, - FFF7fd8c11e07fcefd8c11e0, - FFF7fd8c18d07fcefd8c18d0, + FFF7658386007f8365838600, + FFF765838cf07f8365838cf0, + FFF7658393e07f83658393e0, + FFF765839ad07f8365839ad0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6fcfe0f307fcefcfe0f30 = { + FFF66480f0007f836480f000 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7fd8c20007fcefd8c2000, - FFF7fd8c26f07fcefd8c26f0, - FFF7fd8c2de07fcefd8c2de0, - FFF7fd8c34d07fcefd8c34d0, + FFF76583a2007f836583a200, + FFF76583a8f07f836583a8f0, + FFF76583afe07f836583afe0, + FFF76583b6d07f836583b6d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6fcfe5fb07fcefcfe5fb0 = { + FFF6648140c07f83648140c0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7fd8c3c007fcefd8c3c00, - FFF7fd8c42f07fcefd8c42f0, - FFF7fd8c49e07fcefd8c49e0, - FFF7fd8c50d07fcefd8c50d0, + FFF76583be007f836583be00, + FFF76583c4f07f836583c4f0, + FFF76583cbe07f836583cbe0, + FFF76583d2d07f836583d2d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6fcfeae007fcefcfeae00 = { + FFF664818ec07f8364818ec0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7fd8c58007fcefd8c5800, - FFF7fd8c5ef07fcefd8c5ef0, - FFF7fd8c65e07fcefd8c65e0, - FFF7fd8c6cd07fcefd8c6cd0, + FFF76583da007f836583da00, + FFF76583e0f07f836583e0f0, + FFF76583e7e07f836583e7e0, + FFF76583eed07f836583eed0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6fcfefc807fcefcfefc80 = { + FFF66481dda07f836481dda0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7fd8c74007fcefd8c7400, - FFF7fd8c7af07fcefd8c7af0, - FFF7fd8c81e07fcefd8c81e0, - FFF7fd8c88d07fcefd8c88d0, + FFF76583f6007f836583f600, + FFF76583fcf07f836583fcf0, + FFF7658403e07f83658403e0, + FFF765840ad07f8365840ad0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6fcff4ba07fcefcff4ba0 = { + FFF664822c207f8364822c20 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7fd8c90007fcefd8c9000, - FFF7fd8c96f07fcefd8c96f0, - FFF7fd8c9de07fcefd8c9de0, - FFF7fd8ca4d07fcefd8ca4d0, + FFF7658412007f8365841200, + FFF7658418f07f83658418f0, + FFF765841fe07f8365841fe0, + FFF7658426d07f83658426d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6fcff97f07fcefcff97f0 = { + FFF6648279507f8364827950 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7fd8cac007fcefd8cac00, - FFF7fd8cb2f07fcefd8cb2f0, - FFF7fd8cb9e07fcefd8cb9e0, - FFF7fd8cc0d07fcefd8cc0d0, + FFF765842e007f8365842e00, + FFF7658434f07f83658434f0, + FFF765843be07f8365843be0, + FFF7658442d07f83658442d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6fe1026507fcefe102650 = { + FFF6649020707f8364902070 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7fd8cc8007fcefd8cc800, - FFF7fd8ccef07fcefd8ccef0, - FFF7fd8cd5e07fcefd8cd5e0, - FFF7fd8cdcd07fcefd8cdcd0, + FFF765844a007f8365844a00, + FFF7658450f07f83658450f0, + FFF7658457e07f83658457e0, + FFF765845ed07f8365845ed0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6fe1076e07fcefe1076e0 = { + FFF6649070907f8364907090 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7fd8ce4007fcefd8ce400, - FFF7fd8ceaf07fcefd8ceaf0, - FFF7fd8cf1e07fcefd8cf1e0, - FFF7fd8cf8d07fcefd8cf8d0, + FFF7658466007f8365846600, + FFF765846cf07f8365846cf0, + FFF7658473e07f83658473e0, + FFF765847ad07f8365847ad0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6fe10a8207fcefe10a820 = { + FFF66490a3907f836490a390 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7fd8d00007fcefd8d0000, - FFF7fd8d06f07fcefd8d06f0, - FFF7fd8d0de07fcefd8d0de0, - FFF7fd8d14d07fcefd8d14d0, + FFF7658482007f8365848200, + FFF7658488f07f83658488f0, + FFF765848fe07f8365848fe0, + FFF7658496d07f83658496d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6fe10e0b07fcefe10e0b0 = { + FFF66490daf07f836490daf0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7fd8d1c007fcefd8d1c00, - FFF7fd8d22f07fcefd8d22f0, - FFF7fd8d29e07fcefd8d29e0, - FFF7fd8d30d07fcefd8d30d0, + FFF765849e007f8365849e00, + FFF76584a4f07f836584a4f0, + FFF76584abe07f836584abe0, + FFF76584b2d07f836584b2d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6fe1115e07fcefe1115e0 = { + FFF664910fd07f8364910fd0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7fd8d38007fcefd8d3800, - FFF7fd8d3ef07fcefd8d3ef0, - FFF7fd8d45e07fcefd8d45e0, - FFF7fd8d4cd07fcefd8d4cd0, + FFF76584ba007f836584ba00, + FFF76584c0f07f836584c0f0, + FFF76584c7e07f836584c7e0, + FFF76584ced07f836584ced0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6fe114b507fcefe114b50 = { + FFF6649145107f8364914510 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7fd8d54007fcefd8d5400, - FFF7fd8d5af07fcefd8d5af0, - FFF7fd8d61e07fcefd8d61e0, - FFF7fd8d68d07fcefd8d68d0, + FFF76584d6007f836584d600, + FFF76584dcf07f836584dcf0, + FFF76584e3e07f836584e3e0, + FFF76584ead07f836584ead0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6fe1184107fcefe118410 = { + FFF664917dd07f8364917dd0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7fd8d70007fcefd8d7000, - FFF7fd8d76f07fcefd8d76f0, - FFF7fd8d7de07fcefd8d7de0, - FFF7fd8d84d07fcefd8d84d0, + FFF76584f2007f836584f200, + FFF76584f8f07f836584f8f0, + FFF76584ffe07f836584ffe0, + FFF7658506d07f83658506d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6fe11b8607fcefe11b860 = { + FFF66491b2207f836491b220 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7fd8d8c007fcefd8d8c00, - FFF7fd8d92f07fcefd8d92f0, - FFF7fd8d99e07fcefd8d99e0, - FFF7fd8da0d07fcefd8da0d0, + FFF765850e007f8365850e00, + FFF7658514f07f83658514f0, + FFF765851be07f8365851be0, + FFF7658522d07f83658522d0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6fe11ed007fcefe11ed00 = { + FFF66491e6c07f836491e6c0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7fd8da8007fcefd8da800, - FFF7fd8daef07fcefd8daef0, - FFF7fd8db5e07fcefd8db5e0, - FFF7fd8dbcd07fcefd8dbcd0, + FFF765852a007f8365852a00, + FFF7658530f07f83658530f0, + FFF7658537e07f83658537e0, + FFF765853ed07f8365853ed0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6fe1222e07fcefe1222e0 = { + FFF664921ca07f8364921ca0 = { isa = XCConfigurationList; buildConfigurations = ( - FFF7fd8dc4007fcefd8dc400, - FFF7fd8dcaf07fcefd8dcaf0, - FFF7fd8dd1e07fcefd8dd1e0, - FFF7fd8dd8d07fcefd8dd8d0, + FFF7658546007f8365854600, + FFF765854cf07f8365854cf0, + FFF7658553e07f83658553e0, + FFF765855ad07f8365855ad0, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; - FFF6fcf939d07fcefcf939d0 = { + FFF663f8bf107f8363f8bf10 = { isa = XCConfigurationList; buildConfigurations = ( - FFF3fd8a44007fcefd8a4400 /* debug */, - FFF3fd8a4af07fcefd8a4af0 /* checked */, - FFF3fd8a51e07fcefd8a51e0 /* profile */, - FFF3fd8a58d07fcefd8a58d0 /* release */, + FFF36581c6007f836581c600 /* debug */, + FFF36581ccf07f836581ccf0 /* checked */, + FFF36581d3e07f836581d3e0 /* profile */, + FFF36581dad07f836581dad0 /* release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = "debug"; }; /* End XCConfigurationList section */ /* Begin XCBuildConfiguration section */ - FFF7fd8a44007fcefd8a4400 /* debug */ = { + FFF76581c6007f836581c600 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -4544,7 +4544,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../Source/Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include", "../../../Include/utils", "../../../Source/Common/src", @@ -4559,7 +4559,7 @@ }; name = "debug"; }; - FFF7fd8a4af07fcefd8a4af0 /* checked */ = { + FFF76581ccf07f836581ccf0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -4574,7 +4574,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Source/Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include", "../../../Include/utils", "../../../Source/Common/src", @@ -4589,7 +4589,7 @@ }; name = "checked"; }; - FFF7fd8a51e07fcefd8a51e0 /* profile */ = { + FFF76581d3e07f836581d3e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -4604,7 +4604,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Source/Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include", "../../../Include/utils", "../../../Source/Common/src", @@ -4619,7 +4619,7 @@ }; name = "profile"; }; - FFF7fd8a58d07fcefd8a58d0 /* release */ = { + FFF76581dad07f836581dad0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -4634,7 +4634,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-exit-time-destructors", "-Wno-global-constructors", "-Wno-missing-prototypes", "-Wno-unreachable-code", "-Wno-unused-macros", "-Wno-used-but-marked-unused", "-Wno-weak-template-vtables", "-Wno-invalid-offsetof", "-Wno-c++11-extensions", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Source/Common/include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", "../../../../PxShared/src/pvd/include", "../../../Include", "../../../Include/utils", "../../../Source/Common/src", @@ -4649,7 +4649,7 @@ }; name = "release"; }; - FFF7fd8a60007fcefd8a6000 /* debug */ = { + FFF76581e2007f836581e200 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -4664,7 +4664,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -4679,7 +4679,7 @@ }; name = "debug"; }; - FFF7fd8a66f07fcefd8a66f0 /* checked */ = { + FFF76581e8f07f836581e8f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -4694,7 +4694,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -4709,7 +4709,7 @@ }; name = "checked"; }; - FFF7fd8a6de07fcefd8a6de0 /* profile */ = { + FFF76581efe07f836581efe0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -4724,7 +4724,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -4739,7 +4739,7 @@ }; name = "profile"; }; - FFF7fd8a74d07fcefd8a74d0 /* release */ = { + FFF76581f6d07f836581f6d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -4754,7 +4754,7 @@ ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -4769,7 +4769,7 @@ }; name = "release"; }; - FFF7fd8a7c007fcefd8a7c00 /* debug */ = { + FFF76581fe007f836581fe00 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -4786,7 +4786,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonDEBUG", "-lPhysX3DEBUG", "-lPhysX3VehicleDEBUG", "-lPhysX3CookingDEBUG", "-lPhysX3ExtensionsDEBUG", "-lPhysX3CharacterKinematicDEBUG", "-lSnippetUtilsDEBUG", "-lPxFoundationDEBUG", "-lPsFastXmlDEBUG", "-lPxPvdSDKDEBUG", "-lSimulationControllerDEBUG", "-lSceneQueryDEBUG", "-lLowLevelDEBUG", "-lLowLevelAABBDEBUG", "-lLowLevelDynamicsDEBUG", "-lLowLevelClothDEBUG", "-lLowLevelParticlesDEBUG", "-lPxTaskDEBUG", "-lSnippetRenderDEBUG", "-lSnippetUtilsDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -4801,7 +4801,7 @@ }; name = "debug"; }; - FFF7fd8a82f07fcefd8a82f0 /* checked */ = { + FFF7658204f07f83658204f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -4818,7 +4818,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonCHECKED", "-lPhysX3CHECKED", "-lPhysX3VehicleCHECKED", "-lPhysX3CookingCHECKED", "-lPhysX3ExtensionsCHECKED", "-lPhysX3CharacterKinematicCHECKED", "-lSnippetUtilsCHECKED", "-lPxFoundationCHECKED", "-lPsFastXmlCHECKED", "-lPxPvdSDKCHECKED", "-lSimulationControllerCHECKED", "-lSceneQueryCHECKED", "-lLowLevelCHECKED", "-lLowLevelAABBCHECKED", "-lLowLevelDynamicsCHECKED", "-lLowLevelClothCHECKED", "-lLowLevelParticlesCHECKED", "-lPxTaskCHECKED", "-lSnippetRenderCHECKED", "-lSnippetUtilsCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -4833,7 +4833,7 @@ }; name = "checked"; }; - FFF7fd8a89e07fcefd8a89e0 /* profile */ = { + FFF765820be07f8365820be0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -4850,7 +4850,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonPROFILE", "-lPhysX3PROFILE", "-lPhysX3VehiclePROFILE", "-lPhysX3CookingPROFILE", "-lPhysX3ExtensionsPROFILE", "-lPhysX3CharacterKinematicPROFILE", "-lSnippetUtilsPROFILE", "-lPxFoundationPROFILE", "-lPsFastXmlPROFILE", "-lPxPvdSDKPROFILE", "-lSimulationControllerPROFILE", "-lSceneQueryPROFILE", "-lLowLevelPROFILE", "-lLowLevelAABBPROFILE", "-lLowLevelDynamicsPROFILE", "-lLowLevelClothPROFILE", "-lLowLevelParticlesPROFILE", "-lPxTaskPROFILE", "-lSnippetRenderPROFILE", "-lSnippetUtilsPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -4865,7 +4865,7 @@ }; name = "profile"; }; - FFF7fd8a90d07fcefd8a90d0 /* release */ = { + FFF7658212d07f83658212d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -4882,7 +4882,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3Common", "-lPhysX3", "-lPhysX3Vehicle", "-lPhysX3Cooking", "-lPhysX3Extensions", "-lPhysX3CharacterKinematic", "-lSnippetUtils", "-lPxFoundation", "-lPsFastXml", "-lPxPvdSDK", "-lSimulationController", "-lSceneQuery", "-lLowLevel", "-lLowLevelAABB", "-lLowLevelDynamics", "-lLowLevelCloth", "-lLowLevelParticles", "-lPxTask", "-lSnippetRender", "-lSnippetUtils", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -4897,7 +4897,7 @@ }; name = "release"; }; - FFF7fd8a98007fcefd8a9800 /* debug */ = { + FFF765821a007f8365821a00 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -4914,7 +4914,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonDEBUG", "-lPhysX3DEBUG", "-lPhysX3VehicleDEBUG", "-lPhysX3CookingDEBUG", "-lPhysX3ExtensionsDEBUG", "-lPhysX3CharacterKinematicDEBUG", "-lSnippetUtilsDEBUG", "-lPxFoundationDEBUG", "-lPsFastXmlDEBUG", "-lPxPvdSDKDEBUG", "-lSimulationControllerDEBUG", "-lSceneQueryDEBUG", "-lLowLevelDEBUG", "-lLowLevelAABBDEBUG", "-lLowLevelDynamicsDEBUG", "-lLowLevelClothDEBUG", "-lLowLevelParticlesDEBUG", "-lPxTaskDEBUG", "-lSnippetRenderDEBUG", "-lSnippetUtilsDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -4929,7 +4929,7 @@ }; name = "debug"; }; - FFF7fd8a9ef07fcefd8a9ef0 /* checked */ = { + FFF7658220f07f83658220f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -4946,7 +4946,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonCHECKED", "-lPhysX3CHECKED", "-lPhysX3VehicleCHECKED", "-lPhysX3CookingCHECKED", "-lPhysX3ExtensionsCHECKED", "-lPhysX3CharacterKinematicCHECKED", "-lSnippetUtilsCHECKED", "-lPxFoundationCHECKED", "-lPsFastXmlCHECKED", "-lPxPvdSDKCHECKED", "-lSimulationControllerCHECKED", "-lSceneQueryCHECKED", "-lLowLevelCHECKED", "-lLowLevelAABBCHECKED", "-lLowLevelDynamicsCHECKED", "-lLowLevelClothCHECKED", "-lLowLevelParticlesCHECKED", "-lPxTaskCHECKED", "-lSnippetRenderCHECKED", "-lSnippetUtilsCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -4961,7 +4961,7 @@ }; name = "checked"; }; - FFF7fd8aa5e07fcefd8aa5e0 /* profile */ = { + FFF7658227e07f83658227e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -4978,7 +4978,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonPROFILE", "-lPhysX3PROFILE", "-lPhysX3VehiclePROFILE", "-lPhysX3CookingPROFILE", "-lPhysX3ExtensionsPROFILE", "-lPhysX3CharacterKinematicPROFILE", "-lSnippetUtilsPROFILE", "-lPxFoundationPROFILE", "-lPsFastXmlPROFILE", "-lPxPvdSDKPROFILE", "-lSimulationControllerPROFILE", "-lSceneQueryPROFILE", "-lLowLevelPROFILE", "-lLowLevelAABBPROFILE", "-lLowLevelDynamicsPROFILE", "-lLowLevelClothPROFILE", "-lLowLevelParticlesPROFILE", "-lPxTaskPROFILE", "-lSnippetRenderPROFILE", "-lSnippetUtilsPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -4993,7 +4993,7 @@ }; name = "profile"; }; - FFF7fd8aacd07fcefd8aacd0 /* release */ = { + FFF765822ed07f8365822ed0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5010,7 +5010,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3Common", "-lPhysX3", "-lPhysX3Vehicle", "-lPhysX3Cooking", "-lPhysX3Extensions", "-lPhysX3CharacterKinematic", "-lSnippetUtils", "-lPxFoundation", "-lPsFastXml", "-lPxPvdSDK", "-lSimulationController", "-lSceneQuery", "-lLowLevel", "-lLowLevelAABB", "-lLowLevelDynamics", "-lLowLevelCloth", "-lLowLevelParticles", "-lPxTask", "-lSnippetRender", "-lSnippetUtils", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -5025,7 +5025,7 @@ }; name = "release"; }; - FFF7fd8ab4007fcefd8ab400 /* debug */ = { + FFF7658236007f8365823600 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5042,7 +5042,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonDEBUG", "-lPhysX3DEBUG", "-lPhysX3VehicleDEBUG", "-lPhysX3CookingDEBUG", "-lPhysX3ExtensionsDEBUG", "-lPhysX3CharacterKinematicDEBUG", "-lSnippetUtilsDEBUG", "-lPxFoundationDEBUG", "-lPsFastXmlDEBUG", "-lPxPvdSDKDEBUG", "-lSimulationControllerDEBUG", "-lSceneQueryDEBUG", "-lLowLevelDEBUG", "-lLowLevelAABBDEBUG", "-lLowLevelDynamicsDEBUG", "-lLowLevelClothDEBUG", "-lLowLevelParticlesDEBUG", "-lPxTaskDEBUG", "-lSnippetRenderDEBUG", "-lSnippetUtilsDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -5057,7 +5057,7 @@ }; name = "debug"; }; - FFF7fd8abaf07fcefd8abaf0 /* checked */ = { + FFF765823cf07f8365823cf0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5074,7 +5074,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonCHECKED", "-lPhysX3CHECKED", "-lPhysX3VehicleCHECKED", "-lPhysX3CookingCHECKED", "-lPhysX3ExtensionsCHECKED", "-lPhysX3CharacterKinematicCHECKED", "-lSnippetUtilsCHECKED", "-lPxFoundationCHECKED", "-lPsFastXmlCHECKED", "-lPxPvdSDKCHECKED", "-lSimulationControllerCHECKED", "-lSceneQueryCHECKED", "-lLowLevelCHECKED", "-lLowLevelAABBCHECKED", "-lLowLevelDynamicsCHECKED", "-lLowLevelClothCHECKED", "-lLowLevelParticlesCHECKED", "-lPxTaskCHECKED", "-lSnippetRenderCHECKED", "-lSnippetUtilsCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -5089,7 +5089,7 @@ }; name = "checked"; }; - FFF7fd8ac1e07fcefd8ac1e0 /* profile */ = { + FFF7658243e07f83658243e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5106,7 +5106,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonPROFILE", "-lPhysX3PROFILE", "-lPhysX3VehiclePROFILE", "-lPhysX3CookingPROFILE", "-lPhysX3ExtensionsPROFILE", "-lPhysX3CharacterKinematicPROFILE", "-lSnippetUtilsPROFILE", "-lPxFoundationPROFILE", "-lPsFastXmlPROFILE", "-lPxPvdSDKPROFILE", "-lSimulationControllerPROFILE", "-lSceneQueryPROFILE", "-lLowLevelPROFILE", "-lLowLevelAABBPROFILE", "-lLowLevelDynamicsPROFILE", "-lLowLevelClothPROFILE", "-lLowLevelParticlesPROFILE", "-lPxTaskPROFILE", "-lSnippetRenderPROFILE", "-lSnippetUtilsPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -5121,7 +5121,7 @@ }; name = "profile"; }; - FFF7fd8ac8d07fcefd8ac8d0 /* release */ = { + FFF765824ad07f8365824ad0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5138,7 +5138,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3Common", "-lPhysX3", "-lPhysX3Vehicle", "-lPhysX3Cooking", "-lPhysX3Extensions", "-lPhysX3CharacterKinematic", "-lSnippetUtils", "-lPxFoundation", "-lPsFastXml", "-lPxPvdSDK", "-lSimulationController", "-lSceneQuery", "-lLowLevel", "-lLowLevelAABB", "-lLowLevelDynamics", "-lLowLevelCloth", "-lLowLevelParticles", "-lPxTask", "-lSnippetRender", "-lSnippetUtils", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -5153,7 +5153,7 @@ }; name = "release"; }; - FFF7fd8ad0007fcefd8ad000 /* debug */ = { + FFF7658252007f8365825200 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5170,7 +5170,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonDEBUG", "-lPhysX3DEBUG", "-lPhysX3VehicleDEBUG", "-lPhysX3CookingDEBUG", "-lPhysX3ExtensionsDEBUG", "-lPhysX3CharacterKinematicDEBUG", "-lSnippetUtilsDEBUG", "-lPxFoundationDEBUG", "-lPsFastXmlDEBUG", "-lPxPvdSDKDEBUG", "-lSimulationControllerDEBUG", "-lSceneQueryDEBUG", "-lLowLevelDEBUG", "-lLowLevelAABBDEBUG", "-lLowLevelDynamicsDEBUG", "-lLowLevelClothDEBUG", "-lLowLevelParticlesDEBUG", "-lPxTaskDEBUG", "-lSnippetRenderDEBUG", "-lSnippetUtilsDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -5185,7 +5185,7 @@ }; name = "debug"; }; - FFF7fd8ad6f07fcefd8ad6f0 /* checked */ = { + FFF7658258f07f83658258f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5202,7 +5202,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonCHECKED", "-lPhysX3CHECKED", "-lPhysX3VehicleCHECKED", "-lPhysX3CookingCHECKED", "-lPhysX3ExtensionsCHECKED", "-lPhysX3CharacterKinematicCHECKED", "-lSnippetUtilsCHECKED", "-lPxFoundationCHECKED", "-lPsFastXmlCHECKED", "-lPxPvdSDKCHECKED", "-lSimulationControllerCHECKED", "-lSceneQueryCHECKED", "-lLowLevelCHECKED", "-lLowLevelAABBCHECKED", "-lLowLevelDynamicsCHECKED", "-lLowLevelClothCHECKED", "-lLowLevelParticlesCHECKED", "-lPxTaskCHECKED", "-lSnippetRenderCHECKED", "-lSnippetUtilsCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -5217,7 +5217,7 @@ }; name = "checked"; }; - FFF7fd8adde07fcefd8adde0 /* profile */ = { + FFF765825fe07f8365825fe0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5234,7 +5234,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonPROFILE", "-lPhysX3PROFILE", "-lPhysX3VehiclePROFILE", "-lPhysX3CookingPROFILE", "-lPhysX3ExtensionsPROFILE", "-lPhysX3CharacterKinematicPROFILE", "-lSnippetUtilsPROFILE", "-lPxFoundationPROFILE", "-lPsFastXmlPROFILE", "-lPxPvdSDKPROFILE", "-lSimulationControllerPROFILE", "-lSceneQueryPROFILE", "-lLowLevelPROFILE", "-lLowLevelAABBPROFILE", "-lLowLevelDynamicsPROFILE", "-lLowLevelClothPROFILE", "-lLowLevelParticlesPROFILE", "-lPxTaskPROFILE", "-lSnippetRenderPROFILE", "-lSnippetUtilsPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -5249,7 +5249,7 @@ }; name = "profile"; }; - FFF7fd8ae4d07fcefd8ae4d0 /* release */ = { + FFF7658266d07f83658266d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5266,7 +5266,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3Common", "-lPhysX3", "-lPhysX3Vehicle", "-lPhysX3Cooking", "-lPhysX3Extensions", "-lPhysX3CharacterKinematic", "-lSnippetUtils", "-lPxFoundation", "-lPsFastXml", "-lPxPvdSDK", "-lSimulationController", "-lSceneQuery", "-lLowLevel", "-lLowLevelAABB", "-lLowLevelDynamics", "-lLowLevelCloth", "-lLowLevelParticles", "-lPxTask", "-lSnippetRender", "-lSnippetUtils", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -5281,7 +5281,7 @@ }; name = "release"; }; - FFF7fd8aec007fcefd8aec00 /* debug */ = { + FFF765826e007f8365826e00 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5298,7 +5298,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonDEBUG", "-lPhysX3DEBUG", "-lPhysX3VehicleDEBUG", "-lPhysX3CookingDEBUG", "-lPhysX3ExtensionsDEBUG", "-lPhysX3CharacterKinematicDEBUG", "-lSnippetUtilsDEBUG", "-lPxFoundationDEBUG", "-lPsFastXmlDEBUG", "-lPxPvdSDKDEBUG", "-lSimulationControllerDEBUG", "-lSceneQueryDEBUG", "-lLowLevelDEBUG", "-lLowLevelAABBDEBUG", "-lLowLevelDynamicsDEBUG", "-lLowLevelClothDEBUG", "-lLowLevelParticlesDEBUG", "-lPxTaskDEBUG", "-lSnippetRenderDEBUG", "-lSnippetUtilsDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -5313,7 +5313,7 @@ }; name = "debug"; }; - FFF7fd8af2f07fcefd8af2f0 /* checked */ = { + FFF7658274f07f83658274f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5330,7 +5330,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonCHECKED", "-lPhysX3CHECKED", "-lPhysX3VehicleCHECKED", "-lPhysX3CookingCHECKED", "-lPhysX3ExtensionsCHECKED", "-lPhysX3CharacterKinematicCHECKED", "-lSnippetUtilsCHECKED", "-lPxFoundationCHECKED", "-lPsFastXmlCHECKED", "-lPxPvdSDKCHECKED", "-lSimulationControllerCHECKED", "-lSceneQueryCHECKED", "-lLowLevelCHECKED", "-lLowLevelAABBCHECKED", "-lLowLevelDynamicsCHECKED", "-lLowLevelClothCHECKED", "-lLowLevelParticlesCHECKED", "-lPxTaskCHECKED", "-lSnippetRenderCHECKED", "-lSnippetUtilsCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -5345,7 +5345,7 @@ }; name = "checked"; }; - FFF7fd8af9e07fcefd8af9e0 /* profile */ = { + FFF765827be07f8365827be0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5362,7 +5362,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonPROFILE", "-lPhysX3PROFILE", "-lPhysX3VehiclePROFILE", "-lPhysX3CookingPROFILE", "-lPhysX3ExtensionsPROFILE", "-lPhysX3CharacterKinematicPROFILE", "-lSnippetUtilsPROFILE", "-lPxFoundationPROFILE", "-lPsFastXmlPROFILE", "-lPxPvdSDKPROFILE", "-lSimulationControllerPROFILE", "-lSceneQueryPROFILE", "-lLowLevelPROFILE", "-lLowLevelAABBPROFILE", "-lLowLevelDynamicsPROFILE", "-lLowLevelClothPROFILE", "-lLowLevelParticlesPROFILE", "-lPxTaskPROFILE", "-lSnippetRenderPROFILE", "-lSnippetUtilsPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -5377,7 +5377,7 @@ }; name = "profile"; }; - FFF7fd8b00d07fcefd8b00d0 /* release */ = { + FFF7658282d07f83658282d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5394,7 +5394,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3Common", "-lPhysX3", "-lPhysX3Vehicle", "-lPhysX3Cooking", "-lPhysX3Extensions", "-lPhysX3CharacterKinematic", "-lSnippetUtils", "-lPxFoundation", "-lPsFastXml", "-lPxPvdSDK", "-lSimulationController", "-lSceneQuery", "-lLowLevel", "-lLowLevelAABB", "-lLowLevelDynamics", "-lLowLevelCloth", "-lLowLevelParticles", "-lPxTask", "-lSnippetRender", "-lSnippetUtils", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -5409,7 +5409,7 @@ }; name = "release"; }; - FFF7fd8b08007fcefd8b0800 /* debug */ = { + FFF765828a007f8365828a00 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5426,7 +5426,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonDEBUG", "-lPhysX3DEBUG", "-lPhysX3VehicleDEBUG", "-lPhysX3CookingDEBUG", "-lPhysX3ExtensionsDEBUG", "-lPhysX3CharacterKinematicDEBUG", "-lSnippetUtilsDEBUG", "-lPxFoundationDEBUG", "-lPsFastXmlDEBUG", "-lPxPvdSDKDEBUG", "-lSimulationControllerDEBUG", "-lSceneQueryDEBUG", "-lLowLevelDEBUG", "-lLowLevelAABBDEBUG", "-lLowLevelDynamicsDEBUG", "-lLowLevelClothDEBUG", "-lLowLevelParticlesDEBUG", "-lPxTaskDEBUG", "-lSnippetRenderDEBUG", "-lSnippetUtilsDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -5441,7 +5441,7 @@ }; name = "debug"; }; - FFF7fd8b0ef07fcefd8b0ef0 /* checked */ = { + FFF7658290f07f83658290f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5458,7 +5458,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonCHECKED", "-lPhysX3CHECKED", "-lPhysX3VehicleCHECKED", "-lPhysX3CookingCHECKED", "-lPhysX3ExtensionsCHECKED", "-lPhysX3CharacterKinematicCHECKED", "-lSnippetUtilsCHECKED", "-lPxFoundationCHECKED", "-lPsFastXmlCHECKED", "-lPxPvdSDKCHECKED", "-lSimulationControllerCHECKED", "-lSceneQueryCHECKED", "-lLowLevelCHECKED", "-lLowLevelAABBCHECKED", "-lLowLevelDynamicsCHECKED", "-lLowLevelClothCHECKED", "-lLowLevelParticlesCHECKED", "-lPxTaskCHECKED", "-lSnippetRenderCHECKED", "-lSnippetUtilsCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -5473,7 +5473,7 @@ }; name = "checked"; }; - FFF7fd8b15e07fcefd8b15e0 /* profile */ = { + FFF7658297e07f83658297e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5490,7 +5490,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonPROFILE", "-lPhysX3PROFILE", "-lPhysX3VehiclePROFILE", "-lPhysX3CookingPROFILE", "-lPhysX3ExtensionsPROFILE", "-lPhysX3CharacterKinematicPROFILE", "-lSnippetUtilsPROFILE", "-lPxFoundationPROFILE", "-lPsFastXmlPROFILE", "-lPxPvdSDKPROFILE", "-lSimulationControllerPROFILE", "-lSceneQueryPROFILE", "-lLowLevelPROFILE", "-lLowLevelAABBPROFILE", "-lLowLevelDynamicsPROFILE", "-lLowLevelClothPROFILE", "-lLowLevelParticlesPROFILE", "-lPxTaskPROFILE", "-lSnippetRenderPROFILE", "-lSnippetUtilsPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -5505,7 +5505,7 @@ }; name = "profile"; }; - FFF7fd8b1cd07fcefd8b1cd0 /* release */ = { + FFF765829ed07f8365829ed0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5522,7 +5522,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3Common", "-lPhysX3", "-lPhysX3Vehicle", "-lPhysX3Cooking", "-lPhysX3Extensions", "-lPhysX3CharacterKinematic", "-lSnippetUtils", "-lPxFoundation", "-lPsFastXml", "-lPxPvdSDK", "-lSimulationController", "-lSceneQuery", "-lLowLevel", "-lLowLevelAABB", "-lLowLevelDynamics", "-lLowLevelCloth", "-lLowLevelParticles", "-lPxTask", "-lSnippetRender", "-lSnippetUtils", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -5537,7 +5537,7 @@ }; name = "release"; }; - FFF7fd8b24007fcefd8b2400 /* debug */ = { + FFF76582a6007f836582a600 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5554,7 +5554,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonDEBUG", "-lPhysX3DEBUG", "-lPhysX3VehicleDEBUG", "-lPhysX3CookingDEBUG", "-lPhysX3ExtensionsDEBUG", "-lPhysX3CharacterKinematicDEBUG", "-lSnippetUtilsDEBUG", "-lPxFoundationDEBUG", "-lPsFastXmlDEBUG", "-lPxPvdSDKDEBUG", "-lSimulationControllerDEBUG", "-lSceneQueryDEBUG", "-lLowLevelDEBUG", "-lLowLevelAABBDEBUG", "-lLowLevelDynamicsDEBUG", "-lLowLevelClothDEBUG", "-lLowLevelParticlesDEBUG", "-lPxTaskDEBUG", "-lSnippetRenderDEBUG", "-lSnippetUtilsDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -5569,7 +5569,7 @@ }; name = "debug"; }; - FFF7fd8b2af07fcefd8b2af0 /* checked */ = { + FFF76582acf07f836582acf0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5586,7 +5586,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonCHECKED", "-lPhysX3CHECKED", "-lPhysX3VehicleCHECKED", "-lPhysX3CookingCHECKED", "-lPhysX3ExtensionsCHECKED", "-lPhysX3CharacterKinematicCHECKED", "-lSnippetUtilsCHECKED", "-lPxFoundationCHECKED", "-lPsFastXmlCHECKED", "-lPxPvdSDKCHECKED", "-lSimulationControllerCHECKED", "-lSceneQueryCHECKED", "-lLowLevelCHECKED", "-lLowLevelAABBCHECKED", "-lLowLevelDynamicsCHECKED", "-lLowLevelClothCHECKED", "-lLowLevelParticlesCHECKED", "-lPxTaskCHECKED", "-lSnippetRenderCHECKED", "-lSnippetUtilsCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -5601,7 +5601,7 @@ }; name = "checked"; }; - FFF7fd8b31e07fcefd8b31e0 /* profile */ = { + FFF76582b3e07f836582b3e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5618,7 +5618,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonPROFILE", "-lPhysX3PROFILE", "-lPhysX3VehiclePROFILE", "-lPhysX3CookingPROFILE", "-lPhysX3ExtensionsPROFILE", "-lPhysX3CharacterKinematicPROFILE", "-lSnippetUtilsPROFILE", "-lPxFoundationPROFILE", "-lPsFastXmlPROFILE", "-lPxPvdSDKPROFILE", "-lSimulationControllerPROFILE", "-lSceneQueryPROFILE", "-lLowLevelPROFILE", "-lLowLevelAABBPROFILE", "-lLowLevelDynamicsPROFILE", "-lLowLevelClothPROFILE", "-lLowLevelParticlesPROFILE", "-lPxTaskPROFILE", "-lSnippetRenderPROFILE", "-lSnippetUtilsPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -5633,7 +5633,7 @@ }; name = "profile"; }; - FFF7fd8b38d07fcefd8b38d0 /* release */ = { + FFF76582bad07f836582bad0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5650,7 +5650,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3Common", "-lPhysX3", "-lPhysX3Vehicle", "-lPhysX3Cooking", "-lPhysX3Extensions", "-lPhysX3CharacterKinematic", "-lSnippetUtils", "-lPxFoundation", "-lPsFastXml", "-lPxPvdSDK", "-lSimulationController", "-lSceneQuery", "-lLowLevel", "-lLowLevelAABB", "-lLowLevelDynamics", "-lLowLevelCloth", "-lLowLevelParticles", "-lPxTask", "-lSnippetRender", "-lSnippetUtils", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -5665,7 +5665,7 @@ }; name = "release"; }; - FFF7fd8b40007fcefd8b4000 /* debug */ = { + FFF76582c2007f836582c200 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5682,7 +5682,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonDEBUG", "-lPhysX3DEBUG", "-lPhysX3VehicleDEBUG", "-lPhysX3CookingDEBUG", "-lPhysX3ExtensionsDEBUG", "-lPhysX3CharacterKinematicDEBUG", "-lSnippetUtilsDEBUG", "-lPxFoundationDEBUG", "-lPsFastXmlDEBUG", "-lPxPvdSDKDEBUG", "-lSimulationControllerDEBUG", "-lSceneQueryDEBUG", "-lLowLevelDEBUG", "-lLowLevelAABBDEBUG", "-lLowLevelDynamicsDEBUG", "-lLowLevelClothDEBUG", "-lLowLevelParticlesDEBUG", "-lPxTaskDEBUG", "-lSnippetRenderDEBUG", "-lSnippetUtilsDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -5697,7 +5697,7 @@ }; name = "debug"; }; - FFF7fd8b46f07fcefd8b46f0 /* checked */ = { + FFF76582c8f07f836582c8f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5714,7 +5714,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonCHECKED", "-lPhysX3CHECKED", "-lPhysX3VehicleCHECKED", "-lPhysX3CookingCHECKED", "-lPhysX3ExtensionsCHECKED", "-lPhysX3CharacterKinematicCHECKED", "-lSnippetUtilsCHECKED", "-lPxFoundationCHECKED", "-lPsFastXmlCHECKED", "-lPxPvdSDKCHECKED", "-lSimulationControllerCHECKED", "-lSceneQueryCHECKED", "-lLowLevelCHECKED", "-lLowLevelAABBCHECKED", "-lLowLevelDynamicsCHECKED", "-lLowLevelClothCHECKED", "-lLowLevelParticlesCHECKED", "-lPxTaskCHECKED", "-lSnippetRenderCHECKED", "-lSnippetUtilsCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -5729,7 +5729,7 @@ }; name = "checked"; }; - FFF7fd8b4de07fcefd8b4de0 /* profile */ = { + FFF76582cfe07f836582cfe0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5746,7 +5746,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonPROFILE", "-lPhysX3PROFILE", "-lPhysX3VehiclePROFILE", "-lPhysX3CookingPROFILE", "-lPhysX3ExtensionsPROFILE", "-lPhysX3CharacterKinematicPROFILE", "-lSnippetUtilsPROFILE", "-lPxFoundationPROFILE", "-lPsFastXmlPROFILE", "-lPxPvdSDKPROFILE", "-lSimulationControllerPROFILE", "-lSceneQueryPROFILE", "-lLowLevelPROFILE", "-lLowLevelAABBPROFILE", "-lLowLevelDynamicsPROFILE", "-lLowLevelClothPROFILE", "-lLowLevelParticlesPROFILE", "-lPxTaskPROFILE", "-lSnippetRenderPROFILE", "-lSnippetUtilsPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -5761,7 +5761,7 @@ }; name = "profile"; }; - FFF7fd8b54d07fcefd8b54d0 /* release */ = { + FFF76582d6d07f836582d6d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5778,7 +5778,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3Common", "-lPhysX3", "-lPhysX3Vehicle", "-lPhysX3Cooking", "-lPhysX3Extensions", "-lPhysX3CharacterKinematic", "-lSnippetUtils", "-lPxFoundation", "-lPsFastXml", "-lPxPvdSDK", "-lSimulationController", "-lSceneQuery", "-lLowLevel", "-lLowLevelAABB", "-lLowLevelDynamics", "-lLowLevelCloth", "-lLowLevelParticles", "-lPxTask", "-lSnippetRender", "-lSnippetUtils", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -5793,7 +5793,7 @@ }; name = "release"; }; - FFF7fd8b5c007fcefd8b5c00 /* debug */ = { + FFF76582de007f836582de00 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5810,7 +5810,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonDEBUG", "-lPhysX3DEBUG", "-lPhysX3VehicleDEBUG", "-lPhysX3CookingDEBUG", "-lPhysX3ExtensionsDEBUG", "-lPhysX3CharacterKinematicDEBUG", "-lSnippetUtilsDEBUG", "-lPxFoundationDEBUG", "-lPsFastXmlDEBUG", "-lPxPvdSDKDEBUG", "-lSimulationControllerDEBUG", "-lSceneQueryDEBUG", "-lLowLevelDEBUG", "-lLowLevelAABBDEBUG", "-lLowLevelDynamicsDEBUG", "-lLowLevelClothDEBUG", "-lLowLevelParticlesDEBUG", "-lPxTaskDEBUG", "-lSnippetRenderDEBUG", "-lSnippetUtilsDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -5825,7 +5825,7 @@ }; name = "debug"; }; - FFF7fd8b62f07fcefd8b62f0 /* checked */ = { + FFF76582e4f07f836582e4f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5842,7 +5842,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonCHECKED", "-lPhysX3CHECKED", "-lPhysX3VehicleCHECKED", "-lPhysX3CookingCHECKED", "-lPhysX3ExtensionsCHECKED", "-lPhysX3CharacterKinematicCHECKED", "-lSnippetUtilsCHECKED", "-lPxFoundationCHECKED", "-lPsFastXmlCHECKED", "-lPxPvdSDKCHECKED", "-lSimulationControllerCHECKED", "-lSceneQueryCHECKED", "-lLowLevelCHECKED", "-lLowLevelAABBCHECKED", "-lLowLevelDynamicsCHECKED", "-lLowLevelClothCHECKED", "-lLowLevelParticlesCHECKED", "-lPxTaskCHECKED", "-lSnippetRenderCHECKED", "-lSnippetUtilsCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -5857,7 +5857,7 @@ }; name = "checked"; }; - FFF7fd8b69e07fcefd8b69e0 /* profile */ = { + FFF76582ebe07f836582ebe0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5874,7 +5874,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonPROFILE", "-lPhysX3PROFILE", "-lPhysX3VehiclePROFILE", "-lPhysX3CookingPROFILE", "-lPhysX3ExtensionsPROFILE", "-lPhysX3CharacterKinematicPROFILE", "-lSnippetUtilsPROFILE", "-lPxFoundationPROFILE", "-lPsFastXmlPROFILE", "-lPxPvdSDKPROFILE", "-lSimulationControllerPROFILE", "-lSceneQueryPROFILE", "-lLowLevelPROFILE", "-lLowLevelAABBPROFILE", "-lLowLevelDynamicsPROFILE", "-lLowLevelClothPROFILE", "-lLowLevelParticlesPROFILE", "-lPxTaskPROFILE", "-lSnippetRenderPROFILE", "-lSnippetUtilsPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -5889,7 +5889,7 @@ }; name = "profile"; }; - FFF7fd8b70d07fcefd8b70d0 /* release */ = { + FFF76582f2d07f836582f2d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5906,7 +5906,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3Common", "-lPhysX3", "-lPhysX3Vehicle", "-lPhysX3Cooking", "-lPhysX3Extensions", "-lPhysX3CharacterKinematic", "-lSnippetUtils", "-lPxFoundation", "-lPsFastXml", "-lPxPvdSDK", "-lSimulationController", "-lSceneQuery", "-lLowLevel", "-lLowLevelAABB", "-lLowLevelDynamics", "-lLowLevelCloth", "-lLowLevelParticles", "-lPxTask", "-lSnippetRender", "-lSnippetUtils", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -5921,7 +5921,7 @@ }; name = "release"; }; - FFF7fd8b78007fcefd8b7800 /* debug */ = { + FFF76582fa007f836582fa00 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5938,7 +5938,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonDEBUG", "-lPhysX3DEBUG", "-lPhysX3VehicleDEBUG", "-lPhysX3CookingDEBUG", "-lPhysX3ExtensionsDEBUG", "-lPhysX3CharacterKinematicDEBUG", "-lSnippetUtilsDEBUG", "-lPxFoundationDEBUG", "-lPsFastXmlDEBUG", "-lPxPvdSDKDEBUG", "-lSimulationControllerDEBUG", "-lSceneQueryDEBUG", "-lLowLevelDEBUG", "-lLowLevelAABBDEBUG", "-lLowLevelDynamicsDEBUG", "-lLowLevelClothDEBUG", "-lLowLevelParticlesDEBUG", "-lPxTaskDEBUG", "-lSnippetRenderDEBUG", "-lSnippetUtilsDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -5953,7 +5953,7 @@ }; name = "debug"; }; - FFF7fd8b7ef07fcefd8b7ef0 /* checked */ = { + FFF7658300f07f83658300f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -5970,7 +5970,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonCHECKED", "-lPhysX3CHECKED", "-lPhysX3VehicleCHECKED", "-lPhysX3CookingCHECKED", "-lPhysX3ExtensionsCHECKED", "-lPhysX3CharacterKinematicCHECKED", "-lSnippetUtilsCHECKED", "-lPxFoundationCHECKED", "-lPsFastXmlCHECKED", "-lPxPvdSDKCHECKED", "-lSimulationControllerCHECKED", "-lSceneQueryCHECKED", "-lLowLevelCHECKED", "-lLowLevelAABBCHECKED", "-lLowLevelDynamicsCHECKED", "-lLowLevelClothCHECKED", "-lLowLevelParticlesCHECKED", "-lPxTaskCHECKED", "-lSnippetRenderCHECKED", "-lSnippetUtilsCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -5985,7 +5985,7 @@ }; name = "checked"; }; - FFF7fd8b85e07fcefd8b85e0 /* profile */ = { + FFF7658307e07f83658307e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6002,7 +6002,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonPROFILE", "-lPhysX3PROFILE", "-lPhysX3VehiclePROFILE", "-lPhysX3CookingPROFILE", "-lPhysX3ExtensionsPROFILE", "-lPhysX3CharacterKinematicPROFILE", "-lSnippetUtilsPROFILE", "-lPxFoundationPROFILE", "-lPsFastXmlPROFILE", "-lPxPvdSDKPROFILE", "-lSimulationControllerPROFILE", "-lSceneQueryPROFILE", "-lLowLevelPROFILE", "-lLowLevelAABBPROFILE", "-lLowLevelDynamicsPROFILE", "-lLowLevelClothPROFILE", "-lLowLevelParticlesPROFILE", "-lPxTaskPROFILE", "-lSnippetRenderPROFILE", "-lSnippetUtilsPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -6017,7 +6017,7 @@ }; name = "profile"; }; - FFF7fd8b8cd07fcefd8b8cd0 /* release */ = { + FFF765830ed07f8365830ed0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6034,7 +6034,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3Common", "-lPhysX3", "-lPhysX3Vehicle", "-lPhysX3Cooking", "-lPhysX3Extensions", "-lPhysX3CharacterKinematic", "-lSnippetUtils", "-lPxFoundation", "-lPsFastXml", "-lPxPvdSDK", "-lSimulationController", "-lSceneQuery", "-lLowLevel", "-lLowLevelAABB", "-lLowLevelDynamics", "-lLowLevelCloth", "-lLowLevelParticles", "-lPxTask", "-lSnippetRender", "-lSnippetUtils", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -6049,7 +6049,7 @@ }; name = "release"; }; - FFF7fd8b94007fcefd8b9400 /* debug */ = { + FFF7658316007f8365831600 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6066,7 +6066,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonDEBUG", "-lPhysX3DEBUG", "-lPhysX3VehicleDEBUG", "-lPhysX3CookingDEBUG", "-lPhysX3ExtensionsDEBUG", "-lPhysX3CharacterKinematicDEBUG", "-lSnippetUtilsDEBUG", "-lPxFoundationDEBUG", "-lPsFastXmlDEBUG", "-lPxPvdSDKDEBUG", "-lSimulationControllerDEBUG", "-lSceneQueryDEBUG", "-lLowLevelDEBUG", "-lLowLevelAABBDEBUG", "-lLowLevelDynamicsDEBUG", "-lLowLevelClothDEBUG", "-lLowLevelParticlesDEBUG", "-lPxTaskDEBUG", "-lSnippetRenderDEBUG", "-lSnippetUtilsDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -6081,7 +6081,7 @@ }; name = "debug"; }; - FFF7fd8b9af07fcefd8b9af0 /* checked */ = { + FFF765831cf07f8365831cf0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6098,7 +6098,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonCHECKED", "-lPhysX3CHECKED", "-lPhysX3VehicleCHECKED", "-lPhysX3CookingCHECKED", "-lPhysX3ExtensionsCHECKED", "-lPhysX3CharacterKinematicCHECKED", "-lSnippetUtilsCHECKED", "-lPxFoundationCHECKED", "-lPsFastXmlCHECKED", "-lPxPvdSDKCHECKED", "-lSimulationControllerCHECKED", "-lSceneQueryCHECKED", "-lLowLevelCHECKED", "-lLowLevelAABBCHECKED", "-lLowLevelDynamicsCHECKED", "-lLowLevelClothCHECKED", "-lLowLevelParticlesCHECKED", "-lPxTaskCHECKED", "-lSnippetRenderCHECKED", "-lSnippetUtilsCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -6113,7 +6113,7 @@ }; name = "checked"; }; - FFF7fd8ba1e07fcefd8ba1e0 /* profile */ = { + FFF7658323e07f83658323e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6130,7 +6130,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonPROFILE", "-lPhysX3PROFILE", "-lPhysX3VehiclePROFILE", "-lPhysX3CookingPROFILE", "-lPhysX3ExtensionsPROFILE", "-lPhysX3CharacterKinematicPROFILE", "-lSnippetUtilsPROFILE", "-lPxFoundationPROFILE", "-lPsFastXmlPROFILE", "-lPxPvdSDKPROFILE", "-lSimulationControllerPROFILE", "-lSceneQueryPROFILE", "-lLowLevelPROFILE", "-lLowLevelAABBPROFILE", "-lLowLevelDynamicsPROFILE", "-lLowLevelClothPROFILE", "-lLowLevelParticlesPROFILE", "-lPxTaskPROFILE", "-lSnippetRenderPROFILE", "-lSnippetUtilsPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -6145,7 +6145,7 @@ }; name = "profile"; }; - FFF7fd8ba8d07fcefd8ba8d0 /* release */ = { + FFF765832ad07f8365832ad0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6162,7 +6162,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3Common", "-lPhysX3", "-lPhysX3Vehicle", "-lPhysX3Cooking", "-lPhysX3Extensions", "-lPhysX3CharacterKinematic", "-lSnippetUtils", "-lPxFoundation", "-lPsFastXml", "-lPxPvdSDK", "-lSimulationController", "-lSceneQuery", "-lLowLevel", "-lLowLevelAABB", "-lLowLevelDynamics", "-lLowLevelCloth", "-lLowLevelParticles", "-lPxTask", "-lSnippetRender", "-lSnippetUtils", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -6177,7 +6177,7 @@ }; name = "release"; }; - FFF7fd8bb0007fcefd8bb000 /* debug */ = { + FFF7658332007f8365833200 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6194,7 +6194,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonDEBUG", "-lPhysX3DEBUG", "-lPhysX3VehicleDEBUG", "-lPhysX3CookingDEBUG", "-lPhysX3ExtensionsDEBUG", "-lPhysX3CharacterKinematicDEBUG", "-lSnippetUtilsDEBUG", "-lPxFoundationDEBUG", "-lPsFastXmlDEBUG", "-lPxPvdSDKDEBUG", "-lSimulationControllerDEBUG", "-lSceneQueryDEBUG", "-lLowLevelDEBUG", "-lLowLevelAABBDEBUG", "-lLowLevelDynamicsDEBUG", "-lLowLevelClothDEBUG", "-lLowLevelParticlesDEBUG", "-lPxTaskDEBUG", "-lSnippetRenderDEBUG", "-lSnippetUtilsDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -6209,7 +6209,7 @@ }; name = "debug"; }; - FFF7fd8bb6f07fcefd8bb6f0 /* checked */ = { + FFF7658338f07f83658338f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6226,7 +6226,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonCHECKED", "-lPhysX3CHECKED", "-lPhysX3VehicleCHECKED", "-lPhysX3CookingCHECKED", "-lPhysX3ExtensionsCHECKED", "-lPhysX3CharacterKinematicCHECKED", "-lSnippetUtilsCHECKED", "-lPxFoundationCHECKED", "-lPsFastXmlCHECKED", "-lPxPvdSDKCHECKED", "-lSimulationControllerCHECKED", "-lSceneQueryCHECKED", "-lLowLevelCHECKED", "-lLowLevelAABBCHECKED", "-lLowLevelDynamicsCHECKED", "-lLowLevelClothCHECKED", "-lLowLevelParticlesCHECKED", "-lPxTaskCHECKED", "-lSnippetRenderCHECKED", "-lSnippetUtilsCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -6241,7 +6241,7 @@ }; name = "checked"; }; - FFF7fd8bbde07fcefd8bbde0 /* profile */ = { + FFF765833fe07f8365833fe0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6258,7 +6258,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonPROFILE", "-lPhysX3PROFILE", "-lPhysX3VehiclePROFILE", "-lPhysX3CookingPROFILE", "-lPhysX3ExtensionsPROFILE", "-lPhysX3CharacterKinematicPROFILE", "-lSnippetUtilsPROFILE", "-lPxFoundationPROFILE", "-lPsFastXmlPROFILE", "-lPxPvdSDKPROFILE", "-lSimulationControllerPROFILE", "-lSceneQueryPROFILE", "-lLowLevelPROFILE", "-lLowLevelAABBPROFILE", "-lLowLevelDynamicsPROFILE", "-lLowLevelClothPROFILE", "-lLowLevelParticlesPROFILE", "-lPxTaskPROFILE", "-lSnippetRenderPROFILE", "-lSnippetUtilsPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -6273,7 +6273,7 @@ }; name = "profile"; }; - FFF7fd8bc4d07fcefd8bc4d0 /* release */ = { + FFF7658346d07f83658346d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6290,7 +6290,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3Common", "-lPhysX3", "-lPhysX3Vehicle", "-lPhysX3Cooking", "-lPhysX3Extensions", "-lPhysX3CharacterKinematic", "-lSnippetUtils", "-lPxFoundation", "-lPsFastXml", "-lPxPvdSDK", "-lSimulationController", "-lSceneQuery", "-lLowLevel", "-lLowLevelAABB", "-lLowLevelDynamics", "-lLowLevelCloth", "-lLowLevelParticles", "-lPxTask", "-lSnippetRender", "-lSnippetUtils", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -6305,7 +6305,7 @@ }; name = "release"; }; - FFF7fd8bcc007fcefd8bcc00 /* debug */ = { + FFF765834e007f8365834e00 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6322,7 +6322,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonDEBUG", "-lPhysX3DEBUG", "-lPhysX3VehicleDEBUG", "-lPhysX3CookingDEBUG", "-lPhysX3ExtensionsDEBUG", "-lPhysX3CharacterKinematicDEBUG", "-lSnippetUtilsDEBUG", "-lPxFoundationDEBUG", "-lPsFastXmlDEBUG", "-lPxPvdSDKDEBUG", "-lSimulationControllerDEBUG", "-lSceneQueryDEBUG", "-lLowLevelDEBUG", "-lLowLevelAABBDEBUG", "-lLowLevelDynamicsDEBUG", "-lLowLevelClothDEBUG", "-lLowLevelParticlesDEBUG", "-lPxTaskDEBUG", "-lSnippetRenderDEBUG", "-lSnippetUtilsDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -6337,7 +6337,7 @@ }; name = "debug"; }; - FFF7fd8bd2f07fcefd8bd2f0 /* checked */ = { + FFF7658354f07f83658354f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6354,7 +6354,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonCHECKED", "-lPhysX3CHECKED", "-lPhysX3VehicleCHECKED", "-lPhysX3CookingCHECKED", "-lPhysX3ExtensionsCHECKED", "-lPhysX3CharacterKinematicCHECKED", "-lSnippetUtilsCHECKED", "-lPxFoundationCHECKED", "-lPsFastXmlCHECKED", "-lPxPvdSDKCHECKED", "-lSimulationControllerCHECKED", "-lSceneQueryCHECKED", "-lLowLevelCHECKED", "-lLowLevelAABBCHECKED", "-lLowLevelDynamicsCHECKED", "-lLowLevelClothCHECKED", "-lLowLevelParticlesCHECKED", "-lPxTaskCHECKED", "-lSnippetRenderCHECKED", "-lSnippetUtilsCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -6369,7 +6369,7 @@ }; name = "checked"; }; - FFF7fd8bd9e07fcefd8bd9e0 /* profile */ = { + FFF765835be07f8365835be0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6386,7 +6386,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonPROFILE", "-lPhysX3PROFILE", "-lPhysX3VehiclePROFILE", "-lPhysX3CookingPROFILE", "-lPhysX3ExtensionsPROFILE", "-lPhysX3CharacterKinematicPROFILE", "-lSnippetUtilsPROFILE", "-lPxFoundationPROFILE", "-lPsFastXmlPROFILE", "-lPxPvdSDKPROFILE", "-lSimulationControllerPROFILE", "-lSceneQueryPROFILE", "-lLowLevelPROFILE", "-lLowLevelAABBPROFILE", "-lLowLevelDynamicsPROFILE", "-lLowLevelClothPROFILE", "-lLowLevelParticlesPROFILE", "-lPxTaskPROFILE", "-lSnippetRenderPROFILE", "-lSnippetUtilsPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -6401,7 +6401,7 @@ }; name = "profile"; }; - FFF7fd8be0d07fcefd8be0d0 /* release */ = { + FFF7658362d07f83658362d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6418,7 +6418,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3Common", "-lPhysX3", "-lPhysX3Vehicle", "-lPhysX3Cooking", "-lPhysX3Extensions", "-lPhysX3CharacterKinematic", "-lSnippetUtils", "-lPxFoundation", "-lPsFastXml", "-lPxPvdSDK", "-lSimulationController", "-lSceneQuery", "-lLowLevel", "-lLowLevelAABB", "-lLowLevelDynamics", "-lLowLevelCloth", "-lLowLevelParticles", "-lPxTask", "-lSnippetRender", "-lSnippetUtils", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -6433,7 +6433,7 @@ }; name = "release"; }; - FFF7fd8be8007fcefd8be800 /* debug */ = { + FFF765836a007f8365836a00 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6450,7 +6450,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonDEBUG", "-lPhysX3DEBUG", "-lPhysX3VehicleDEBUG", "-lPhysX3CookingDEBUG", "-lPhysX3ExtensionsDEBUG", "-lPhysX3CharacterKinematicDEBUG", "-lSnippetUtilsDEBUG", "-lPxFoundationDEBUG", "-lPsFastXmlDEBUG", "-lPxPvdSDKDEBUG", "-lSimulationControllerDEBUG", "-lSceneQueryDEBUG", "-lLowLevelDEBUG", "-lLowLevelAABBDEBUG", "-lLowLevelDynamicsDEBUG", "-lLowLevelClothDEBUG", "-lLowLevelParticlesDEBUG", "-lPxTaskDEBUG", "-lSnippetRenderDEBUG", "-lSnippetUtilsDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -6465,7 +6465,7 @@ }; name = "debug"; }; - FFF7fd8beef07fcefd8beef0 /* checked */ = { + FFF7658370f07f83658370f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6482,7 +6482,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonCHECKED", "-lPhysX3CHECKED", "-lPhysX3VehicleCHECKED", "-lPhysX3CookingCHECKED", "-lPhysX3ExtensionsCHECKED", "-lPhysX3CharacterKinematicCHECKED", "-lSnippetUtilsCHECKED", "-lPxFoundationCHECKED", "-lPsFastXmlCHECKED", "-lPxPvdSDKCHECKED", "-lSimulationControllerCHECKED", "-lSceneQueryCHECKED", "-lLowLevelCHECKED", "-lLowLevelAABBCHECKED", "-lLowLevelDynamicsCHECKED", "-lLowLevelClothCHECKED", "-lLowLevelParticlesCHECKED", "-lPxTaskCHECKED", "-lSnippetRenderCHECKED", "-lSnippetUtilsCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -6497,7 +6497,7 @@ }; name = "checked"; }; - FFF7fd8bf5e07fcefd8bf5e0 /* profile */ = { + FFF7658377e07f83658377e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6514,7 +6514,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonPROFILE", "-lPhysX3PROFILE", "-lPhysX3VehiclePROFILE", "-lPhysX3CookingPROFILE", "-lPhysX3ExtensionsPROFILE", "-lPhysX3CharacterKinematicPROFILE", "-lSnippetUtilsPROFILE", "-lPxFoundationPROFILE", "-lPsFastXmlPROFILE", "-lPxPvdSDKPROFILE", "-lSimulationControllerPROFILE", "-lSceneQueryPROFILE", "-lLowLevelPROFILE", "-lLowLevelAABBPROFILE", "-lLowLevelDynamicsPROFILE", "-lLowLevelClothPROFILE", "-lLowLevelParticlesPROFILE", "-lPxTaskPROFILE", "-lSnippetRenderPROFILE", "-lSnippetUtilsPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -6529,7 +6529,7 @@ }; name = "profile"; }; - FFF7fd8bfcd07fcefd8bfcd0 /* release */ = { + FFF765837ed07f8365837ed0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6546,7 +6546,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3Common", "-lPhysX3", "-lPhysX3Vehicle", "-lPhysX3Cooking", "-lPhysX3Extensions", "-lPhysX3CharacterKinematic", "-lSnippetUtils", "-lPxFoundation", "-lPsFastXml", "-lPxPvdSDK", "-lSimulationController", "-lSceneQuery", "-lLowLevel", "-lLowLevelAABB", "-lLowLevelDynamics", "-lLowLevelCloth", "-lLowLevelParticles", "-lPxTask", "-lSnippetRender", "-lSnippetUtils", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -6561,7 +6561,7 @@ }; name = "release"; }; - FFF7fd8c04007fcefd8c0400 /* debug */ = { + FFF7658386007f8365838600 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6578,7 +6578,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonDEBUG", "-lPhysX3DEBUG", "-lPhysX3VehicleDEBUG", "-lPhysX3CookingDEBUG", "-lPhysX3ExtensionsDEBUG", "-lPhysX3CharacterKinematicDEBUG", "-lSnippetUtilsDEBUG", "-lPxFoundationDEBUG", "-lPsFastXmlDEBUG", "-lPxPvdSDKDEBUG", "-lSimulationControllerDEBUG", "-lSceneQueryDEBUG", "-lLowLevelDEBUG", "-lLowLevelAABBDEBUG", "-lLowLevelDynamicsDEBUG", "-lLowLevelClothDEBUG", "-lLowLevelParticlesDEBUG", "-lPxTaskDEBUG", "-lSnippetRenderDEBUG", "-lSnippetUtilsDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -6593,7 +6593,7 @@ }; name = "debug"; }; - FFF7fd8c0af07fcefd8c0af0 /* checked */ = { + FFF765838cf07f8365838cf0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6610,7 +6610,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonCHECKED", "-lPhysX3CHECKED", "-lPhysX3VehicleCHECKED", "-lPhysX3CookingCHECKED", "-lPhysX3ExtensionsCHECKED", "-lPhysX3CharacterKinematicCHECKED", "-lSnippetUtilsCHECKED", "-lPxFoundationCHECKED", "-lPsFastXmlCHECKED", "-lPxPvdSDKCHECKED", "-lSimulationControllerCHECKED", "-lSceneQueryCHECKED", "-lLowLevelCHECKED", "-lLowLevelAABBCHECKED", "-lLowLevelDynamicsCHECKED", "-lLowLevelClothCHECKED", "-lLowLevelParticlesCHECKED", "-lPxTaskCHECKED", "-lSnippetRenderCHECKED", "-lSnippetUtilsCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -6625,7 +6625,7 @@ }; name = "checked"; }; - FFF7fd8c11e07fcefd8c11e0 /* profile */ = { + FFF7658393e07f83658393e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6642,7 +6642,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonPROFILE", "-lPhysX3PROFILE", "-lPhysX3VehiclePROFILE", "-lPhysX3CookingPROFILE", "-lPhysX3ExtensionsPROFILE", "-lPhysX3CharacterKinematicPROFILE", "-lSnippetUtilsPROFILE", "-lPxFoundationPROFILE", "-lPsFastXmlPROFILE", "-lPxPvdSDKPROFILE", "-lSimulationControllerPROFILE", "-lSceneQueryPROFILE", "-lLowLevelPROFILE", "-lLowLevelAABBPROFILE", "-lLowLevelDynamicsPROFILE", "-lLowLevelClothPROFILE", "-lLowLevelParticlesPROFILE", "-lPxTaskPROFILE", "-lSnippetRenderPROFILE", "-lSnippetUtilsPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -6657,7 +6657,7 @@ }; name = "profile"; }; - FFF7fd8c18d07fcefd8c18d0 /* release */ = { + FFF765839ad07f8365839ad0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6674,7 +6674,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3Common", "-lPhysX3", "-lPhysX3Vehicle", "-lPhysX3Cooking", "-lPhysX3Extensions", "-lPhysX3CharacterKinematic", "-lSnippetUtils", "-lPxFoundation", "-lPsFastXml", "-lPxPvdSDK", "-lSimulationController", "-lSceneQuery", "-lLowLevel", "-lLowLevelAABB", "-lLowLevelDynamics", "-lLowLevelCloth", "-lLowLevelParticles", "-lPxTask", "-lSnippetRender", "-lSnippetUtils", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -6689,7 +6689,7 @@ }; name = "release"; }; - FFF7fd8c20007fcefd8c2000 /* debug */ = { + FFF76583a2007f836583a200 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6706,7 +6706,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonDEBUG", "-lPhysX3DEBUG", "-lPhysX3VehicleDEBUG", "-lPhysX3CookingDEBUG", "-lPhysX3ExtensionsDEBUG", "-lPhysX3CharacterKinematicDEBUG", "-lSnippetUtilsDEBUG", "-lPxFoundationDEBUG", "-lPsFastXmlDEBUG", "-lPxPvdSDKDEBUG", "-lSimulationControllerDEBUG", "-lSceneQueryDEBUG", "-lLowLevelDEBUG", "-lLowLevelAABBDEBUG", "-lLowLevelDynamicsDEBUG", "-lLowLevelClothDEBUG", "-lLowLevelParticlesDEBUG", "-lPxTaskDEBUG", "-lSnippetRenderDEBUG", "-lSnippetUtilsDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -6721,7 +6721,7 @@ }; name = "debug"; }; - FFF7fd8c26f07fcefd8c26f0 /* checked */ = { + FFF76583a8f07f836583a8f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6738,7 +6738,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonCHECKED", "-lPhysX3CHECKED", "-lPhysX3VehicleCHECKED", "-lPhysX3CookingCHECKED", "-lPhysX3ExtensionsCHECKED", "-lPhysX3CharacterKinematicCHECKED", "-lSnippetUtilsCHECKED", "-lPxFoundationCHECKED", "-lPsFastXmlCHECKED", "-lPxPvdSDKCHECKED", "-lSimulationControllerCHECKED", "-lSceneQueryCHECKED", "-lLowLevelCHECKED", "-lLowLevelAABBCHECKED", "-lLowLevelDynamicsCHECKED", "-lLowLevelClothCHECKED", "-lLowLevelParticlesCHECKED", "-lPxTaskCHECKED", "-lSnippetRenderCHECKED", "-lSnippetUtilsCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -6753,7 +6753,7 @@ }; name = "checked"; }; - FFF7fd8c2de07fcefd8c2de0 /* profile */ = { + FFF76583afe07f836583afe0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6770,7 +6770,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonPROFILE", "-lPhysX3PROFILE", "-lPhysX3VehiclePROFILE", "-lPhysX3CookingPROFILE", "-lPhysX3ExtensionsPROFILE", "-lPhysX3CharacterKinematicPROFILE", "-lSnippetUtilsPROFILE", "-lPxFoundationPROFILE", "-lPsFastXmlPROFILE", "-lPxPvdSDKPROFILE", "-lSimulationControllerPROFILE", "-lSceneQueryPROFILE", "-lLowLevelPROFILE", "-lLowLevelAABBPROFILE", "-lLowLevelDynamicsPROFILE", "-lLowLevelClothPROFILE", "-lLowLevelParticlesPROFILE", "-lPxTaskPROFILE", "-lSnippetRenderPROFILE", "-lSnippetUtilsPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -6785,7 +6785,7 @@ }; name = "profile"; }; - FFF7fd8c34d07fcefd8c34d0 /* release */ = { + FFF76583b6d07f836583b6d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6802,7 +6802,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3Common", "-lPhysX3", "-lPhysX3Vehicle", "-lPhysX3Cooking", "-lPhysX3Extensions", "-lPhysX3CharacterKinematic", "-lSnippetUtils", "-lPxFoundation", "-lPsFastXml", "-lPxPvdSDK", "-lSimulationController", "-lSceneQuery", "-lLowLevel", "-lLowLevelAABB", "-lLowLevelDynamics", "-lLowLevelCloth", "-lLowLevelParticles", "-lPxTask", "-lSnippetRender", "-lSnippetUtils", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -6817,7 +6817,7 @@ }; name = "release"; }; - FFF7fd8c3c007fcefd8c3c00 /* debug */ = { + FFF76583be007f836583be00 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6834,7 +6834,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonDEBUG", "-lPhysX3DEBUG", "-lPhysX3VehicleDEBUG", "-lPhysX3CookingDEBUG", "-lPhysX3ExtensionsDEBUG", "-lPhysX3CharacterKinematicDEBUG", "-lSnippetUtilsDEBUG", "-lPxFoundationDEBUG", "-lPsFastXmlDEBUG", "-lPxPvdSDKDEBUG", "-lSimulationControllerDEBUG", "-lSceneQueryDEBUG", "-lLowLevelDEBUG", "-lLowLevelAABBDEBUG", "-lLowLevelDynamicsDEBUG", "-lLowLevelClothDEBUG", "-lLowLevelParticlesDEBUG", "-lPxTaskDEBUG", "-lSnippetRenderDEBUG", "-lSnippetUtilsDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -6849,7 +6849,7 @@ }; name = "debug"; }; - FFF7fd8c42f07fcefd8c42f0 /* checked */ = { + FFF76583c4f07f836583c4f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6866,7 +6866,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonCHECKED", "-lPhysX3CHECKED", "-lPhysX3VehicleCHECKED", "-lPhysX3CookingCHECKED", "-lPhysX3ExtensionsCHECKED", "-lPhysX3CharacterKinematicCHECKED", "-lSnippetUtilsCHECKED", "-lPxFoundationCHECKED", "-lPsFastXmlCHECKED", "-lPxPvdSDKCHECKED", "-lSimulationControllerCHECKED", "-lSceneQueryCHECKED", "-lLowLevelCHECKED", "-lLowLevelAABBCHECKED", "-lLowLevelDynamicsCHECKED", "-lLowLevelClothCHECKED", "-lLowLevelParticlesCHECKED", "-lPxTaskCHECKED", "-lSnippetRenderCHECKED", "-lSnippetUtilsCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -6881,7 +6881,7 @@ }; name = "checked"; }; - FFF7fd8c49e07fcefd8c49e0 /* profile */ = { + FFF76583cbe07f836583cbe0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6898,7 +6898,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonPROFILE", "-lPhysX3PROFILE", "-lPhysX3VehiclePROFILE", "-lPhysX3CookingPROFILE", "-lPhysX3ExtensionsPROFILE", "-lPhysX3CharacterKinematicPROFILE", "-lSnippetUtilsPROFILE", "-lPxFoundationPROFILE", "-lPsFastXmlPROFILE", "-lPxPvdSDKPROFILE", "-lSimulationControllerPROFILE", "-lSceneQueryPROFILE", "-lLowLevelPROFILE", "-lLowLevelAABBPROFILE", "-lLowLevelDynamicsPROFILE", "-lLowLevelClothPROFILE", "-lLowLevelParticlesPROFILE", "-lPxTaskPROFILE", "-lSnippetRenderPROFILE", "-lSnippetUtilsPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -6913,7 +6913,7 @@ }; name = "profile"; }; - FFF7fd8c50d07fcefd8c50d0 /* release */ = { + FFF76583d2d07f836583d2d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6930,7 +6930,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3Common", "-lPhysX3", "-lPhysX3Vehicle", "-lPhysX3Cooking", "-lPhysX3Extensions", "-lPhysX3CharacterKinematic", "-lSnippetUtils", "-lPxFoundation", "-lPsFastXml", "-lPxPvdSDK", "-lSimulationController", "-lSceneQuery", "-lLowLevel", "-lLowLevelAABB", "-lLowLevelDynamics", "-lLowLevelCloth", "-lLowLevelParticles", "-lPxTask", "-lSnippetRender", "-lSnippetUtils", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -6945,7 +6945,7 @@ }; name = "release"; }; - FFF7fd8c58007fcefd8c5800 /* debug */ = { + FFF76583da007f836583da00 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6962,7 +6962,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonDEBUG", "-lPhysX3DEBUG", "-lPhysX3VehicleDEBUG", "-lPhysX3CookingDEBUG", "-lPhysX3ExtensionsDEBUG", "-lPhysX3CharacterKinematicDEBUG", "-lSnippetUtilsDEBUG", "-lPxFoundationDEBUG", "-lPsFastXmlDEBUG", "-lPxPvdSDKDEBUG", "-lSimulationControllerDEBUG", "-lSceneQueryDEBUG", "-lLowLevelDEBUG", "-lLowLevelAABBDEBUG", "-lLowLevelDynamicsDEBUG", "-lLowLevelClothDEBUG", "-lLowLevelParticlesDEBUG", "-lPxTaskDEBUG", "-lSnippetRenderDEBUG", "-lSnippetUtilsDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -6977,7 +6977,7 @@ }; name = "debug"; }; - FFF7fd8c5ef07fcefd8c5ef0 /* checked */ = { + FFF76583e0f07f836583e0f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -6994,7 +6994,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonCHECKED", "-lPhysX3CHECKED", "-lPhysX3VehicleCHECKED", "-lPhysX3CookingCHECKED", "-lPhysX3ExtensionsCHECKED", "-lPhysX3CharacterKinematicCHECKED", "-lSnippetUtilsCHECKED", "-lPxFoundationCHECKED", "-lPsFastXmlCHECKED", "-lPxPvdSDKCHECKED", "-lSimulationControllerCHECKED", "-lSceneQueryCHECKED", "-lLowLevelCHECKED", "-lLowLevelAABBCHECKED", "-lLowLevelDynamicsCHECKED", "-lLowLevelClothCHECKED", "-lLowLevelParticlesCHECKED", "-lPxTaskCHECKED", "-lSnippetRenderCHECKED", "-lSnippetUtilsCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -7009,7 +7009,7 @@ }; name = "checked"; }; - FFF7fd8c65e07fcefd8c65e0 /* profile */ = { + FFF76583e7e07f836583e7e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7026,7 +7026,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonPROFILE", "-lPhysX3PROFILE", "-lPhysX3VehiclePROFILE", "-lPhysX3CookingPROFILE", "-lPhysX3ExtensionsPROFILE", "-lPhysX3CharacterKinematicPROFILE", "-lSnippetUtilsPROFILE", "-lPxFoundationPROFILE", "-lPsFastXmlPROFILE", "-lPxPvdSDKPROFILE", "-lSimulationControllerPROFILE", "-lSceneQueryPROFILE", "-lLowLevelPROFILE", "-lLowLevelAABBPROFILE", "-lLowLevelDynamicsPROFILE", "-lLowLevelClothPROFILE", "-lLowLevelParticlesPROFILE", "-lPxTaskPROFILE", "-lSnippetRenderPROFILE", "-lSnippetUtilsPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -7041,7 +7041,7 @@ }; name = "profile"; }; - FFF7fd8c6cd07fcefd8c6cd0 /* release */ = { + FFF76583eed07f836583eed0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7058,7 +7058,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3Common", "-lPhysX3", "-lPhysX3Vehicle", "-lPhysX3Cooking", "-lPhysX3Extensions", "-lPhysX3CharacterKinematic", "-lSnippetUtils", "-lPxFoundation", "-lPsFastXml", "-lPxPvdSDK", "-lSimulationController", "-lSceneQuery", "-lLowLevel", "-lLowLevelAABB", "-lLowLevelDynamics", "-lLowLevelCloth", "-lLowLevelParticles", "-lPxTask", "-lSnippetRender", "-lSnippetUtils", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -7073,7 +7073,7 @@ }; name = "release"; }; - FFF7fd8c74007fcefd8c7400 /* debug */ = { + FFF76583f6007f836583f600 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7090,7 +7090,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonDEBUG", "-lPhysX3DEBUG", "-lPhysX3VehicleDEBUG", "-lPhysX3CookingDEBUG", "-lPhysX3ExtensionsDEBUG", "-lPhysX3CharacterKinematicDEBUG", "-lSnippetUtilsDEBUG", "-lPxFoundationDEBUG", "-lPsFastXmlDEBUG", "-lPxPvdSDKDEBUG", "-lSimulationControllerDEBUG", "-lSceneQueryDEBUG", "-lLowLevelDEBUG", "-lLowLevelAABBDEBUG", "-lLowLevelDynamicsDEBUG", "-lLowLevelClothDEBUG", "-lLowLevelParticlesDEBUG", "-lPxTaskDEBUG", "-lSnippetRenderDEBUG", "-lSnippetUtilsDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -7105,7 +7105,7 @@ }; name = "debug"; }; - FFF7fd8c7af07fcefd8c7af0 /* checked */ = { + FFF76583fcf07f836583fcf0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7122,7 +7122,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonCHECKED", "-lPhysX3CHECKED", "-lPhysX3VehicleCHECKED", "-lPhysX3CookingCHECKED", "-lPhysX3ExtensionsCHECKED", "-lPhysX3CharacterKinematicCHECKED", "-lSnippetUtilsCHECKED", "-lPxFoundationCHECKED", "-lPsFastXmlCHECKED", "-lPxPvdSDKCHECKED", "-lSimulationControllerCHECKED", "-lSceneQueryCHECKED", "-lLowLevelCHECKED", "-lLowLevelAABBCHECKED", "-lLowLevelDynamicsCHECKED", "-lLowLevelClothCHECKED", "-lLowLevelParticlesCHECKED", "-lPxTaskCHECKED", "-lSnippetRenderCHECKED", "-lSnippetUtilsCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -7137,7 +7137,7 @@ }; name = "checked"; }; - FFF7fd8c81e07fcefd8c81e0 /* profile */ = { + FFF7658403e07f83658403e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7154,7 +7154,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonPROFILE", "-lPhysX3PROFILE", "-lPhysX3VehiclePROFILE", "-lPhysX3CookingPROFILE", "-lPhysX3ExtensionsPROFILE", "-lPhysX3CharacterKinematicPROFILE", "-lSnippetUtilsPROFILE", "-lPxFoundationPROFILE", "-lPsFastXmlPROFILE", "-lPxPvdSDKPROFILE", "-lSimulationControllerPROFILE", "-lSceneQueryPROFILE", "-lLowLevelPROFILE", "-lLowLevelAABBPROFILE", "-lLowLevelDynamicsPROFILE", "-lLowLevelClothPROFILE", "-lLowLevelParticlesPROFILE", "-lPxTaskPROFILE", "-lSnippetRenderPROFILE", "-lSnippetUtilsPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -7169,7 +7169,7 @@ }; name = "profile"; }; - FFF7fd8c88d07fcefd8c88d0 /* release */ = { + FFF765840ad07f8365840ad0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7186,7 +7186,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3Common", "-lPhysX3", "-lPhysX3Vehicle", "-lPhysX3Cooking", "-lPhysX3Extensions", "-lPhysX3CharacterKinematic", "-lSnippetUtils", "-lPxFoundation", "-lPsFastXml", "-lPxPvdSDK", "-lSimulationController", "-lSceneQuery", "-lLowLevel", "-lLowLevelAABB", "-lLowLevelDynamics", "-lLowLevelCloth", "-lLowLevelParticles", "-lPxTask", "-lSnippetRender", "-lSnippetUtils", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -7201,7 +7201,7 @@ }; name = "release"; }; - FFF7fd8c90007fcefd8c9000 /* debug */ = { + FFF7658412007f8365841200 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7218,7 +7218,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonDEBUG", "-lPhysX3DEBUG", "-lPhysX3VehicleDEBUG", "-lPhysX3CookingDEBUG", "-lPhysX3ExtensionsDEBUG", "-lPhysX3CharacterKinematicDEBUG", "-lSnippetUtilsDEBUG", "-lPxFoundationDEBUG", "-lPsFastXmlDEBUG", "-lPxPvdSDKDEBUG", "-lSimulationControllerDEBUG", "-lSceneQueryDEBUG", "-lLowLevelDEBUG", "-lLowLevelAABBDEBUG", "-lLowLevelDynamicsDEBUG", "-lLowLevelClothDEBUG", "-lLowLevelParticlesDEBUG", "-lPxTaskDEBUG", "-lSnippetRenderDEBUG", "-lSnippetUtilsDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -7233,7 +7233,7 @@ }; name = "debug"; }; - FFF7fd8c96f07fcefd8c96f0 /* checked */ = { + FFF7658418f07f83658418f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7250,7 +7250,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonCHECKED", "-lPhysX3CHECKED", "-lPhysX3VehicleCHECKED", "-lPhysX3CookingCHECKED", "-lPhysX3ExtensionsCHECKED", "-lPhysX3CharacterKinematicCHECKED", "-lSnippetUtilsCHECKED", "-lPxFoundationCHECKED", "-lPsFastXmlCHECKED", "-lPxPvdSDKCHECKED", "-lSimulationControllerCHECKED", "-lSceneQueryCHECKED", "-lLowLevelCHECKED", "-lLowLevelAABBCHECKED", "-lLowLevelDynamicsCHECKED", "-lLowLevelClothCHECKED", "-lLowLevelParticlesCHECKED", "-lPxTaskCHECKED", "-lSnippetRenderCHECKED", "-lSnippetUtilsCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -7265,7 +7265,7 @@ }; name = "checked"; }; - FFF7fd8c9de07fcefd8c9de0 /* profile */ = { + FFF765841fe07f8365841fe0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7282,7 +7282,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonPROFILE", "-lPhysX3PROFILE", "-lPhysX3VehiclePROFILE", "-lPhysX3CookingPROFILE", "-lPhysX3ExtensionsPROFILE", "-lPhysX3CharacterKinematicPROFILE", "-lSnippetUtilsPROFILE", "-lPxFoundationPROFILE", "-lPsFastXmlPROFILE", "-lPxPvdSDKPROFILE", "-lSimulationControllerPROFILE", "-lSceneQueryPROFILE", "-lLowLevelPROFILE", "-lLowLevelAABBPROFILE", "-lLowLevelDynamicsPROFILE", "-lLowLevelClothPROFILE", "-lLowLevelParticlesPROFILE", "-lPxTaskPROFILE", "-lSnippetRenderPROFILE", "-lSnippetUtilsPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -7297,7 +7297,7 @@ }; name = "profile"; }; - FFF7fd8ca4d07fcefd8ca4d0 /* release */ = { + FFF7658426d07f83658426d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7314,7 +7314,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3Common", "-lPhysX3", "-lPhysX3Vehicle", "-lPhysX3Cooking", "-lPhysX3Extensions", "-lPhysX3CharacterKinematic", "-lSnippetUtils", "-lPxFoundation", "-lPsFastXml", "-lPxPvdSDK", "-lSimulationController", "-lSceneQuery", "-lLowLevel", "-lLowLevelAABB", "-lLowLevelDynamics", "-lLowLevelCloth", "-lLowLevelParticles", "-lPxTask", "-lSnippetRender", "-lSnippetUtils", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -7329,7 +7329,7 @@ }; name = "release"; }; - FFF7fd8cac007fcefd8cac00 /* debug */ = { + FFF765842e007f8365842e00 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7346,7 +7346,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonDEBUG", "-lPhysX3DEBUG", "-lPhysX3VehicleDEBUG", "-lPhysX3CookingDEBUG", "-lPhysX3ExtensionsDEBUG", "-lPhysX3CharacterKinematicDEBUG", "-lSnippetUtilsDEBUG", "-lPxFoundationDEBUG", "-lPsFastXmlDEBUG", "-lPxPvdSDKDEBUG", "-lSimulationControllerDEBUG", "-lSceneQueryDEBUG", "-lLowLevelDEBUG", "-lLowLevelAABBDEBUG", "-lLowLevelDynamicsDEBUG", "-lLowLevelClothDEBUG", "-lLowLevelParticlesDEBUG", "-lPxTaskDEBUG", "-lSnippetRenderDEBUG", "-lSnippetUtilsDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -7361,7 +7361,7 @@ }; name = "debug"; }; - FFF7fd8cb2f07fcefd8cb2f0 /* checked */ = { + FFF7658434f07f83658434f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7378,7 +7378,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonCHECKED", "-lPhysX3CHECKED", "-lPhysX3VehicleCHECKED", "-lPhysX3CookingCHECKED", "-lPhysX3ExtensionsCHECKED", "-lPhysX3CharacterKinematicCHECKED", "-lSnippetUtilsCHECKED", "-lPxFoundationCHECKED", "-lPsFastXmlCHECKED", "-lPxPvdSDKCHECKED", "-lSimulationControllerCHECKED", "-lSceneQueryCHECKED", "-lLowLevelCHECKED", "-lLowLevelAABBCHECKED", "-lLowLevelDynamicsCHECKED", "-lLowLevelClothCHECKED", "-lLowLevelParticlesCHECKED", "-lPxTaskCHECKED", "-lSnippetRenderCHECKED", "-lSnippetUtilsCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -7393,7 +7393,7 @@ }; name = "checked"; }; - FFF7fd8cb9e07fcefd8cb9e0 /* profile */ = { + FFF765843be07f8365843be0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7410,7 +7410,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonPROFILE", "-lPhysX3PROFILE", "-lPhysX3VehiclePROFILE", "-lPhysX3CookingPROFILE", "-lPhysX3ExtensionsPROFILE", "-lPhysX3CharacterKinematicPROFILE", "-lSnippetUtilsPROFILE", "-lPxFoundationPROFILE", "-lPsFastXmlPROFILE", "-lPxPvdSDKPROFILE", "-lSimulationControllerPROFILE", "-lSceneQueryPROFILE", "-lLowLevelPROFILE", "-lLowLevelAABBPROFILE", "-lLowLevelDynamicsPROFILE", "-lLowLevelClothPROFILE", "-lLowLevelParticlesPROFILE", "-lPxTaskPROFILE", "-lSnippetRenderPROFILE", "-lSnippetUtilsPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -7425,7 +7425,7 @@ }; name = "profile"; }; - FFF7fd8cc0d07fcefd8cc0d0 /* release */ = { + FFF7658442d07f83658442d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7442,7 +7442,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3Common", "-lPhysX3", "-lPhysX3Vehicle", "-lPhysX3Cooking", "-lPhysX3Extensions", "-lPhysX3CharacterKinematic", "-lSnippetUtils", "-lPxFoundation", "-lPsFastXml", "-lPxPvdSDK", "-lSimulationController", "-lSceneQuery", "-lLowLevel", "-lLowLevelAABB", "-lLowLevelDynamics", "-lLowLevelCloth", "-lLowLevelParticles", "-lPxTask", "-lSnippetRender", "-lSnippetUtils", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -7457,7 +7457,7 @@ }; name = "release"; }; - FFF7fd8cc8007fcefd8cc800 /* debug */ = { + FFF765844a007f8365844a00 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7474,7 +7474,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonDEBUG", "-lPhysX3DEBUG", "-lPhysX3VehicleDEBUG", "-lPhysX3CookingDEBUG", "-lPhysX3ExtensionsDEBUG", "-lPhysX3CharacterKinematicDEBUG", "-lSnippetUtilsDEBUG", "-lPxFoundationDEBUG", "-lPsFastXmlDEBUG", "-lPxPvdSDKDEBUG", "-lSimulationControllerDEBUG", "-lSceneQueryDEBUG", "-lLowLevelDEBUG", "-lLowLevelAABBDEBUG", "-lLowLevelDynamicsDEBUG", "-lLowLevelClothDEBUG", "-lLowLevelParticlesDEBUG", "-lPxTaskDEBUG", "-lSnippetRenderDEBUG", "-lSnippetUtilsDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -7489,7 +7489,7 @@ }; name = "debug"; }; - FFF7fd8ccef07fcefd8ccef0 /* checked */ = { + FFF7658450f07f83658450f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7506,7 +7506,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonCHECKED", "-lPhysX3CHECKED", "-lPhysX3VehicleCHECKED", "-lPhysX3CookingCHECKED", "-lPhysX3ExtensionsCHECKED", "-lPhysX3CharacterKinematicCHECKED", "-lSnippetUtilsCHECKED", "-lPxFoundationCHECKED", "-lPsFastXmlCHECKED", "-lPxPvdSDKCHECKED", "-lSimulationControllerCHECKED", "-lSceneQueryCHECKED", "-lLowLevelCHECKED", "-lLowLevelAABBCHECKED", "-lLowLevelDynamicsCHECKED", "-lLowLevelClothCHECKED", "-lLowLevelParticlesCHECKED", "-lPxTaskCHECKED", "-lSnippetRenderCHECKED", "-lSnippetUtilsCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -7521,7 +7521,7 @@ }; name = "checked"; }; - FFF7fd8cd5e07fcefd8cd5e0 /* profile */ = { + FFF7658457e07f83658457e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7538,7 +7538,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonPROFILE", "-lPhysX3PROFILE", "-lPhysX3VehiclePROFILE", "-lPhysX3CookingPROFILE", "-lPhysX3ExtensionsPROFILE", "-lPhysX3CharacterKinematicPROFILE", "-lSnippetUtilsPROFILE", "-lPxFoundationPROFILE", "-lPsFastXmlPROFILE", "-lPxPvdSDKPROFILE", "-lSimulationControllerPROFILE", "-lSceneQueryPROFILE", "-lLowLevelPROFILE", "-lLowLevelAABBPROFILE", "-lLowLevelDynamicsPROFILE", "-lLowLevelClothPROFILE", "-lLowLevelParticlesPROFILE", "-lPxTaskPROFILE", "-lSnippetRenderPROFILE", "-lSnippetUtilsPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -7553,7 +7553,7 @@ }; name = "profile"; }; - FFF7fd8cdcd07fcefd8cdcd0 /* release */ = { + FFF765845ed07f8365845ed0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7570,7 +7570,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3Common", "-lPhysX3", "-lPhysX3Vehicle", "-lPhysX3Cooking", "-lPhysX3Extensions", "-lPhysX3CharacterKinematic", "-lSnippetUtils", "-lPxFoundation", "-lPsFastXml", "-lPxPvdSDK", "-lSimulationController", "-lSceneQuery", "-lLowLevel", "-lLowLevelAABB", "-lLowLevelDynamics", "-lLowLevelCloth", "-lLowLevelParticles", "-lPxTask", "-lSnippetRender", "-lSnippetUtils", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -7585,7 +7585,7 @@ }; name = "release"; }; - FFF7fd8ce4007fcefd8ce400 /* debug */ = { + FFF7658466007f8365846600 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7602,7 +7602,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonDEBUG", "-lPhysX3DEBUG", "-lPhysX3VehicleDEBUG", "-lPhysX3CookingDEBUG", "-lPhysX3ExtensionsDEBUG", "-lPhysX3CharacterKinematicDEBUG", "-lSnippetUtilsDEBUG", "-lPxFoundationDEBUG", "-lPsFastXmlDEBUG", "-lPxPvdSDKDEBUG", "-lSimulationControllerDEBUG", "-lSceneQueryDEBUG", "-lLowLevelDEBUG", "-lLowLevelAABBDEBUG", "-lLowLevelDynamicsDEBUG", "-lLowLevelClothDEBUG", "-lLowLevelParticlesDEBUG", "-lPxTaskDEBUG", "-lSnippetRenderDEBUG", "-lSnippetUtilsDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -7617,7 +7617,7 @@ }; name = "debug"; }; - FFF7fd8ceaf07fcefd8ceaf0 /* checked */ = { + FFF765846cf07f8365846cf0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7634,7 +7634,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonCHECKED", "-lPhysX3CHECKED", "-lPhysX3VehicleCHECKED", "-lPhysX3CookingCHECKED", "-lPhysX3ExtensionsCHECKED", "-lPhysX3CharacterKinematicCHECKED", "-lSnippetUtilsCHECKED", "-lPxFoundationCHECKED", "-lPsFastXmlCHECKED", "-lPxPvdSDKCHECKED", "-lSimulationControllerCHECKED", "-lSceneQueryCHECKED", "-lLowLevelCHECKED", "-lLowLevelAABBCHECKED", "-lLowLevelDynamicsCHECKED", "-lLowLevelClothCHECKED", "-lLowLevelParticlesCHECKED", "-lPxTaskCHECKED", "-lSnippetRenderCHECKED", "-lSnippetUtilsCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -7649,7 +7649,7 @@ }; name = "checked"; }; - FFF7fd8cf1e07fcefd8cf1e0 /* profile */ = { + FFF7658473e07f83658473e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7666,7 +7666,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonPROFILE", "-lPhysX3PROFILE", "-lPhysX3VehiclePROFILE", "-lPhysX3CookingPROFILE", "-lPhysX3ExtensionsPROFILE", "-lPhysX3CharacterKinematicPROFILE", "-lSnippetUtilsPROFILE", "-lPxFoundationPROFILE", "-lPsFastXmlPROFILE", "-lPxPvdSDKPROFILE", "-lSimulationControllerPROFILE", "-lSceneQueryPROFILE", "-lLowLevelPROFILE", "-lLowLevelAABBPROFILE", "-lLowLevelDynamicsPROFILE", "-lLowLevelClothPROFILE", "-lLowLevelParticlesPROFILE", "-lPxTaskPROFILE", "-lSnippetRenderPROFILE", "-lSnippetUtilsPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -7681,7 +7681,7 @@ }; name = "profile"; }; - FFF7fd8cf8d07fcefd8cf8d0 /* release */ = { + FFF765847ad07f8365847ad0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7698,7 +7698,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3Common", "-lPhysX3", "-lPhysX3Vehicle", "-lPhysX3Cooking", "-lPhysX3Extensions", "-lPhysX3CharacterKinematic", "-lSnippetUtils", "-lPxFoundation", "-lPsFastXml", "-lPxPvdSDK", "-lSimulationController", "-lSceneQuery", "-lLowLevel", "-lLowLevelAABB", "-lLowLevelDynamics", "-lLowLevelCloth", "-lLowLevelParticles", "-lPxTask", "-lSnippetRender", "-lSnippetUtils", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -7713,7 +7713,7 @@ }; name = "release"; }; - FFF7fd8d00007fcefd8d0000 /* debug */ = { + FFF7658482007f8365848200 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7730,7 +7730,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonDEBUG", "-lPhysX3DEBUG", "-lPhysX3VehicleDEBUG", "-lPhysX3CookingDEBUG", "-lPhysX3ExtensionsDEBUG", "-lPhysX3CharacterKinematicDEBUG", "-lSnippetUtilsDEBUG", "-lPxFoundationDEBUG", "-lPsFastXmlDEBUG", "-lPxPvdSDKDEBUG", "-lSimulationControllerDEBUG", "-lSceneQueryDEBUG", "-lLowLevelDEBUG", "-lLowLevelAABBDEBUG", "-lLowLevelDynamicsDEBUG", "-lLowLevelClothDEBUG", "-lLowLevelParticlesDEBUG", "-lPxTaskDEBUG", "-lSnippetRenderDEBUG", "-lSnippetUtilsDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -7745,7 +7745,7 @@ }; name = "debug"; }; - FFF7fd8d06f07fcefd8d06f0 /* checked */ = { + FFF7658488f07f83658488f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7762,7 +7762,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonCHECKED", "-lPhysX3CHECKED", "-lPhysX3VehicleCHECKED", "-lPhysX3CookingCHECKED", "-lPhysX3ExtensionsCHECKED", "-lPhysX3CharacterKinematicCHECKED", "-lSnippetUtilsCHECKED", "-lPxFoundationCHECKED", "-lPsFastXmlCHECKED", "-lPxPvdSDKCHECKED", "-lSimulationControllerCHECKED", "-lSceneQueryCHECKED", "-lLowLevelCHECKED", "-lLowLevelAABBCHECKED", "-lLowLevelDynamicsCHECKED", "-lLowLevelClothCHECKED", "-lLowLevelParticlesCHECKED", "-lPxTaskCHECKED", "-lSnippetRenderCHECKED", "-lSnippetUtilsCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -7777,7 +7777,7 @@ }; name = "checked"; }; - FFF7fd8d0de07fcefd8d0de0 /* profile */ = { + FFF765848fe07f8365848fe0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7794,7 +7794,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonPROFILE", "-lPhysX3PROFILE", "-lPhysX3VehiclePROFILE", "-lPhysX3CookingPROFILE", "-lPhysX3ExtensionsPROFILE", "-lPhysX3CharacterKinematicPROFILE", "-lSnippetUtilsPROFILE", "-lPxFoundationPROFILE", "-lPsFastXmlPROFILE", "-lPxPvdSDKPROFILE", "-lSimulationControllerPROFILE", "-lSceneQueryPROFILE", "-lLowLevelPROFILE", "-lLowLevelAABBPROFILE", "-lLowLevelDynamicsPROFILE", "-lLowLevelClothPROFILE", "-lLowLevelParticlesPROFILE", "-lPxTaskPROFILE", "-lSnippetRenderPROFILE", "-lSnippetUtilsPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -7809,7 +7809,7 @@ }; name = "profile"; }; - FFF7fd8d14d07fcefd8d14d0 /* release */ = { + FFF7658496d07f83658496d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7826,7 +7826,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3Common", "-lPhysX3", "-lPhysX3Vehicle", "-lPhysX3Cooking", "-lPhysX3Extensions", "-lPhysX3CharacterKinematic", "-lSnippetUtils", "-lPxFoundation", "-lPsFastXml", "-lPxPvdSDK", "-lSimulationController", "-lSceneQuery", "-lLowLevel", "-lLowLevelAABB", "-lLowLevelDynamics", "-lLowLevelCloth", "-lLowLevelParticles", "-lPxTask", "-lSnippetRender", "-lSnippetUtils", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -7841,7 +7841,7 @@ }; name = "release"; }; - FFF7fd8d1c007fcefd8d1c00 /* debug */ = { + FFF765849e007f8365849e00 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7858,7 +7858,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonDEBUG", "-lPhysX3DEBUG", "-lPhysX3VehicleDEBUG", "-lPhysX3CookingDEBUG", "-lPhysX3ExtensionsDEBUG", "-lPhysX3CharacterKinematicDEBUG", "-lSnippetUtilsDEBUG", "-lPxFoundationDEBUG", "-lPsFastXmlDEBUG", "-lPxPvdSDKDEBUG", "-lSimulationControllerDEBUG", "-lSceneQueryDEBUG", "-lLowLevelDEBUG", "-lLowLevelAABBDEBUG", "-lLowLevelDynamicsDEBUG", "-lLowLevelClothDEBUG", "-lLowLevelParticlesDEBUG", "-lPxTaskDEBUG", "-lSnippetRenderDEBUG", "-lSnippetUtilsDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -7873,7 +7873,7 @@ }; name = "debug"; }; - FFF7fd8d22f07fcefd8d22f0 /* checked */ = { + FFF76584a4f07f836584a4f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7890,7 +7890,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonCHECKED", "-lPhysX3CHECKED", "-lPhysX3VehicleCHECKED", "-lPhysX3CookingCHECKED", "-lPhysX3ExtensionsCHECKED", "-lPhysX3CharacterKinematicCHECKED", "-lSnippetUtilsCHECKED", "-lPxFoundationCHECKED", "-lPsFastXmlCHECKED", "-lPxPvdSDKCHECKED", "-lSimulationControllerCHECKED", "-lSceneQueryCHECKED", "-lLowLevelCHECKED", "-lLowLevelAABBCHECKED", "-lLowLevelDynamicsCHECKED", "-lLowLevelClothCHECKED", "-lLowLevelParticlesCHECKED", "-lPxTaskCHECKED", "-lSnippetRenderCHECKED", "-lSnippetUtilsCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -7905,7 +7905,7 @@ }; name = "checked"; }; - FFF7fd8d29e07fcefd8d29e0 /* profile */ = { + FFF76584abe07f836584abe0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7922,7 +7922,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonPROFILE", "-lPhysX3PROFILE", "-lPhysX3VehiclePROFILE", "-lPhysX3CookingPROFILE", "-lPhysX3ExtensionsPROFILE", "-lPhysX3CharacterKinematicPROFILE", "-lSnippetUtilsPROFILE", "-lPxFoundationPROFILE", "-lPsFastXmlPROFILE", "-lPxPvdSDKPROFILE", "-lSimulationControllerPROFILE", "-lSceneQueryPROFILE", "-lLowLevelPROFILE", "-lLowLevelAABBPROFILE", "-lLowLevelDynamicsPROFILE", "-lLowLevelClothPROFILE", "-lLowLevelParticlesPROFILE", "-lPxTaskPROFILE", "-lSnippetRenderPROFILE", "-lSnippetUtilsPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -7937,7 +7937,7 @@ }; name = "profile"; }; - FFF7fd8d30d07fcefd8d30d0 /* release */ = { + FFF76584b2d07f836584b2d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7954,7 +7954,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3Common", "-lPhysX3", "-lPhysX3Vehicle", "-lPhysX3Cooking", "-lPhysX3Extensions", "-lPhysX3CharacterKinematic", "-lSnippetUtils", "-lPxFoundation", "-lPsFastXml", "-lPxPvdSDK", "-lSimulationController", "-lSceneQuery", "-lLowLevel", "-lLowLevelAABB", "-lLowLevelDynamics", "-lLowLevelCloth", "-lLowLevelParticles", "-lPxTask", "-lSnippetRender", "-lSnippetUtils", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -7969,7 +7969,7 @@ }; name = "release"; }; - FFF7fd8d38007fcefd8d3800 /* debug */ = { + FFF76584ba007f836584ba00 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -7986,7 +7986,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonDEBUG", "-lPhysX3DEBUG", "-lPhysX3VehicleDEBUG", "-lPhysX3CookingDEBUG", "-lPhysX3ExtensionsDEBUG", "-lPhysX3CharacterKinematicDEBUG", "-lSnippetUtilsDEBUG", "-lPxFoundationDEBUG", "-lPsFastXmlDEBUG", "-lPxPvdSDKDEBUG", "-lSimulationControllerDEBUG", "-lSceneQueryDEBUG", "-lLowLevelDEBUG", "-lLowLevelAABBDEBUG", "-lLowLevelDynamicsDEBUG", "-lLowLevelClothDEBUG", "-lLowLevelParticlesDEBUG", "-lPxTaskDEBUG", "-lSnippetRenderDEBUG", "-lSnippetUtilsDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -8001,7 +8001,7 @@ }; name = "debug"; }; - FFF7fd8d3ef07fcefd8d3ef0 /* checked */ = { + FFF76584c0f07f836584c0f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -8018,7 +8018,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonCHECKED", "-lPhysX3CHECKED", "-lPhysX3VehicleCHECKED", "-lPhysX3CookingCHECKED", "-lPhysX3ExtensionsCHECKED", "-lPhysX3CharacterKinematicCHECKED", "-lSnippetUtilsCHECKED", "-lPxFoundationCHECKED", "-lPsFastXmlCHECKED", "-lPxPvdSDKCHECKED", "-lSimulationControllerCHECKED", "-lSceneQueryCHECKED", "-lLowLevelCHECKED", "-lLowLevelAABBCHECKED", "-lLowLevelDynamicsCHECKED", "-lLowLevelClothCHECKED", "-lLowLevelParticlesCHECKED", "-lPxTaskCHECKED", "-lSnippetRenderCHECKED", "-lSnippetUtilsCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -8033,7 +8033,7 @@ }; name = "checked"; }; - FFF7fd8d45e07fcefd8d45e0 /* profile */ = { + FFF76584c7e07f836584c7e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -8050,7 +8050,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonPROFILE", "-lPhysX3PROFILE", "-lPhysX3VehiclePROFILE", "-lPhysX3CookingPROFILE", "-lPhysX3ExtensionsPROFILE", "-lPhysX3CharacterKinematicPROFILE", "-lSnippetUtilsPROFILE", "-lPxFoundationPROFILE", "-lPsFastXmlPROFILE", "-lPxPvdSDKPROFILE", "-lSimulationControllerPROFILE", "-lSceneQueryPROFILE", "-lLowLevelPROFILE", "-lLowLevelAABBPROFILE", "-lLowLevelDynamicsPROFILE", "-lLowLevelClothPROFILE", "-lLowLevelParticlesPROFILE", "-lPxTaskPROFILE", "-lSnippetRenderPROFILE", "-lSnippetUtilsPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -8065,7 +8065,7 @@ }; name = "profile"; }; - FFF7fd8d4cd07fcefd8d4cd0 /* release */ = { + FFF76584ced07f836584ced0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -8082,7 +8082,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3Common", "-lPhysX3", "-lPhysX3Vehicle", "-lPhysX3Cooking", "-lPhysX3Extensions", "-lPhysX3CharacterKinematic", "-lSnippetUtils", "-lPxFoundation", "-lPsFastXml", "-lPxPvdSDK", "-lSimulationController", "-lSceneQuery", "-lLowLevel", "-lLowLevelAABB", "-lLowLevelDynamics", "-lLowLevelCloth", "-lLowLevelParticles", "-lPxTask", "-lSnippetRender", "-lSnippetUtils", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -8097,7 +8097,7 @@ }; name = "release"; }; - FFF7fd8d54007fcefd8d5400 /* debug */ = { + FFF76584d6007f836584d600 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -8114,7 +8114,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonDEBUG", "-lPhysX3DEBUG", "-lPhysX3VehicleDEBUG", "-lPhysX3CookingDEBUG", "-lPhysX3ExtensionsDEBUG", "-lPhysX3CharacterKinematicDEBUG", "-lSnippetUtilsDEBUG", "-lPxFoundationDEBUG", "-lPsFastXmlDEBUG", "-lPxPvdSDKDEBUG", "-lSimulationControllerDEBUG", "-lSceneQueryDEBUG", "-lLowLevelDEBUG", "-lLowLevelAABBDEBUG", "-lLowLevelDynamicsDEBUG", "-lLowLevelClothDEBUG", "-lLowLevelParticlesDEBUG", "-lPxTaskDEBUG", "-lSnippetRenderDEBUG", "-lSnippetUtilsDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -8129,7 +8129,7 @@ }; name = "debug"; }; - FFF7fd8d5af07fcefd8d5af0 /* checked */ = { + FFF76584dcf07f836584dcf0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -8146,7 +8146,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonCHECKED", "-lPhysX3CHECKED", "-lPhysX3VehicleCHECKED", "-lPhysX3CookingCHECKED", "-lPhysX3ExtensionsCHECKED", "-lPhysX3CharacterKinematicCHECKED", "-lSnippetUtilsCHECKED", "-lPxFoundationCHECKED", "-lPsFastXmlCHECKED", "-lPxPvdSDKCHECKED", "-lSimulationControllerCHECKED", "-lSceneQueryCHECKED", "-lLowLevelCHECKED", "-lLowLevelAABBCHECKED", "-lLowLevelDynamicsCHECKED", "-lLowLevelClothCHECKED", "-lLowLevelParticlesCHECKED", "-lPxTaskCHECKED", "-lSnippetRenderCHECKED", "-lSnippetUtilsCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -8161,7 +8161,7 @@ }; name = "checked"; }; - FFF7fd8d61e07fcefd8d61e0 /* profile */ = { + FFF76584e3e07f836584e3e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -8178,7 +8178,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonPROFILE", "-lPhysX3PROFILE", "-lPhysX3VehiclePROFILE", "-lPhysX3CookingPROFILE", "-lPhysX3ExtensionsPROFILE", "-lPhysX3CharacterKinematicPROFILE", "-lSnippetUtilsPROFILE", "-lPxFoundationPROFILE", "-lPsFastXmlPROFILE", "-lPxPvdSDKPROFILE", "-lSimulationControllerPROFILE", "-lSceneQueryPROFILE", "-lLowLevelPROFILE", "-lLowLevelAABBPROFILE", "-lLowLevelDynamicsPROFILE", "-lLowLevelClothPROFILE", "-lLowLevelParticlesPROFILE", "-lPxTaskPROFILE", "-lSnippetRenderPROFILE", "-lSnippetUtilsPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -8193,7 +8193,7 @@ }; name = "profile"; }; - FFF7fd8d68d07fcefd8d68d0 /* release */ = { + FFF76584ead07f836584ead0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -8210,7 +8210,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3Common", "-lPhysX3", "-lPhysX3Vehicle", "-lPhysX3Cooking", "-lPhysX3Extensions", "-lPhysX3CharacterKinematic", "-lSnippetUtils", "-lPxFoundation", "-lPsFastXml", "-lPxPvdSDK", "-lSimulationController", "-lSceneQuery", "-lLowLevel", "-lLowLevelAABB", "-lLowLevelDynamics", "-lLowLevelCloth", "-lLowLevelParticles", "-lPxTask", "-lSnippetRender", "-lSnippetUtils", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -8225,7 +8225,7 @@ }; name = "release"; }; - FFF7fd8d70007fcefd8d7000 /* debug */ = { + FFF76584f2007f836584f200 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -8242,7 +8242,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonDEBUG", "-lPhysX3DEBUG", "-lPhysX3VehicleDEBUG", "-lPhysX3CookingDEBUG", "-lPhysX3ExtensionsDEBUG", "-lPhysX3CharacterKinematicDEBUG", "-lSnippetUtilsDEBUG", "-lPxFoundationDEBUG", "-lPsFastXmlDEBUG", "-lPxPvdSDKDEBUG", "-lSimulationControllerDEBUG", "-lSceneQueryDEBUG", "-lLowLevelDEBUG", "-lLowLevelAABBDEBUG", "-lLowLevelDynamicsDEBUG", "-lLowLevelClothDEBUG", "-lLowLevelParticlesDEBUG", "-lPxTaskDEBUG", "-lSnippetRenderDEBUG", "-lSnippetUtilsDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -8257,7 +8257,7 @@ }; name = "debug"; }; - FFF7fd8d76f07fcefd8d76f0 /* checked */ = { + FFF76584f8f07f836584f8f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -8274,7 +8274,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonCHECKED", "-lPhysX3CHECKED", "-lPhysX3VehicleCHECKED", "-lPhysX3CookingCHECKED", "-lPhysX3ExtensionsCHECKED", "-lPhysX3CharacterKinematicCHECKED", "-lSnippetUtilsCHECKED", "-lPxFoundationCHECKED", "-lPsFastXmlCHECKED", "-lPxPvdSDKCHECKED", "-lSimulationControllerCHECKED", "-lSceneQueryCHECKED", "-lLowLevelCHECKED", "-lLowLevelAABBCHECKED", "-lLowLevelDynamicsCHECKED", "-lLowLevelClothCHECKED", "-lLowLevelParticlesCHECKED", "-lPxTaskCHECKED", "-lSnippetRenderCHECKED", "-lSnippetUtilsCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -8289,7 +8289,7 @@ }; name = "checked"; }; - FFF7fd8d7de07fcefd8d7de0 /* profile */ = { + FFF76584ffe07f836584ffe0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -8306,7 +8306,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonPROFILE", "-lPhysX3PROFILE", "-lPhysX3VehiclePROFILE", "-lPhysX3CookingPROFILE", "-lPhysX3ExtensionsPROFILE", "-lPhysX3CharacterKinematicPROFILE", "-lSnippetUtilsPROFILE", "-lPxFoundationPROFILE", "-lPsFastXmlPROFILE", "-lPxPvdSDKPROFILE", "-lSimulationControllerPROFILE", "-lSceneQueryPROFILE", "-lLowLevelPROFILE", "-lLowLevelAABBPROFILE", "-lLowLevelDynamicsPROFILE", "-lLowLevelClothPROFILE", "-lLowLevelParticlesPROFILE", "-lPxTaskPROFILE", "-lSnippetRenderPROFILE", "-lSnippetUtilsPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -8321,7 +8321,7 @@ }; name = "profile"; }; - FFF7fd8d84d07fcefd8d84d0 /* release */ = { + FFF7658506d07f83658506d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -8338,7 +8338,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3Common", "-lPhysX3", "-lPhysX3Vehicle", "-lPhysX3Cooking", "-lPhysX3Extensions", "-lPhysX3CharacterKinematic", "-lSnippetUtils", "-lPxFoundation", "-lPsFastXml", "-lPxPvdSDK", "-lSimulationController", "-lSceneQuery", "-lLowLevel", "-lLowLevelAABB", "-lLowLevelDynamics", "-lLowLevelCloth", "-lLowLevelParticles", "-lPxTask", "-lSnippetRender", "-lSnippetUtils", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -8353,7 +8353,7 @@ }; name = "release"; }; - FFF7fd8d8c007fcefd8d8c00 /* debug */ = { + FFF765850e007f8365850e00 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -8370,7 +8370,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonDEBUG", "-lPhysX3DEBUG", "-lPhysX3VehicleDEBUG", "-lPhysX3CookingDEBUG", "-lPhysX3ExtensionsDEBUG", "-lPhysX3CharacterKinematicDEBUG", "-lSnippetUtilsDEBUG", "-lPxFoundationDEBUG", "-lPsFastXmlDEBUG", "-lPxPvdSDKDEBUG", "-lSimulationControllerDEBUG", "-lSceneQueryDEBUG", "-lLowLevelDEBUG", "-lLowLevelAABBDEBUG", "-lLowLevelDynamicsDEBUG", "-lLowLevelClothDEBUG", "-lLowLevelParticlesDEBUG", "-lPxTaskDEBUG", "-lSnippetRenderDEBUG", "-lSnippetUtilsDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -8385,7 +8385,7 @@ }; name = "debug"; }; - FFF7fd8d92f07fcefd8d92f0 /* checked */ = { + FFF7658514f07f83658514f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -8402,7 +8402,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonCHECKED", "-lPhysX3CHECKED", "-lPhysX3VehicleCHECKED", "-lPhysX3CookingCHECKED", "-lPhysX3ExtensionsCHECKED", "-lPhysX3CharacterKinematicCHECKED", "-lSnippetUtilsCHECKED", "-lPxFoundationCHECKED", "-lPsFastXmlCHECKED", "-lPxPvdSDKCHECKED", "-lSimulationControllerCHECKED", "-lSceneQueryCHECKED", "-lLowLevelCHECKED", "-lLowLevelAABBCHECKED", "-lLowLevelDynamicsCHECKED", "-lLowLevelClothCHECKED", "-lLowLevelParticlesCHECKED", "-lPxTaskCHECKED", "-lSnippetRenderCHECKED", "-lSnippetUtilsCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -8417,7 +8417,7 @@ }; name = "checked"; }; - FFF7fd8d99e07fcefd8d99e0 /* profile */ = { + FFF765851be07f8365851be0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -8434,7 +8434,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonPROFILE", "-lPhysX3PROFILE", "-lPhysX3VehiclePROFILE", "-lPhysX3CookingPROFILE", "-lPhysX3ExtensionsPROFILE", "-lPhysX3CharacterKinematicPROFILE", "-lSnippetUtilsPROFILE", "-lPxFoundationPROFILE", "-lPsFastXmlPROFILE", "-lPxPvdSDKPROFILE", "-lSimulationControllerPROFILE", "-lSceneQueryPROFILE", "-lLowLevelPROFILE", "-lLowLevelAABBPROFILE", "-lLowLevelDynamicsPROFILE", "-lLowLevelClothPROFILE", "-lLowLevelParticlesPROFILE", "-lPxTaskPROFILE", "-lSnippetRenderPROFILE", "-lSnippetUtilsPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -8449,7 +8449,7 @@ }; name = "profile"; }; - FFF7fd8da0d07fcefd8da0d0 /* release */ = { + FFF7658522d07f83658522d0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -8466,7 +8466,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3Common", "-lPhysX3", "-lPhysX3Vehicle", "-lPhysX3Cooking", "-lPhysX3Extensions", "-lPhysX3CharacterKinematic", "-lSnippetUtils", "-lPxFoundation", "-lPsFastXml", "-lPxPvdSDK", "-lSimulationController", "-lSceneQuery", "-lLowLevel", "-lLowLevelAABB", "-lLowLevelDynamics", "-lLowLevelCloth", "-lLowLevelParticles", "-lPxTask", "-lSnippetRender", "-lSnippetUtils", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -8481,7 +8481,7 @@ }; name = "release"; }; - FFF7fd8da8007fcefd8da800 /* debug */ = { + FFF765852a007f8365852a00 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -8498,7 +8498,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonDEBUG", "-lPhysX3DEBUG", "-lPhysX3VehicleDEBUG", "-lPhysX3CookingDEBUG", "-lPhysX3ExtensionsDEBUG", "-lPhysX3CharacterKinematicDEBUG", "-lSnippetUtilsDEBUG", "-lPxFoundationDEBUG", "-lPsFastXmlDEBUG", "-lPxPvdSDKDEBUG", "-lSimulationControllerDEBUG", "-lSceneQueryDEBUG", "-lLowLevelDEBUG", "-lLowLevelAABBDEBUG", "-lLowLevelDynamicsDEBUG", "-lLowLevelClothDEBUG", "-lLowLevelParticlesDEBUG", "-lPxTaskDEBUG", "-lSnippetRenderDEBUG", "-lSnippetUtilsDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -8513,7 +8513,7 @@ }; name = "debug"; }; - FFF7fd8daef07fcefd8daef0 /* checked */ = { + FFF7658530f07f83658530f0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -8530,7 +8530,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonCHECKED", "-lPhysX3CHECKED", "-lPhysX3VehicleCHECKED", "-lPhysX3CookingCHECKED", "-lPhysX3ExtensionsCHECKED", "-lPhysX3CharacterKinematicCHECKED", "-lSnippetUtilsCHECKED", "-lPxFoundationCHECKED", "-lPsFastXmlCHECKED", "-lPxPvdSDKCHECKED", "-lSimulationControllerCHECKED", "-lSceneQueryCHECKED", "-lLowLevelCHECKED", "-lLowLevelAABBCHECKED", "-lLowLevelDynamicsCHECKED", "-lLowLevelClothCHECKED", "-lLowLevelParticlesCHECKED", "-lPxTaskCHECKED", "-lSnippetRenderCHECKED", "-lSnippetUtilsCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -8545,7 +8545,7 @@ }; name = "checked"; }; - FFF7fd8db5e07fcefd8db5e0 /* profile */ = { + FFF7658537e07f83658537e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -8562,7 +8562,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonPROFILE", "-lPhysX3PROFILE", "-lPhysX3VehiclePROFILE", "-lPhysX3CookingPROFILE", "-lPhysX3ExtensionsPROFILE", "-lPhysX3CharacterKinematicPROFILE", "-lSnippetUtilsPROFILE", "-lPxFoundationPROFILE", "-lPsFastXmlPROFILE", "-lPxPvdSDKPROFILE", "-lSimulationControllerPROFILE", "-lSceneQueryPROFILE", "-lLowLevelPROFILE", "-lLowLevelAABBPROFILE", "-lLowLevelDynamicsPROFILE", "-lLowLevelClothPROFILE", "-lLowLevelParticlesPROFILE", "-lPxTaskPROFILE", "-lSnippetRenderPROFILE", "-lSnippetUtilsPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -8577,7 +8577,7 @@ }; name = "profile"; }; - FFF7fd8dbcd07fcefd8dbcd0 /* release */ = { + FFF765853ed07f8365853ed0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -8594,7 +8594,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3Common", "-lPhysX3", "-lPhysX3Vehicle", "-lPhysX3Cooking", "-lPhysX3Extensions", "-lPhysX3CharacterKinematic", "-lSnippetUtils", "-lPxFoundation", "-lPsFastXml", "-lPxPvdSDK", "-lSimulationController", "-lSceneQuery", "-lLowLevel", "-lLowLevelAABB", "-lLowLevelDynamics", "-lLowLevelCloth", "-lLowLevelParticles", "-lPxTask", "-lSnippetRender", "-lSnippetUtils", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -8609,7 +8609,7 @@ }; name = "release"; }; - FFF7fd8dc4007fcefd8dc400 /* debug */ = { + FFF7658546007f8365854600 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -8626,7 +8626,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonDEBUG", "-lPhysX3DEBUG", "-lPhysX3VehicleDEBUG", "-lPhysX3CookingDEBUG", "-lPhysX3ExtensionsDEBUG", "-lPhysX3CharacterKinematicDEBUG", "-lSnippetUtilsDEBUG", "-lPxFoundationDEBUG", "-lPsFastXmlDEBUG", "-lPxPvdSDKDEBUG", "-lSimulationControllerDEBUG", "-lSceneQueryDEBUG", "-lLowLevelDEBUG", "-lLowLevelAABBDEBUG", "-lLowLevelDynamicsDEBUG", "-lLowLevelClothDEBUG", "-lLowLevelParticlesDEBUG", "-lPxTaskDEBUG", "-lSnippetRenderDEBUG", "-lSnippetUtilsDEBUG", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O0", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -8641,7 +8641,7 @@ }; name = "debug"; }; - FFF7fd8dcaf07fcefd8dcaf0 /* checked */ = { + FFF765854cf07f8365854cf0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -8658,7 +8658,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonCHECKED", "-lPhysX3CHECKED", "-lPhysX3VehicleCHECKED", "-lPhysX3CookingCHECKED", "-lPhysX3ExtensionsCHECKED", "-lPhysX3CharacterKinematicCHECKED", "-lSnippetUtilsCHECKED", "-lPxFoundationCHECKED", "-lPsFastXmlCHECKED", "-lPxPvdSDKCHECKED", "-lSimulationControllerCHECKED", "-lSceneQueryCHECKED", "-lLowLevelCHECKED", "-lLowLevelAABBCHECKED", "-lLowLevelDynamicsCHECKED", "-lLowLevelClothCHECKED", "-lLowLevelParticlesCHECKED", "-lPxTaskCHECKED", "-lSnippetRenderCHECKED", "-lSnippetUtilsCHECKED", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-g3", "-gdwarf-2", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -8673,7 +8673,7 @@ }; name = "checked"; }; - FFF7fd8dd1e07fcefd8dd1e0 /* profile */ = { + FFF7658553e07f83658553e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -8690,7 +8690,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3CommonPROFILE", "-lPhysX3PROFILE", "-lPhysX3VehiclePROFILE", "-lPhysX3CookingPROFILE", "-lPhysX3ExtensionsPROFILE", "-lPhysX3CharacterKinematicPROFILE", "-lSnippetUtilsPROFILE", "-lPxFoundationPROFILE", "-lPsFastXmlPROFILE", "-lPxPvdSDKPROFILE", "-lSimulationControllerPROFILE", "-lSceneQueryPROFILE", "-lLowLevelPROFILE", "-lLowLevelAABBPROFILE", "-lLowLevelDynamicsPROFILE", "-lLowLevelClothPROFILE", "-lLowLevelParticlesPROFILE", "-lPxTaskPROFILE", "-lSnippetRenderPROFILE", "-lSnippetUtilsPROFILE", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -8705,7 +8705,7 @@ }; name = "profile"; }; - FFF7fd8dd8d07fcefd8dd8d0 /* release */ = { + FFF765855ad07f8365855ad0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1)"; ARCHS_STANDARD_64_BIT_PRE_XCODE_3_1 = x86_64; GCC_VERSION = com.apple.compilers.llvm.clang.1_0; SDKROOT=macosx; @@ -8722,7 +8722,7 @@ "-framework", "OpenGL", "-framework", "GLUT", "-lPhysX3Common", "-lPhysX3", "-lPhysX3Vehicle", "-lPhysX3Cooking", "-lPhysX3Extensions", "-lPhysX3CharacterKinematic", "-lSnippetUtils", "-lPxFoundation", "-lPsFastXml", "-lPxPvdSDK", "-lSimulationController", "-lSceneQuery", "-lLowLevel", "-lLowLevelAABB", "-lLowLevelDynamics", "-lLowLevelCloth", "-lLowLevelParticles", "-lPxTask", "-lSnippetRender", "-lSnippetUtils", ); OTHER_CFLAGS = ( - "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-ffast-math", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", + "-pipe", "-mmacosx-version-min=10.7", "-msse2", "-fno-exceptions", "-fno-rtti", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-Werror", "-Wall", "-Wextra", "-fstrict-aliasing", "-Wstrict-aliasing=2", "-pedantic", "-Weverything", "-Wno-documentation-deprecated-sync", "-Wno-documentation-unknown-command", "-Wno-float-equal", "-Wno-padded", "-Wno-weak-vtables", "-Wno-cast-align", "-Wno-conversion", "-Wno-missing-variable-declarations", "-Wno-shift-sign-overflow", "-Wno-global-constructors", "-Wno-exit-time-destructors", "-Wno-missing-prototypes", "-O3", "-fno-strict-aliasing", ); HEADER_SEARCH_PATHS = ( "../../../Include", "../../../../PxShared/include", "../../../../PxShared/src/foundation/include", "../../../../PxShared/src/fastxml/include", @@ -8737,25 +8737,25 @@ }; name = "release"; }; - FFF3fd8a44007fcefd8a4400 /* debug */ = { + FFF36581c6007f836581c600 /* debug */ = { isa = XCBuildConfiguration; buildSettings = { }; name = "debug"; }; - FFF3fd8a4af07fcefd8a4af0 /* checked */ = { + FFF36581ccf07f836581ccf0 /* checked */ = { isa = XCBuildConfiguration; buildSettings = { }; name = "checked"; }; - FFF3fd8a51e07fcefd8a51e0 /* profile */ = { + FFF36581d3e07f836581d3e0 /* profile */ = { isa = XCBuildConfiguration; buildSettings = { }; name = "profile"; }; - FFF3fd8a58d07fcefd8a58d0 /* release */ = { + FFF36581dad07f836581dad0 /* release */ = { isa = XCBuildConfiguration; buildSettings = { }; @@ -8764,50 +8764,50 @@ /* End XCBuildConfiguration section */ /* Begin PBXProject section */ - FFF9fcf939d07fcefcf939d0 /* Project object */ = { + FFF963f8bf107f8363f8bf10 /* Project object */ = { isa = PBXProject; - buildConfigurationList = FFF6fcf939d07fcefcf939d0 /* Build configuration list for PBXProject Snippets */; + buildConfigurationList = FFF663f8bf107f8363f8bf10 /* Build configuration list for PBXProject Snippets */; compatibilityVersion = "Xcode 3.2"; hasScannedForEncodings = 1; - mainGroup = FFFBfcf93a387fcefcf93a38 /* Snippets */; + mainGroup = FFFB63f8bf787f8363f8bf78 /* Snippets */; targets = ( - FFFAfcf93ae07fcefcf93ae0, - FFFAfcf579007fcefcf57900, - FFFAfcf881a07fcefcf881a0, - FFFAfcf621407fcefcf62140, - FFFAfcf083c07fcefcf083c0, - FFFAfcf31c707fcefcf31c70, - FFFAfcfa9f307fcefcfa9f30, - FFFAfcfbcd907fcefcfbcd90, - FFFAfcfc22507fcefcfc2250, - FFFAfcfc57507fcefcfc5750, - FFFAfcfc8f407fcefcfc8f40, - FFFAfcfcc5807fcefcfcc580, - FFFAfcfcfd707fcefcfcfd70, - FFFAfcfd30407fcefcfd3040, - FFFAfcfd68607fcefcfd6860, - FFFAfcfda0107fcefcfda010, - FFFAfcfdd7407fcefcfdd740, - FFFAfcfe0f307fcefcfe0f30, - FFFAfcfe5fb07fcefcfe5fb0, - FFFAfcfeae007fcefcfeae00, - FFFAfcfefc807fcefcfefc80, - FFFAfcff4ba07fcefcff4ba0, - FFFAfcff97f07fcefcff97f0, - FFFAfe1026507fcefe102650, - FFFAfe1076e07fcefe1076e0, - FFFAfe10a8207fcefe10a820, - FFFAfe10e0b07fcefe10e0b0, - FFFAfe1115e07fcefe1115e0, - FFFAfe114b507fcefe114b50, - FFFAfe1184107fcefe118410, - FFFAfe11b8607fcefe11b860, - FFFAfe11ed007fcefe11ed00, - FFFAfe1222e07fcefe1222e0, + FFFA63f8c0207f8363f8c020, + FFFA63f79a107f8363f79a10, + FFFA63f6a9407f8363f6a940, + FFFA63f59ab07f8363f59ab0, + FFFA63f7ff207f8363f7ff20, + FFFA63f1adb07f8363f1adb0, + FFFA63fa52d07f8363fa52d0, + FFFA63a8a7807f8363a8a780, + FFFA62df31307f8362df3130, + FFFA62dea5407f8362dea540, + FFFA63b023907f8363b02390, + FFFA63aeeab07f8363aeeab0, + FFFA63af5f307f8363af5f30, + FFFA648010f07f83648010f0, + FFFA648048707f8364804870, + FFFA648080207f8364808020, + FFFA6480b7507f836480b750, + FFFA6480f0007f836480f000, + FFFA648140c07f83648140c0, + FFFA64818ec07f8364818ec0, + FFFA6481dda07f836481dda0, + FFFA64822c207f8364822c20, + FFFA648279507f8364827950, + FFFA649020707f8364902070, + FFFA649070907f8364907090, + FFFA6490a3907f836490a390, + FFFA6490daf07f836490daf0, + FFFA64910fd07f8364910fd0, + FFFA649145107f8364914510, + FFFA64917dd07f8364917dd0, + FFFA6491b2207f836491b220, + FFFA6491e6c07f836491e6c0, + FFFA64921ca07f8364921ca0, ); }; /* End PBXProject section */ }; - rootObject = FFF9fcf939d07fcefcf939d0 /* Project object */; + rootObject = FFF963f8bf107f8363f8bf10 /* Project object */; } |