aboutsummaryrefslogtreecommitdiff
path: root/PhysX_3.4/Samples/compiler
diff options
context:
space:
mode:
authorSheikh Dawood Abdul Ajees <[email protected]>2018-01-26 19:43:03 -0600
committerSheikh Dawood Abdul Ajees <[email protected]>2018-01-26 19:43:03 -0600
commitb6db9a56548cd1c41bee309e721d76ea2c9320da (patch)
tree1f0436b187db50c21e576b4f4d491530113c91bc /PhysX_3.4/Samples/compiler
parentPhysX 3.4.1, APEX 1.4.1 Release @23307153 (diff)
downloadphysx-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/Samples/compiler')
-rw-r--r--PhysX_3.4/Samples/compiler/vc11win32/SampleBase.vcxproj421
-rw-r--r--PhysX_3.4/Samples/compiler/vc11win32/Samples.sln95
-rw-r--r--PhysX_3.4/Samples/compiler/vc11win32/Samples.vcxproj460
-rw-r--r--PhysX_3.4/Samples/compiler/vc11win64/SampleBase.vcxproj417
-rw-r--r--PhysX_3.4/Samples/compiler/vc11win64/Samples.sln95
-rw-r--r--PhysX_3.4/Samples/compiler/vc11win64/Samples.vcxproj456
6 files changed, 0 insertions, 1944 deletions
diff --git a/PhysX_3.4/Samples/compiler/vc11win32/SampleBase.vcxproj b/PhysX_3.4/Samples/compiler/vc11win32/SampleBase.vcxproj
deleted file mode 100644
index 7edc2a79..00000000
--- a/PhysX_3.4/Samples/compiler/vc11win32/SampleBase.vcxproj
+++ /dev/null
@@ -1,421 +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>{DD323D8B-0B68-74C5-043C-91BBE6A810A7}</ProjectGuid>
- <RootNamespace>SampleBase</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/SampleBase/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 /wd4062 /wd4100 /wd4130 /wd4201 /wd4242 /wd4244 /wd4245 /wd4265 /wd4266 /wd4324 /wd4389 /wd4365 /wd4371 /wd4447 /wd4189 /wd4191 /wd4350 /wd4505 /wd4512 /wd4548 /wd4571 /wd4625 /wd4626 /wd4668 /wd4619 /wd4701 /wd4702 /wd4706 /wd4710 /wd4711 /wd4640 /wd4061 /wd4826 /wd4946 /wd4917 /wd4986 /wd4987 /d2Zi+</AdditionalOptions>
- <Optimization>Disabled</Optimization>
- <AdditionalIncludeDirectories>./../../PxToolkit/include;./../../SampleFramework/framework/include;./../../SampleFramework/renderer/include;./../../SampleFramework/platform/include;./../../../../Externals/CUDA/8.0.44/include;$(DXSDK_DIR)/Include;./../../../Include;./../../../Source/Common/include;./../../../Source/Common/src;./../../../Source/GeomUtils/headers;./../../../Source/GeomUtils/include;./../../../Source/GeomUtils/src/contact;./../../../Source/GeomUtils/src/common;./../../../Source/GeomUtils/src/convex;./../../../Source/GeomUtils/src/distance;./../../../Source/GeomUtils/src/gjk;./../../../Source/GeomUtils/src/intersection;./../../../Source/GeomUtils/src/mesh;./../../../Source/GeomUtils/src/Ice;./../../../Source/GeomUtils/src/hf;./../../../Source/GeomUtils/src/pcm;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;PHYSX_PROFILE_SDK;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;%(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)$(ProjectName)DEBUG.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/SampleBase/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 /wd4062 /wd4100 /wd4130 /wd4201 /wd4242 /wd4244 /wd4245 /wd4265 /wd4266 /wd4324 /wd4389 /wd4365 /wd4371 /wd4447 /wd4189 /wd4191 /wd4350 /wd4505 /wd4512 /wd4548 /wd4571 /wd4625 /wd4626 /wd4668 /wd4619 /wd4701 /wd4702 /wd4706 /wd4710 /wd4711 /wd4640 /wd4061 /wd4826 /wd4946 /wd4917 /wd4986 /wd4987 /d2Zi+</AdditionalOptions>
- <Optimization>Full</Optimization>
- <AdditionalIncludeDirectories>./../../PxToolkit/include;./../../SampleFramework/framework/include;./../../SampleFramework/renderer/include;./../../SampleFramework/platform/include;./../../../../Externals/CUDA/8.0.44/include;$(DXSDK_DIR)/Include;./../../../Include;./../../../Source/Common/include;./../../../Source/Common/src;./../../../Source/GeomUtils/headers;./../../../Source/GeomUtils/include;./../../../Source/GeomUtils/src/contact;./../../../Source/GeomUtils/src/common;./../../../Source/GeomUtils/src/convex;./../../../Source/GeomUtils/src/distance;./../../../Source/GeomUtils/src/gjk;./../../../Source/GeomUtils/src/intersection;./../../../Source/GeomUtils/src/mesh;./../../../Source/GeomUtils/src/Ice;./../../../Source/GeomUtils/src/hf;./../../../Source/GeomUtils/src/pcm;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;PHYSX_PROFILE_SDK;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;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)$(ProjectName)CHECKED.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/SampleBase/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 /wd4062 /wd4100 /wd4130 /wd4201 /wd4242 /wd4244 /wd4245 /wd4265 /wd4266 /wd4324 /wd4389 /wd4365 /wd4371 /wd4447 /wd4189 /wd4191 /wd4350 /wd4505 /wd4512 /wd4548 /wd4571 /wd4625 /wd4626 /wd4668 /wd4619 /wd4701 /wd4702 /wd4706 /wd4710 /wd4711 /wd4640 /wd4061 /wd4826 /wd4946 /wd4917 /wd4986 /wd4987 /d2Zi+</AdditionalOptions>
- <Optimization>Full</Optimization>
- <AdditionalIncludeDirectories>./../../PxToolkit/include;./../../SampleFramework/framework/include;./../../SampleFramework/renderer/include;./../../SampleFramework/platform/include;./../../../../Externals/CUDA/8.0.44/include;$(DXSDK_DIR)/Include;./../../../Include;./../../../Source/Common/include;./../../../Source/Common/src;./../../../Source/GeomUtils/headers;./../../../Source/GeomUtils/include;./../../../Source/GeomUtils/src/contact;./../../../Source/GeomUtils/src/common;./../../../Source/GeomUtils/src/convex;./../../../Source/GeomUtils/src/distance;./../../../Source/GeomUtils/src/gjk;./../../../Source/GeomUtils/src/intersection;./../../../Source/GeomUtils/src/mesh;./../../../Source/GeomUtils/src/Ice;./../../../Source/GeomUtils/src/hf;./../../../Source/GeomUtils/src/pcm;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;PHYSX_PROFILE_SDK;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;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)$(ProjectName)PROFILE.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/SampleBase/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 /wd4062 /wd4100 /wd4130 /wd4201 /wd4242 /wd4244 /wd4245 /wd4265 /wd4266 /wd4324 /wd4389 /wd4365 /wd4371 /wd4447 /wd4189 /wd4191 /wd4350 /wd4505 /wd4512 /wd4548 /wd4571 /wd4625 /wd4626 /wd4668 /wd4619 /wd4701 /wd4702 /wd4706 /wd4710 /wd4711 /wd4640 /wd4061 /wd4826 /wd4946 /wd4917 /wd4986 /wd4987 /d2Zi+</AdditionalOptions>
- <Optimization>Full</Optimization>
- <AdditionalIncludeDirectories>./../../PxToolkit/include;./../../SampleFramework/framework/include;./../../SampleFramework/renderer/include;./../../SampleFramework/platform/include;./../../../../Externals/CUDA/8.0.44/include;$(DXSDK_DIR)/Include;./../../../Include;./../../../Source/Common/include;./../../../Source/Common/src;./../../../Source/GeomUtils/headers;./../../../Source/GeomUtils/include;./../../../Source/GeomUtils/src/contact;./../../../Source/GeomUtils/src/common;./../../../Source/GeomUtils/src/convex;./../../../Source/GeomUtils/src/distance;./../../../Source/GeomUtils/src/gjk;./../../../Source/GeomUtils/src/intersection;./../../../Source/GeomUtils/src/mesh;./../../../Source/GeomUtils/src/Ice;./../../../Source/GeomUtils/src/hf;./../../../Source/GeomUtils/src/pcm;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;PHYSX_PROFILE_SDK;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>%(AdditionalDependencies)</AdditionalDependencies>
- <OutputFile>$(OutDir)$(ProjectName).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="..\..\SampleBase\ParticleEmitter.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleBase\ParticleEmitter.h">
- </ClInclude>
- <ClCompile Include="..\..\SampleBase\ParticleEmitterPressure.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleBase\ParticleEmitterPressure.h">
- </ClInclude>
- <ClCompile Include="..\..\SampleBase\ParticleEmitterRate.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleBase\ParticleEmitterRate.h">
- </ClInclude>
- <ClCompile Include="..\..\SampleBase\ParticleFactory.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleBase\ParticleFactory.h">
- </ClInclude>
- <ClCompile Include="..\..\SampleBase\ParticleSystem.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleBase\ParticleSystem.h">
- </ClInclude>
- </ItemGroup>
- <ItemGroup>
- <ClCompile Include="..\..\SampleBase\RenderBaseActor.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleBase\RenderBaseActor.h">
- </ClInclude>
- <ClCompile Include="..\..\SampleBase\RenderBaseObject.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleBase\RenderBaseObject.h">
- </ClInclude>
- <ClCompile Include="..\..\SampleBase\RenderBoxActor.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleBase\RenderBoxActor.h">
- </ClInclude>
- <ClCompile Include="..\..\SampleBase\RenderCapsuleActor.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleBase\RenderCapsuleActor.h">
- </ClInclude>
- <ClCompile Include="..\..\SampleBase\RenderGridActor.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleBase\RenderGridActor.h">
- </ClInclude>
- <ClCompile Include="..\..\SampleBase\RenderMaterial.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleBase\RenderMaterial.h">
- </ClInclude>
- <ClCompile Include="..\..\SampleBase\RenderMeshActor.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleBase\RenderMeshActor.h">
- </ClInclude>
- <ClCompile Include="..\..\SampleBase\RenderParticleSystemActor.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleBase\RenderParticleSystemActor.h">
- </ClInclude>
- <ClCompile Include="..\..\SampleBase\RenderSphereActor.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleBase\RenderSphereActor.h">
- </ClInclude>
- <ClCompile Include="..\..\SampleBase\RenderTexture.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleBase\RenderTexture.h">
- </ClInclude>
- <ClCompile Include="..\..\SampleBase\RenderClothActor.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleBase\RenderClothActor.h">
- </ClInclude>
- </ItemGroup>
- <ItemGroup>
- <ClCompile Include="..\..\SampleBase\RaycastCCD.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleBase\RaycastCCD.h">
- </ClInclude>
- <ClCompile Include="..\..\SampleBase\SampleCamera.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleBase\SampleCamera.h">
- </ClInclude>
- <ClCompile Include="..\..\SampleBase\SampleCameraController.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleBase\SampleCameraController.h">
- </ClInclude>
- <ClCompile Include="..\..\SampleBase\SampleConsole.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleBase\SampleConsole.h">
- </ClInclude>
- <ClCompile Include="..\..\SampleBase\SampleMain.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleBase\SamplePreprocessor.h">
- </ClInclude>
- <ClCompile Include="..\..\SampleBase\SampleStepper.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleBase\SampleStepper.h">
- </ClInclude>
- <ClInclude Include="..\..\SampleBase\SampleUtils.h">
- </ClInclude>
- <ClInclude Include="..\..\SampleBase\Test.h">
- </ClInclude>
- <ClInclude Include="..\..\SampleBase\SampleArray.h">
- </ClInclude>
- <ClInclude Include="..\..\SampleBase\TestGroup.h">
- </ClInclude>
- <ClCompile Include="..\..\SampleBase\TestGroup.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleBase\PhysXSample.h">
- </ClInclude>
- <ClCompile Include="..\..\SampleBase\PhysXSample.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleBase\PhysXSampleApplication.h">
- </ClInclude>
- <ClCompile Include="..\..\SampleBase\PhysXSampleApplication.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleBase\InputEventBuffer.h">
- </ClInclude>
- <ClCompile Include="..\..\SampleBase\InputEventBuffer.cpp">
- </ClCompile>
- <ClCompile Include="..\..\SampleBase\SampleInputMappingAsset.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleBase\SampleInputMappingAsset.h">
- </ClInclude>
- <ClInclude Include="..\..\SampleBase\SampleBaseInputEventIds.h">
- </ClInclude>
- <ClInclude Include="..\..\SampleBase\SampleUserInputDefines.h">
- </ClInclude>
- <ClCompile Include="..\..\SampleBase\Picking.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleBase\Picking.h">
- </ClInclude>
- </ItemGroup>
- <ItemGroup>
- <ClCompile Include="..\..\SampleBase\RawLoader.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleBase\RawLoader.h">
- </ClInclude>
- <ClCompile Include="..\..\SampleBase\SampleAllocator.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleBase\SampleAllocator.h">
- </ClInclude>
- <ClInclude Include="..\..\SampleBase\SampleAllocatorSDKClasses.h">
- </ClInclude>
- <ClCompile Include="..\..\SampleBase\SampleMouseFilter.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleBase\SampleMouseFilter.h">
- </ClInclude>
- <ClCompile Include="..\..\SampleBase\SampleRandomPrecomputed.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleBase\SampleRandomPrecomputed.h">
- </ClInclude>
- <ClCompile Include="..\..\SampleBase\RenderPhysX3Debug.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleBase\RenderPhysX3Debug.h">
- </ClInclude>
- <ClCompile Include="..\..\SampleBase\wavefront.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleBase\wavefront.h">
- </ClInclude>
- <ClCompile Include="..\..\SampleBase\SampleCharacterHelpers.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleBase\SampleCharacterHelpers.h">
- </ClInclude>
- <ClCompile Include="..\..\SampleBase\AcclaimLoader.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleBase\AcclaimLoader.h">
- </ClInclude>
- <ClCompile Include="..\..\SampleBase\TestMotionGenerator.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleBase\TestMotionGenerator.h">
- </ClInclude>
- <ClCompile Include="..\..\SampleBase\TestGeometryHelpers.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleBase\TestGeometryHelpers.h">
- </ClInclude>
- <ClCompile Include="..\..\SampleBase\TestClothHelpers.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleBase\TestClothHelpers.h">
- </ClInclude>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="./../../SampleFramework/framework/compiler/vc11win32/SampleFramework-MT.vcxproj">
- <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="./../../SampleFramework/renderer/compiler/vc11win32/SampleRenderer-MT.vcxproj">
- <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="./../../SampleFramework/platform/compiler/vc11win32/SamplePlatform-MT.vcxproj">
- <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets"></ImportGroup>
-</Project>
diff --git a/PhysX_3.4/Samples/compiler/vc11win32/Samples.sln b/PhysX_3.4/Samples/compiler/vc11win32/Samples.sln
deleted file mode 100644
index 723d95ca..00000000
--- a/PhysX_3.4/Samples/compiler/vc11win32/Samples.sln
+++ /dev/null
@@ -1,95 +0,0 @@
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 2012
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Samples", "./Samples.vcxproj", "{D5174F6A-3F80-2864-B100-0DA6F0E53A70}"
- ProjectSection(ProjectDependencies) = postProject
- {DD323D8B-0B68-74C5-043C-91BBE6A810A7} = {DD323D8B-0B68-74C5-043C-91BBE6A810A7}
- {AE26EE6F-9143-D9EE-6480-FA134AAAFC48} = {AE26EE6F-9143-D9EE-6480-FA134AAAFC48}
- EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SampleBase", "./SampleBase.vcxproj", "{DD323D8B-0B68-74C5-043C-91BBE6A810A7}"
- ProjectSection(ProjectDependencies) = postProject
- {DEB7F8C6-4512-D660-4816-212EF0806A58} = {DEB7F8C6-4512-D660-4816-212EF0806A58}
- {67A61354-2C14-B851-8530-DDD43BDC1D9C} = {67A61354-2C14-B851-8530-DDD43BDC1D9C}
- {75A6206D-F123-AEE0-FF3D-386A62604731} = {75A6206D-F123-AEE0-FF3D-386A62604731}
- EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SampleFramework-MT", "./../../SampleFramework/framework/compiler/vc11win32/SampleFramework-MT.vcxproj", "{DEB7F8C6-4512-D660-4816-212EF0806A58}"
- ProjectSection(ProjectDependencies) = postProject
- EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SampleRenderer-MT", "./../../SampleFramework/renderer/compiler/vc11win32/SampleRenderer-MT.vcxproj", "{67A61354-2C14-B851-8530-DDD43BDC1D9C}"
- ProjectSection(ProjectDependencies) = postProject
- EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SamplePlatform-MT", "./../../SampleFramework/platform/compiler/vc11win32/SamplePlatform-MT.vcxproj", "{75A6206D-F123-AEE0-FF3D-386A62604731}"
- ProjectSection(ProjectDependencies) = postProject
- EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PxToolkit", "./../../PxToolkit/compiler/vc11win32/PxToolkit.vcxproj", "{AE26EE6F-9143-D9EE-6480-FA134AAAFC48}"
- ProjectSection(ProjectDependencies) = postProject
- 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
- {D5174F6A-3F80-2864-B100-0DA6F0E53A70}.checked|Win32.ActiveCfg = checked|Win32
- {D5174F6A-3F80-2864-B100-0DA6F0E53A70}.checked|Win32.Build.0 = checked|Win32
- {D5174F6A-3F80-2864-B100-0DA6F0E53A70}.debug|Win32.ActiveCfg = debug|Win32
- {D5174F6A-3F80-2864-B100-0DA6F0E53A70}.debug|Win32.Build.0 = debug|Win32
- {D5174F6A-3F80-2864-B100-0DA6F0E53A70}.profile|Win32.ActiveCfg = profile|Win32
- {D5174F6A-3F80-2864-B100-0DA6F0E53A70}.profile|Win32.Build.0 = profile|Win32
- {D5174F6A-3F80-2864-B100-0DA6F0E53A70}.release|Win32.ActiveCfg = release|Win32
- {D5174F6A-3F80-2864-B100-0DA6F0E53A70}.release|Win32.Build.0 = release|Win32
- {DD323D8B-0B68-74C5-043C-91BBE6A810A7}.checked|Win32.ActiveCfg = checked|Win32
- {DD323D8B-0B68-74C5-043C-91BBE6A810A7}.checked|Win32.Build.0 = checked|Win32
- {DD323D8B-0B68-74C5-043C-91BBE6A810A7}.debug|Win32.ActiveCfg = debug|Win32
- {DD323D8B-0B68-74C5-043C-91BBE6A810A7}.debug|Win32.Build.0 = debug|Win32
- {DD323D8B-0B68-74C5-043C-91BBE6A810A7}.profile|Win32.ActiveCfg = profile|Win32
- {DD323D8B-0B68-74C5-043C-91BBE6A810A7}.profile|Win32.Build.0 = profile|Win32
- {DD323D8B-0B68-74C5-043C-91BBE6A810A7}.release|Win32.ActiveCfg = release|Win32
- {DD323D8B-0B68-74C5-043C-91BBE6A810A7}.release|Win32.Build.0 = release|Win32
- {DEB7F8C6-4512-D660-4816-212EF0806A58}.checked|Win32.ActiveCfg = checked|Win32
- {DEB7F8C6-4512-D660-4816-212EF0806A58}.checked|Win32.Build.0 = checked|Win32
- {DEB7F8C6-4512-D660-4816-212EF0806A58}.debug|Win32.ActiveCfg = debug|Win32
- {DEB7F8C6-4512-D660-4816-212EF0806A58}.debug|Win32.Build.0 = debug|Win32
- {DEB7F8C6-4512-D660-4816-212EF0806A58}.profile|Win32.ActiveCfg = profile|Win32
- {DEB7F8C6-4512-D660-4816-212EF0806A58}.profile|Win32.Build.0 = profile|Win32
- {DEB7F8C6-4512-D660-4816-212EF0806A58}.release|Win32.ActiveCfg = release|Win32
- {DEB7F8C6-4512-D660-4816-212EF0806A58}.release|Win32.Build.0 = release|Win32
- {67A61354-2C14-B851-8530-DDD43BDC1D9C}.checked|Win32.ActiveCfg = checked|Win32
- {67A61354-2C14-B851-8530-DDD43BDC1D9C}.checked|Win32.Build.0 = checked|Win32
- {67A61354-2C14-B851-8530-DDD43BDC1D9C}.debug|Win32.ActiveCfg = debug|Win32
- {67A61354-2C14-B851-8530-DDD43BDC1D9C}.debug|Win32.Build.0 = debug|Win32
- {67A61354-2C14-B851-8530-DDD43BDC1D9C}.profile|Win32.ActiveCfg = profile|Win32
- {67A61354-2C14-B851-8530-DDD43BDC1D9C}.profile|Win32.Build.0 = profile|Win32
- {67A61354-2C14-B851-8530-DDD43BDC1D9C}.release|Win32.ActiveCfg = release|Win32
- {67A61354-2C14-B851-8530-DDD43BDC1D9C}.release|Win32.Build.0 = release|Win32
- {75A6206D-F123-AEE0-FF3D-386A62604731}.checked|Win32.ActiveCfg = checked|Win32
- {75A6206D-F123-AEE0-FF3D-386A62604731}.checked|Win32.Build.0 = checked|Win32
- {75A6206D-F123-AEE0-FF3D-386A62604731}.debug|Win32.ActiveCfg = debug|Win32
- {75A6206D-F123-AEE0-FF3D-386A62604731}.debug|Win32.Build.0 = debug|Win32
- {75A6206D-F123-AEE0-FF3D-386A62604731}.profile|Win32.ActiveCfg = profile|Win32
- {75A6206D-F123-AEE0-FF3D-386A62604731}.profile|Win32.Build.0 = profile|Win32
- {75A6206D-F123-AEE0-FF3D-386A62604731}.release|Win32.ActiveCfg = release|Win32
- {75A6206D-F123-AEE0-FF3D-386A62604731}.release|Win32.Build.0 = release|Win32
- {AE26EE6F-9143-D9EE-6480-FA134AAAFC48}.checked|Win32.ActiveCfg = checked|Win32
- {AE26EE6F-9143-D9EE-6480-FA134AAAFC48}.checked|Win32.Build.0 = checked|Win32
- {AE26EE6F-9143-D9EE-6480-FA134AAAFC48}.debug|Win32.ActiveCfg = debug|Win32
- {AE26EE6F-9143-D9EE-6480-FA134AAAFC48}.debug|Win32.Build.0 = debug|Win32
- {AE26EE6F-9143-D9EE-6480-FA134AAAFC48}.profile|Win32.ActiveCfg = profile|Win32
- {AE26EE6F-9143-D9EE-6480-FA134AAAFC48}.profile|Win32.Build.0 = profile|Win32
- {AE26EE6F-9143-D9EE-6480-FA134AAAFC48}.release|Win32.ActiveCfg = release|Win32
- {AE26EE6F-9143-D9EE-6480-FA134AAAFC48}.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/Samples/compiler/vc11win32/Samples.vcxproj b/PhysX_3.4/Samples/compiler/vc11win32/Samples.vcxproj
deleted file mode 100644
index ab3e4f43..00000000
--- a/PhysX_3.4/Samples/compiler/vc11win32/Samples.vcxproj
+++ /dev/null
@@ -1,460 +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>{D5174F6A-3F80-2864-B100-0DA6F0E53A70}</ProjectGuid>
- <RootNamespace>Samples</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/Samples/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 /wd4062 /wd4100 /wd4130 /wd4201 /wd4242 /wd4244 /wd4245 /wd4265 /wd4266 /wd4324 /wd4389 /wd4365 /wd4371 /wd4447 /wd4189 /wd4191 /wd4350 /wd4505 /wd4512 /wd4548 /wd4571 /wd4625 /wd4626 /wd4668 /wd4619 /wd4701 /wd4702 /wd4706 /wd4710 /wd4711 /wd4640 /wd4061 /wd4826 /wd4946 /wd4917 /wd4986 /wd4987 /d2Zi+</AdditionalOptions>
- <Optimization>Disabled</Optimization>
- <AdditionalIncludeDirectories>./../../SampleBase;./../../PxToolkit/include;./../../SampleFramework/framework/include;./../../SampleFramework/renderer/include;./../../SampleFramework/platform/include;./../../../Include;./../../../Source/Common/include;./../../../Source/Common/src;./../../../Source/GeomUtils/headers;./../../../Source/GeomUtils/include;./../../../Source/GeomUtils/src/contact;./../../../Source/GeomUtils/src/common;./../../../Source/GeomUtils/src/convex;./../../../Source/GeomUtils/src/distance;./../../../Source/GeomUtils/src/gjk;./../../../Source/GeomUtils/src/intersection;./../../../Source/GeomUtils/src/mesh;./../../../Source/GeomUtils/src/Ice;./../../../Source/GeomUtils/src/hf;./../../../Source/GeomUtils/src/pcm;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../Include/common;./../../SampleCCTSharedCode;./../../../Source/PhysXVehicle/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;_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>Winmm.lib /LIBPATH:../../lib/vc11win32 /LIBPATH:../../../../PxShared/lib/vc11win32 /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 /DEBUG</AdditionalOptions>
- <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
- <OutputFile>$(OutDir)$(ProjectName)DEBUG.exe</OutputFile>
- <AdditionalLibraryDirectories>%(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&#x0D;&#x0A; 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/Samples/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 /wd4062 /wd4100 /wd4130 /wd4201 /wd4242 /wd4244 /wd4245 /wd4265 /wd4266 /wd4324 /wd4389 /wd4365 /wd4371 /wd4447 /wd4189 /wd4191 /wd4350 /wd4505 /wd4512 /wd4548 /wd4571 /wd4625 /wd4626 /wd4668 /wd4619 /wd4701 /wd4702 /wd4706 /wd4710 /wd4711 /wd4640 /wd4061 /wd4826 /wd4946 /wd4917 /wd4986 /wd4987 /d2Zi+</AdditionalOptions>
- <Optimization>Full</Optimization>
- <AdditionalIncludeDirectories>./../../SampleBase;./../../PxToolkit/include;./../../SampleFramework/framework/include;./../../SampleFramework/renderer/include;./../../SampleFramework/platform/include;./../../../Include;./../../../Source/Common/include;./../../../Source/Common/src;./../../../Source/GeomUtils/headers;./../../../Source/GeomUtils/include;./../../../Source/GeomUtils/src/contact;./../../../Source/GeomUtils/src/common;./../../../Source/GeomUtils/src/convex;./../../../Source/GeomUtils/src/distance;./../../../Source/GeomUtils/src/gjk;./../../../Source/GeomUtils/src/intersection;./../../../Source/GeomUtils/src/mesh;./../../../Source/GeomUtils/src/Ice;./../../../Source/GeomUtils/src/hf;./../../../Source/GeomUtils/src/pcm;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../Include/common;./../../SampleCCTSharedCode;./../../../Source/PhysXVehicle/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;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>Winmm.lib /LIBPATH:../../lib/vc11win32 /LIBPATH:../../../../PxShared/lib/vc11win32 /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</AdditionalOptions>
- <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
- <OutputFile>$(OutDir)$(ProjectName)CHECKED.exe</OutputFile>
- <AdditionalLibraryDirectories>%(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&#x0D;&#x0A; 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/Samples/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 /wd4062 /wd4100 /wd4130 /wd4201 /wd4242 /wd4244 /wd4245 /wd4265 /wd4266 /wd4324 /wd4389 /wd4365 /wd4371 /wd4447 /wd4189 /wd4191 /wd4350 /wd4505 /wd4512 /wd4548 /wd4571 /wd4625 /wd4626 /wd4668 /wd4619 /wd4701 /wd4702 /wd4706 /wd4710 /wd4711 /wd4640 /wd4061 /wd4826 /wd4946 /wd4917 /wd4986 /wd4987 /d2Zi+</AdditionalOptions>
- <Optimization>Full</Optimization>
- <AdditionalIncludeDirectories>./../../SampleBase;./../../PxToolkit/include;./../../SampleFramework/framework/include;./../../SampleFramework/renderer/include;./../../SampleFramework/platform/include;./../../../Include;./../../../Source/Common/include;./../../../Source/Common/src;./../../../Source/GeomUtils/headers;./../../../Source/GeomUtils/include;./../../../Source/GeomUtils/src/contact;./../../../Source/GeomUtils/src/common;./../../../Source/GeomUtils/src/convex;./../../../Source/GeomUtils/src/distance;./../../../Source/GeomUtils/src/gjk;./../../../Source/GeomUtils/src/intersection;./../../../Source/GeomUtils/src/mesh;./../../../Source/GeomUtils/src/Ice;./../../../Source/GeomUtils/src/hf;./../../../Source/GeomUtils/src/pcm;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../Include/common;./../../SampleCCTSharedCode;./../../../Source/PhysXVehicle/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;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>Winmm.lib /LIBPATH:../../lib/vc11win32 /LIBPATH:../../../../PxShared/lib/vc11win32 /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 /DEBUG</AdditionalOptions>
- <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
- <OutputFile>$(OutDir)$(ProjectName)PROFILE.exe</OutputFile>
- <AdditionalLibraryDirectories>%(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&#x0D;&#x0A; 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/Samples/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 /wd4062 /wd4100 /wd4130 /wd4201 /wd4242 /wd4244 /wd4245 /wd4265 /wd4266 /wd4324 /wd4389 /wd4365 /wd4371 /wd4447 /wd4189 /wd4191 /wd4350 /wd4505 /wd4512 /wd4548 /wd4571 /wd4625 /wd4626 /wd4668 /wd4619 /wd4701 /wd4702 /wd4706 /wd4710 /wd4711 /wd4640 /wd4061 /wd4826 /wd4946 /wd4917 /wd4986 /wd4987 /d2Zi+</AdditionalOptions>
- <Optimization>Full</Optimization>
- <AdditionalIncludeDirectories>./../../SampleBase;./../../PxToolkit/include;./../../SampleFramework/framework/include;./../../SampleFramework/renderer/include;./../../SampleFramework/platform/include;./../../../Include;./../../../Source/Common/include;./../../../Source/Common/src;./../../../Source/GeomUtils/headers;./../../../Source/GeomUtils/include;./../../../Source/GeomUtils/src/contact;./../../../Source/GeomUtils/src/common;./../../../Source/GeomUtils/src/convex;./../../../Source/GeomUtils/src/distance;./../../../Source/GeomUtils/src/gjk;./../../../Source/GeomUtils/src/intersection;./../../../Source/GeomUtils/src/mesh;./../../../Source/GeomUtils/src/Ice;./../../../Source/GeomUtils/src/hf;./../../../Source/GeomUtils/src/pcm;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../Include/common;./../../SampleCCTSharedCode;./../../../Source/PhysXVehicle/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;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>Winmm.lib /LIBPATH:../../lib/vc11win32 /LIBPATH:../../../../PxShared/lib/vc11win32 /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</AdditionalOptions>
- <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
- <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile>
- <AdditionalLibraryDirectories>%(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&#x0D;&#x0A; XCOPY "../../../../PxShared/bin\vc11win32\PxPvdSDK_x86.dll" "$(OutDir)" /D /Y</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <ClCompile Include="..\..\SampleHelloWorld\SampleHelloWorld.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleHelloWorld\SampleHelloWorld.h">
- </ClInclude>
- </ItemGroup>
- <ItemGroup>
- <ClCompile Include="..\..\SampleBridges\SampleBridges.cpp">
- </ClCompile>
- <ClCompile Include="..\..\SampleBridges\SampleBridgesCCT.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleBridges\SampleBridges.h">
- </ClInclude>
- <ClInclude Include="..\..\SampleBridges\SampleBridgesInputEventIds.h">
- </ClInclude>
- <ClInclude Include="..\..\SampleBridges\SampleBridgesSettings.h">
- </ClInclude>
- </ItemGroup>
- <ItemGroup>
- <ClCompile Include="..\..\SampleCharacterCloth\SampleCharacterClothCameraController.cpp">
- </ClCompile>
- <ClCompile Include="..\..\SampleCharacterCloth\SampleCharacterClothFlag.cpp">
- </ClCompile>
- <ClCompile Include="..\..\SampleCharacterCloth\SampleCharacterClothJump.cpp">
- </ClCompile>
- <ClCompile Include="..\..\SampleCharacterCloth\SampleCharacterCloth_CCT.cpp">
- </ClCompile>
- <ClCompile Include="..\..\SampleCharacterCloth\SampleCharacterCloth_ClothController.cpp">
- </ClCompile>
- <ClCompile Include="..\..\SampleCharacterCloth\SampleCharacterCloth_FilterShader.cpp">
- </ClCompile>
- <ClCompile Include="..\..\SampleCharacterCloth\SampleCharacterCloth_Main.cpp">
- </ClCompile>
- <ClCompile Include="..\..\SampleCharacterCloth\SampleCharacterCloth_Platform.cpp">
- </ClCompile>
- <ClCompile Include="..\..\SampleCharacterCloth\SampleCharacterCloth_PlatformBuilder.cpp">
- </ClCompile>
- <ClCompile Include="..\..\SampleCharacterCloth\SampleCharacterCloth_TerrainBuilder.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleCharacterCloth\SampleCharacterCloth.h">
- </ClInclude>
- <ClInclude Include="..\..\SampleCharacterCloth\SampleCharacterClothCameraController.h">
- </ClInclude>
- <ClInclude Include="..\..\SampleCharacterCloth\SampleCharacterClothFlag.h">
- </ClInclude>
- <ClInclude Include="..\..\SampleCharacterCloth\SampleCharacterClothInputEventIds.h">
- </ClInclude>
- <ClInclude Include="..\..\SampleCharacterCloth\SampleCharacterClothJump.h">
- </ClInclude>
- <ClInclude Include="..\..\SampleCharacterCloth\SampleCharacterClothPlatform.h">
- </ClInclude>
- <ClInclude Include="..\..\SampleCharacterCloth\SampleCharacterClothSettings.h">
- </ClInclude>
- </ItemGroup>
- <ItemGroup>
- <ClCompile Include="..\..\SampleVehicle\SampleVehicle.cpp">
- </ClCompile>
- <ClCompile Include="..\..\SampleVehicle\SampleVehicleDebugRender.cpp">
- </ClCompile>
- <ClCompile Include="..\..\SampleVehicle\SampleVehicleTerrain.cpp">
- </ClCompile>
- <ClCompile Include="..\..\SampleVehicle\SampleVehicle_CameraController.cpp">
- </ClCompile>
- <ClCompile Include="..\..\SampleVehicle\SampleVehicle_ControlInputs.cpp">
- </ClCompile>
- <ClCompile Include="..\..\SampleVehicle\SampleVehicle_GameLogic.cpp">
- </ClCompile>
- <ClCompile Include="..\..\SampleVehicle\SampleVehicle_SceneQuery.cpp">
- </ClCompile>
- <ClCompile Include="..\..\SampleVehicle\SampleVehicle_VehicleController.cpp">
- </ClCompile>
- <ClCompile Include="..\..\SampleVehicle\SampleVehicle_VehicleCooking.cpp">
- </ClCompile>
- <ClCompile Include="..\..\SampleVehicle\SampleVehicle_VehicleManager.cpp">
- </ClCompile>
- <ClCompile Include="..\..\SampleVehicle\SampleVehicle_WheelQueryResults.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleVehicle\SampleVehicle.h">
- </ClInclude>
- <ClInclude Include="..\..\SampleVehicle\SampleVehicleInputEventIds.h">
- </ClInclude>
- <ClInclude Include="..\..\SampleVehicle\SampleVehicle_CameraController.h">
- </ClInclude>
- <ClInclude Include="..\..\SampleVehicle\SampleVehicle_ControlInputs.h">
- </ClInclude>
- <ClInclude Include="..\..\SampleVehicle\SampleVehicle_GameLogic.h">
- </ClInclude>
- <ClInclude Include="..\..\SampleVehicle\SampleVehicle_SceneQuery.h">
- </ClInclude>
- <ClInclude Include="..\..\SampleVehicle\SampleVehicle_VehicleController.h">
- </ClInclude>
- <ClInclude Include="..\..\SampleVehicle\SampleVehicle_VehicleCooking.h">
- </ClInclude>
- <ClInclude Include="..\..\SampleVehicle\SampleVehicle_VehicleManager.h">
- </ClInclude>
- <ClInclude Include="..\..\SampleVehicle\SampleVehicle_WheelQueryResults.h">
- </ClInclude>
- </ItemGroup>
- <ItemGroup>
- <ClCompile Include="..\..\SampleParticles\SampleParticles.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleParticles\SampleParticles.h">
- </ClInclude>
- <ClInclude Include="..\..\SampleParticles\SampleParticlesInputEventIds.h">
- </ClInclude>
- </ItemGroup>
- <ItemGroup>
- <ClCompile Include="..\..\SampleSubmarine\Crab.cpp">
- </ClCompile>
- <ClCompile Include="..\..\SampleSubmarine\SampleSubmarine.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleSubmarine\Crab.h">
- </ClInclude>
- <ClInclude Include="..\..\SampleSubmarine\SampleSubmarine.h">
- </ClInclude>
- <ClInclude Include="..\..\SampleSubmarine\SampleSubmarineInputEventIds.h">
- </ClInclude>
- <ClInclude Include="..\..\SampleSubmarine\SubmarineCameraController.h">
- </ClInclude>
- </ItemGroup>
- <ItemGroup>
- <ClCompile Include="..\..\SampleNorthPole\SampleNorthPole.cpp">
- </ClCompile>
- <ClCompile Include="..\..\SampleNorthPole\SampleNorthPoleBuilder.cpp">
- </ClCompile>
- <ClCompile Include="..\..\SampleNorthPole\SampleNorthPoleCameraController.cpp">
- </ClCompile>
- <ClCompile Include="..\..\SampleNorthPole\SampleNorthPoleCCT.cpp">
- </ClCompile>
- <ClCompile Include="..\..\SampleNorthPole\SampleNorthPoleDynamics.cpp">
- </ClCompile>
- <ClCompile Include="..\..\SampleNorthPole\SampleNorthPoleFilterShader.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleNorthPole\SampleNorthPole.h">
- </ClInclude>
- <ClInclude Include="..\..\SampleNorthPole\SampleNorthPoleCameraController.h">
- </ClInclude>
- <ClInclude Include="..\..\SampleNorthPole\SampleNorthPoleInputEventIds.h">
- </ClInclude>
- </ItemGroup>
- <ItemGroup>
- <ClCompile Include="..\..\SampleCustomGravity\Planet.cpp">
- </ClCompile>
- <ClCompile Include="..\..\SampleCustomGravity\SampleCustomGravity.cpp">
- </ClCompile>
- <ClCompile Include="..\..\SampleCustomGravity\SampleCustomGravityBuilder.cpp">
- </ClCompile>
- <ClCompile Include="..\..\SampleCustomGravity\SampleCustomGravityCameraController.cpp">
- </ClCompile>
- <ClCompile Include="..\..\SampleCustomGravity\SampleCustomGravityFilterShader.cpp">
- </ClCompile>
- <ClCompile Include="..\..\SampleCustomGravity\SampleCustomGravity_CCT.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleCustomGravity\Planet.h">
- </ClInclude>
- <ClInclude Include="..\..\SampleCustomGravity\SampleCustomGravity.h">
- </ClInclude>
- <ClInclude Include="..\..\SampleCustomGravity\SampleCustomGravityCameraController.h">
- </ClInclude>
- <ClInclude Include="..\..\SampleCustomGravity\SampleCustomGravityInputEventIds.h">
- </ClInclude>
- </ItemGroup>
- <ItemGroup>
- <ClCompile Include="..\..\SampleLargeWorld\ChunkLoader.cpp">
- </ClCompile>
- <ClCompile Include="..\..\SampleLargeWorld\MeshBuilder.cpp">
- </ClCompile>
- <ClCompile Include="..\..\SampleLargeWorld\SampleLargeWorld.cpp">
- </ClCompile>
- <ClCompile Include="..\..\SampleLargeWorld\SampleLargeWorldCCT.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleLargeWorld\ChunkLoader.h">
- </ClInclude>
- <ClInclude Include="..\..\SampleLargeWorld\MeshBuilder.h">
- </ClInclude>
- <ClInclude Include="..\..\SampleLargeWorld\SampleLargeWorld.h">
- </ClInclude>
- <ClInclude Include="..\..\SampleLargeWorld\SampleLargeWorldInputEventIds.h">
- </ClInclude>
- </ItemGroup>
- <ItemGroup>
- <ClCompile Include="..\..\SampleCCTSharedCode\KinematicPlatform.cpp">
- </ClCompile>
- <ClCompile Include="..\..\SampleCCTSharedCode\SampleCCTActor.cpp">
- </ClCompile>
- <ClCompile Include="..\..\SampleCCTSharedCode\SampleCCTCameraController.cpp">
- </ClCompile>
- <ClCompile Include="..\..\SampleCCTSharedCode\SampleCCTJump.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleCCTSharedCode\KinematicPlatform.h">
- </ClInclude>
- <ClInclude Include="..\..\SampleCCTSharedCode\SampleCCTActor.h">
- </ClInclude>
- <ClInclude Include="..\..\SampleCCTSharedCode\SampleCCTCameraController.h">
- </ClInclude>
- <ClInclude Include="..\..\SampleCCTSharedCode\SampleCCTJump.h">
- </ClInclude>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="./SampleBase.vcxproj">
- <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="./../../PxToolkit/compiler/vc11win32/PxToolkit.vcxproj">
- <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets"></ImportGroup>
-</Project>
diff --git a/PhysX_3.4/Samples/compiler/vc11win64/SampleBase.vcxproj b/PhysX_3.4/Samples/compiler/vc11win64/SampleBase.vcxproj
deleted file mode 100644
index c1e18c86..00000000
--- a/PhysX_3.4/Samples/compiler/vc11win64/SampleBase.vcxproj
+++ /dev/null
@@ -1,417 +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>{DD323D8B-0B68-74C5-043C-91BBE6A810A7}</ProjectGuid>
- <RootNamespace>SampleBase</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/SampleBase/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 /wd4062 /wd4100 /wd4130 /wd4201 /wd4242 /wd4244 /wd4245 /wd4265 /wd4266 /wd4324 /wd4389 /wd4365 /wd4371 /wd4447 /wd4189 /wd4191 /wd4350 /wd4505 /wd4512 /wd4548 /wd4571 /wd4625 /wd4626 /wd4668 /wd4619 /wd4701 /wd4702 /wd4706 /wd4710 /wd4711 /wd4640 /wd4061 /wd4826 /wd4946 /wd4917 /wd4986 /wd4987 /d2Zi+</AdditionalOptions>
- <Optimization>Disabled</Optimization>
- <AdditionalIncludeDirectories>./../../PxToolkit/include;./../../SampleFramework/framework/include;./../../SampleFramework/renderer/include;./../../SampleFramework/platform/include;./../../../../Externals/CUDA/8.0.44/include;$(DXSDK_DIR)/Include;./../../../Include;./../../../Source/Common/include;./../../../Source/Common/src;./../../../Source/GeomUtils/headers;./../../../Source/GeomUtils/include;./../../../Source/GeomUtils/src/contact;./../../../Source/GeomUtils/src/common;./../../../Source/GeomUtils/src/convex;./../../../Source/GeomUtils/src/distance;./../../../Source/GeomUtils/src/gjk;./../../../Source/GeomUtils/src/intersection;./../../../Source/GeomUtils/src/mesh;./../../../Source/GeomUtils/src/Ice;./../../../Source/GeomUtils/src/hf;./../../../Source/GeomUtils/src/pcm;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;PHYSX_PROFILE_SDK;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;%(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)$(ProjectName)DEBUG.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/SampleBase/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 /wd4062 /wd4100 /wd4130 /wd4201 /wd4242 /wd4244 /wd4245 /wd4265 /wd4266 /wd4324 /wd4389 /wd4365 /wd4371 /wd4447 /wd4189 /wd4191 /wd4350 /wd4505 /wd4512 /wd4548 /wd4571 /wd4625 /wd4626 /wd4668 /wd4619 /wd4701 /wd4702 /wd4706 /wd4710 /wd4711 /wd4640 /wd4061 /wd4826 /wd4946 /wd4917 /wd4986 /wd4987 /d2Zi+</AdditionalOptions>
- <Optimization>Full</Optimization>
- <AdditionalIncludeDirectories>./../../PxToolkit/include;./../../SampleFramework/framework/include;./../../SampleFramework/renderer/include;./../../SampleFramework/platform/include;./../../../../Externals/CUDA/8.0.44/include;$(DXSDK_DIR)/Include;./../../../Include;./../../../Source/Common/include;./../../../Source/Common/src;./../../../Source/GeomUtils/headers;./../../../Source/GeomUtils/include;./../../../Source/GeomUtils/src/contact;./../../../Source/GeomUtils/src/common;./../../../Source/GeomUtils/src/convex;./../../../Source/GeomUtils/src/distance;./../../../Source/GeomUtils/src/gjk;./../../../Source/GeomUtils/src/intersection;./../../../Source/GeomUtils/src/mesh;./../../../Source/GeomUtils/src/Ice;./../../../Source/GeomUtils/src/hf;./../../../Source/GeomUtils/src/pcm;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;PHYSX_PROFILE_SDK;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;%(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)$(ProjectName)CHECKED.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/SampleBase/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 /wd4062 /wd4100 /wd4130 /wd4201 /wd4242 /wd4244 /wd4245 /wd4265 /wd4266 /wd4324 /wd4389 /wd4365 /wd4371 /wd4447 /wd4189 /wd4191 /wd4350 /wd4505 /wd4512 /wd4548 /wd4571 /wd4625 /wd4626 /wd4668 /wd4619 /wd4701 /wd4702 /wd4706 /wd4710 /wd4711 /wd4640 /wd4061 /wd4826 /wd4946 /wd4917 /wd4986 /wd4987 /d2Zi+</AdditionalOptions>
- <Optimization>Full</Optimization>
- <AdditionalIncludeDirectories>./../../PxToolkit/include;./../../SampleFramework/framework/include;./../../SampleFramework/renderer/include;./../../SampleFramework/platform/include;./../../../../Externals/CUDA/8.0.44/include;$(DXSDK_DIR)/Include;./../../../Include;./../../../Source/Common/include;./../../../Source/Common/src;./../../../Source/GeomUtils/headers;./../../../Source/GeomUtils/include;./../../../Source/GeomUtils/src/contact;./../../../Source/GeomUtils/src/common;./../../../Source/GeomUtils/src/convex;./../../../Source/GeomUtils/src/distance;./../../../Source/GeomUtils/src/gjk;./../../../Source/GeomUtils/src/intersection;./../../../Source/GeomUtils/src/mesh;./../../../Source/GeomUtils/src/Ice;./../../../Source/GeomUtils/src/hf;./../../../Source/GeomUtils/src/pcm;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;PHYSX_PROFILE_SDK;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;%(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)$(ProjectName)PROFILE.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/SampleBase/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 /wd4062 /wd4100 /wd4130 /wd4201 /wd4242 /wd4244 /wd4245 /wd4265 /wd4266 /wd4324 /wd4389 /wd4365 /wd4371 /wd4447 /wd4189 /wd4191 /wd4350 /wd4505 /wd4512 /wd4548 /wd4571 /wd4625 /wd4626 /wd4668 /wd4619 /wd4701 /wd4702 /wd4706 /wd4710 /wd4711 /wd4640 /wd4061 /wd4826 /wd4946 /wd4917 /wd4986 /wd4987 /d2Zi+</AdditionalOptions>
- <Optimization>Full</Optimization>
- <AdditionalIncludeDirectories>./../../PxToolkit/include;./../../SampleFramework/framework/include;./../../SampleFramework/renderer/include;./../../SampleFramework/platform/include;./../../../../Externals/CUDA/8.0.44/include;$(DXSDK_DIR)/Include;./../../../Include;./../../../Source/Common/include;./../../../Source/Common/src;./../../../Source/GeomUtils/headers;./../../../Source/GeomUtils/include;./../../../Source/GeomUtils/src/contact;./../../../Source/GeomUtils/src/common;./../../../Source/GeomUtils/src/convex;./../../../Source/GeomUtils/src/distance;./../../../Source/GeomUtils/src/gjk;./../../../Source/GeomUtils/src/intersection;./../../../Source/GeomUtils/src/mesh;./../../../Source/GeomUtils/src/Ice;./../../../Source/GeomUtils/src/hf;./../../../Source/GeomUtils/src/pcm;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;PHYSX_PROFILE_SDK;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>%(AdditionalDependencies)</AdditionalDependencies>
- <OutputFile>$(OutDir)$(ProjectName).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="..\..\SampleBase\ParticleEmitter.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleBase\ParticleEmitter.h">
- </ClInclude>
- <ClCompile Include="..\..\SampleBase\ParticleEmitterPressure.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleBase\ParticleEmitterPressure.h">
- </ClInclude>
- <ClCompile Include="..\..\SampleBase\ParticleEmitterRate.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleBase\ParticleEmitterRate.h">
- </ClInclude>
- <ClCompile Include="..\..\SampleBase\ParticleFactory.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleBase\ParticleFactory.h">
- </ClInclude>
- <ClCompile Include="..\..\SampleBase\ParticleSystem.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleBase\ParticleSystem.h">
- </ClInclude>
- </ItemGroup>
- <ItemGroup>
- <ClCompile Include="..\..\SampleBase\RenderBaseActor.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleBase\RenderBaseActor.h">
- </ClInclude>
- <ClCompile Include="..\..\SampleBase\RenderBaseObject.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleBase\RenderBaseObject.h">
- </ClInclude>
- <ClCompile Include="..\..\SampleBase\RenderBoxActor.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleBase\RenderBoxActor.h">
- </ClInclude>
- <ClCompile Include="..\..\SampleBase\RenderCapsuleActor.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleBase\RenderCapsuleActor.h">
- </ClInclude>
- <ClCompile Include="..\..\SampleBase\RenderGridActor.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleBase\RenderGridActor.h">
- </ClInclude>
- <ClCompile Include="..\..\SampleBase\RenderMaterial.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleBase\RenderMaterial.h">
- </ClInclude>
- <ClCompile Include="..\..\SampleBase\RenderMeshActor.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleBase\RenderMeshActor.h">
- </ClInclude>
- <ClCompile Include="..\..\SampleBase\RenderParticleSystemActor.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleBase\RenderParticleSystemActor.h">
- </ClInclude>
- <ClCompile Include="..\..\SampleBase\RenderSphereActor.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleBase\RenderSphereActor.h">
- </ClInclude>
- <ClCompile Include="..\..\SampleBase\RenderTexture.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleBase\RenderTexture.h">
- </ClInclude>
- <ClCompile Include="..\..\SampleBase\RenderClothActor.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleBase\RenderClothActor.h">
- </ClInclude>
- </ItemGroup>
- <ItemGroup>
- <ClCompile Include="..\..\SampleBase\RaycastCCD.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleBase\RaycastCCD.h">
- </ClInclude>
- <ClCompile Include="..\..\SampleBase\SampleCamera.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleBase\SampleCamera.h">
- </ClInclude>
- <ClCompile Include="..\..\SampleBase\SampleCameraController.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleBase\SampleCameraController.h">
- </ClInclude>
- <ClCompile Include="..\..\SampleBase\SampleConsole.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleBase\SampleConsole.h">
- </ClInclude>
- <ClCompile Include="..\..\SampleBase\SampleMain.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleBase\SamplePreprocessor.h">
- </ClInclude>
- <ClCompile Include="..\..\SampleBase\SampleStepper.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleBase\SampleStepper.h">
- </ClInclude>
- <ClInclude Include="..\..\SampleBase\SampleUtils.h">
- </ClInclude>
- <ClInclude Include="..\..\SampleBase\Test.h">
- </ClInclude>
- <ClInclude Include="..\..\SampleBase\SampleArray.h">
- </ClInclude>
- <ClInclude Include="..\..\SampleBase\TestGroup.h">
- </ClInclude>
- <ClCompile Include="..\..\SampleBase\TestGroup.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleBase\PhysXSample.h">
- </ClInclude>
- <ClCompile Include="..\..\SampleBase\PhysXSample.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleBase\PhysXSampleApplication.h">
- </ClInclude>
- <ClCompile Include="..\..\SampleBase\PhysXSampleApplication.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleBase\InputEventBuffer.h">
- </ClInclude>
- <ClCompile Include="..\..\SampleBase\InputEventBuffer.cpp">
- </ClCompile>
- <ClCompile Include="..\..\SampleBase\SampleInputMappingAsset.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleBase\SampleInputMappingAsset.h">
- </ClInclude>
- <ClInclude Include="..\..\SampleBase\SampleBaseInputEventIds.h">
- </ClInclude>
- <ClInclude Include="..\..\SampleBase\SampleUserInputDefines.h">
- </ClInclude>
- <ClCompile Include="..\..\SampleBase\Picking.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleBase\Picking.h">
- </ClInclude>
- </ItemGroup>
- <ItemGroup>
- <ClCompile Include="..\..\SampleBase\RawLoader.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleBase\RawLoader.h">
- </ClInclude>
- <ClCompile Include="..\..\SampleBase\SampleAllocator.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleBase\SampleAllocator.h">
- </ClInclude>
- <ClInclude Include="..\..\SampleBase\SampleAllocatorSDKClasses.h">
- </ClInclude>
- <ClCompile Include="..\..\SampleBase\SampleMouseFilter.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleBase\SampleMouseFilter.h">
- </ClInclude>
- <ClCompile Include="..\..\SampleBase\SampleRandomPrecomputed.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleBase\SampleRandomPrecomputed.h">
- </ClInclude>
- <ClCompile Include="..\..\SampleBase\RenderPhysX3Debug.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleBase\RenderPhysX3Debug.h">
- </ClInclude>
- <ClCompile Include="..\..\SampleBase\wavefront.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleBase\wavefront.h">
- </ClInclude>
- <ClCompile Include="..\..\SampleBase\SampleCharacterHelpers.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleBase\SampleCharacterHelpers.h">
- </ClInclude>
- <ClCompile Include="..\..\SampleBase\AcclaimLoader.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleBase\AcclaimLoader.h">
- </ClInclude>
- <ClCompile Include="..\..\SampleBase\TestMotionGenerator.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleBase\TestMotionGenerator.h">
- </ClInclude>
- <ClCompile Include="..\..\SampleBase\TestGeometryHelpers.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleBase\TestGeometryHelpers.h">
- </ClInclude>
- <ClCompile Include="..\..\SampleBase\TestClothHelpers.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleBase\TestClothHelpers.h">
- </ClInclude>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="./../../SampleFramework/framework/compiler/vc11win64/SampleFramework-MT.vcxproj">
- <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="./../../SampleFramework/renderer/compiler/vc11win64/SampleRenderer-MT.vcxproj">
- <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="./../../SampleFramework/platform/compiler/vc11win64/SamplePlatform-MT.vcxproj">
- <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets"></ImportGroup>
-</Project>
diff --git a/PhysX_3.4/Samples/compiler/vc11win64/Samples.sln b/PhysX_3.4/Samples/compiler/vc11win64/Samples.sln
deleted file mode 100644
index d2eb059a..00000000
--- a/PhysX_3.4/Samples/compiler/vc11win64/Samples.sln
+++ /dev/null
@@ -1,95 +0,0 @@
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 2012
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Samples", "./Samples.vcxproj", "{D5174F6A-3F80-2864-B100-0DA6F0E53A70}"
- ProjectSection(ProjectDependencies) = postProject
- {DD323D8B-0B68-74C5-043C-91BBE6A810A7} = {DD323D8B-0B68-74C5-043C-91BBE6A810A7}
- {AE26EE6F-9143-D9EE-6480-FA134AAAFC48} = {AE26EE6F-9143-D9EE-6480-FA134AAAFC48}
- EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SampleBase", "./SampleBase.vcxproj", "{DD323D8B-0B68-74C5-043C-91BBE6A810A7}"
- ProjectSection(ProjectDependencies) = postProject
- {DEB7F8C6-4512-D660-4816-212EF0806A58} = {DEB7F8C6-4512-D660-4816-212EF0806A58}
- {67A61354-2C14-B851-8530-DDD43BDC1D9C} = {67A61354-2C14-B851-8530-DDD43BDC1D9C}
- {75A6206D-F123-AEE0-FF3D-386A62604731} = {75A6206D-F123-AEE0-FF3D-386A62604731}
- EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SampleFramework-MT", "./../../SampleFramework/framework/compiler/vc11win64/SampleFramework-MT.vcxproj", "{DEB7F8C6-4512-D660-4816-212EF0806A58}"
- ProjectSection(ProjectDependencies) = postProject
- EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SampleRenderer-MT", "./../../SampleFramework/renderer/compiler/vc11win64/SampleRenderer-MT.vcxproj", "{67A61354-2C14-B851-8530-DDD43BDC1D9C}"
- ProjectSection(ProjectDependencies) = postProject
- EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SamplePlatform-MT", "./../../SampleFramework/platform/compiler/vc11win64/SamplePlatform-MT.vcxproj", "{75A6206D-F123-AEE0-FF3D-386A62604731}"
- ProjectSection(ProjectDependencies) = postProject
- EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PxToolkit", "./../../PxToolkit/compiler/vc11win64/PxToolkit.vcxproj", "{AE26EE6F-9143-D9EE-6480-FA134AAAFC48}"
- ProjectSection(ProjectDependencies) = postProject
- 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
- {D5174F6A-3F80-2864-B100-0DA6F0E53A70}.checked|x64.ActiveCfg = checked|x64
- {D5174F6A-3F80-2864-B100-0DA6F0E53A70}.checked|x64.Build.0 = checked|x64
- {D5174F6A-3F80-2864-B100-0DA6F0E53A70}.debug|x64.ActiveCfg = debug|x64
- {D5174F6A-3F80-2864-B100-0DA6F0E53A70}.debug|x64.Build.0 = debug|x64
- {D5174F6A-3F80-2864-B100-0DA6F0E53A70}.profile|x64.ActiveCfg = profile|x64
- {D5174F6A-3F80-2864-B100-0DA6F0E53A70}.profile|x64.Build.0 = profile|x64
- {D5174F6A-3F80-2864-B100-0DA6F0E53A70}.release|x64.ActiveCfg = release|x64
- {D5174F6A-3F80-2864-B100-0DA6F0E53A70}.release|x64.Build.0 = release|x64
- {DD323D8B-0B68-74C5-043C-91BBE6A810A7}.checked|x64.ActiveCfg = checked|x64
- {DD323D8B-0B68-74C5-043C-91BBE6A810A7}.checked|x64.Build.0 = checked|x64
- {DD323D8B-0B68-74C5-043C-91BBE6A810A7}.debug|x64.ActiveCfg = debug|x64
- {DD323D8B-0B68-74C5-043C-91BBE6A810A7}.debug|x64.Build.0 = debug|x64
- {DD323D8B-0B68-74C5-043C-91BBE6A810A7}.profile|x64.ActiveCfg = profile|x64
- {DD323D8B-0B68-74C5-043C-91BBE6A810A7}.profile|x64.Build.0 = profile|x64
- {DD323D8B-0B68-74C5-043C-91BBE6A810A7}.release|x64.ActiveCfg = release|x64
- {DD323D8B-0B68-74C5-043C-91BBE6A810A7}.release|x64.Build.0 = release|x64
- {DEB7F8C6-4512-D660-4816-212EF0806A58}.checked|x64.ActiveCfg = checked|x64
- {DEB7F8C6-4512-D660-4816-212EF0806A58}.checked|x64.Build.0 = checked|x64
- {DEB7F8C6-4512-D660-4816-212EF0806A58}.debug|x64.ActiveCfg = debug|x64
- {DEB7F8C6-4512-D660-4816-212EF0806A58}.debug|x64.Build.0 = debug|x64
- {DEB7F8C6-4512-D660-4816-212EF0806A58}.profile|x64.ActiveCfg = profile|x64
- {DEB7F8C6-4512-D660-4816-212EF0806A58}.profile|x64.Build.0 = profile|x64
- {DEB7F8C6-4512-D660-4816-212EF0806A58}.release|x64.ActiveCfg = release|x64
- {DEB7F8C6-4512-D660-4816-212EF0806A58}.release|x64.Build.0 = release|x64
- {67A61354-2C14-B851-8530-DDD43BDC1D9C}.checked|x64.ActiveCfg = checked|x64
- {67A61354-2C14-B851-8530-DDD43BDC1D9C}.checked|x64.Build.0 = checked|x64
- {67A61354-2C14-B851-8530-DDD43BDC1D9C}.debug|x64.ActiveCfg = debug|x64
- {67A61354-2C14-B851-8530-DDD43BDC1D9C}.debug|x64.Build.0 = debug|x64
- {67A61354-2C14-B851-8530-DDD43BDC1D9C}.profile|x64.ActiveCfg = profile|x64
- {67A61354-2C14-B851-8530-DDD43BDC1D9C}.profile|x64.Build.0 = profile|x64
- {67A61354-2C14-B851-8530-DDD43BDC1D9C}.release|x64.ActiveCfg = release|x64
- {67A61354-2C14-B851-8530-DDD43BDC1D9C}.release|x64.Build.0 = release|x64
- {75A6206D-F123-AEE0-FF3D-386A62604731}.checked|x64.ActiveCfg = checked|x64
- {75A6206D-F123-AEE0-FF3D-386A62604731}.checked|x64.Build.0 = checked|x64
- {75A6206D-F123-AEE0-FF3D-386A62604731}.debug|x64.ActiveCfg = debug|x64
- {75A6206D-F123-AEE0-FF3D-386A62604731}.debug|x64.Build.0 = debug|x64
- {75A6206D-F123-AEE0-FF3D-386A62604731}.profile|x64.ActiveCfg = profile|x64
- {75A6206D-F123-AEE0-FF3D-386A62604731}.profile|x64.Build.0 = profile|x64
- {75A6206D-F123-AEE0-FF3D-386A62604731}.release|x64.ActiveCfg = release|x64
- {75A6206D-F123-AEE0-FF3D-386A62604731}.release|x64.Build.0 = release|x64
- {AE26EE6F-9143-D9EE-6480-FA134AAAFC48}.checked|x64.ActiveCfg = checked|x64
- {AE26EE6F-9143-D9EE-6480-FA134AAAFC48}.checked|x64.Build.0 = checked|x64
- {AE26EE6F-9143-D9EE-6480-FA134AAAFC48}.debug|x64.ActiveCfg = debug|x64
- {AE26EE6F-9143-D9EE-6480-FA134AAAFC48}.debug|x64.Build.0 = debug|x64
- {AE26EE6F-9143-D9EE-6480-FA134AAAFC48}.profile|x64.ActiveCfg = profile|x64
- {AE26EE6F-9143-D9EE-6480-FA134AAAFC48}.profile|x64.Build.0 = profile|x64
- {AE26EE6F-9143-D9EE-6480-FA134AAAFC48}.release|x64.ActiveCfg = release|x64
- {AE26EE6F-9143-D9EE-6480-FA134AAAFC48}.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/Samples/compiler/vc11win64/Samples.vcxproj b/PhysX_3.4/Samples/compiler/vc11win64/Samples.vcxproj
deleted file mode 100644
index 6a97a8e4..00000000
--- a/PhysX_3.4/Samples/compiler/vc11win64/Samples.vcxproj
+++ /dev/null
@@ -1,456 +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>{D5174F6A-3F80-2864-B100-0DA6F0E53A70}</ProjectGuid>
- <RootNamespace>Samples</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/Samples/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 /wd4062 /wd4100 /wd4130 /wd4201 /wd4242 /wd4244 /wd4245 /wd4265 /wd4266 /wd4324 /wd4389 /wd4365 /wd4371 /wd4447 /wd4189 /wd4191 /wd4350 /wd4505 /wd4512 /wd4548 /wd4571 /wd4625 /wd4626 /wd4668 /wd4619 /wd4701 /wd4702 /wd4706 /wd4710 /wd4711 /wd4640 /wd4061 /wd4826 /wd4946 /wd4917 /wd4986 /wd4987 /d2Zi+</AdditionalOptions>
- <Optimization>Disabled</Optimization>
- <AdditionalIncludeDirectories>./../../SampleBase;./../../PxToolkit/include;./../../SampleFramework/framework/include;./../../SampleFramework/renderer/include;./../../SampleFramework/platform/include;./../../../Include;./../../../Source/Common/include;./../../../Source/Common/src;./../../../Source/GeomUtils/headers;./../../../Source/GeomUtils/include;./../../../Source/GeomUtils/src/contact;./../../../Source/GeomUtils/src/common;./../../../Source/GeomUtils/src/convex;./../../../Source/GeomUtils/src/distance;./../../../Source/GeomUtils/src/gjk;./../../../Source/GeomUtils/src/intersection;./../../../Source/GeomUtils/src/mesh;./../../../Source/GeomUtils/src/Ice;./../../../Source/GeomUtils/src/hf;./../../../Source/GeomUtils/src/pcm;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../Include/common;./../../SampleCCTSharedCode;./../../../Source/PhysXVehicle/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;_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>Winmm.lib /LIBPATH:../../lib/vc11win64 /LIBPATH:../../../../PxShared/lib/vc11win64 /LIBPATH:../../../Lib/vc11win64 PhysX3CommonDEBUG_x64.lib PhysX3DEBUG_x64.lib PhysX3CookingDEBUG_x64.lib PhysX3CharacterKinematicDEBUG_x64.lib PhysX3ExtensionsDEBUG.lib PhysX3VehicleDEBUG.lib PxPvdSDKDEBUG_x64.lib PxTaskDEBUG_x64.lib PxFoundationDEBUG_x64.lib PsFastXmlDEBUG_x64.lib /DEBUG</AdditionalOptions>
- <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
- <OutputFile>$(OutDir)$(ProjectName)DEBUG.exe</OutputFile>
- <AdditionalLibraryDirectories>%(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&#x0D;&#x0A; 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/Samples/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 /wd4062 /wd4100 /wd4130 /wd4201 /wd4242 /wd4244 /wd4245 /wd4265 /wd4266 /wd4324 /wd4389 /wd4365 /wd4371 /wd4447 /wd4189 /wd4191 /wd4350 /wd4505 /wd4512 /wd4548 /wd4571 /wd4625 /wd4626 /wd4668 /wd4619 /wd4701 /wd4702 /wd4706 /wd4710 /wd4711 /wd4640 /wd4061 /wd4826 /wd4946 /wd4917 /wd4986 /wd4987 /d2Zi+</AdditionalOptions>
- <Optimization>Full</Optimization>
- <AdditionalIncludeDirectories>./../../SampleBase;./../../PxToolkit/include;./../../SampleFramework/framework/include;./../../SampleFramework/renderer/include;./../../SampleFramework/platform/include;./../../../Include;./../../../Source/Common/include;./../../../Source/Common/src;./../../../Source/GeomUtils/headers;./../../../Source/GeomUtils/include;./../../../Source/GeomUtils/src/contact;./../../../Source/GeomUtils/src/common;./../../../Source/GeomUtils/src/convex;./../../../Source/GeomUtils/src/distance;./../../../Source/GeomUtils/src/gjk;./../../../Source/GeomUtils/src/intersection;./../../../Source/GeomUtils/src/mesh;./../../../Source/GeomUtils/src/Ice;./../../../Source/GeomUtils/src/hf;./../../../Source/GeomUtils/src/pcm;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../Include/common;./../../SampleCCTSharedCode;./../../../Source/PhysXVehicle/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;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>Winmm.lib /LIBPATH:../../lib/vc11win64 /LIBPATH:../../../../PxShared/lib/vc11win64 /LIBPATH:../../../Lib/vc11win64 PhysX3CommonCHECKED_x64.lib PhysX3CHECKED_x64.lib PhysX3CookingCHECKED_x64.lib PhysX3CharacterKinematicCHECKED_x64.lib PhysX3ExtensionsCHECKED.lib PhysX3VehicleCHECKED.lib PxPvdSDKCHECKED_x64.lib PxTaskCHECKED_x64.lib PxFoundationCHECKED_x64.lib PsFastXmlCHECKED_x64.lib</AdditionalOptions>
- <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
- <OutputFile>$(OutDir)$(ProjectName)CHECKED.exe</OutputFile>
- <AdditionalLibraryDirectories>%(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&#x0D;&#x0A; 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/Samples/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 /wd4062 /wd4100 /wd4130 /wd4201 /wd4242 /wd4244 /wd4245 /wd4265 /wd4266 /wd4324 /wd4389 /wd4365 /wd4371 /wd4447 /wd4189 /wd4191 /wd4350 /wd4505 /wd4512 /wd4548 /wd4571 /wd4625 /wd4626 /wd4668 /wd4619 /wd4701 /wd4702 /wd4706 /wd4710 /wd4711 /wd4640 /wd4061 /wd4826 /wd4946 /wd4917 /wd4986 /wd4987 /d2Zi+</AdditionalOptions>
- <Optimization>Full</Optimization>
- <AdditionalIncludeDirectories>./../../SampleBase;./../../PxToolkit/include;./../../SampleFramework/framework/include;./../../SampleFramework/renderer/include;./../../SampleFramework/platform/include;./../../../Include;./../../../Source/Common/include;./../../../Source/Common/src;./../../../Source/GeomUtils/headers;./../../../Source/GeomUtils/include;./../../../Source/GeomUtils/src/contact;./../../../Source/GeomUtils/src/common;./../../../Source/GeomUtils/src/convex;./../../../Source/GeomUtils/src/distance;./../../../Source/GeomUtils/src/gjk;./../../../Source/GeomUtils/src/intersection;./../../../Source/GeomUtils/src/mesh;./../../../Source/GeomUtils/src/Ice;./../../../Source/GeomUtils/src/hf;./../../../Source/GeomUtils/src/pcm;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../Include/common;./../../SampleCCTSharedCode;./../../../Source/PhysXVehicle/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;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>Winmm.lib /LIBPATH:../../lib/vc11win64 /LIBPATH:../../../../PxShared/lib/vc11win64 /INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win64 PhysX3CommonPROFILE_x64.lib PhysX3PROFILE_x64.lib PhysX3CookingPROFILE_x64.lib PhysX3CharacterKinematicPROFILE_x64.lib PhysX3ExtensionsPROFILE.lib PhysX3VehiclePROFILE.lib PxPvdSDKPROFILE_x64.lib PxTaskPROFILE_x64.lib PxFoundationPROFILE_x64.lib PsFastXmlPROFILE_x64.lib /DEBUG</AdditionalOptions>
- <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
- <OutputFile>$(OutDir)$(ProjectName)PROFILE.exe</OutputFile>
- <AdditionalLibraryDirectories>%(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&#x0D;&#x0A; 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/Samples/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 /wd4062 /wd4100 /wd4130 /wd4201 /wd4242 /wd4244 /wd4245 /wd4265 /wd4266 /wd4324 /wd4389 /wd4365 /wd4371 /wd4447 /wd4189 /wd4191 /wd4350 /wd4505 /wd4512 /wd4548 /wd4571 /wd4625 /wd4626 /wd4668 /wd4619 /wd4701 /wd4702 /wd4706 /wd4710 /wd4711 /wd4640 /wd4061 /wd4826 /wd4946 /wd4917 /wd4986 /wd4987 /d2Zi+</AdditionalOptions>
- <Optimization>Full</Optimization>
- <AdditionalIncludeDirectories>./../../SampleBase;./../../PxToolkit/include;./../../SampleFramework/framework/include;./../../SampleFramework/renderer/include;./../../SampleFramework/platform/include;./../../../Include;./../../../Source/Common/include;./../../../Source/Common/src;./../../../Source/GeomUtils/headers;./../../../Source/GeomUtils/include;./../../../Source/GeomUtils/src/contact;./../../../Source/GeomUtils/src/common;./../../../Source/GeomUtils/src/convex;./../../../Source/GeomUtils/src/distance;./../../../Source/GeomUtils/src/gjk;./../../../Source/GeomUtils/src/intersection;./../../../Source/GeomUtils/src/mesh;./../../../Source/GeomUtils/src/Ice;./../../../Source/GeomUtils/src/hf;./../../../Source/GeomUtils/src/pcm;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../Include/common;./../../SampleCCTSharedCode;./../../../Source/PhysXVehicle/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <PreprocessorDefinitions>_HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;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>Winmm.lib /LIBPATH:../../lib/vc11win64 /LIBPATH:../../../../PxShared/lib/vc11win64 /INCREMENTAL:NO /LIBPATH:../../../Lib/vc11win64 PhysX3Common_x64.lib PhysX3_x64.lib PhysX3Cooking_x64.lib PhysX3CharacterKinematic_x64.lib PhysX3Extensions.lib PhysX3Vehicle.lib PxPvdSDK_x64.lib PxTask_x64.lib PxFoundation_x64.lib PsFastXml_x64.lib</AdditionalOptions>
- <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
- <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile>
- <AdditionalLibraryDirectories>%(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&#x0D;&#x0A; XCOPY "../../../../PxShared/bin\vc11win64\PxPvdSDK_x64.dll" "$(OutDir)" /D /Y</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <ClCompile Include="..\..\SampleHelloWorld\SampleHelloWorld.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleHelloWorld\SampleHelloWorld.h">
- </ClInclude>
- </ItemGroup>
- <ItemGroup>
- <ClCompile Include="..\..\SampleBridges\SampleBridges.cpp">
- </ClCompile>
- <ClCompile Include="..\..\SampleBridges\SampleBridgesCCT.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleBridges\SampleBridges.h">
- </ClInclude>
- <ClInclude Include="..\..\SampleBridges\SampleBridgesInputEventIds.h">
- </ClInclude>
- <ClInclude Include="..\..\SampleBridges\SampleBridgesSettings.h">
- </ClInclude>
- </ItemGroup>
- <ItemGroup>
- <ClCompile Include="..\..\SampleCharacterCloth\SampleCharacterClothCameraController.cpp">
- </ClCompile>
- <ClCompile Include="..\..\SampleCharacterCloth\SampleCharacterClothFlag.cpp">
- </ClCompile>
- <ClCompile Include="..\..\SampleCharacterCloth\SampleCharacterClothJump.cpp">
- </ClCompile>
- <ClCompile Include="..\..\SampleCharacterCloth\SampleCharacterCloth_CCT.cpp">
- </ClCompile>
- <ClCompile Include="..\..\SampleCharacterCloth\SampleCharacterCloth_ClothController.cpp">
- </ClCompile>
- <ClCompile Include="..\..\SampleCharacterCloth\SampleCharacterCloth_FilterShader.cpp">
- </ClCompile>
- <ClCompile Include="..\..\SampleCharacterCloth\SampleCharacterCloth_Main.cpp">
- </ClCompile>
- <ClCompile Include="..\..\SampleCharacterCloth\SampleCharacterCloth_Platform.cpp">
- </ClCompile>
- <ClCompile Include="..\..\SampleCharacterCloth\SampleCharacterCloth_PlatformBuilder.cpp">
- </ClCompile>
- <ClCompile Include="..\..\SampleCharacterCloth\SampleCharacterCloth_TerrainBuilder.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleCharacterCloth\SampleCharacterCloth.h">
- </ClInclude>
- <ClInclude Include="..\..\SampleCharacterCloth\SampleCharacterClothCameraController.h">
- </ClInclude>
- <ClInclude Include="..\..\SampleCharacterCloth\SampleCharacterClothFlag.h">
- </ClInclude>
- <ClInclude Include="..\..\SampleCharacterCloth\SampleCharacterClothInputEventIds.h">
- </ClInclude>
- <ClInclude Include="..\..\SampleCharacterCloth\SampleCharacterClothJump.h">
- </ClInclude>
- <ClInclude Include="..\..\SampleCharacterCloth\SampleCharacterClothPlatform.h">
- </ClInclude>
- <ClInclude Include="..\..\SampleCharacterCloth\SampleCharacterClothSettings.h">
- </ClInclude>
- </ItemGroup>
- <ItemGroup>
- <ClCompile Include="..\..\SampleVehicle\SampleVehicle.cpp">
- </ClCompile>
- <ClCompile Include="..\..\SampleVehicle\SampleVehicleDebugRender.cpp">
- </ClCompile>
- <ClCompile Include="..\..\SampleVehicle\SampleVehicleTerrain.cpp">
- </ClCompile>
- <ClCompile Include="..\..\SampleVehicle\SampleVehicle_CameraController.cpp">
- </ClCompile>
- <ClCompile Include="..\..\SampleVehicle\SampleVehicle_ControlInputs.cpp">
- </ClCompile>
- <ClCompile Include="..\..\SampleVehicle\SampleVehicle_GameLogic.cpp">
- </ClCompile>
- <ClCompile Include="..\..\SampleVehicle\SampleVehicle_SceneQuery.cpp">
- </ClCompile>
- <ClCompile Include="..\..\SampleVehicle\SampleVehicle_VehicleController.cpp">
- </ClCompile>
- <ClCompile Include="..\..\SampleVehicle\SampleVehicle_VehicleCooking.cpp">
- </ClCompile>
- <ClCompile Include="..\..\SampleVehicle\SampleVehicle_VehicleManager.cpp">
- </ClCompile>
- <ClCompile Include="..\..\SampleVehicle\SampleVehicle_WheelQueryResults.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleVehicle\SampleVehicle.h">
- </ClInclude>
- <ClInclude Include="..\..\SampleVehicle\SampleVehicleInputEventIds.h">
- </ClInclude>
- <ClInclude Include="..\..\SampleVehicle\SampleVehicle_CameraController.h">
- </ClInclude>
- <ClInclude Include="..\..\SampleVehicle\SampleVehicle_ControlInputs.h">
- </ClInclude>
- <ClInclude Include="..\..\SampleVehicle\SampleVehicle_GameLogic.h">
- </ClInclude>
- <ClInclude Include="..\..\SampleVehicle\SampleVehicle_SceneQuery.h">
- </ClInclude>
- <ClInclude Include="..\..\SampleVehicle\SampleVehicle_VehicleController.h">
- </ClInclude>
- <ClInclude Include="..\..\SampleVehicle\SampleVehicle_VehicleCooking.h">
- </ClInclude>
- <ClInclude Include="..\..\SampleVehicle\SampleVehicle_VehicleManager.h">
- </ClInclude>
- <ClInclude Include="..\..\SampleVehicle\SampleVehicle_WheelQueryResults.h">
- </ClInclude>
- </ItemGroup>
- <ItemGroup>
- <ClCompile Include="..\..\SampleParticles\SampleParticles.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleParticles\SampleParticles.h">
- </ClInclude>
- <ClInclude Include="..\..\SampleParticles\SampleParticlesInputEventIds.h">
- </ClInclude>
- </ItemGroup>
- <ItemGroup>
- <ClCompile Include="..\..\SampleSubmarine\Crab.cpp">
- </ClCompile>
- <ClCompile Include="..\..\SampleSubmarine\SampleSubmarine.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleSubmarine\Crab.h">
- </ClInclude>
- <ClInclude Include="..\..\SampleSubmarine\SampleSubmarine.h">
- </ClInclude>
- <ClInclude Include="..\..\SampleSubmarine\SampleSubmarineInputEventIds.h">
- </ClInclude>
- <ClInclude Include="..\..\SampleSubmarine\SubmarineCameraController.h">
- </ClInclude>
- </ItemGroup>
- <ItemGroup>
- <ClCompile Include="..\..\SampleNorthPole\SampleNorthPole.cpp">
- </ClCompile>
- <ClCompile Include="..\..\SampleNorthPole\SampleNorthPoleBuilder.cpp">
- </ClCompile>
- <ClCompile Include="..\..\SampleNorthPole\SampleNorthPoleCameraController.cpp">
- </ClCompile>
- <ClCompile Include="..\..\SampleNorthPole\SampleNorthPoleCCT.cpp">
- </ClCompile>
- <ClCompile Include="..\..\SampleNorthPole\SampleNorthPoleDynamics.cpp">
- </ClCompile>
- <ClCompile Include="..\..\SampleNorthPole\SampleNorthPoleFilterShader.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleNorthPole\SampleNorthPole.h">
- </ClInclude>
- <ClInclude Include="..\..\SampleNorthPole\SampleNorthPoleCameraController.h">
- </ClInclude>
- <ClInclude Include="..\..\SampleNorthPole\SampleNorthPoleInputEventIds.h">
- </ClInclude>
- </ItemGroup>
- <ItemGroup>
- <ClCompile Include="..\..\SampleCustomGravity\Planet.cpp">
- </ClCompile>
- <ClCompile Include="..\..\SampleCustomGravity\SampleCustomGravity.cpp">
- </ClCompile>
- <ClCompile Include="..\..\SampleCustomGravity\SampleCustomGravityBuilder.cpp">
- </ClCompile>
- <ClCompile Include="..\..\SampleCustomGravity\SampleCustomGravityCameraController.cpp">
- </ClCompile>
- <ClCompile Include="..\..\SampleCustomGravity\SampleCustomGravityFilterShader.cpp">
- </ClCompile>
- <ClCompile Include="..\..\SampleCustomGravity\SampleCustomGravity_CCT.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleCustomGravity\Planet.h">
- </ClInclude>
- <ClInclude Include="..\..\SampleCustomGravity\SampleCustomGravity.h">
- </ClInclude>
- <ClInclude Include="..\..\SampleCustomGravity\SampleCustomGravityCameraController.h">
- </ClInclude>
- <ClInclude Include="..\..\SampleCustomGravity\SampleCustomGravityInputEventIds.h">
- </ClInclude>
- </ItemGroup>
- <ItemGroup>
- <ClCompile Include="..\..\SampleLargeWorld\ChunkLoader.cpp">
- </ClCompile>
- <ClCompile Include="..\..\SampleLargeWorld\MeshBuilder.cpp">
- </ClCompile>
- <ClCompile Include="..\..\SampleLargeWorld\SampleLargeWorld.cpp">
- </ClCompile>
- <ClCompile Include="..\..\SampleLargeWorld\SampleLargeWorldCCT.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleLargeWorld\ChunkLoader.h">
- </ClInclude>
- <ClInclude Include="..\..\SampleLargeWorld\MeshBuilder.h">
- </ClInclude>
- <ClInclude Include="..\..\SampleLargeWorld\SampleLargeWorld.h">
- </ClInclude>
- <ClInclude Include="..\..\SampleLargeWorld\SampleLargeWorldInputEventIds.h">
- </ClInclude>
- </ItemGroup>
- <ItemGroup>
- <ClCompile Include="..\..\SampleCCTSharedCode\KinematicPlatform.cpp">
- </ClCompile>
- <ClCompile Include="..\..\SampleCCTSharedCode\SampleCCTActor.cpp">
- </ClCompile>
- <ClCompile Include="..\..\SampleCCTSharedCode\SampleCCTCameraController.cpp">
- </ClCompile>
- <ClCompile Include="..\..\SampleCCTSharedCode\SampleCCTJump.cpp">
- </ClCompile>
- <ClInclude Include="..\..\SampleCCTSharedCode\KinematicPlatform.h">
- </ClInclude>
- <ClInclude Include="..\..\SampleCCTSharedCode\SampleCCTActor.h">
- </ClInclude>
- <ClInclude Include="..\..\SampleCCTSharedCode\SampleCCTCameraController.h">
- </ClInclude>
- <ClInclude Include="..\..\SampleCCTSharedCode\SampleCCTJump.h">
- </ClInclude>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="./SampleBase.vcxproj">
- <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="./../../PxToolkit/compiler/vc11win64/PxToolkit.vcxproj">
- <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets"></ImportGroup>
-</Project>