diff options
| author | Sheikh Dawood Abdul Ajees <[email protected]> | 2018-11-27 13:02:50 -0600 |
|---|---|---|
| committer | Sheikh Dawood Abdul Ajees <[email protected]> | 2018-11-27 13:02:50 -0600 |
| commit | 78cab22a61786a23f2ee1ad7c5dcbec0024befca (patch) | |
| tree | 27cb86e3add785670ddfdbfc901f1654d74d1cb2 /PhysX_3.4/Samples/compiler/vc15win64 | |
| parent | PhysX 3.4, APEX 1.4 patch release @24990349 (diff) | |
| download | physx-3.4-78cab22a61786a23f2ee1ad7c5dcbec0024befca.tar.xz physx-3.4-78cab22a61786a23f2ee1ad7c5dcbec0024befca.zip | |
PhysX 3.4, APEX 1.4 patch release @25256367
Diffstat (limited to 'PhysX_3.4/Samples/compiler/vc15win64')
| -rw-r--r-- | PhysX_3.4/Samples/compiler/vc15win64/SampleBase.vcxproj | 409 | ||||
| -rw-r--r-- | PhysX_3.4/Samples/compiler/vc15win64/Samples.sln | 95 | ||||
| -rw-r--r-- | PhysX_3.4/Samples/compiler/vc15win64/Samples.vcxproj | 448 |
3 files changed, 952 insertions, 0 deletions
diff --git a/PhysX_3.4/Samples/compiler/vc15win64/SampleBase.vcxproj b/PhysX_3.4/Samples/compiler/vc15win64/SampleBase.vcxproj new file mode 100644 index 00000000..9d40f5b8 --- /dev/null +++ b/PhysX_3.4/Samples/compiler/vc15win64/SampleBase.vcxproj @@ -0,0 +1,409 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup Label="ProjectConfigurations"> + <ProjectConfiguration Include="debug|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>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <PlatformToolset>v141</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/vc15win64\</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> + <BufferSecurityCheck>false</BufferSecurityCheck> + <FloatingPointModel>Fast</FloatingPointModel> + <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> + <AdditionalOptions>/GR- /GF /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 /wd4456 /wd4457 /wd4458 /wd4459 /wd4774 /wd4777 /wd5027 /wd5029 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd4774 /wd5026 /wd5039 /wd4596 /wd4996 /wd5038 /wd5045 /Zi /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/vc15win64\</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> + <BufferSecurityCheck>false</BufferSecurityCheck> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/GR- /GF /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 /wd4456 /wd4457 /wd4458 /wd4459 /wd4774 /wd4777 /wd5027 /wd5029 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd4774 /wd5026 /wd5039 /wd4596 /wd4996 /wd5038 /wd5045 /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/vc15win64\</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> + <BufferSecurityCheck>false</BufferSecurityCheck> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/GR- /GF /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 /wd4456 /wd4457 /wd4458 /wd4459 /wd4774 /wd4777 /wd5027 /wd5029 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd4774 /wd5026 /wd5039 /wd4596 /wd4996 /wd5038 /wd5045 /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/vc15win64\</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> + <BufferSecurityCheck>false</BufferSecurityCheck> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/GR- /GF /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 /wd4456 /wd4457 /wd4458 /wd4459 /wd4774 /wd4777 /wd5027 /wd5029 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd4774 /wd5026 /wd5039 /wd4596 /wd4996 /wd5038 /wd5045 /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/vc15win64/SampleFramework-MT.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../SampleFramework/renderer/compiler/vc15win64/SampleRenderer-MT.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../SampleFramework/platform/compiler/vc15win64/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/vc15win64/Samples.sln b/PhysX_3.4/Samples/compiler/vc15win64/Samples.sln new file mode 100644 index 00000000..45ebe09d --- /dev/null +++ b/PhysX_3.4/Samples/compiler/vc15win64/Samples.sln @@ -0,0 +1,95 @@ +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +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/vc15win64/SampleFramework-MT.vcxproj", "{DEB7F8C6-4512-D660-4816-212EF0806A58}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SampleRenderer-MT", "./../../SampleFramework/renderer/compiler/vc15win64/SampleRenderer-MT.vcxproj", "{67A61354-2C14-B851-8530-DDD43BDC1D9C}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SamplePlatform-MT", "./../../SampleFramework/platform/compiler/vc15win64/SamplePlatform-MT.vcxproj", "{75A6206D-F123-AEE0-FF3D-386A62604731}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PxToolkit", "./../../PxToolkit/compiler/vc15win64/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/vc15win64/Samples.vcxproj b/PhysX_3.4/Samples/compiler/vc15win64/Samples.vcxproj new file mode 100644 index 00000000..c94471f2 --- /dev/null +++ b/PhysX_3.4/Samples/compiler/vc15win64/Samples.vcxproj @@ -0,0 +1,448 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup Label="ProjectConfigurations"> + <ProjectConfiguration Include="debug|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>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'" Label="Configuration"> + <ConfigurationType>Application</ConfigurationType> + <PlatformToolset>v141</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/vc15win64\</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> + <BufferSecurityCheck>false</BufferSecurityCheck> + <FloatingPointModel>Fast</FloatingPointModel> + <BasicRuntimeChecks>UninitializedLocalUsageCheck</BasicRuntimeChecks> + <AdditionalOptions>/GR- /GF /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 /wd4456 /wd4457 /wd4458 /wd4459 /wd4774 /wd4777 /wd5027 /wd5029 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd4774 /wd5026 /wd5039 /wd4596 /wd4996 /wd5038 /wd5045 /Zi /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/vc15win64 /LIBPATH:../../../../PxShared/lib/vc15win64 /LIBPATH:../../../Lib/vc15win64 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\vc15win64\PxFoundationDEBUG_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc15win64\PxPvdSDKDEBUG_x64.dll" "$(OutDir)" /D /Y</Command> + </PostBuildEvent> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> + <OutDir>./../../../bin/vc15win64\</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> + <BufferSecurityCheck>false</BufferSecurityCheck> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/GR- /GF /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 /wd4456 /wd4457 /wd4458 /wd4459 /wd4774 /wd4777 /wd5027 /wd5029 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd4774 /wd5026 /wd5039 /wd4596 /wd4996 /wd5038 /wd5045 /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/vc15win64 /LIBPATH:../../../../PxShared/lib/vc15win64 /LIBPATH:../../../Lib/vc15win64 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\vc15win64\PxFoundationCHECKED_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc15win64\PxPvdSDKCHECKED_x64.dll" "$(OutDir)" /D /Y</Command> + </PostBuildEvent> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> + <OutDir>./../../../bin/vc15win64\</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> + <BufferSecurityCheck>false</BufferSecurityCheck> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/GR- /GF /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 /wd4456 /wd4457 /wd4458 /wd4459 /wd4774 /wd4777 /wd5027 /wd5029 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd4774 /wd5026 /wd5039 /wd4596 /wd4996 /wd5038 /wd5045 /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/vc15win64 /LIBPATH:../../../../PxShared/lib/vc15win64 /INCREMENTAL:NO /LIBPATH:../../../Lib/vc15win64 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\vc15win64\PxFoundationPROFILE_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc15win64\PxPvdSDKPROFILE_x64.dll" "$(OutDir)" /D /Y</Command> + </PostBuildEvent> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> + <OutDir>./../../../bin/vc15win64\</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> + <BufferSecurityCheck>false</BufferSecurityCheck> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/GR- /GF /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 /wd4456 /wd4457 /wd4458 /wd4459 /wd4774 /wd4777 /wd5027 /wd5029 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd4774 /wd5026 /wd5039 /wd4596 /wd4996 /wd5038 /wd5045 /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/vc15win64 /LIBPATH:../../../../PxShared/lib/vc15win64 /INCREMENTAL:NO /LIBPATH:../../../Lib/vc15win64 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\vc15win64\PxFoundation_x64.dll" "$(OutDir)" /D /Y
 XCOPY "../../../../PxShared/bin\vc15win64\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/vc15win64/PxToolkit.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"></ImportGroup> +</Project> |