diff options
| author | Sheikh Dawood Abdul Ajees <[email protected]> | 2018-02-12 15:31:42 -0600 |
|---|---|---|
| committer | Sheikh Dawood Abdul Ajees <[email protected]> | 2018-02-12 15:31:42 -0600 |
| commit | 52dae55c0c65f42caffa9d803be27be44ac4b8a3 (patch) | |
| tree | c2fa77a97691d026593fe6aa45f1a56389fc5c70 /APEX_1.4/compiler | |
| parent | PhysX 3.4, APEX 1.4 patch release @23472123 (diff) | |
| download | physx-3.4-52dae55c0c65f42caffa9d803be27be44ac4b8a3.tar.xz physx-3.4-52dae55c0c65f42caffa9d803be27be44ac4b8a3.zip | |
PhysX 3.4, APEX 1.4 patch release @23576764
Diffstat (limited to 'APEX_1.4/compiler')
42 files changed, 25884 insertions, 19866 deletions
diff --git a/APEX_1.4/compiler/vc12win32-PhysX_3.4/APEX_Clothing.vcxproj b/APEX_1.4/compiler/vc12win32-PhysX_3.4/APEX_Clothing.vcxproj index 9526788e..1bdb9d80 100644 --- a/APEX_1.4/compiler/vc12win32-PhysX_3.4/APEX_Clothing.vcxproj +++ b/APEX_1.4/compiler/vc12win32-PhysX_3.4/APEX_Clothing.vcxproj @@ -1,492 +1,616 @@ <?xml version="1.0" encoding="utf-8"?> -<Project - DefaultTargets="Build" - ToolsVersion="12.0" - xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <ItemGroup Label="ProjectConfigurations"> - <ProjectConfiguration Include="debug|Win32"> - <Configuration>debug</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|Win32"> - <Configuration>release</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|Win32"> - <Configuration>profile</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="checked|Win32"> - <Configuration>checked</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{C549455E-94CC-81A4-1B87-FFA4D4785858}</ProjectGuid> - <RootNamespace>APEX_Clothing</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v120</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='release|Win32'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v120</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='profile|Win32'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v120</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='checked|Win32'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v120</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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <OutDir>./../../bin/vc12win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/APEX_Clothing/debug\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)DEBUG_x86</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /EHsc /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/clothing;./../../module/clothing/include;./../../module/clothing/include/autogen;./../../module/clothing/include/windows;./../../module/clothing/embedded/LowLevelCloth/include;./../../module/clothing/embedded/LowLevelCloth/src;./../../module/clothing/embedded;./../../module/clothing/src/simd;../../../PxShared/src/pvd/src;./../../module/clothing/embedded/LowLevelCloth/src/windows;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3CommonDEBUG_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG_x86.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win32;../../../PhysX_3.4/Lib/vc12win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG_x86.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc12win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <OutDir>./../../bin/vc12win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/APEX_Clothing/release\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)_x86</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /EHsc /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/clothing;./../../module/clothing/include;./../../module/clothing/include/autogen;./../../module/clothing/include/windows;./../../module/clothing/embedded/LowLevelCloth/include;./../../module/clothing/embedded/LowLevelCloth/src;./../../module/clothing/embedded;./../../module/clothing/src/simd;../../../PxShared/src/pvd/src;./../../module/clothing/embedded/LowLevelCloth/src/windows;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3Common_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)_x86.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win32;../../../PhysX_3.4/Lib/vc12win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)_x86.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc12win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <OutDir>./../../bin/vc12win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/APEX_Clothing/profile\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)PROFILE_x86</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /EHsc /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/clothing;./../../module/clothing/include;./../../module/clothing/include/autogen;./../../module/clothing/include/windows;./../../module/clothing/embedded/LowLevelCloth/include;./../../module/clothing/embedded/LowLevelCloth/src;./../../module/clothing/embedded;./../../module/clothing/src/simd;../../../PxShared/src/pvd/src;./../../module/clothing/embedded/LowLevelCloth/src/windows;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3CommonPROFILE_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE_x86.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win32;../../../PhysX_3.4/Lib/vc12win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE_x86.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc12win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <OutDir>./../../bin/vc12win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/APEX_Clothing/checked\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)CHECKED_x86</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /EHsc /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/clothing;./../../module/clothing/include;./../../module/clothing/include/autogen;./../../module/clothing/include/windows;./../../module/clothing/embedded/LowLevelCloth/include;./../../module/clothing/embedded/LowLevelCloth/src;./../../module/clothing/embedded;./../../module/clothing/src/simd;../../../PxShared/src/pvd/src;./../../module/clothing/embedded/LowLevelCloth/src/windows;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3CommonCHECKED_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED_x86.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win32;../../../PhysX_3.4/Lib/vc12win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED_x86.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc12win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <ItemGroup> - <ResourceCompile Include="..\resource\apex.rc"></ResourceCompile> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\clothing\src\simd\neon\NvNeonSimd4f.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\src\simd\neon\NvNeonSimd4i.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\src\simd\neon\NvNeonSimdTypes.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\clothing\src\simd\scalar\NvScalarSimd4f.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\src\simd\scalar\NvScalarSimd4i.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\src\simd\scalar\NvScalarSimdTypes.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\clothing\src\simd\sse2\NvSse2Simd4f.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\src\simd\sse2\NvSse2Simd4i.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\src\simd\sse2\NvSse2SimdTypes.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\clothing\src\simd\NvSimd4f.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\src\simd\NvSimd4i.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\src\simd\NvSimdTypes.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\clothing\src\autogen\ClothingActorParam.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\autogen\ClothingAssetParameters.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\autogen\ClothingCookedParam.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\autogen\ClothingCookedPhysX3Param.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\autogen\ClothingDebugRenderParams.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\autogen\ClothingGraphicalLodParameters.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\autogen\ClothingMaterialLibraryParameters.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\autogen\ClothingModuleParameters.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\autogen\ClothingPhysicalMeshParameters.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\autogen\ClothingPreviewParam.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\clothing\src\ClothingActorData.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\ClothingActorImpl.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\ClothingActorTasks.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\ClothingAssetAuthoringImpl.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\ClothingAssetData.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\ClothingAssetImpl.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\ClothingCollisionImpl.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\ClothingCooking.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\ClothingPhysicalMeshImpl.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\ClothingRenderProxyImpl.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\ClothingScene.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\CookingAbstract.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\ModuleClothingHelpers.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\ModuleClothingImpl.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\SimdMath.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\SimulationAbstract.cpp"></ClCompile> - <ClInclude Include="..\..\module\clothing\src\SimdMath.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\clothing\include\autogen\ClothingActorParam.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\autogen\ClothingAssetParameters.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\autogen\ClothingCookedParam.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\autogen\ClothingCookedPhysX3Param.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\autogen\ClothingDebugRenderParams.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\autogen\ClothingGraphicalLodParameters.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\autogen\ClothingMaterialLibraryParameters.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\autogen\ClothingModuleParameters.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\autogen\ClothingPhysicalMeshParameters.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\autogen\ClothingPreviewParam.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\autogen\ModuleClothingRegistration.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\clothing\include\AbstractMeshDescription.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingActorData.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingActorImpl.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingActorProxy.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingActorTasks.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingAssetAuthoringImpl.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingAssetData.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingAssetImpl.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingCollisionImpl.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingCooking.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingGlobals.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingPhysicalMeshImpl.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingPreviewProxy.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingRenderProxyImpl.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingScene.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothStructs.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\Cooking.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\CookingAbstract.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\CookingPhysX.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ModuleClothingHelpers.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ModuleClothingImpl.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ModuleEventDefs.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ModulePerfScope.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\Simulation.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\SimulationAbstract.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\include\clothing\ClothingActor.h"></ClInclude> - <ClInclude Include="..\..\include\clothing\ClothingAsset.h"></ClInclude> - <ClInclude Include="..\..\include\clothing\ClothingAssetAuthoring.h"></ClInclude> - <ClInclude Include="..\..\include\clothing\ClothingCollision.h"></ClInclude> - <ClInclude Include="..\..\include\clothing\ClothingPhysicalMesh.h"></ClInclude> - <ClInclude Include="..\..\include\clothing\ClothingPreview.h"></ClInclude> - <ClInclude Include="..\..\include\clothing\ClothingRenderProxy.h"></ClInclude> - <ClInclude Include="..\..\include\clothing\ClothingVelocityCallback.h"></ClInclude> - <ClInclude Include="..\..\include\clothing\ModuleClothing.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\common\src\ModuleProfileCommon.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\common\include\ModuleProfileCommon.h"></ClInclude> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\Cloth.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\Fabric.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\Factory.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\PhaseConfig.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\Range.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\Solver.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\Types.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\Allocator.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\Array.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\BoundingBox.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\ClothBase.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\ClothImpl.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\IndexPair.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\IterationState.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\MovingAverage.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\PointInterpolator.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\Simd4f.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\Simd4i.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SimdTypes.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\StackAllocator.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwCloth.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwClothData.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwCollision.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwCollisionHelpers.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwFabric.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwFactory.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwInterCollision.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwSelfCollision.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwSolver.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwSolverKernel.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\TripletScheduler.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\Vec4T.h"></ClInclude> - <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\Allocator.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\Factory.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\PhaseConfig.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwCloth.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwClothData.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwCollision.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwFabric.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwFactory.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwInterCollision.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwSelfCollision.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwSolver.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwSolverKernel.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\TripletScheduler.cpp"></ClCompile> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\clothing\embedded\CmPhysXCommon.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\CmTask.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\ExtClothConfig.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\ExtClothCoreUtilityTypes.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\ExtClothFabricCooker.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\ExtClothMeshQuadifier.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\ExtClothTetherCooker.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\PxClothFabric.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\PxClothMeshDesc.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\PxClothTypes.h"></ClInclude> - <ClCompile Include="..\..\module\clothing\embedded\Cooking.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\ExtClothFabricCooker.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\ExtClothGeodesicTetherCooker.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\ExtClothMeshQuadifier.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\ExtClothSimpleTetherCooker.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\Simulation.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <CustomBuild Include="..\..\module\clothing\embedded\LowLevelCloth\src\avx\SwSolveConstraints.cpp"> - <Command Condition="'$(Configuration)|$(Platform)'=='debug|Win32'">cl.exe /c /Zi /Ox /MT /arch:AVX /Fd"$(TargetDir)\$(TargetName).pdb" /Fo$(IntermediateOutputPath)/avx/%(Filename).obj ..\..\module\clothing\embedded\LowLevelCloth\src\avx\SwSolveConstraints.cpp</Command> - <Message Condition="'$(Configuration)|$(Platform)'=='debug|Win32'">Building %(Identity)</Message> - <Outputs Condition="'$(Configuration)|$(Platform)'=='debug|Win32'">$(IntermediateOutputPath)/avx/%(Filename).obj;</Outputs> - <Command Condition="'$(Configuration)|$(Platform)'=='release|Win32'">cl.exe /c /Zi /Ox /MT /arch:AVX /Fd"$(TargetDir)\$(TargetName).pdb" /Fo$(IntermediateOutputPath)/avx/%(Filename).obj ..\..\module\clothing\embedded\LowLevelCloth\src\avx\SwSolveConstraints.cpp</Command> - <Message Condition="'$(Configuration)|$(Platform)'=='release|Win32'">Building %(Identity)</Message> - <Outputs Condition="'$(Configuration)|$(Platform)'=='release|Win32'">$(IntermediateOutputPath)/avx/%(Filename).obj;</Outputs> - <Command Condition="'$(Configuration)|$(Platform)'=='profile|Win32'">cl.exe /c /Zi /Ox /MT /arch:AVX /Fd"$(TargetDir)\$(TargetName).pdb" /Fo$(IntermediateOutputPath)/avx/%(Filename).obj ..\..\module\clothing\embedded\LowLevelCloth\src\avx\SwSolveConstraints.cpp</Command> - <Message Condition="'$(Configuration)|$(Platform)'=='profile|Win32'">Building %(Identity)</Message> - <Outputs Condition="'$(Configuration)|$(Platform)'=='profile|Win32'">$(IntermediateOutputPath)/avx/%(Filename).obj;</Outputs> - <Command Condition="'$(Configuration)|$(Platform)'=='checked|Win32'">cl.exe /c /Zi /Ox /MT /arch:AVX /Fd"$(TargetDir)\$(TargetName).pdb" /Fo$(IntermediateOutputPath)/avx/%(Filename).obj ..\..\module\clothing\embedded\LowLevelCloth\src\avx\SwSolveConstraints.cpp</Command> - <Message Condition="'$(Configuration)|$(Platform)'=='checked|Win32'">Building %(Identity)</Message> - <Outputs Condition="'$(Configuration)|$(Platform)'=='checked|Win32'">$(IntermediateOutputPath)/avx/%(Filename).obj;</Outputs> - </CustomBuild> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc12win32/PxFoundation.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./ApexCommon.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./ApexShared.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc12win32/PsFastXml.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../NvParameterized/compiler/vc12win32-PhysX_3.4/NvParameterized.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc12win32/PxPvdSDK.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> +<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup Label="ProjectConfigurations"> + <ProjectConfiguration Include="debug|Win32"> + <Configuration>debug</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="release|Win32"> + <Configuration>release</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="profile|Win32"> + <Configuration>profile</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="checked|Win32"> + <Configuration>checked</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectGuid>{C549455E-94CC-81A4-1B87-FFA4D4785858}</ProjectGuid> + <RootNamespace>APEX_Clothing</RootNamespace> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v120</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v120</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v120</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v120</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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </ImportGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> + <OutDir>./../../bin/vc12win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/APEX_Clothing/debug\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)DEBUG_x86</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /EHsc /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/clothing;./../../module/clothing/include;./../../module/clothing/include/autogen;./../../module/clothing/include/windows;./../../module/clothing/embedded/LowLevelCloth/include;./../../module/clothing/embedded/LowLevelCloth/src;./../../module/clothing/embedded;./../../module/clothing/src/simd;../../../PxShared/src/pvd/src;./../../module/clothing/embedded/LowLevelCloth/src/windows;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3CommonDEBUG_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)DEBUG_x86.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win32;../../../PhysX_3.4/Lib/vc12win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG_x86.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc12win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX86</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> + <OutDir>./../../bin/vc12win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/APEX_Clothing/release\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)_x86</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /EHsc /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/clothing;./../../module/clothing/include;./../../module/clothing/include/autogen;./../../module/clothing/include/windows;./../../module/clothing/embedded/LowLevelCloth/include;./../../module/clothing/embedded/LowLevelCloth/src;./../../module/clothing/embedded;./../../module/clothing/src/simd;../../../PxShared/src/pvd/src;./../../module/clothing/embedded/LowLevelCloth/src/windows;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3Common_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)_x86.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win32;../../../PhysX_3.4/Lib/vc12win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)_x86.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc12win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX86</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> + <OutDir>./../../bin/vc12win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/APEX_Clothing/profile\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)PROFILE_x86</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /EHsc /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/clothing;./../../module/clothing/include;./../../module/clothing/include/autogen;./../../module/clothing/include/windows;./../../module/clothing/embedded/LowLevelCloth/include;./../../module/clothing/embedded/LowLevelCloth/src;./../../module/clothing/embedded;./../../module/clothing/src/simd;../../../PxShared/src/pvd/src;./../../module/clothing/embedded/LowLevelCloth/src/windows;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3CommonPROFILE_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)PROFILE_x86.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win32;../../../PhysX_3.4/Lib/vc12win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE_x86.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc12win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX86</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> + <OutDir>./../../bin/vc12win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/APEX_Clothing/checked\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)CHECKED_x86</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /EHsc /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/clothing;./../../module/clothing/include;./../../module/clothing/include/autogen;./../../module/clothing/include/windows;./../../module/clothing/embedded/LowLevelCloth/include;./../../module/clothing/embedded/LowLevelCloth/src;./../../module/clothing/embedded;./../../module/clothing/src/simd;../../../PxShared/src/pvd/src;./../../module/clothing/embedded/LowLevelCloth/src/windows;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3CommonCHECKED_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)CHECKED_x86.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win32;../../../PhysX_3.4/Lib/vc12win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED_x86.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc12win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX86</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <ItemGroup> + <ResourceCompile Include="..\resource\apex.rc"> + </ResourceCompile> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\clothing\src\simd\neon\NvNeonSimd4f.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\src\simd\neon\NvNeonSimd4i.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\src\simd\neon\NvNeonSimdTypes.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\clothing\src\simd\scalar\NvScalarSimd4f.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\src\simd\scalar\NvScalarSimd4i.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\src\simd\scalar\NvScalarSimdTypes.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\clothing\src\simd\sse2\NvSse2Simd4f.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\src\simd\sse2\NvSse2Simd4i.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\src\simd\sse2\NvSse2SimdTypes.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\clothing\src\simd\NvSimd4f.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\src\simd\NvSimd4i.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\src\simd\NvSimdTypes.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\clothing\src\autogen\ClothingActorParam.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\autogen\ClothingAssetParameters.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\autogen\ClothingCookedParam.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\autogen\ClothingCookedPhysX3Param.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\autogen\ClothingDebugRenderParams.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\autogen\ClothingGraphicalLodParameters.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\autogen\ClothingMaterialLibraryParameters.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\autogen\ClothingModuleParameters.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\autogen\ClothingPhysicalMeshParameters.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\autogen\ClothingPreviewParam.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\clothing\src\ClothingActorData.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\ClothingActorImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\ClothingActorTasks.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\ClothingAssetAuthoringImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\ClothingAssetData.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\ClothingAssetImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\ClothingCollisionImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\ClothingCooking.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\ClothingPhysicalMeshImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\ClothingRenderProxyImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\ClothingScene.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\CookingAbstract.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\ModuleClothingHelpers.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\ModuleClothingImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\SimdMath.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\SimulationAbstract.cpp"> + </ClCompile> + <ClInclude Include="..\..\module\clothing\src\SimdMath.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\clothing\include\autogen\ClothingActorParam.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\autogen\ClothingAssetParameters.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\autogen\ClothingCookedParam.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\autogen\ClothingCookedPhysX3Param.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\autogen\ClothingDebugRenderParams.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\autogen\ClothingGraphicalLodParameters.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\autogen\ClothingMaterialLibraryParameters.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\autogen\ClothingModuleParameters.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\autogen\ClothingPhysicalMeshParameters.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\autogen\ClothingPreviewParam.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\autogen\ModuleClothingRegistration.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\clothing\include\AbstractMeshDescription.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingActorData.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingActorImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingActorProxy.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingActorTasks.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingAssetAuthoringImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingAssetData.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingAssetImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingCollisionImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingCooking.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingGlobals.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingPhysicalMeshImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingPreviewProxy.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingRenderProxyImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingScene.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothStructs.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\Cooking.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\CookingAbstract.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\CookingPhysX.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ModuleClothingHelpers.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ModuleClothingImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ModuleEventDefs.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ModulePerfScope.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\Simulation.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\SimulationAbstract.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\include\clothing\ClothingActor.h"> + </ClInclude> + <ClInclude Include="..\..\include\clothing\ClothingAsset.h"> + </ClInclude> + <ClInclude Include="..\..\include\clothing\ClothingAssetAuthoring.h"> + </ClInclude> + <ClInclude Include="..\..\include\clothing\ClothingCollision.h"> + </ClInclude> + <ClInclude Include="..\..\include\clothing\ClothingPhysicalMesh.h"> + </ClInclude> + <ClInclude Include="..\..\include\clothing\ClothingPreview.h"> + </ClInclude> + <ClInclude Include="..\..\include\clothing\ClothingRenderProxy.h"> + </ClInclude> + <ClInclude Include="..\..\include\clothing\ClothingVelocityCallback.h"> + </ClInclude> + <ClInclude Include="..\..\include\clothing\ModuleClothing.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\common\src\ModuleProfileCommon.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\common\include\ModuleProfileCommon.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\Cloth.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\Fabric.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\Factory.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\PhaseConfig.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\Range.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\Solver.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\Types.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\Allocator.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\Array.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\BoundingBox.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\ClothBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\ClothImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\IndexPair.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\IterationState.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\MovingAverage.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\PointInterpolator.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\Simd4f.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\Simd4i.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SimdTypes.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\StackAllocator.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwCloth.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwClothData.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwCollision.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwCollisionHelpers.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwFabric.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwFactory.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwInterCollision.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwSelfCollision.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwSolver.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwSolverKernel.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\TripletScheduler.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\Vec4T.h"> + </ClInclude> + <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\Allocator.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\Factory.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\PhaseConfig.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwCloth.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwClothData.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwCollision.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwFabric.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwFactory.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwInterCollision.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwSelfCollision.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwSolver.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwSolverKernel.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\TripletScheduler.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\clothing\embedded\CmPhysXCommon.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\CmTask.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\ExtClothConfig.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\ExtClothCoreUtilityTypes.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\ExtClothFabricCooker.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\ExtClothMeshQuadifier.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\ExtClothTetherCooker.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\PxClothFabric.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\PxClothMeshDesc.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\PxClothTypes.h"> + </ClInclude> + <ClCompile Include="..\..\module\clothing\embedded\Cooking.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\ExtClothFabricCooker.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\ExtClothGeodesicTetherCooker.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\ExtClothMeshQuadifier.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\ExtClothSimpleTetherCooker.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\Simulation.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="..\..\module\clothing\embedded\LowLevelCloth\src\avx\SwSolveConstraints.cpp"> + <Command Condition="'$(Configuration)|$(Platform)'=='debug|Win32'">cl.exe /c /Zi /Ox /MT /arch:AVX /Fd"$(TargetDir)\$(TargetName).pdb" /Fo$(IntermediateOutputPath)/avx/%(Filename).obj ..\..\module\clothing\embedded\LowLevelCloth\src\avx\SwSolveConstraints.cpp</Command> + <Message Condition="'$(Configuration)|$(Platform)'=='debug|Win32'">Building %(Identity)</Message> + <Outputs Condition="'$(Configuration)|$(Platform)'=='debug|Win32'">$(IntermediateOutputPath)/avx/%(Filename).obj;</Outputs> + <Command Condition="'$(Configuration)|$(Platform)'=='release|Win32'">cl.exe /c /Zi /Ox /MT /arch:AVX /Fd"$(TargetDir)\$(TargetName).pdb" /Fo$(IntermediateOutputPath)/avx/%(Filename).obj ..\..\module\clothing\embedded\LowLevelCloth\src\avx\SwSolveConstraints.cpp</Command> + <Message Condition="'$(Configuration)|$(Platform)'=='release|Win32'">Building %(Identity)</Message> + <Outputs Condition="'$(Configuration)|$(Platform)'=='release|Win32'">$(IntermediateOutputPath)/avx/%(Filename).obj;</Outputs> + <Command Condition="'$(Configuration)|$(Platform)'=='profile|Win32'">cl.exe /c /Zi /Ox /MT /arch:AVX /Fd"$(TargetDir)\$(TargetName).pdb" /Fo$(IntermediateOutputPath)/avx/%(Filename).obj ..\..\module\clothing\embedded\LowLevelCloth\src\avx\SwSolveConstraints.cpp</Command> + <Message Condition="'$(Configuration)|$(Platform)'=='profile|Win32'">Building %(Identity)</Message> + <Outputs Condition="'$(Configuration)|$(Platform)'=='profile|Win32'">$(IntermediateOutputPath)/avx/%(Filename).obj;</Outputs> + <Command Condition="'$(Configuration)|$(Platform)'=='checked|Win32'">cl.exe /c /Zi /Ox /MT /arch:AVX /Fd"$(TargetDir)\$(TargetName).pdb" /Fo$(IntermediateOutputPath)/avx/%(Filename).obj ..\..\module\clothing\embedded\LowLevelCloth\src\avx\SwSolveConstraints.cpp</Command> + <Message Condition="'$(Configuration)|$(Platform)'=='checked|Win32'">Building %(Identity)</Message> + <Outputs Condition="'$(Configuration)|$(Platform)'=='checked|Win32'">$(IntermediateOutputPath)/avx/%(Filename).obj;</Outputs> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc12win32/PxFoundation.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./ApexCommon.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./ApexShared.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc12win32/PsFastXml.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../NvParameterized/compiler/vc12win32-PhysX_3.4/NvParameterized.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc12win32/PxPvdSDK.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"></ImportGroup> </Project> diff --git a/APEX_1.4/compiler/vc12win32-PhysX_3.4/APEX_Destructible.vcxproj b/APEX_1.4/compiler/vc12win32-PhysX_3.4/APEX_Destructible.vcxproj index 08f567f1..7818055e 100644 --- a/APEX_1.4/compiler/vc12win32-PhysX_3.4/APEX_Destructible.vcxproj +++ b/APEX_1.4/compiler/vc12win32-PhysX_3.4/APEX_Destructible.vcxproj @@ -1,446 +1,550 @@ <?xml version="1.0" encoding="utf-8"?> -<Project - DefaultTargets="Build" - ToolsVersion="12.0" - xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <ItemGroup Label="ProjectConfigurations"> - <ProjectConfiguration Include="debug|Win32"> - <Configuration>debug</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|Win32"> - <Configuration>release</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|Win32"> - <Configuration>profile</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="checked|Win32"> - <Configuration>checked</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{777EFDFD-2EF5-4F0E-2222-6F9A226C5709}</ProjectGuid> - <RootNamespace>APEX_Destructible</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v120</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='release|Win32'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v120</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='profile|Win32'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v120</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='checked|Win32'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v120</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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <OutDir>./../../bin/vc12win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/APEX_Destructible/debug\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)DEBUG_x86</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include/destructible;./../../module/destructible/include;./../../module/destructible/include/autogen;./../../module/destructible/fracture;./../../module/destructible/fracture/Core;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3CommonDEBUG_x86.lib;PhysX3DEBUG_x86.lib;PhysX3ExtensionsDEBUG.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG_x86.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win32;../../../PhysX_3.4/Lib/vc12win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG_x86.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc12win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <OutDir>./../../bin/vc12win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/APEX_Destructible/release\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)_x86</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include/destructible;./../../module/destructible/include;./../../module/destructible/include/autogen;./../../module/destructible/fracture;./../../module/destructible/fracture/Core;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3Common_x86.lib;PhysX3_x86.lib;PhysX3Extensions.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)_x86.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win32;../../../PhysX_3.4/Lib/vc12win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)_x86.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc12win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <OutDir>./../../bin/vc12win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/APEX_Destructible/profile\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)PROFILE_x86</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include/destructible;./../../module/destructible/include;./../../module/destructible/include/autogen;./../../module/destructible/fracture;./../../module/destructible/fracture/Core;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3CommonPROFILE_x86.lib;PhysX3PROFILE_x86.lib;PhysX3ExtensionsPROFILE.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE_x86.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win32;../../../PhysX_3.4/Lib/vc12win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE_x86.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc12win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <OutDir>./../../bin/vc12win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/APEX_Destructible/checked\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)CHECKED_x86</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include/destructible;./../../module/destructible/include;./../../module/destructible/include/autogen;./../../module/destructible/fracture;./../../module/destructible/fracture/Core;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3CommonCHECKED_x86.lib;PhysX3CHECKED_x86.lib;PhysX3ExtensionsCHECKED.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED_x86.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win32;../../../PhysX_3.4/Lib/vc12win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED_x86.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc12win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <ItemGroup> - <ResourceCompile Include="..\resource\apex.rc"></ResourceCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\destructible\src\autogen\CachedOverlaps.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleActorChunks.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleActorParam.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleActorState.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleAssetCollisionDataSet.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleAssetParameters.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleDebugRenderParams.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleModuleParameters.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\autogen\DestructiblePreviewParam.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\autogen\MeshCookedCollisionStream.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\autogen\MeshCookedCollisionStreamsAtScale.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\autogen\SurfaceTraceParameters.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\autogen\SurfaceTraceSetParameters.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\destructible\src\DestructibleActorImpl.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\DestructibleActorJointImpl.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\DestructibleAssetImpl.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\DestructiblePreviewImpl.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\DestructibleRenderableImpl.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\DestructibleScene.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\DestructibleSceneSyncParams.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\DestructibleStructure.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\DestructibleStructureStressSolver.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\ModuleDestructibleImpl.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\destructible\fracture\Core\ActorBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\CompoundBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\CompoundCreatorBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\CompoundGeometryBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\ConvexBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\Delaunay2dBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\Delaunay3dBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\FracturePatternBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\IceBoxPruningBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\IceRevisitedRadixBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\IslandDetectorBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\MeshBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\MeshClipperBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\PolygonTriangulatorBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\SimSceneBase.cpp"></ClCompile> - <ClInclude Include="..\..\module\destructible\fracture\Core\ActorBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\CompoundBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\CompoundCreatorBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\CompoundGeometryBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\ConvexBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\Delaunay2dBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\Delaunay3dBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\FracturePatternBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\IceBoxPruningBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\IceRevisitedRadixBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\IslandDetectorBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\MeshBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\MeshClipperBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\PolygonTriangulatorBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\SimSceneBase.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\destructible\fracture\Actor.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Compound.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\CompoundCreator.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\CompoundGeometry.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Convex.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Delaunay2d.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Delaunay3d.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\FracturePattern.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\IceBoxPruning.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\IceRevisitedRadix.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\IslandDetector.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Mesh.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\MeshClipper.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\PolygonTriangulator.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Renderable.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\SimScene.cpp"></ClCompile> - <ClInclude Include="..\..\module\destructible\fracture\Actor.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Compound.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\CompoundCreator.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\CompoundGeometry.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Convex.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Delaunay2d.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Delaunay3d.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\FracturePattern.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\IceBoxPruning.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\IceRevisitedRadix.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\IslandDetector.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Mesh.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\MeshClipper.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\PolygonTriangulator.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Renderable.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\RTdef.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\SimScene.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\destructible\include\autogen\CachedOverlaps.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleActorChunks.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleActorParam.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleActorState.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleAssetCollisionDataSet.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleAssetParameters.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleDebugRenderParams.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleModuleParameters.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\autogen\DestructiblePreviewParam.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\autogen\MeshCookedCollisionStream.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\autogen\MeshCookedCollisionStreamsAtScale.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\autogen\ModuleDestructibleRegistration.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\autogen\SurfaceTraceParameters.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\autogen\SurfaceTraceSetParameters.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\destructible\include\DestructibleActorImpl.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\DestructibleActorJointImpl.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\DestructibleActorJointProxy.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\DestructibleActorProxy.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\DestructibleActorUtils.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\DestructibleAssetImpl.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\DestructibleAssetProxy.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\DestructibleHelpers.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\DestructiblePreviewImpl.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\DestructiblePreviewProxy.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\DestructibleRenderableImpl.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\DestructibleScene.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\DestructibleStructure.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\DestructibleStructureStressSolver.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\ModuleDestructibleImpl.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\ModuleEventDefs.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\ModulePerfScope.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\include\destructible\DestructibleActor.h"></ClInclude> - <ClInclude Include="..\..\include\destructible\DestructibleActorJoint.h"></ClInclude> - <ClInclude Include="..\..\include\destructible\DestructibleAsset.h"></ClInclude> - <ClInclude Include="..\..\include\destructible\DestructiblePreview.h"></ClInclude> - <ClInclude Include="..\..\include\destructible\DestructibleRenderable.h"></ClInclude> - <ClInclude Include="..\..\include\destructible\ExplicitHierarchicalMesh.h"></ClInclude> - <ClInclude Include="..\..\include\destructible\FractureToolsAPI.h"></ClInclude> - <ClInclude Include="..\..\include\destructible\FractureToolsStructs.h"></ClInclude> - <ClInclude Include="..\..\include\destructible\ModuleDestructible.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\common\src\ModuleProfileCommon.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\common\include\ModuleProfileCommon.h"></ClInclude> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc12win32/PxFoundation.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./ApexCommon.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./ApexShared.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc12win32/PsFastXml.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../NvParameterized/compiler/vc12win32-PhysX_3.4/NvParameterized.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc12win32/PxPvdSDK.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> +<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup Label="ProjectConfigurations"> + <ProjectConfiguration Include="debug|Win32"> + <Configuration>debug</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="release|Win32"> + <Configuration>release</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="profile|Win32"> + <Configuration>profile</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="checked|Win32"> + <Configuration>checked</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectGuid>{777EFDFD-2EF5-4F0E-2222-6F9A226C5709}</ProjectGuid> + <RootNamespace>APEX_Destructible</RootNamespace> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v120</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v120</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v120</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v120</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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </ImportGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> + <OutDir>./../../bin/vc12win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/APEX_Destructible/debug\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)DEBUG_x86</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include/destructible;./../../module/destructible/include;./../../module/destructible/include/autogen;./../../module/destructible/fracture;./../../module/destructible/fracture/Core;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3CommonDEBUG_x86.lib;PhysX3DEBUG_x86.lib;PhysX3ExtensionsDEBUG.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)DEBUG_x86.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win32;../../../PhysX_3.4/Lib/vc12win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG_x86.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc12win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX86</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> + <OutDir>./../../bin/vc12win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/APEX_Destructible/release\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)_x86</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include/destructible;./../../module/destructible/include;./../../module/destructible/include/autogen;./../../module/destructible/fracture;./../../module/destructible/fracture/Core;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3Common_x86.lib;PhysX3_x86.lib;PhysX3Extensions.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)_x86.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win32;../../../PhysX_3.4/Lib/vc12win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)_x86.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc12win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX86</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> + <OutDir>./../../bin/vc12win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/APEX_Destructible/profile\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)PROFILE_x86</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include/destructible;./../../module/destructible/include;./../../module/destructible/include/autogen;./../../module/destructible/fracture;./../../module/destructible/fracture/Core;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3CommonPROFILE_x86.lib;PhysX3PROFILE_x86.lib;PhysX3ExtensionsPROFILE.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)PROFILE_x86.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win32;../../../PhysX_3.4/Lib/vc12win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE_x86.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc12win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX86</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> + <OutDir>./../../bin/vc12win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/APEX_Destructible/checked\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)CHECKED_x86</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include/destructible;./../../module/destructible/include;./../../module/destructible/include/autogen;./../../module/destructible/fracture;./../../module/destructible/fracture/Core;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3CommonCHECKED_x86.lib;PhysX3CHECKED_x86.lib;PhysX3ExtensionsCHECKED.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)CHECKED_x86.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win32;../../../PhysX_3.4/Lib/vc12win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED_x86.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc12win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX86</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <ItemGroup> + <ResourceCompile Include="..\resource\apex.rc"> + </ResourceCompile> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\destructible\src\autogen\CachedOverlaps.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleActorChunks.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleActorParam.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleActorState.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleAssetCollisionDataSet.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleAssetParameters.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleDebugRenderParams.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleModuleParameters.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\autogen\DestructiblePreviewParam.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\autogen\MeshCookedCollisionStream.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\autogen\MeshCookedCollisionStreamsAtScale.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\autogen\SurfaceTraceParameters.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\autogen\SurfaceTraceSetParameters.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\destructible\src\DestructibleActorImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\DestructibleActorJointImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\DestructibleAssetImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\DestructiblePreviewImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\DestructibleRenderableImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\DestructibleScene.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\DestructibleSceneSyncParams.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\DestructibleStructure.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\DestructibleStructureStressSolver.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\ModuleDestructibleImpl.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\destructible\fracture\Core\ActorBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\CompoundBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\CompoundCreatorBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\CompoundGeometryBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\ConvexBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\Delaunay2dBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\Delaunay3dBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\FracturePatternBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\IceBoxPruningBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\IceRevisitedRadixBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\IslandDetectorBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\MeshBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\MeshClipperBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\PolygonTriangulatorBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\SimSceneBase.cpp"> + </ClCompile> + <ClInclude Include="..\..\module\destructible\fracture\Core\ActorBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\CompoundBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\CompoundCreatorBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\CompoundGeometryBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\ConvexBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\Delaunay2dBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\Delaunay3dBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\FracturePatternBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\IceBoxPruningBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\IceRevisitedRadixBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\IslandDetectorBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\MeshBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\MeshClipperBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\PolygonTriangulatorBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\SimSceneBase.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\destructible\fracture\Actor.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Compound.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\CompoundCreator.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\CompoundGeometry.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Convex.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Delaunay2d.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Delaunay3d.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\FracturePattern.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\IceBoxPruning.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\IceRevisitedRadix.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\IslandDetector.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Mesh.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\MeshClipper.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\PolygonTriangulator.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Renderable.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\SimScene.cpp"> + </ClCompile> + <ClInclude Include="..\..\module\destructible\fracture\Actor.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Compound.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\CompoundCreator.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\CompoundGeometry.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Convex.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Delaunay2d.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Delaunay3d.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\FracturePattern.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\IceBoxPruning.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\IceRevisitedRadix.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\IslandDetector.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Mesh.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\MeshClipper.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\PolygonTriangulator.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Renderable.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\RTdef.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\SimScene.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\destructible\include\autogen\CachedOverlaps.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleActorChunks.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleActorParam.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleActorState.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleAssetCollisionDataSet.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleAssetParameters.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleDebugRenderParams.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleModuleParameters.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\autogen\DestructiblePreviewParam.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\autogen\MeshCookedCollisionStream.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\autogen\MeshCookedCollisionStreamsAtScale.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\autogen\ModuleDestructibleRegistration.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\autogen\SurfaceTraceParameters.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\autogen\SurfaceTraceSetParameters.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\destructible\include\DestructibleActorImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\DestructibleActorJointImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\DestructibleActorJointProxy.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\DestructibleActorProxy.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\DestructibleActorUtils.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\DestructibleAssetImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\DestructibleAssetProxy.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\DestructibleHelpers.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\DestructiblePreviewImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\DestructiblePreviewProxy.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\DestructibleRenderableImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\DestructibleScene.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\DestructibleStructure.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\DestructibleStructureStressSolver.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\ModuleDestructibleImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\ModuleEventDefs.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\ModulePerfScope.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\include\destructible\DestructibleActor.h"> + </ClInclude> + <ClInclude Include="..\..\include\destructible\DestructibleActorJoint.h"> + </ClInclude> + <ClInclude Include="..\..\include\destructible\DestructibleAsset.h"> + </ClInclude> + <ClInclude Include="..\..\include\destructible\DestructiblePreview.h"> + </ClInclude> + <ClInclude Include="..\..\include\destructible\DestructibleRenderable.h"> + </ClInclude> + <ClInclude Include="..\..\include\destructible\ExplicitHierarchicalMesh.h"> + </ClInclude> + <ClInclude Include="..\..\include\destructible\FractureToolsAPI.h"> + </ClInclude> + <ClInclude Include="..\..\include\destructible\FractureToolsStructs.h"> + </ClInclude> + <ClInclude Include="..\..\include\destructible\ModuleDestructible.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\common\src\ModuleProfileCommon.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\common\include\ModuleProfileCommon.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc12win32/PxFoundation.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./ApexCommon.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./ApexShared.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc12win32/PsFastXml.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../NvParameterized/compiler/vc12win32-PhysX_3.4/NvParameterized.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc12win32/PxPvdSDK.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"></ImportGroup> </Project> diff --git a/APEX_1.4/compiler/vc12win32-PhysX_3.4/APEX_Legacy.vcxproj b/APEX_1.4/compiler/vc12win32-PhysX_3.4/APEX_Legacy.vcxproj index b090d2de..3ffb37fc 100644 --- a/APEX_1.4/compiler/vc12win32-PhysX_3.4/APEX_Legacy.vcxproj +++ b/APEX_1.4/compiler/vc12win32-PhysX_3.4/APEX_Legacy.vcxproj @@ -1,861 +1,1375 @@ <?xml version="1.0" encoding="utf-8"?> -<Project - DefaultTargets="Build" - ToolsVersion="12.0" - xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <ItemGroup Label="ProjectConfigurations"> - <ProjectConfiguration Include="debug|Win32"> - <Configuration>debug</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|Win32"> - <Configuration>release</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|Win32"> - <Configuration>profile</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="checked|Win32"> - <Configuration>checked</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{E234DAF8-81E8-8FFC-FCE6-2CA09C768D36}</ProjectGuid> - <RootNamespace>APEX_Legacy</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v120</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='release|Win32'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v120</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='profile|Win32'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v120</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='checked|Win32'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v120</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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <OutDir>./../../bin/vc12win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/APEX_Legacy/debug\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)DEBUG_x86</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../module/Test_legacy/include;./../../module/Test_legacy/include/autogen;./../../module/destructible_legacy/include;./../../module/destructible_legacy/include/autogen;./../../module/framework_legacy/include;./../../module/framework_legacy/include/autogen;./../../module/clothing_legacy/include;./../../module/clothing_legacy/include/autogen;./../../module/common_legacy/include;./../../module/common_legacy/include/autogen;./../../framework/include;./../../framework/include/autogen;./../../module/clothing/include;./../../module/clothing/include/autogen;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NV_PARAMETERIZED_HIDE_DESCRIPTIONS=1;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>PhysX3CommonDEBUG_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG_x86.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win32;../../../PhysX_3.4/Lib/vc12win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG_x86.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc12win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <OutDir>./../../bin/vc12win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/APEX_Legacy/release\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)_x86</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../module/Test_legacy/include;./../../module/Test_legacy/include/autogen;./../../module/destructible_legacy/include;./../../module/destructible_legacy/include/autogen;./../../module/framework_legacy/include;./../../module/framework_legacy/include/autogen;./../../module/clothing_legacy/include;./../../module/clothing_legacy/include/autogen;./../../module/common_legacy/include;./../../module/common_legacy/include/autogen;./../../framework/include;./../../framework/include/autogen;./../../module/clothing/include;./../../module/clothing/include/autogen;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NV_PARAMETERIZED_HIDE_DESCRIPTIONS=1;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>PhysX3Common_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)_x86.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win32;../../../PhysX_3.4/Lib/vc12win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)_x86.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc12win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <OutDir>./../../bin/vc12win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/APEX_Legacy/profile\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)PROFILE_x86</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../module/Test_legacy/include;./../../module/Test_legacy/include/autogen;./../../module/destructible_legacy/include;./../../module/destructible_legacy/include/autogen;./../../module/framework_legacy/include;./../../module/framework_legacy/include/autogen;./../../module/clothing_legacy/include;./../../module/clothing_legacy/include/autogen;./../../module/common_legacy/include;./../../module/common_legacy/include/autogen;./../../framework/include;./../../framework/include/autogen;./../../module/clothing/include;./../../module/clothing/include/autogen;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NV_PARAMETERIZED_HIDE_DESCRIPTIONS=1;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>PhysX3CommonPROFILE_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE_x86.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win32;../../../PhysX_3.4/Lib/vc12win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE_x86.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc12win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <OutDir>./../../bin/vc12win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/APEX_Legacy/checked\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)CHECKED_x86</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../module/Test_legacy/include;./../../module/Test_legacy/include/autogen;./../../module/destructible_legacy/include;./../../module/destructible_legacy/include/autogen;./../../module/framework_legacy/include;./../../module/framework_legacy/include/autogen;./../../module/clothing_legacy/include;./../../module/clothing_legacy/include/autogen;./../../module/common_legacy/include;./../../module/common_legacy/include/autogen;./../../framework/include;./../../framework/include/autogen;./../../module/clothing/include;./../../module/clothing/include/autogen;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NV_PARAMETERIZED_HIDE_DESCRIPTIONS=1;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>PhysX3CommonCHECKED_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED_x86.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win32;../../../PhysX_3.4/Lib/vc12win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED_x86.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc12win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <ItemGroup> - <ResourceCompile Include="..\resource\apex.rc"></ResourceCompile> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\CachedOverlaps_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\CachedOverlaps_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorChunks_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p10.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p11.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p12.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p13.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p14.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p15.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p16.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p17.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p18.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p19.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p20.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p21.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p22.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p23.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p24.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p25.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p26.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p27.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p28.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p29.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p30.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p31.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p32.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p6.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p7.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p8.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p9.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorState_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorState_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorState_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorState_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorState_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetCollisionDataSet_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p10.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p11.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p12.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p13.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p14.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p15.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p16.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p17.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p18.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p19.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p20.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p21.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p22.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p23.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p24.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p25.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p26.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p6.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p7.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p8.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p9.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleDebugRenderParams_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleModuleParameters_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleModuleParameters_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleModuleParameters_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleModuleParameters_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructiblePreviewParam_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\MeshCookedCollisionStreamsAtScale_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\MeshCookedCollisionStream_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\ModuleDestructibleLegacyRegistration.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\SurfaceTraceParameters_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\SurfaceTraceSetParameters_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\SurfaceTraceSetParameters_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\SurfaceTraceSetParameters_0p2.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionCachedOverlaps_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p10_0p11.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p11_0p12.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p12_0p13.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p13_0p14.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p14_0p15.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p15_0p16.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p16_0p17.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p17_0p18.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p18_0p19.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p19_0p20.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p1_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p20_0p21.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p21_0p22.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p22_0p23.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p23_0p24.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p24_0p25.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p25_0p26.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p26_0p27.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p27_0p28.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p28_0p29.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p29_0p30.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p2_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p30_0p31.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p31_0p32.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p3_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p4_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p5_0p6.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p6_0p7.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p7_0p8.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p8_0p9.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p9_0p10.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorState_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorState_0p1_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorState_0p2_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorState_0p3_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p10_0p11.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p11_0p12.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p12_0p13.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p13_0p14.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p14_0p15.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p15_0p16.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p16_0p17.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p17_0p18.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p18_0p19.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p19_0p20.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p1_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p20_0p21.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p21_0p22.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p22_0p23.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p23_0p24.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p24_0p25.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p25_0p26.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p2_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p3_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p4_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p5_0p6.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p6_0p7.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p7_0p8.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p8_0p9.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p9_0p10.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleModuleParameters_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleModuleParameters_0p1_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleModuleParameters_0p2_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionSurfaceTraceSetParameters_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionSurfaceTraceSetParameters_0p1_0p2.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\CachedOverlaps_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\CachedOverlaps_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorChunks_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p10.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p11.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p12.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p13.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p14.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p15.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p16.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p17.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p18.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p19.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p2.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p20.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p21.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p22.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p23.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p24.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p25.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p26.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p27.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p28.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p29.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p3.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p30.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p31.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p32.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p4.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p5.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p6.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p7.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p8.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p9.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorState_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorState_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorState_0p2.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorState_0p3.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorState_0p4.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetCollisionDataSet_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p10.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p11.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p12.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p13.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p14.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p15.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p16.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p17.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p18.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p19.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p2.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p20.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p21.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p22.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p23.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p24.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p25.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p26.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p3.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p4.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p5.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p6.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p7.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p8.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p9.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleDebugRenderParams_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleModuleParameters_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleModuleParameters_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleModuleParameters_0p2.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleModuleParameters_0p3.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructiblePreviewParam_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\MeshCookedCollisionStreamsAtScale_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\MeshCookedCollisionStream_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\ModuleDestructibleLegacy.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\SurfaceTraceParameters_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\SurfaceTraceSetParameters_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\SurfaceTraceSetParameters_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\SurfaceTraceSetParameters_0p2.cpp"></ClCompile> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferF32x1_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferF32x2_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferF32x3_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferF32x4_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferF32x4_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU16x1_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU16x2_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU16x3_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU16x4_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU32x1_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU32x2_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU32x3_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU32x4_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU8x1_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU8x2_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU8x3_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU8x4_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\ModuleFrameworkLegacyRegistration.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\RenderMeshAssetParameters_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\SubmeshParameters_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\SubmeshParameters_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\SurfaceBufferParameters_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\VertexBufferParameters_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\VertexBufferParameters_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\VertexFormatParameters_0p0.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\framework_legacy\include\ConversionBufferF32x4_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\ConversionSubmeshParameters_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\ConversionVertexBufferParameters_0p0_0p1.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferF32x1_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferF32x2_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferF32x3_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferF32x4_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferF32x4_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU16x1_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU16x2_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU16x3_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU16x4_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU32x1_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU32x2_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU32x3_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU32x4_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU8x1_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU8x2_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU8x3_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU8x4_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\ModuleFrameworkLegacy.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\RenderMeshAssetParameters_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\SubmeshParameters_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\SubmeshParameters_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\SurfaceBufferParameters_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\VertexBufferParameters_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\VertexBufferParameters_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\VertexFormatParameters_0p0.cpp"></ClCompile> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p10.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p11.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p12.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p13.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p14.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p15.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p16.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p17.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p18.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p6.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p7.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p8.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p9.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p10.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p11.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p12.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p13.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p14.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p6.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p7.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p8.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p9.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedParam_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedParam_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedParam_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedParam_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedPhysX3Param_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedPhysX3Param_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedPhysX3Param_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedPhysX3Param_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedPhysX3Param_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedPhysX3Param_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingDebugRenderParams_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingGraphicalLodParameters_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingGraphicalLodParameters_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingGraphicalLodParameters_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingGraphicalLodParameters_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingGraphicalLodParameters_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingGraphicalLodParameters_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p10.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p11.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p12.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p13.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p14.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p6.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p7.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p8.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p9.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingModuleParameters_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p10.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p11.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p6.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p7.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p8.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p9.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPreviewParam_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ModuleClothingLegacyRegistration.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p10_0p11.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p11_0p12.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p12_0p13.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p13_0p14.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p14_0p15.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p15_0p16.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p16_0p17.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p17_0p18.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p1_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p2_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p3_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p4_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p5_0p6.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p6_0p7.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p7_0p8.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p8_0p9.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p9_0p10.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p10_0p11.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p11_0p12.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p12_0p13.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p13_0p14.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p1_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p2_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p3_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p4_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p5_0p6.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p6_0p7.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p7_0p8.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p8_0p9.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p9_0p10.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedParam_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedParam_0p1_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedParam_0p2_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedPhysX3Param_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedPhysX3Param_0p1_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedPhysX3Param_0p2_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedPhysX3Param_0p3_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedPhysX3Param_0p4_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingGraphicalLodParameters_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingGraphicalLodParameters_0p1_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingGraphicalLodParameters_0p2_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingGraphicalLodParameters_0p3_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingGraphicalLodParameters_0p4_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p10_0p11.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p11_0p12.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p12_0p13.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p13_0p14.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p1_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p2_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p3_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p4_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p5_0p6.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p6_0p7.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p7_0p8.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p8_0p9.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p9_0p10.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p10_0p11.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p1_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p2_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p3_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p4_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p5_0p6.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p6_0p7.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p7_0p8.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p8_0p9.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p9_0p10.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p10.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p11.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p12.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p13.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p14.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p15.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p16.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p17.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p18.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p2.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p3.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p4.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p5.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p6.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p7.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p8.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p9.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p10.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p11.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p12.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p13.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p14.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p2.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p3.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p4.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p5.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p6.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p7.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p8.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p9.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedParam_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedParam_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedParam_0p2.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedParam_0p3.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedPhysX3Param_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedPhysX3Param_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedPhysX3Param_0p2.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedPhysX3Param_0p3.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedPhysX3Param_0p4.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedPhysX3Param_0p5.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingDebugRenderParams_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingGraphicalLodParameters_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingGraphicalLodParameters_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingGraphicalLodParameters_0p2.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingGraphicalLodParameters_0p3.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingGraphicalLodParameters_0p4.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingGraphicalLodParameters_0p5.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p10.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p11.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p12.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p13.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p14.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p2.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p3.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p4.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p5.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p6.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p7.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p8.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p9.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingModuleParameters_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p10.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p11.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p2.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p3.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p4.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p5.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p6.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p7.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p8.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p9.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPreviewParam_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ModuleClothingLegacy.cpp"></ClCompile> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\common_legacy\include\autogen\ConvexHullParameters_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\common_legacy\include\autogen\ConvexHullParameters_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\common_legacy\include\autogen\DebugColorParams_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\common_legacy\include\autogen\DebugRenderParams_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\common_legacy\include\autogen\ModuleCommonLegacyRegistration.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\common_legacy\include\ConversionConvexHullParameters_0p0_0p1.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\common_legacy\src\autogen\ConvexHullParameters_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\common_legacy\src\autogen\ConvexHullParameters_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\common_legacy\src\autogen\DebugColorParams_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\common_legacy\src\autogen\DebugRenderParams_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\common_legacy\src\autogen\ModuleCommonLegacy.cpp"></ClCompile> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\legacy\src\ModuleLegacy.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\include\legacy\ModuleIofxLegacy.h"></ClInclude> - <ClInclude Include="..\..\include\legacy\ModuleLegacy.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc12win32/PxFoundation.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../NvParameterized/compiler/vc12win32-PhysX_3.4/NvParameterized.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc12win32/PxTask.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./ApexShared.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./ApexCommon.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> +<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup Label="ProjectConfigurations"> + <ProjectConfiguration Include="debug|Win32"> + <Configuration>debug</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="release|Win32"> + <Configuration>release</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="profile|Win32"> + <Configuration>profile</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="checked|Win32"> + <Configuration>checked</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectGuid>{E234DAF8-81E8-8FFC-FCE6-2CA09C768D36}</ProjectGuid> + <RootNamespace>APEX_Legacy</RootNamespace> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v120</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v120</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v120</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v120</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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </ImportGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> + <OutDir>./../../bin/vc12win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/APEX_Legacy/debug\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)DEBUG_x86</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../module/Test_legacy/include;./../../module/Test_legacy/include/autogen;./../../module/destructible_legacy/include;./../../module/destructible_legacy/include/autogen;./../../module/framework_legacy/include;./../../module/framework_legacy/include/autogen;./../../module/clothing_legacy/include;./../../module/clothing_legacy/include/autogen;./../../module/common_legacy/include;./../../module/common_legacy/include/autogen;./../../framework/include;./../../framework/include/autogen;./../../module/clothing/include;./../../module/clothing/include/autogen;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NV_PARAMETERIZED_HIDE_DESCRIPTIONS=1;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>PhysX3CommonDEBUG_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)DEBUG_x86.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win32;../../../PhysX_3.4/Lib/vc12win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG_x86.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc12win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX86</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> + <OutDir>./../../bin/vc12win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/APEX_Legacy/release\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)_x86</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../module/Test_legacy/include;./../../module/Test_legacy/include/autogen;./../../module/destructible_legacy/include;./../../module/destructible_legacy/include/autogen;./../../module/framework_legacy/include;./../../module/framework_legacy/include/autogen;./../../module/clothing_legacy/include;./../../module/clothing_legacy/include/autogen;./../../module/common_legacy/include;./../../module/common_legacy/include/autogen;./../../framework/include;./../../framework/include/autogen;./../../module/clothing/include;./../../module/clothing/include/autogen;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NV_PARAMETERIZED_HIDE_DESCRIPTIONS=1;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>PhysX3Common_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)_x86.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win32;../../../PhysX_3.4/Lib/vc12win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)_x86.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc12win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX86</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> + <OutDir>./../../bin/vc12win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/APEX_Legacy/profile\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)PROFILE_x86</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../module/Test_legacy/include;./../../module/Test_legacy/include/autogen;./../../module/destructible_legacy/include;./../../module/destructible_legacy/include/autogen;./../../module/framework_legacy/include;./../../module/framework_legacy/include/autogen;./../../module/clothing_legacy/include;./../../module/clothing_legacy/include/autogen;./../../module/common_legacy/include;./../../module/common_legacy/include/autogen;./../../framework/include;./../../framework/include/autogen;./../../module/clothing/include;./../../module/clothing/include/autogen;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NV_PARAMETERIZED_HIDE_DESCRIPTIONS=1;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>PhysX3CommonPROFILE_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)PROFILE_x86.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win32;../../../PhysX_3.4/Lib/vc12win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE_x86.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc12win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX86</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> + <OutDir>./../../bin/vc12win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/APEX_Legacy/checked\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)CHECKED_x86</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../module/Test_legacy/include;./../../module/Test_legacy/include/autogen;./../../module/destructible_legacy/include;./../../module/destructible_legacy/include/autogen;./../../module/framework_legacy/include;./../../module/framework_legacy/include/autogen;./../../module/clothing_legacy/include;./../../module/clothing_legacy/include/autogen;./../../module/common_legacy/include;./../../module/common_legacy/include/autogen;./../../framework/include;./../../framework/include/autogen;./../../module/clothing/include;./../../module/clothing/include/autogen;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NV_PARAMETERIZED_HIDE_DESCRIPTIONS=1;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>PhysX3CommonCHECKED_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)CHECKED_x86.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win32;../../../PhysX_3.4/Lib/vc12win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED_x86.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc12win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX86</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <ItemGroup> + <ResourceCompile Include="..\resource\apex.rc"> + </ResourceCompile> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\CachedOverlaps_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\CachedOverlaps_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorChunks_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p10.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p11.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p12.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p13.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p14.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p15.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p16.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p17.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p18.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p19.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p20.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p21.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p22.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p23.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p24.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p25.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p26.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p27.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p28.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p29.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p30.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p31.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p32.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p6.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p7.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p8.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p9.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorState_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorState_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorState_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorState_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorState_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetCollisionDataSet_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p10.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p11.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p12.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p13.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p14.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p15.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p16.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p17.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p18.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p19.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p20.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p21.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p22.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p23.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p24.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p25.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p26.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p6.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p7.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p8.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p9.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleDebugRenderParams_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleModuleParameters_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleModuleParameters_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleModuleParameters_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleModuleParameters_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructiblePreviewParam_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\MeshCookedCollisionStreamsAtScale_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\MeshCookedCollisionStream_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\ModuleDestructibleLegacyRegistration.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\SurfaceTraceParameters_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\SurfaceTraceSetParameters_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\SurfaceTraceSetParameters_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\SurfaceTraceSetParameters_0p2.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionCachedOverlaps_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p10_0p11.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p11_0p12.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p12_0p13.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p13_0p14.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p14_0p15.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p15_0p16.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p16_0p17.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p17_0p18.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p18_0p19.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p19_0p20.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p1_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p20_0p21.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p21_0p22.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p22_0p23.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p23_0p24.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p24_0p25.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p25_0p26.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p26_0p27.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p27_0p28.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p28_0p29.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p29_0p30.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p2_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p30_0p31.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p31_0p32.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p3_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p4_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p5_0p6.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p6_0p7.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p7_0p8.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p8_0p9.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p9_0p10.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorState_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorState_0p1_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorState_0p2_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorState_0p3_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p10_0p11.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p11_0p12.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p12_0p13.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p13_0p14.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p14_0p15.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p15_0p16.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p16_0p17.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p17_0p18.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p18_0p19.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p19_0p20.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p1_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p20_0p21.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p21_0p22.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p22_0p23.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p23_0p24.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p24_0p25.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p25_0p26.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p2_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p3_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p4_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p5_0p6.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p6_0p7.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p7_0p8.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p8_0p9.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p9_0p10.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleModuleParameters_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleModuleParameters_0p1_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleModuleParameters_0p2_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionSurfaceTraceSetParameters_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionSurfaceTraceSetParameters_0p1_0p2.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\CachedOverlaps_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\CachedOverlaps_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorChunks_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p10.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p11.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p12.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p13.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p14.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p15.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p16.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p17.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p18.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p19.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p2.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p20.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p21.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p22.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p23.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p24.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p25.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p26.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p27.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p28.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p29.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p3.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p30.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p31.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p32.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p4.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p5.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p6.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p7.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p8.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p9.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorState_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorState_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorState_0p2.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorState_0p3.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorState_0p4.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetCollisionDataSet_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p10.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p11.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p12.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p13.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p14.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p15.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p16.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p17.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p18.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p19.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p2.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p20.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p21.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p22.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p23.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p24.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p25.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p26.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p3.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p4.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p5.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p6.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p7.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p8.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p9.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleDebugRenderParams_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleModuleParameters_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleModuleParameters_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleModuleParameters_0p2.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleModuleParameters_0p3.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructiblePreviewParam_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\MeshCookedCollisionStreamsAtScale_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\MeshCookedCollisionStream_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\ModuleDestructibleLegacy.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\SurfaceTraceParameters_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\SurfaceTraceSetParameters_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\SurfaceTraceSetParameters_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\SurfaceTraceSetParameters_0p2.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferF32x1_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferF32x2_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferF32x3_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferF32x4_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferF32x4_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU16x1_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU16x2_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU16x3_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU16x4_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU32x1_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU32x2_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU32x3_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU32x4_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU8x1_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU8x2_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU8x3_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU8x4_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\ModuleFrameworkLegacyRegistration.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\RenderMeshAssetParameters_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\SubmeshParameters_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\SubmeshParameters_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\SurfaceBufferParameters_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\VertexBufferParameters_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\VertexBufferParameters_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\VertexFormatParameters_0p0.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\framework_legacy\include\ConversionBufferF32x4_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\ConversionSubmeshParameters_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\ConversionVertexBufferParameters_0p0_0p1.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferF32x1_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferF32x2_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferF32x3_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferF32x4_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferF32x4_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU16x1_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU16x2_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU16x3_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU16x4_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU32x1_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU32x2_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU32x3_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU32x4_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU8x1_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU8x2_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU8x3_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU8x4_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\ModuleFrameworkLegacy.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\RenderMeshAssetParameters_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\SubmeshParameters_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\SubmeshParameters_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\SurfaceBufferParameters_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\VertexBufferParameters_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\VertexBufferParameters_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\VertexFormatParameters_0p0.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p10.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p11.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p12.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p13.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p14.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p15.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p16.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p17.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p18.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p6.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p7.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p8.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p9.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p10.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p11.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p12.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p13.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p14.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p6.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p7.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p8.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p9.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedParam_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedParam_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedParam_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedParam_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedPhysX3Param_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedPhysX3Param_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedPhysX3Param_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedPhysX3Param_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedPhysX3Param_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedPhysX3Param_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingDebugRenderParams_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingGraphicalLodParameters_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingGraphicalLodParameters_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingGraphicalLodParameters_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingGraphicalLodParameters_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingGraphicalLodParameters_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingGraphicalLodParameters_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p10.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p11.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p12.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p13.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p14.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p6.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p7.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p8.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p9.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingModuleParameters_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p10.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p11.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p6.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p7.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p8.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p9.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPreviewParam_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ModuleClothingLegacyRegistration.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p10_0p11.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p11_0p12.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p12_0p13.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p13_0p14.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p14_0p15.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p15_0p16.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p16_0p17.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p17_0p18.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p1_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p2_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p3_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p4_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p5_0p6.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p6_0p7.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p7_0p8.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p8_0p9.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p9_0p10.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p10_0p11.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p11_0p12.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p12_0p13.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p13_0p14.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p1_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p2_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p3_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p4_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p5_0p6.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p6_0p7.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p7_0p8.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p8_0p9.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p9_0p10.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedParam_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedParam_0p1_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedParam_0p2_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedPhysX3Param_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedPhysX3Param_0p1_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedPhysX3Param_0p2_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedPhysX3Param_0p3_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedPhysX3Param_0p4_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingGraphicalLodParameters_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingGraphicalLodParameters_0p1_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingGraphicalLodParameters_0p2_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingGraphicalLodParameters_0p3_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingGraphicalLodParameters_0p4_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p10_0p11.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p11_0p12.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p12_0p13.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p13_0p14.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p1_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p2_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p3_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p4_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p5_0p6.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p6_0p7.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p7_0p8.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p8_0p9.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p9_0p10.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p10_0p11.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p1_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p2_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p3_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p4_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p5_0p6.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p6_0p7.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p7_0p8.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p8_0p9.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p9_0p10.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p10.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p11.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p12.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p13.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p14.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p15.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p16.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p17.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p18.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p2.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p3.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p4.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p5.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p6.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p7.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p8.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p9.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p10.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p11.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p12.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p13.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p14.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p2.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p3.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p4.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p5.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p6.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p7.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p8.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p9.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedParam_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedParam_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedParam_0p2.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedParam_0p3.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedPhysX3Param_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedPhysX3Param_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedPhysX3Param_0p2.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedPhysX3Param_0p3.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedPhysX3Param_0p4.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedPhysX3Param_0p5.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingDebugRenderParams_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingGraphicalLodParameters_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingGraphicalLodParameters_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingGraphicalLodParameters_0p2.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingGraphicalLodParameters_0p3.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingGraphicalLodParameters_0p4.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingGraphicalLodParameters_0p5.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p10.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p11.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p12.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p13.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p14.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p2.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p3.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p4.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p5.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p6.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p7.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p8.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p9.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingModuleParameters_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p10.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p11.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p2.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p3.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p4.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p5.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p6.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p7.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p8.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p9.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPreviewParam_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ModuleClothingLegacy.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\common_legacy\include\autogen\ConvexHullParameters_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\common_legacy\include\autogen\ConvexHullParameters_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\common_legacy\include\autogen\DebugColorParams_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\common_legacy\include\autogen\DebugRenderParams_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\common_legacy\include\autogen\ModuleCommonLegacyRegistration.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\common_legacy\include\ConversionConvexHullParameters_0p0_0p1.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\common_legacy\src\autogen\ConvexHullParameters_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\common_legacy\src\autogen\ConvexHullParameters_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\common_legacy\src\autogen\DebugColorParams_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\common_legacy\src\autogen\DebugRenderParams_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\common_legacy\src\autogen\ModuleCommonLegacy.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\legacy\src\ModuleLegacy.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\include\legacy\ModuleIofxLegacy.h"> + </ClInclude> + <ClInclude Include="..\..\include\legacy\ModuleLegacy.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc12win32/PxFoundation.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../NvParameterized/compiler/vc12win32-PhysX_3.4/NvParameterized.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc12win32/PxTask.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./ApexShared.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./ApexCommon.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"></ImportGroup> </Project> diff --git a/APEX_1.4/compiler/vc12win32-PhysX_3.4/APEX_Loader.vcxproj b/APEX_1.4/compiler/vc12win32-PhysX_3.4/APEX_Loader.vcxproj index 7c20e7fb..a21d409f 100644 --- a/APEX_1.4/compiler/vc12win32-PhysX_3.4/APEX_Loader.vcxproj +++ b/APEX_1.4/compiler/vc12win32-PhysX_3.4/APEX_Loader.vcxproj @@ -1,330 +1,310 @@ <?xml version="1.0" encoding="utf-8"?> -<Project - DefaultTargets="Build" - ToolsVersion="12.0" - xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <ItemGroup Label="ProjectConfigurations"> - <ProjectConfiguration Include="debug|Win32"> - <Configuration>debug</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|Win32"> - <Configuration>release</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|Win32"> - <Configuration>profile</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="checked|Win32"> - <Configuration>checked</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{E4359E1C-FB24-D016-611C-A3283B38FEA4}</ProjectGuid> - <RootNamespace>APEX_Loader</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v120</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='release|Win32'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v120</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='profile|Win32'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v120</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='checked|Win32'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v120</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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <OutDir>./../../bin/vc12win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/APEX_Loader/debug\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)DEBUG_x86</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/loader;./../../include/clothing;./../../include/legacy;./../../module/loader/include;./../../include/destructible;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3CommonDEBUG_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG_x86.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win32;../../../PhysX_3.4/Lib/vc12win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG_x86.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc12win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <OutDir>./../../bin/vc12win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/APEX_Loader/release\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)_x86</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/loader;./../../include/clothing;./../../include/legacy;./../../module/loader/include;./../../include/destructible;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3Common_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)_x86.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win32;../../../PhysX_3.4/Lib/vc12win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)_x86.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc12win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <OutDir>./../../bin/vc12win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/APEX_Loader/profile\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)PROFILE_x86</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/loader;./../../include/clothing;./../../include/legacy;./../../module/loader/include;./../../include/destructible;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3CommonPROFILE_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE_x86.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win32;../../../PhysX_3.4/Lib/vc12win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE_x86.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc12win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <OutDir>./../../bin/vc12win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/APEX_Loader/checked\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)CHECKED_x86</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/loader;./../../include/clothing;./../../include/legacy;./../../module/loader/include;./../../include/destructible;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3CommonCHECKED_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED_x86.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win32;../../../PhysX_3.4/Lib/vc12win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED_x86.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc12win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <ItemGroup> - <ResourceCompile Include="..\resource\apex.rc"></ResourceCompile> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\loader\include\ModuleLoaderImpl.h"></ClInclude> - <ClInclude Include="..\..\module\loader\include\Modules.h"></ClInclude> - <ClInclude Include="..\..\module\loader\include\ModuleXmacro.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\loader\src\ModuleLoaderImpl.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\include\loader\ModuleLoader.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc12win32/PxFoundation.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./ApexCommon.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./ApexShared.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc12win32/PsFastXml.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../NvParameterized/compiler/vc12win32-PhysX_3.4/NvParameterized.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc12win32/PxPvdSDK.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./ApexFramework.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./APEX_Clothing.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./APEX_Legacy.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./APEX_Destructible.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> +<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup Label="ProjectConfigurations"> + <ProjectConfiguration Include="debug|Win32"> + <Configuration>debug</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="release|Win32"> + <Configuration>release</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="profile|Win32"> + <Configuration>profile</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="checked|Win32"> + <Configuration>checked</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectGuid>{E4359E1C-FB24-D016-611C-A3283B38FEA4}</ProjectGuid> + <RootNamespace>APEX_Loader</RootNamespace> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v120</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v120</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v120</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v120</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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </ImportGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> + <OutDir>./../../bin/vc12win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/APEX_Loader/debug\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)DEBUG_x86</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/loader;./../../include/clothing;./../../include/legacy;./../../module/loader/include;./../../include/destructible;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3CommonDEBUG_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)DEBUG_x86.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win32;../../../PhysX_3.4/Lib/vc12win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG_x86.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc12win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX86</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> + <OutDir>./../../bin/vc12win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/APEX_Loader/release\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)_x86</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/loader;./../../include/clothing;./../../include/legacy;./../../module/loader/include;./../../include/destructible;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3Common_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)_x86.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win32;../../../PhysX_3.4/Lib/vc12win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)_x86.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc12win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX86</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> + <OutDir>./../../bin/vc12win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/APEX_Loader/profile\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)PROFILE_x86</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/loader;./../../include/clothing;./../../include/legacy;./../../module/loader/include;./../../include/destructible;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3CommonPROFILE_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)PROFILE_x86.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win32;../../../PhysX_3.4/Lib/vc12win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE_x86.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc12win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX86</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> + <OutDir>./../../bin/vc12win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/APEX_Loader/checked\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)CHECKED_x86</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/loader;./../../include/clothing;./../../include/legacy;./../../module/loader/include;./../../include/destructible;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3CommonCHECKED_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)CHECKED_x86.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win32;../../../PhysX_3.4/Lib/vc12win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED_x86.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc12win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX86</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <ItemGroup> + <ResourceCompile Include="..\resource\apex.rc"> + </ResourceCompile> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\loader\include\ModuleLoaderImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\loader\include\Modules.h"> + </ClInclude> + <ClInclude Include="..\..\module\loader\include\ModuleXmacro.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\loader\src\ModuleLoaderImpl.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\include\loader\ModuleLoader.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc12win32/PxFoundation.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./ApexCommon.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./ApexShared.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc12win32/PsFastXml.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../NvParameterized/compiler/vc12win32-PhysX_3.4/NvParameterized.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc12win32/PxPvdSDK.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./ApexFramework.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./APEX_Clothing.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./APEX_Legacy.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./APEX_Destructible.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"></ImportGroup> </Project> diff --git a/APEX_1.4/compiler/vc12win32-PhysX_3.4/ApexCommon.vcxproj b/APEX_1.4/compiler/vc12win32-PhysX_3.4/ApexCommon.vcxproj index e9ed2267..bf830116 100644 --- a/APEX_1.4/compiler/vc12win32-PhysX_3.4/ApexCommon.vcxproj +++ b/APEX_1.4/compiler/vc12win32-PhysX_3.4/ApexCommon.vcxproj @@ -1,393 +1,488 @@ <?xml version="1.0" encoding="utf-8"?> -<Project - DefaultTargets="Build" - ToolsVersion="12.0" - xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <ItemGroup Label="ProjectConfigurations"> - <ProjectConfiguration Include="debug|Win32"> - <Configuration>debug</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|Win32"> - <Configuration>release</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|Win32"> - <Configuration>profile</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="checked|Win32"> - <Configuration>checked</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{F7306F72-804E-41BB-6430-8804934AD542}</ProjectGuid> - <RootNamespace>ApexCommon</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" - Label="Configuration"> - <ConfigurationType>StaticLibrary</ConfigurationType> - <PlatformToolset>v120</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='release|Win32'" - Label="Configuration"> - <ConfigurationType>StaticLibrary</ConfigurationType> - <PlatformToolset>v120</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='profile|Win32'" - Label="Configuration"> - <ConfigurationType>StaticLibrary</ConfigurationType> - <PlatformToolset>v120</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='checked|Win32'" - Label="Configuration"> - <ConfigurationType>StaticLibrary</ConfigurationType> - <PlatformToolset>v120</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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <OutDir>./../../lib/vc12win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/ApexCommon/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> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.lib</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win32;../../../PhysX_3.4/Lib/vc12win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG.lib.pdb</ProgramDatabaseFile> - <TargetMachine>MachineX86</TargetMachine> - </Lib> - <ResourceCompile></ResourceCompile> - <ProjectReference> - <LinkLibraryDependencies>true</LinkLibraryDependencies> - </ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <OutDir>./../../lib/vc12win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/ApexCommon/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> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName).lib</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win32;../../../PhysX_3.4/Lib/vc12win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName).lib.pdb</ProgramDatabaseFile> - <TargetMachine>MachineX86</TargetMachine> - </Lib> - <ResourceCompile></ResourceCompile> - <ProjectReference> - <LinkLibraryDependencies>true</LinkLibraryDependencies> - </ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <OutDir>./../../lib/vc12win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/ApexCommon/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> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.lib</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win32;../../../PhysX_3.4/Lib/vc12win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE.lib.pdb</ProgramDatabaseFile> - <TargetMachine>MachineX86</TargetMachine> - </Lib> - <ResourceCompile></ResourceCompile> - <ProjectReference> - <LinkLibraryDependencies>true</LinkLibraryDependencies> - </ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <OutDir>./../../lib/vc12win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/ApexCommon/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> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.lib</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win32;../../../PhysX_3.4/Lib/vc12win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED.lib.pdb</ProgramDatabaseFile> - <TargetMachine>MachineX86</TargetMachine> - </Lib> - <ResourceCompile></ResourceCompile> - <ProjectReference> - <LinkLibraryDependencies>true</LinkLibraryDependencies> - </ProjectReference> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\common\src\autogen\ConvexHullParameters.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\autogen\DebugColorParams.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\autogen\DebugRenderParams.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\common\src\ApexActor.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexAssetAuthoring.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexAssetTracker.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexCollision.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexContext.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexCudaProfile.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexCudaTest.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexGeneralizedCubeTemplates.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexGeneralizedMarchingCubes.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexIsoMesh.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexMeshContractor.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexMeshHash.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexPreview.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexPvdClient.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexQuadricSimplifier.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexResource.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexRWLockable.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexSDKCachedDataImpl.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexSDKHelpers.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexShape.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexSharedUtils.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexSubdivider.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexTetrahedralizer.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\CurveImpl.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ModuleBase.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ModuleUpdateLoader.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\PVDParameterizedHandler.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ReadCheck.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\Spline.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\variable_oscillator.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\WriteCheck.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\common\include\autogen\ConvexHullParameters.h"></ClInclude> - <ClInclude Include="..\..\common\include\autogen\DebugColorParams.h"></ClInclude> - <ClInclude Include="..\..\common\include\autogen\DebugRenderParams.h"></ClInclude> - <ClInclude Include="..\..\common\include\autogen\ModuleCommonRegistration.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\common\include\ApexActor.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexAssetAuthoring.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexAssetTracker.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexAuthorableObject.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexBinaryHeap.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexCollision.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexConstrainedDistributor.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexContext.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexCuda.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexCudaDefs.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexCudaProfile.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexCudaSource.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexCudaTest.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexCudaWrapper.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexCutil.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexFIFO.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexFind.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexGeneralizedCubeTemplates.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexGeneralizedMarchingCubes.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexGroupsFiltering.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexIsoMesh.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexLegacyModule.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexMarchingCubes.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexMath.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexMerge.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexMeshContractor.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexMeshHash.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexMirrored.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexMirroredArray.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexPermute.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexPreview.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexPvdClient.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexQuadricSimplifier.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexQuickSelectSmallestK.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexRand.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexRenderable.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexResource.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexResourceHelper.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexRWLockable.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexSDKCachedDataImpl.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexSDKHelpers.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexSDKIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexShape.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexSharedUtils.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexSubdivider.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexTest.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexTetrahedralizer.h"></ClInclude> - <ClInclude Include="..\..\common\include\AuthorableObjectIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\Cof44.h"></ClInclude> - <ClInclude Include="..\..\common\include\CurveImpl.h"></ClInclude> - <ClInclude Include="..\..\common\include\DebugColorParamsEx.h"></ClInclude> - <ClInclude Include="..\..\common\include\DeclareArray.h"></ClInclude> - <ClInclude Include="..\..\common\include\FieldBoundaryIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\FieldSamplerIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\FieldSamplerManagerIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\FieldSamplerQueryIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\FieldSamplerSceneIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\InplaceStorage.h"></ClInclude> - <ClInclude Include="..\..\common\include\InplaceTypes.h"></ClInclude> - <ClInclude Include="..\..\common\include\InplaceTypesBuilder.h"></ClInclude> - <ClInclude Include="..\..\common\include\InstancedObjectSimulationIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\IofxManagerIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\ModuleBase.h"></ClInclude> - <ClInclude Include="..\..\common\include\ModuleFieldSamplerIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\ModuleIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\ModuleIofxIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\ModuleUpdateLoader.h"></ClInclude> - <ClInclude Include="..\..\common\include\P4Info.h"></ClInclude> - <ClInclude Include="..\..\common\include\PhysXObjectDescIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\ProfilerCallback.h"></ClInclude> - <ClInclude Include="..\..\common\include\PVDParameterizedHandler.h"></ClInclude> - <ClInclude Include="..\..\common\include\RandState.h"></ClInclude> - <ClInclude Include="..\..\common\include\RandStateHelpers.h"></ClInclude> - <ClInclude Include="..\..\common\include\ReadCheck.h"></ClInclude> - <ClInclude Include="..\..\common\include\RenderAPIIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\RenderMeshAssetIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\ResourceProviderIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\SceneIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\SimplexNoise.h"></ClInclude> - <ClInclude Include="..\..\common\include\Spline.h"></ClInclude> - <ClInclude Include="..\..\common\include\TableLookup.h"></ClInclude> - <ClInclude Include="..\..\common\include\variable_oscillator.h"></ClInclude> - <ClInclude Include="..\..\common\include\WriteCheck.h"></ClInclude> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <None Include="..\..\common\parameters\ConvexHullParamSchema.pl"></None> - <None Include="..\..\common\parameters\DebugColorParamSchema.pl"></None> - <None Include="..\..\common\parameters\DebugRenderParamSchema.pl"></None> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> +<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup Label="ProjectConfigurations"> + <ProjectConfiguration Include="debug|Win32"> + <Configuration>debug</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="release|Win32"> + <Configuration>release</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="profile|Win32"> + <Configuration>profile</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="checked|Win32"> + <Configuration>checked</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectGuid>{F7306F72-804E-41BB-6430-8804934AD542}</ProjectGuid> + <RootNamespace>ApexCommon</RootNamespace> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <PlatformToolset>v120</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <PlatformToolset>v120</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <PlatformToolset>v120</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <PlatformToolset>v120</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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </ImportGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> + <OutDir>./../../lib/vc12win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/ApexCommon/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> + <FloatingPointModel>Fast</FloatingPointModel> + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)DEBUG.lib</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win32;../../../PhysX_3.4/Lib/vc12win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG.lib.pdb</ProgramDatabaseFile> + <TargetMachine>MachineX86</TargetMachine> + </Lib> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + <LinkLibraryDependencies>true</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> + <OutDir>./../../lib/vc12win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/ApexCommon/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> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName).lib</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win32;../../../PhysX_3.4/Lib/vc12win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName).lib.pdb</ProgramDatabaseFile> + <TargetMachine>MachineX86</TargetMachine> + </Lib> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + <LinkLibraryDependencies>true</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> + <OutDir>./../../lib/vc12win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/ApexCommon/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> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)PROFILE.lib</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win32;../../../PhysX_3.4/Lib/vc12win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE.lib.pdb</ProgramDatabaseFile> + <TargetMachine>MachineX86</TargetMachine> + </Lib> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + <LinkLibraryDependencies>true</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> + <OutDir>./../../lib/vc12win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/ApexCommon/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> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)CHECKED.lib</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win32;../../../PhysX_3.4/Lib/vc12win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED.lib.pdb</ProgramDatabaseFile> + <TargetMachine>MachineX86</TargetMachine> + </Lib> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + <LinkLibraryDependencies>true</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <ItemGroup> + <ClCompile Include="..\..\common\src\autogen\ConvexHullParameters.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\autogen\DebugColorParams.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\autogen\DebugRenderParams.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\common\src\ApexActor.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexAssetAuthoring.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexAssetTracker.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexCollision.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexContext.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexCudaProfile.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexCudaTest.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexGeneralizedCubeTemplates.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexGeneralizedMarchingCubes.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexIsoMesh.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexMeshContractor.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexMeshHash.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexPreview.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexPvdClient.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexQuadricSimplifier.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexResource.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexRWLockable.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexSDKCachedDataImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexSDKHelpers.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexShape.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexSharedUtils.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexSubdivider.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexTetrahedralizer.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\CurveImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ModuleBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ModuleUpdateLoader.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\PVDParameterizedHandler.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ReadCheck.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\Spline.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\variable_oscillator.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\WriteCheck.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\common\include\autogen\ConvexHullParameters.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\autogen\DebugColorParams.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\autogen\DebugRenderParams.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\autogen\ModuleCommonRegistration.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\common\include\ApexActor.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexAssetAuthoring.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexAssetTracker.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexAuthorableObject.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexBinaryHeap.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexCollision.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexConstrainedDistributor.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexContext.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexCuda.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexCudaDefs.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexCudaProfile.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexCudaSource.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexCudaTest.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexCudaWrapper.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexCutil.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexFIFO.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexFind.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexGeneralizedCubeTemplates.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexGeneralizedMarchingCubes.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexGroupsFiltering.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexIsoMesh.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexLegacyModule.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexMarchingCubes.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexMath.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexMerge.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexMeshContractor.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexMeshHash.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexMirrored.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexMirroredArray.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexPermute.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexPreview.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexPvdClient.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexQuadricSimplifier.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexQuickSelectSmallestK.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexRand.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexRenderable.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexResource.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexResourceHelper.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexRWLockable.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexSDKCachedDataImpl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexSDKHelpers.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexSDKIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexShape.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexSharedUtils.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexSubdivider.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexTest.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexTetrahedralizer.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\AuthorableObjectIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\Cof44.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\CurveImpl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\DebugColorParamsEx.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\DeclareArray.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\FieldBoundaryIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\FieldSamplerIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\FieldSamplerManagerIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\FieldSamplerQueryIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\FieldSamplerSceneIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\InplaceStorage.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\InplaceTypes.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\InplaceTypesBuilder.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\InstancedObjectSimulationIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\IofxManagerIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ModuleBase.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ModuleFieldSamplerIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ModuleIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ModuleIofxIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ModuleUpdateLoader.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\P4Info.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\PhysXObjectDescIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ProfilerCallback.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\PVDParameterizedHandler.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\RandState.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\RandStateHelpers.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ReadCheck.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\RenderAPIIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\RenderMeshAssetIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ResourceProviderIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\SceneIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\SimplexNoise.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\Spline.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\TableLookup.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\variable_oscillator.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\WriteCheck.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <None Include="..\..\common\parameters\ConvexHullParamSchema.pl"> + </None> + <None Include="..\..\common\parameters\DebugColorParamSchema.pl"> + </None> + <None Include="..\..\common\parameters\DebugRenderParamSchema.pl"> + </None> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"></ImportGroup> </Project> diff --git a/APEX_1.4/compiler/vc12win32-PhysX_3.4/ApexFramework.vcxproj b/APEX_1.4/compiler/vc12win32-PhysX_3.4/ApexFramework.vcxproj index 4c305c68..83b59735 100644 --- a/APEX_1.4/compiler/vc12win32-PhysX_3.4/ApexFramework.vcxproj +++ b/APEX_1.4/compiler/vc12win32-PhysX_3.4/ApexFramework.vcxproj @@ -1,479 +1,608 @@ <?xml version="1.0" encoding="utf-8"?> -<Project - DefaultTargets="Build" - ToolsVersion="12.0" - xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <ItemGroup Label="ProjectConfigurations"> - <ProjectConfiguration Include="debug|Win32"> - <Configuration>debug</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|Win32"> - <Configuration>release</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|Win32"> - <Configuration>profile</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="checked|Win32"> - <Configuration>checked</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{3C502F21-3100-E267-FBA8-2AA0C3E5FA4C}</ProjectGuid> - <RootNamespace>ApexFramework</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v120</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='release|Win32'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v120</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='profile|Win32'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v120</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='checked|Win32'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v120</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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <OutDir>./../../bin/vc12win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/ApexFramework/debug\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)DEBUG_x86</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../common/include;./../../common/include/autogen;./../../shared/internal/include;./../../NvParameterized/include;./../../shared/general/RenderDebug/public;./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/PairFilter/include;./../../shared/general/PairFilter/public;../../../PxShared/src/pvd/src;../../../PxShared/src/cudamanager/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3CommonDEBUG_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG_x86.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win32;../../../PhysX_3.4/Lib/vc12win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG_x86.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc12win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <OutDir>./../../bin/vc12win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/ApexFramework/release\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)_x86</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../common/include;./../../common/include/autogen;./../../shared/internal/include;./../../NvParameterized/include;./../../shared/general/RenderDebug/public;./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/PairFilter/include;./../../shared/general/PairFilter/public;../../../PxShared/src/pvd/src;../../../PxShared/src/cudamanager/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3Common_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)_x86.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win32;../../../PhysX_3.4/Lib/vc12win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)_x86.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc12win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <OutDir>./../../bin/vc12win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/ApexFramework/profile\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)PROFILE_x86</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../common/include;./../../common/include/autogen;./../../shared/internal/include;./../../NvParameterized/include;./../../shared/general/RenderDebug/public;./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/PairFilter/include;./../../shared/general/PairFilter/public;../../../PxShared/src/pvd/src;../../../PxShared/src/cudamanager/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3CommonPROFILE_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE_x86.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win32;../../../PhysX_3.4/Lib/vc12win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE_x86.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc12win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <OutDir>./../../bin/vc12win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/ApexFramework/checked\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)CHECKED_x86</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../common/include;./../../common/include/autogen;./../../shared/internal/include;./../../NvParameterized/include;./../../shared/general/RenderDebug/public;./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/PairFilter/include;./../../shared/general/PairFilter/public;../../../PxShared/src/pvd/src;../../../PxShared/src/cudamanager/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3CommonCHECKED_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED_x86.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win32;../../../PhysX_3.4/Lib/vc12win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED_x86.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc12win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <ItemGroup> - <ResourceCompile Include="..\resource\apex.rc"></ResourceCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\framework\src\autogen\BufferF32x1.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferF32x2.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferF32x3.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferF32x4.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferU16x1.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferU16x2.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferU16x3.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferU16x4.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferU32x1.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferU32x2.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferU32x3.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferU32x4.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferU8x1.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferU8x2.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferU8x3.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferU8x4.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\RenderMeshAssetParameters.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\SubmeshParameters.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\SurfaceBufferParameters.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\VertexBufferParameters.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\VertexFormatParameters.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\framework\src\windows\AgMMFile.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\windows\PhysXIndicator.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\framework\src\ApexAssetPreviewScene.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexCreateSDK.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexCustomBufferIterator.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexRenderDebug.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexRenderMeshActor.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexRenderMeshAsset.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexRenderMeshAssetAuthoring.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexRenderSubmesh.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexResourceProvider.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexScene.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexSceneTasks.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexSceneUserNotify.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexSDKImpl.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexSDKVersionString.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexVertexBuffer.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexVertexFormat.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\FrameworkProfile.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\MirrorSceneImpl.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ThreadPool.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\framework\include\autogen\BufferF32x1.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferF32x2.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferF32x3.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferF32x4.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferU16x1.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferU16x2.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferU16x3.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferU16x4.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferU32x1.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferU32x2.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferU32x3.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferU32x4.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferU8x1.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferU8x2.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferU8x3.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferU8x4.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\ModuleFrameworkRegistration.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\RenderMeshAssetParameters.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\SubmeshParameters.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\SurfaceBufferParameters.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\VertexBufferParameters.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\VertexFormatParameters.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\framework\include\ApexAssetPreviewScene.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexCustomBufferIterator.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexDefaultStream.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexInteropableBuffer.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexPhysXObjectDesc.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexRenderDebug.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexRenderMeshActor.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexRenderMeshAsset.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexRenderMeshAssetAuthoring.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexRenderSubmesh.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexResourceProvider.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexScene.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexSceneTasks.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexSceneUserNotify.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexSDKImpl.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexStubPxProfileZone.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexVertexBuffer.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexVertexFormat.h"></ClInclude> - <ClInclude Include="..\..\framework\include\CudaProfileManager.h"></ClInclude> - <ClInclude Include="..\..\framework\include\FrameworkEventDefs.h"></ClInclude> - <ClInclude Include="..\..\framework\include\FrameworkPerfScope.h"></ClInclude> - <ClInclude Include="..\..\framework\include\MirrorSceneImpl.h"></ClInclude> - <ClInclude Include="..\..\framework\include\PVDBindingErrorStream.h"></ClInclude> - <ClInclude Include="..\..\framework\include\RenderResourceManagerWrapper.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ThreadPool.h"></ClInclude> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\include\PhysX3\PhysXSDKVersion.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\include\Actor.h"></ClInclude> - <ClInclude Include="..\..\include\Apex.h"></ClInclude> - <ClInclude Include="..\..\include\ApexCudaContextManager.h"></ClInclude> - <ClInclude Include="..\..\include\ApexDefs.h"></ClInclude> - <ClInclude Include="..\..\include\ApexDesc.h"></ClInclude> - <ClInclude Include="..\..\include\ApexInterface.h"></ClInclude> - <ClInclude Include="..\..\include\ApexNameSpace.h"></ClInclude> - <ClInclude Include="..\..\include\ApexSDK.h"></ClInclude> - <ClInclude Include="..\..\include\ApexSDKCachedData.h"></ClInclude> - <ClInclude Include="..\..\include\ApexSDKVersionString.h"></ClInclude> - <ClInclude Include="..\..\include\ApexUsingNamespace.h"></ClInclude> - <ClInclude Include="..\..\include\Asset.h"></ClInclude> - <ClInclude Include="..\..\include\AssetPreview.h"></ClInclude> - <ClInclude Include="..\..\include\AssetPreviewScene.h"></ClInclude> - <ClInclude Include="..\..\include\Context.h"></ClInclude> - <ClInclude Include="..\..\include\ConvexHullMethod.h"></ClInclude> - <ClInclude Include="..\..\include\CudaTestManager.h"></ClInclude> - <ClInclude Include="..\..\include\Curve.h"></ClInclude> - <ClInclude Include="..\..\include\CustomBufferIterator.h"></ClInclude> - <ClInclude Include="..\..\include\IosAsset.h"></ClInclude> - <ClInclude Include="..\..\include\IProgressListener.h"></ClInclude> - <ClInclude Include="..\..\include\Lock.h"></ClInclude> - <ClInclude Include="..\..\include\MirrorScene.h"></ClInclude> - <ClInclude Include="..\..\include\Module.h"></ClInclude> - <ClInclude Include="..\..\include\PhysXObjectDesc.h"></ClInclude> - <ClInclude Include="..\..\include\PxStreamFromFileBuf.h"></ClInclude> - <ClInclude Include="..\..\include\Renderable.h"></ClInclude> - <ClInclude Include="..\..\include\RenderBufferData.h"></ClInclude> - <ClInclude Include="..\..\include\RenderContext.h"></ClInclude> - <ClInclude Include="..\..\include\RenderDataFormat.h"></ClInclude> - <ClInclude Include="..\..\include\RenderDataProvider.h"></ClInclude> - <ClInclude Include="..\..\include\RenderDebugInterface.h"></ClInclude> - <ClInclude Include="..\..\include\RenderMesh.h"></ClInclude> - <ClInclude Include="..\..\include\RenderMeshActor.h"></ClInclude> - <ClInclude Include="..\..\include\RenderMeshActorDesc.h"></ClInclude> - <ClInclude Include="..\..\include\RenderMeshAsset.h"></ClInclude> - <ClInclude Include="..\..\include\ResourceCallback.h"></ClInclude> - <ClInclude Include="..\..\include\ResourceProvider.h"></ClInclude> - <ClInclude Include="..\..\include\RWLockable.h"></ClInclude> - <ClInclude Include="..\..\include\Scene.h"></ClInclude> - <ClInclude Include="..\..\include\ScopedPhysXLock.h"></ClInclude> - <ClInclude Include="..\..\include\Shape.h"></ClInclude> - <ClInclude Include="..\..\include\TestBase.h"></ClInclude> - <ClInclude Include="..\..\include\UserOpaqueMesh.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderBoneBuffer.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderBoneBufferDesc.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderCallback.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderer.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderIndexBuffer.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderIndexBufferDesc.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderInstanceBuffer.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderInstanceBufferDesc.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderResource.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderResourceDesc.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderResourceManager.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderSpriteBuffer.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderSpriteBufferDesc.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderSurfaceBuffer.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderSurfaceBufferDesc.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderVertexBuffer.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderVertexBufferDesc.h"></ClInclude> - <ClInclude Include="..\..\include\VertexFormat.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <None Include="..\..\framework\parameters\ApexRenderMeshAssetParamSchema.pl"></None> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc12win32/PxFoundation.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../NvParameterized/compiler/vc12win32-PhysX_3.4/NvParameterized.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc12win32/PsFastXml.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../shared/general/RenderDebug/compiler/vc12win32-PhysX_3.4/RenderDebug.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc12win32/PxTask.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc12win32/PxPvdSDK.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./ApexShared.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./ApexCommon.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> +<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup Label="ProjectConfigurations"> + <ProjectConfiguration Include="debug|Win32"> + <Configuration>debug</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="release|Win32"> + <Configuration>release</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="profile|Win32"> + <Configuration>profile</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="checked|Win32"> + <Configuration>checked</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectGuid>{3C502F21-3100-E267-FBA8-2AA0C3E5FA4C}</ProjectGuid> + <RootNamespace>ApexFramework</RootNamespace> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v120</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v120</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v120</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v120</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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </ImportGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> + <OutDir>./../../bin/vc12win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/ApexFramework/debug\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)DEBUG_x86</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../common/include;./../../common/include/autogen;./../../shared/internal/include;./../../NvParameterized/include;./../../shared/general/RenderDebug/public;./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/PairFilter/include;./../../shared/general/PairFilter/public;../../../PxShared/src/pvd/src;../../../PxShared/src/cudamanager/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3CommonDEBUG_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)DEBUG_x86.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win32;../../../PhysX_3.4/Lib/vc12win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG_x86.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc12win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX86</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> + <OutDir>./../../bin/vc12win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/ApexFramework/release\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)_x86</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../common/include;./../../common/include/autogen;./../../shared/internal/include;./../../NvParameterized/include;./../../shared/general/RenderDebug/public;./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/PairFilter/include;./../../shared/general/PairFilter/public;../../../PxShared/src/pvd/src;../../../PxShared/src/cudamanager/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3Common_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)_x86.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win32;../../../PhysX_3.4/Lib/vc12win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)_x86.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc12win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX86</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> + <OutDir>./../../bin/vc12win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/ApexFramework/profile\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)PROFILE_x86</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../common/include;./../../common/include/autogen;./../../shared/internal/include;./../../NvParameterized/include;./../../shared/general/RenderDebug/public;./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/PairFilter/include;./../../shared/general/PairFilter/public;../../../PxShared/src/pvd/src;../../../PxShared/src/cudamanager/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3CommonPROFILE_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)PROFILE_x86.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win32;../../../PhysX_3.4/Lib/vc12win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE_x86.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc12win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX86</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> + <OutDir>./../../bin/vc12win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/ApexFramework/checked\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)CHECKED_x86</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../common/include;./../../common/include/autogen;./../../shared/internal/include;./../../NvParameterized/include;./../../shared/general/RenderDebug/public;./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/PairFilter/include;./../../shared/general/PairFilter/public;../../../PxShared/src/pvd/src;../../../PxShared/src/cudamanager/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3CommonCHECKED_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)CHECKED_x86.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win32;../../../PhysX_3.4/Lib/vc12win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED_x86.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc12win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX86</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <ItemGroup> + <ResourceCompile Include="..\resource\apex.rc"> + </ResourceCompile> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\framework\src\autogen\BufferF32x1.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferF32x2.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferF32x3.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferF32x4.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferU16x1.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferU16x2.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferU16x3.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferU16x4.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferU32x1.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferU32x2.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferU32x3.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferU32x4.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferU8x1.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferU8x2.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferU8x3.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferU8x4.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\RenderMeshAssetParameters.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\SubmeshParameters.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\SurfaceBufferParameters.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\VertexBufferParameters.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\VertexFormatParameters.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\framework\src\windows\AgMMFile.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\windows\PhysXIndicator.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\framework\src\ApexAssetPreviewScene.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexCreateSDK.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexCustomBufferIterator.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexRenderDebug.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexRenderMeshActor.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexRenderMeshAsset.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexRenderMeshAssetAuthoring.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexRenderSubmesh.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexResourceProvider.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexScene.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexSceneTasks.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexSceneUserNotify.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexSDKImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexSDKVersionString.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexVertexBuffer.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexVertexFormat.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\FrameworkProfile.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\MirrorSceneImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ThreadPool.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\framework\include\autogen\BufferF32x1.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferF32x2.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferF32x3.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferF32x4.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferU16x1.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferU16x2.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferU16x3.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferU16x4.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferU32x1.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferU32x2.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferU32x3.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferU32x4.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferU8x1.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferU8x2.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferU8x3.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferU8x4.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\ModuleFrameworkRegistration.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\RenderMeshAssetParameters.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\SubmeshParameters.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\SurfaceBufferParameters.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\VertexBufferParameters.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\VertexFormatParameters.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\framework\include\ApexAssetPreviewScene.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexCustomBufferIterator.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexDefaultStream.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexInteropableBuffer.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexPhysXObjectDesc.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexRenderDebug.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexRenderMeshActor.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexRenderMeshAsset.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexRenderMeshAssetAuthoring.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexRenderSubmesh.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexResourceProvider.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexScene.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexSceneTasks.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexSceneUserNotify.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexSDKImpl.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexStubPxProfileZone.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexVertexBuffer.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexVertexFormat.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\CudaProfileManager.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\FrameworkEventDefs.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\FrameworkPerfScope.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\MirrorSceneImpl.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\PVDBindingErrorStream.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\RenderResourceManagerWrapper.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ThreadPool.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\include\PhysX3\PhysXSDKVersion.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\include\Actor.h"> + </ClInclude> + <ClInclude Include="..\..\include\Apex.h"> + </ClInclude> + <ClInclude Include="..\..\include\ApexCudaContextManager.h"> + </ClInclude> + <ClInclude Include="..\..\include\ApexDefs.h"> + </ClInclude> + <ClInclude Include="..\..\include\ApexDesc.h"> + </ClInclude> + <ClInclude Include="..\..\include\ApexInterface.h"> + </ClInclude> + <ClInclude Include="..\..\include\ApexNameSpace.h"> + </ClInclude> + <ClInclude Include="..\..\include\ApexSDK.h"> + </ClInclude> + <ClInclude Include="..\..\include\ApexSDKCachedData.h"> + </ClInclude> + <ClInclude Include="..\..\include\ApexSDKVersionString.h"> + </ClInclude> + <ClInclude Include="..\..\include\ApexUsingNamespace.h"> + </ClInclude> + <ClInclude Include="..\..\include\Asset.h"> + </ClInclude> + <ClInclude Include="..\..\include\AssetPreview.h"> + </ClInclude> + <ClInclude Include="..\..\include\AssetPreviewScene.h"> + </ClInclude> + <ClInclude Include="..\..\include\Context.h"> + </ClInclude> + <ClInclude Include="..\..\include\ConvexHullMethod.h"> + </ClInclude> + <ClInclude Include="..\..\include\CudaTestManager.h"> + </ClInclude> + <ClInclude Include="..\..\include\Curve.h"> + </ClInclude> + <ClInclude Include="..\..\include\CustomBufferIterator.h"> + </ClInclude> + <ClInclude Include="..\..\include\IosAsset.h"> + </ClInclude> + <ClInclude Include="..\..\include\IProgressListener.h"> + </ClInclude> + <ClInclude Include="..\..\include\Lock.h"> + </ClInclude> + <ClInclude Include="..\..\include\MirrorScene.h"> + </ClInclude> + <ClInclude Include="..\..\include\Module.h"> + </ClInclude> + <ClInclude Include="..\..\include\PhysXObjectDesc.h"> + </ClInclude> + <ClInclude Include="..\..\include\PxStreamFromFileBuf.h"> + </ClInclude> + <ClInclude Include="..\..\include\Renderable.h"> + </ClInclude> + <ClInclude Include="..\..\include\RenderBufferData.h"> + </ClInclude> + <ClInclude Include="..\..\include\RenderContext.h"> + </ClInclude> + <ClInclude Include="..\..\include\RenderDataFormat.h"> + </ClInclude> + <ClInclude Include="..\..\include\RenderDataProvider.h"> + </ClInclude> + <ClInclude Include="..\..\include\RenderDebugInterface.h"> + </ClInclude> + <ClInclude Include="..\..\include\RenderMesh.h"> + </ClInclude> + <ClInclude Include="..\..\include\RenderMeshActor.h"> + </ClInclude> + <ClInclude Include="..\..\include\RenderMeshActorDesc.h"> + </ClInclude> + <ClInclude Include="..\..\include\RenderMeshAsset.h"> + </ClInclude> + <ClInclude Include="..\..\include\ResourceCallback.h"> + </ClInclude> + <ClInclude Include="..\..\include\ResourceProvider.h"> + </ClInclude> + <ClInclude Include="..\..\include\RWLockable.h"> + </ClInclude> + <ClInclude Include="..\..\include\Scene.h"> + </ClInclude> + <ClInclude Include="..\..\include\ScopedPhysXLock.h"> + </ClInclude> + <ClInclude Include="..\..\include\Shape.h"> + </ClInclude> + <ClInclude Include="..\..\include\TestBase.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserOpaqueMesh.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderBoneBuffer.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderBoneBufferDesc.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderCallback.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderer.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderIndexBuffer.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderIndexBufferDesc.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderInstanceBuffer.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderInstanceBufferDesc.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderResource.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderResourceDesc.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderResourceManager.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderSpriteBuffer.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderSpriteBufferDesc.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderSurfaceBuffer.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderSurfaceBufferDesc.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderVertexBuffer.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderVertexBufferDesc.h"> + </ClInclude> + <ClInclude Include="..\..\include\VertexFormat.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <None Include="..\..\framework\parameters\ApexRenderMeshAssetParamSchema.pl"> + </None> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc12win32/PxFoundation.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../NvParameterized/compiler/vc12win32-PhysX_3.4/NvParameterized.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc12win32/PsFastXml.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../shared/general/RenderDebug/compiler/vc12win32-PhysX_3.4/RenderDebug.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc12win32/PxTask.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc12win32/PxPvdSDK.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./ApexShared.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./ApexCommon.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"></ImportGroup> </Project> diff --git a/APEX_1.4/compiler/vc12win32-PhysX_3.4/ApexShared.vcxproj b/APEX_1.4/compiler/vc12win32-PhysX_3.4/ApexShared.vcxproj index 54022940..f6785c46 100644 --- a/APEX_1.4/compiler/vc12win32-PhysX_3.4/ApexShared.vcxproj +++ b/APEX_1.4/compiler/vc12win32-PhysX_3.4/ApexShared.vcxproj @@ -1,373 +1,430 @@ <?xml version="1.0" encoding="utf-8"?> -<Project - DefaultTargets="Build" - ToolsVersion="12.0" - xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <ItemGroup Label="ProjectConfigurations"> - <ProjectConfiguration Include="debug|Win32"> - <Configuration>debug</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|Win32"> - <Configuration>release</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|Win32"> - <Configuration>profile</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="checked|Win32"> - <Configuration>checked</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{E52F63A7-67BB-4C5F-AC3F-306F95DBDD0F}</ProjectGuid> - <RootNamespace>ApexShared</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" - Label="Configuration"> - <ConfigurationType>StaticLibrary</ConfigurationType> - <PlatformToolset>v120</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='release|Win32'" - Label="Configuration"> - <ConfigurationType>StaticLibrary</ConfigurationType> - <PlatformToolset>v120</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='profile|Win32'" - Label="Configuration"> - <ConfigurationType>StaticLibrary</ConfigurationType> - <PlatformToolset>v120</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='checked|Win32'" - Label="Configuration"> - <ConfigurationType>StaticLibrary</ConfigurationType> - <PlatformToolset>v120</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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <OutDir>./../../lib/vc12win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/ApexShared/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> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;./../../include/destructible;./../../shared/general/floatmath/include;./../../shared/general/PairFilter/public;./../../shared/general/PairFilter/include;./../../shared/general/HACD/public;./../../shared/general/HACD/include;./../../shared/general/HACD/src;./../../shared/general/stan_hull/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;PLUGINS_EMBEDDED;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.lib</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win32;../../../PhysX_3.4/Lib/vc12win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG.lib.pdb</ProgramDatabaseFile> - <TargetMachine>MachineX86</TargetMachine> - </Lib> - <ResourceCompile></ResourceCompile> - <ProjectReference> - <LinkLibraryDependencies>true</LinkLibraryDependencies> - </ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <OutDir>./../../lib/vc12win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/ApexShared/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> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;./../../include/destructible;./../../shared/general/floatmath/include;./../../shared/general/PairFilter/public;./../../shared/general/PairFilter/include;./../../shared/general/HACD/public;./../../shared/general/HACD/include;./../../shared/general/HACD/src;./../../shared/general/stan_hull/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;PLUGINS_EMBEDDED;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName).lib</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win32;../../../PhysX_3.4/Lib/vc12win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName).lib.pdb</ProgramDatabaseFile> - <TargetMachine>MachineX86</TargetMachine> - </Lib> - <ResourceCompile></ResourceCompile> - <ProjectReference> - <LinkLibraryDependencies>true</LinkLibraryDependencies> - </ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <OutDir>./../../lib/vc12win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/ApexShared/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> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;./../../include/destructible;./../../shared/general/floatmath/include;./../../shared/general/PairFilter/public;./../../shared/general/PairFilter/include;./../../shared/general/HACD/public;./../../shared/general/HACD/include;./../../shared/general/HACD/src;./../../shared/general/stan_hull/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;PLUGINS_EMBEDDED;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.lib</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win32;../../../PhysX_3.4/Lib/vc12win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE.lib.pdb</ProgramDatabaseFile> - <TargetMachine>MachineX86</TargetMachine> - </Lib> - <ResourceCompile></ResourceCompile> - <ProjectReference> - <LinkLibraryDependencies>true</LinkLibraryDependencies> - </ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <OutDir>./../../lib/vc12win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/ApexShared/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> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;./../../include/destructible;./../../shared/general/floatmath/include;./../../shared/general/PairFilter/public;./../../shared/general/PairFilter/include;./../../shared/general/HACD/public;./../../shared/general/HACD/include;./../../shared/general/HACD/src;./../../shared/general/stan_hull/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;PLUGINS_EMBEDDED;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.lib</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win32;../../../PhysX_3.4/Lib/vc12win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED.lib.pdb</ProgramDatabaseFile> - <TargetMachine>MachineX86</TargetMachine> - </Lib> - <ResourceCompile></ResourceCompile> - <ProjectReference> - <LinkLibraryDependencies>true</LinkLibraryDependencies> - </ProjectReference> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\shared\internal\src\authoring\ApexCSG.cpp"></ClCompile> - <ClCompile Include="..\..\shared\internal\src\authoring\ApexCSGHull.cpp"></ClCompile> - <ClCompile Include="..\..\shared\internal\src\authoring\ApexCSGMeshCleaning.cpp"></ClCompile> - <ClCompile Include="..\..\shared\internal\src\authoring\Cutout.cpp"></ClCompile> - <ClCompile Include="..\..\shared\internal\src\authoring\Fracturing.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\shared\internal\src\PvdNxParamSerializer.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSG.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSGDefs.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSGFastMath.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSGFastMath2.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSGHull.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSGMath.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSGSerialization.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\authoring\ApexGSA.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\authoring\Fracturing.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\shared\internal\include\ApexSharedSerialization.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\ApexStream.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\ApexString.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\FractureTools.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\Link.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\ParamArray.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\PvdNxParamSerializer.h"></ClInclude> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\shared\general\shared\PxInputDataFromPxFileBuf.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\shared\general\floatmath\include\FloatMath.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\shared\general\floatmath\src\FloatMath.cpp"></ClCompile> - <ClInclude Include="..\..\shared\general\floatmath\src\FloatMath.inl"></ClInclude> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\shared\general\HACD\include\AutoGeometry.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\ConvexDecomposition.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgAABBPolygonSoup.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgArray.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgConvexHull3d.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgGoogol.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgGraph.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgHeap.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgIntersections.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgList.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgMatrix.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgMeshEffect.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgPlane.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgPolygonSoupBuilder.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgPolygonSoupDatabase.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgPolyhedra.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgQuaternion.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgRefCounter.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgSmallDeterminant.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgSphere.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgStack.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgTree.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgTypes.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgVector.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\shared\general\HACD\public\ConvexHull.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\public\HACD.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\public\JobSwarm.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\public\MergeHulls.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\public\PlatformConfigHACD.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\public\PxVector.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\public\SparseArray.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\public\WuQuantizer.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\shared\general\HACD\src\AutoGeometry.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\ConvexDecomposition.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\ConvexHull.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\dgAABBPolygonSoup.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\dgConvexHull3d.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\dgGoogol.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\dgIntersections.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\dgMatrix.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\dgMeshEffect.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\dgPolygonSoupBuilder.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\dgPolyhedra.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\dgQuaternion.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\dgSmallDeterminant.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\dgSphere.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\dgTree.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\dgTypes.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\HACD.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\MergeHulls.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\WuQuantizer.cpp"></ClCompile> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\shared\general\PairFilter\include\PairFilter.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\shared\general\PairFilter\src\PairFilter.cpp"></ClCompile> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\shared\general\stan_hull\include\StanHull.h"></ClInclude> - <ClInclude Include="..\..\shared\general\stan_hull\include\StanHullConfig.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\shared\general\stan_hull\src\StanHull.cpp"></ClCompile> - </ItemGroup> - <ItemGroup></ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> +<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup Label="ProjectConfigurations"> + <ProjectConfiguration Include="debug|Win32"> + <Configuration>debug</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="release|Win32"> + <Configuration>release</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="profile|Win32"> + <Configuration>profile</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="checked|Win32"> + <Configuration>checked</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectGuid>{E52F63A7-67BB-4C5F-AC3F-306F95DBDD0F}</ProjectGuid> + <RootNamespace>ApexShared</RootNamespace> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <PlatformToolset>v120</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <PlatformToolset>v120</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <PlatformToolset>v120</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <PlatformToolset>v120</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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </ImportGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> + <OutDir>./../../lib/vc12win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/ApexShared/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> + <FloatingPointModel>Fast</FloatingPointModel> + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;./../../include/destructible;./../../shared/general/floatmath/include;./../../shared/general/PairFilter/public;./../../shared/general/PairFilter/include;./../../shared/general/HACD/public;./../../shared/general/HACD/include;./../../shared/general/HACD/src;./../../shared/general/stan_hull/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;PLUGINS_EMBEDDED;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)DEBUG.lib</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win32;../../../PhysX_3.4/Lib/vc12win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG.lib.pdb</ProgramDatabaseFile> + <TargetMachine>MachineX86</TargetMachine> + </Lib> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + <LinkLibraryDependencies>true</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> + <OutDir>./../../lib/vc12win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/ApexShared/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> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;./../../include/destructible;./../../shared/general/floatmath/include;./../../shared/general/PairFilter/public;./../../shared/general/PairFilter/include;./../../shared/general/HACD/public;./../../shared/general/HACD/include;./../../shared/general/HACD/src;./../../shared/general/stan_hull/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;PLUGINS_EMBEDDED;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName).lib</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win32;../../../PhysX_3.4/Lib/vc12win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName).lib.pdb</ProgramDatabaseFile> + <TargetMachine>MachineX86</TargetMachine> + </Lib> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + <LinkLibraryDependencies>true</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> + <OutDir>./../../lib/vc12win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/ApexShared/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> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;./../../include/destructible;./../../shared/general/floatmath/include;./../../shared/general/PairFilter/public;./../../shared/general/PairFilter/include;./../../shared/general/HACD/public;./../../shared/general/HACD/include;./../../shared/general/HACD/src;./../../shared/general/stan_hull/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;PLUGINS_EMBEDDED;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)PROFILE.lib</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win32;../../../PhysX_3.4/Lib/vc12win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE.lib.pdb</ProgramDatabaseFile> + <TargetMachine>MachineX86</TargetMachine> + </Lib> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + <LinkLibraryDependencies>true</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> + <OutDir>./../../lib/vc12win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/ApexShared/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> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;./../../include/destructible;./../../shared/general/floatmath/include;./../../shared/general/PairFilter/public;./../../shared/general/PairFilter/include;./../../shared/general/HACD/public;./../../shared/general/HACD/include;./../../shared/general/HACD/src;./../../shared/general/stan_hull/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;PLUGINS_EMBEDDED;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)CHECKED.lib</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win32;../../../PhysX_3.4/Lib/vc12win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED.lib.pdb</ProgramDatabaseFile> + <TargetMachine>MachineX86</TargetMachine> + </Lib> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + <LinkLibraryDependencies>true</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <ItemGroup> + <ClCompile Include="..\..\shared\internal\src\authoring\ApexCSG.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\internal\src\authoring\ApexCSGHull.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\internal\src\authoring\ApexCSGMeshCleaning.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\internal\src\authoring\Cutout.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\internal\src\authoring\Fracturing.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\shared\internal\src\PvdNxParamSerializer.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSG.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSGDefs.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSGFastMath.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSGFastMath2.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSGHull.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSGMath.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSGSerialization.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\authoring\ApexGSA.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\authoring\Fracturing.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\shared\internal\include\ApexSharedSerialization.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\ApexStream.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\ApexString.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\FractureTools.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\Link.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\ParamArray.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\PvdNxParamSerializer.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\shared\general\shared\PxInputDataFromPxFileBuf.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\shared\general\floatmath\include\FloatMath.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\shared\general\floatmath\src\FloatMath.cpp"> + </ClCompile> + <ClInclude Include="..\..\shared\general\floatmath\src\FloatMath.inl"> + </ClInclude> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\shared\general\HACD\include\AutoGeometry.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\ConvexDecomposition.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgAABBPolygonSoup.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgArray.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgConvexHull3d.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgGoogol.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgGraph.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgHeap.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgIntersections.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgList.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgMatrix.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgMeshEffect.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgPlane.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgPolygonSoupBuilder.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgPolygonSoupDatabase.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgPolyhedra.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgQuaternion.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgRefCounter.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgSmallDeterminant.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgSphere.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgStack.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgTree.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgTypes.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgVector.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\shared\general\HACD\public\ConvexHull.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\public\HACD.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\public\JobSwarm.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\public\MergeHulls.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\public\PlatformConfigHACD.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\public\PxVector.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\public\SparseArray.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\public\WuQuantizer.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\shared\general\HACD\src\AutoGeometry.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\ConvexDecomposition.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\ConvexHull.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\dgAABBPolygonSoup.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\dgConvexHull3d.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\dgGoogol.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\dgIntersections.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\dgMatrix.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\dgMeshEffect.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\dgPolygonSoupBuilder.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\dgPolyhedra.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\dgQuaternion.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\dgSmallDeterminant.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\dgSphere.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\dgTree.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\dgTypes.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\HACD.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\MergeHulls.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\WuQuantizer.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\shared\general\PairFilter\include\PairFilter.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\shared\general\PairFilter\src\PairFilter.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\shared\general\stan_hull\include\StanHull.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\stan_hull\include\StanHullConfig.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\shared\general\stan_hull\src\StanHull.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"></ImportGroup> </Project> diff --git a/APEX_1.4/compiler/vc12win64-PhysX_3.4/APEX_Clothing.vcxproj b/APEX_1.4/compiler/vc12win64-PhysX_3.4/APEX_Clothing.vcxproj index 1de5161c..fde2bf55 100644 --- a/APEX_1.4/compiler/vc12win64-PhysX_3.4/APEX_Clothing.vcxproj +++ b/APEX_1.4/compiler/vc12win64-PhysX_3.4/APEX_Clothing.vcxproj @@ -1,488 +1,612 @@ <?xml version="1.0" encoding="utf-8"?> -<Project - DefaultTargets="Build" - ToolsVersion="12.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="release|x64"> - <Configuration>release</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|x64"> - <Configuration>profile</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="checked|x64"> - <Configuration>checked</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{C549455E-94CC-81A4-1B87-FFA4D4785858}</ProjectGuid> - <RootNamespace>APEX_Clothing</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='debug|x64'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v120</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='release|x64'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v120</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='profile|x64'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v120</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='checked|x64'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v120</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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <OutDir>./../../bin/vc12win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/APEX_Clothing/debug\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)DEBUG_x64</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /EHsc /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/clothing;./../../module/clothing/include;./../../module/clothing/include/autogen;./../../module/clothing/include/windows;./../../module/clothing/embedded/LowLevelCloth/include;./../../module/clothing/embedded/LowLevelCloth/src;./../../module/clothing/embedded;./../../module/clothing/src/simd;../../../PxShared/src/pvd/src;./../../module/clothing/embedded/LowLevelCloth/src/windows;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonDEBUG_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG_x64.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win64;../../../PhysX_3.4/Lib/vc12win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG_x64.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc12win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <OutDir>./../../bin/vc12win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/APEX_Clothing/release\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)_x64</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /EHsc /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/clothing;./../../module/clothing/include;./../../module/clothing/include/autogen;./../../module/clothing/include/windows;./../../module/clothing/embedded/LowLevelCloth/include;./../../module/clothing/embedded/LowLevelCloth/src;./../../module/clothing/embedded;./../../module/clothing/src/simd;../../../PxShared/src/pvd/src;./../../module/clothing/embedded/LowLevelCloth/src/windows;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3Common_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)_x64.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win64;../../../PhysX_3.4/Lib/vc12win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)_x64.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc12win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <OutDir>./../../bin/vc12win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/APEX_Clothing/profile\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)PROFILE_x64</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /EHsc /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/clothing;./../../module/clothing/include;./../../module/clothing/include/autogen;./../../module/clothing/include/windows;./../../module/clothing/embedded/LowLevelCloth/include;./../../module/clothing/embedded/LowLevelCloth/src;./../../module/clothing/embedded;./../../module/clothing/src/simd;../../../PxShared/src/pvd/src;./../../module/clothing/embedded/LowLevelCloth/src/windows;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonPROFILE_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE_x64.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win64;../../../PhysX_3.4/Lib/vc12win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE_x64.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc12win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <OutDir>./../../bin/vc12win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/APEX_Clothing/checked\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)CHECKED_x64</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /EHsc /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/clothing;./../../module/clothing/include;./../../module/clothing/include/autogen;./../../module/clothing/include/windows;./../../module/clothing/embedded/LowLevelCloth/include;./../../module/clothing/embedded/LowLevelCloth/src;./../../module/clothing/embedded;./../../module/clothing/src/simd;../../../PxShared/src/pvd/src;./../../module/clothing/embedded/LowLevelCloth/src/windows;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonCHECKED_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED_x64.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win64;../../../PhysX_3.4/Lib/vc12win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED_x64.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc12win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <ItemGroup> - <ResourceCompile Include="..\resource\apex.rc"></ResourceCompile> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\clothing\src\simd\neon\NvNeonSimd4f.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\src\simd\neon\NvNeonSimd4i.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\src\simd\neon\NvNeonSimdTypes.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\clothing\src\simd\scalar\NvScalarSimd4f.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\src\simd\scalar\NvScalarSimd4i.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\src\simd\scalar\NvScalarSimdTypes.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\clothing\src\simd\sse2\NvSse2Simd4f.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\src\simd\sse2\NvSse2Simd4i.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\src\simd\sse2\NvSse2SimdTypes.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\clothing\src\simd\NvSimd4f.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\src\simd\NvSimd4i.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\src\simd\NvSimdTypes.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\clothing\src\autogen\ClothingActorParam.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\autogen\ClothingAssetParameters.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\autogen\ClothingCookedParam.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\autogen\ClothingCookedPhysX3Param.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\autogen\ClothingDebugRenderParams.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\autogen\ClothingGraphicalLodParameters.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\autogen\ClothingMaterialLibraryParameters.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\autogen\ClothingModuleParameters.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\autogen\ClothingPhysicalMeshParameters.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\autogen\ClothingPreviewParam.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\clothing\src\ClothingActorData.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\ClothingActorImpl.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\ClothingActorTasks.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\ClothingAssetAuthoringImpl.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\ClothingAssetData.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\ClothingAssetImpl.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\ClothingCollisionImpl.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\ClothingCooking.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\ClothingPhysicalMeshImpl.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\ClothingRenderProxyImpl.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\ClothingScene.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\CookingAbstract.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\ModuleClothingHelpers.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\ModuleClothingImpl.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\SimdMath.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\SimulationAbstract.cpp"></ClCompile> - <ClInclude Include="..\..\module\clothing\src\SimdMath.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\clothing\include\autogen\ClothingActorParam.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\autogen\ClothingAssetParameters.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\autogen\ClothingCookedParam.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\autogen\ClothingCookedPhysX3Param.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\autogen\ClothingDebugRenderParams.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\autogen\ClothingGraphicalLodParameters.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\autogen\ClothingMaterialLibraryParameters.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\autogen\ClothingModuleParameters.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\autogen\ClothingPhysicalMeshParameters.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\autogen\ClothingPreviewParam.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\autogen\ModuleClothingRegistration.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\clothing\include\AbstractMeshDescription.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingActorData.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingActorImpl.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingActorProxy.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingActorTasks.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingAssetAuthoringImpl.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingAssetData.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingAssetImpl.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingCollisionImpl.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingCooking.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingGlobals.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingPhysicalMeshImpl.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingPreviewProxy.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingRenderProxyImpl.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingScene.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothStructs.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\Cooking.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\CookingAbstract.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\CookingPhysX.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ModuleClothingHelpers.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ModuleClothingImpl.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ModuleEventDefs.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ModulePerfScope.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\Simulation.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\SimulationAbstract.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\include\clothing\ClothingActor.h"></ClInclude> - <ClInclude Include="..\..\include\clothing\ClothingAsset.h"></ClInclude> - <ClInclude Include="..\..\include\clothing\ClothingAssetAuthoring.h"></ClInclude> - <ClInclude Include="..\..\include\clothing\ClothingCollision.h"></ClInclude> - <ClInclude Include="..\..\include\clothing\ClothingPhysicalMesh.h"></ClInclude> - <ClInclude Include="..\..\include\clothing\ClothingPreview.h"></ClInclude> - <ClInclude Include="..\..\include\clothing\ClothingRenderProxy.h"></ClInclude> - <ClInclude Include="..\..\include\clothing\ClothingVelocityCallback.h"></ClInclude> - <ClInclude Include="..\..\include\clothing\ModuleClothing.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\common\src\ModuleProfileCommon.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\common\include\ModuleProfileCommon.h"></ClInclude> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\Cloth.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\Fabric.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\Factory.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\PhaseConfig.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\Range.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\Solver.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\Types.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\Allocator.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\Array.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\BoundingBox.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\ClothBase.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\ClothImpl.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\IndexPair.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\IterationState.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\MovingAverage.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\PointInterpolator.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\Simd4f.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\Simd4i.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SimdTypes.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\StackAllocator.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwCloth.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwClothData.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwCollision.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwCollisionHelpers.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwFabric.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwFactory.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwInterCollision.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwSelfCollision.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwSolver.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwSolverKernel.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\TripletScheduler.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\Vec4T.h"></ClInclude> - <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\Allocator.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\Factory.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\PhaseConfig.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwCloth.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwClothData.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwCollision.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwFabric.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwFactory.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwInterCollision.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwSelfCollision.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwSolver.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwSolverKernel.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\TripletScheduler.cpp"></ClCompile> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\clothing\embedded\CmPhysXCommon.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\CmTask.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\ExtClothConfig.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\ExtClothCoreUtilityTypes.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\ExtClothFabricCooker.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\ExtClothMeshQuadifier.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\ExtClothTetherCooker.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\PxClothFabric.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\PxClothMeshDesc.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\PxClothTypes.h"></ClInclude> - <ClCompile Include="..\..\module\clothing\embedded\Cooking.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\ExtClothFabricCooker.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\ExtClothGeodesicTetherCooker.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\ExtClothMeshQuadifier.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\ExtClothSimpleTetherCooker.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\Simulation.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <CustomBuild Include="..\..\module\clothing\embedded\LowLevelCloth\src\avx\SwSolveConstraints.cpp"> - <Command Condition="'$(Configuration)|$(Platform)'=='debug|x64'">cl.exe /c /Zi /Ox /MT /arch:AVX /Fd"$(TargetDir)\$(TargetName).pdb" /Fo$(IntermediateOutputPath)/avx/%(Filename).obj ..\..\module\clothing\embedded\LowLevelCloth\src\avx\SwSolveConstraints.cpp</Command> - <Message Condition="'$(Configuration)|$(Platform)'=='debug|x64'">Building %(Identity)</Message> - <Outputs Condition="'$(Configuration)|$(Platform)'=='debug|x64'">$(IntermediateOutputPath)/avx/%(Filename).obj;</Outputs> - <Command Condition="'$(Configuration)|$(Platform)'=='release|x64'">cl.exe /c /Zi /Ox /MT /arch:AVX /Fd"$(TargetDir)\$(TargetName).pdb" /Fo$(IntermediateOutputPath)/avx/%(Filename).obj ..\..\module\clothing\embedded\LowLevelCloth\src\avx\SwSolveConstraints.cpp</Command> - <Message Condition="'$(Configuration)|$(Platform)'=='release|x64'">Building %(Identity)</Message> - <Outputs Condition="'$(Configuration)|$(Platform)'=='release|x64'">$(IntermediateOutputPath)/avx/%(Filename).obj;</Outputs> - <Command Condition="'$(Configuration)|$(Platform)'=='profile|x64'">cl.exe /c /Zi /Ox /MT /arch:AVX /Fd"$(TargetDir)\$(TargetName).pdb" /Fo$(IntermediateOutputPath)/avx/%(Filename).obj ..\..\module\clothing\embedded\LowLevelCloth\src\avx\SwSolveConstraints.cpp</Command> - <Message Condition="'$(Configuration)|$(Platform)'=='profile|x64'">Building %(Identity)</Message> - <Outputs Condition="'$(Configuration)|$(Platform)'=='profile|x64'">$(IntermediateOutputPath)/avx/%(Filename).obj;</Outputs> - <Command Condition="'$(Configuration)|$(Platform)'=='checked|x64'">cl.exe /c /Zi /Ox /MT /arch:AVX /Fd"$(TargetDir)\$(TargetName).pdb" /Fo$(IntermediateOutputPath)/avx/%(Filename).obj ..\..\module\clothing\embedded\LowLevelCloth\src\avx\SwSolveConstraints.cpp</Command> - <Message Condition="'$(Configuration)|$(Platform)'=='checked|x64'">Building %(Identity)</Message> - <Outputs Condition="'$(Configuration)|$(Platform)'=='checked|x64'">$(IntermediateOutputPath)/avx/%(Filename).obj;</Outputs> - </CustomBuild> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc12win64/PxFoundation.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./ApexCommon.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./ApexShared.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc12win64/PsFastXml.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../NvParameterized/compiler/vc12win64-PhysX_3.4/NvParameterized.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc12win64/PxPvdSDK.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> +<Project DefaultTargets="Build" ToolsVersion="12.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="release|x64"> + <Configuration>release</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="profile|x64"> + <Configuration>profile</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="checked|x64"> + <Configuration>checked</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectGuid>{C549455E-94CC-81A4-1B87-FFA4D4785858}</ProjectGuid> + <RootNamespace>APEX_Clothing</RootNamespace> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v120</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v120</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v120</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v120</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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </ImportGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> + <OutDir>./../../bin/vc12win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/APEX_Clothing/debug\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)DEBUG_x64</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /EHsc /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/clothing;./../../module/clothing/include;./../../module/clothing/include/autogen;./../../module/clothing/include/windows;./../../module/clothing/embedded/LowLevelCloth/include;./../../module/clothing/embedded/LowLevelCloth/src;./../../module/clothing/embedded;./../../module/clothing/src/simd;../../../PxShared/src/pvd/src;./../../module/clothing/embedded/LowLevelCloth/src/windows;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonDEBUG_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)DEBUG_x64.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win64;../../../PhysX_3.4/Lib/vc12win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG_x64.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc12win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX64</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> + <OutDir>./../../bin/vc12win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/APEX_Clothing/release\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)_x64</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /EHsc /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/clothing;./../../module/clothing/include;./../../module/clothing/include/autogen;./../../module/clothing/include/windows;./../../module/clothing/embedded/LowLevelCloth/include;./../../module/clothing/embedded/LowLevelCloth/src;./../../module/clothing/embedded;./../../module/clothing/src/simd;../../../PxShared/src/pvd/src;./../../module/clothing/embedded/LowLevelCloth/src/windows;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3Common_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)_x64.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win64;../../../PhysX_3.4/Lib/vc12win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)_x64.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc12win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX64</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> + <OutDir>./../../bin/vc12win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/APEX_Clothing/profile\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)PROFILE_x64</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /EHsc /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/clothing;./../../module/clothing/include;./../../module/clothing/include/autogen;./../../module/clothing/include/windows;./../../module/clothing/embedded/LowLevelCloth/include;./../../module/clothing/embedded/LowLevelCloth/src;./../../module/clothing/embedded;./../../module/clothing/src/simd;../../../PxShared/src/pvd/src;./../../module/clothing/embedded/LowLevelCloth/src/windows;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonPROFILE_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)PROFILE_x64.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win64;../../../PhysX_3.4/Lib/vc12win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE_x64.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc12win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX64</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> + <OutDir>./../../bin/vc12win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/APEX_Clothing/checked\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)CHECKED_x64</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /EHsc /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/clothing;./../../module/clothing/include;./../../module/clothing/include/autogen;./../../module/clothing/include/windows;./../../module/clothing/embedded/LowLevelCloth/include;./../../module/clothing/embedded/LowLevelCloth/src;./../../module/clothing/embedded;./../../module/clothing/src/simd;../../../PxShared/src/pvd/src;./../../module/clothing/embedded/LowLevelCloth/src/windows;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonCHECKED_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)CHECKED_x64.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win64;../../../PhysX_3.4/Lib/vc12win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED_x64.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc12win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX64</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <ItemGroup> + <ResourceCompile Include="..\resource\apex.rc"> + </ResourceCompile> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\clothing\src\simd\neon\NvNeonSimd4f.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\src\simd\neon\NvNeonSimd4i.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\src\simd\neon\NvNeonSimdTypes.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\clothing\src\simd\scalar\NvScalarSimd4f.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\src\simd\scalar\NvScalarSimd4i.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\src\simd\scalar\NvScalarSimdTypes.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\clothing\src\simd\sse2\NvSse2Simd4f.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\src\simd\sse2\NvSse2Simd4i.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\src\simd\sse2\NvSse2SimdTypes.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\clothing\src\simd\NvSimd4f.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\src\simd\NvSimd4i.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\src\simd\NvSimdTypes.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\clothing\src\autogen\ClothingActorParam.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\autogen\ClothingAssetParameters.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\autogen\ClothingCookedParam.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\autogen\ClothingCookedPhysX3Param.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\autogen\ClothingDebugRenderParams.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\autogen\ClothingGraphicalLodParameters.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\autogen\ClothingMaterialLibraryParameters.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\autogen\ClothingModuleParameters.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\autogen\ClothingPhysicalMeshParameters.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\autogen\ClothingPreviewParam.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\clothing\src\ClothingActorData.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\ClothingActorImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\ClothingActorTasks.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\ClothingAssetAuthoringImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\ClothingAssetData.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\ClothingAssetImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\ClothingCollisionImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\ClothingCooking.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\ClothingPhysicalMeshImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\ClothingRenderProxyImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\ClothingScene.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\CookingAbstract.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\ModuleClothingHelpers.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\ModuleClothingImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\SimdMath.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\SimulationAbstract.cpp"> + </ClCompile> + <ClInclude Include="..\..\module\clothing\src\SimdMath.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\clothing\include\autogen\ClothingActorParam.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\autogen\ClothingAssetParameters.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\autogen\ClothingCookedParam.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\autogen\ClothingCookedPhysX3Param.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\autogen\ClothingDebugRenderParams.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\autogen\ClothingGraphicalLodParameters.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\autogen\ClothingMaterialLibraryParameters.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\autogen\ClothingModuleParameters.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\autogen\ClothingPhysicalMeshParameters.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\autogen\ClothingPreviewParam.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\autogen\ModuleClothingRegistration.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\clothing\include\AbstractMeshDescription.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingActorData.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingActorImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingActorProxy.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingActorTasks.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingAssetAuthoringImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingAssetData.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingAssetImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingCollisionImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingCooking.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingGlobals.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingPhysicalMeshImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingPreviewProxy.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingRenderProxyImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingScene.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothStructs.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\Cooking.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\CookingAbstract.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\CookingPhysX.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ModuleClothingHelpers.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ModuleClothingImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ModuleEventDefs.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ModulePerfScope.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\Simulation.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\SimulationAbstract.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\include\clothing\ClothingActor.h"> + </ClInclude> + <ClInclude Include="..\..\include\clothing\ClothingAsset.h"> + </ClInclude> + <ClInclude Include="..\..\include\clothing\ClothingAssetAuthoring.h"> + </ClInclude> + <ClInclude Include="..\..\include\clothing\ClothingCollision.h"> + </ClInclude> + <ClInclude Include="..\..\include\clothing\ClothingPhysicalMesh.h"> + </ClInclude> + <ClInclude Include="..\..\include\clothing\ClothingPreview.h"> + </ClInclude> + <ClInclude Include="..\..\include\clothing\ClothingRenderProxy.h"> + </ClInclude> + <ClInclude Include="..\..\include\clothing\ClothingVelocityCallback.h"> + </ClInclude> + <ClInclude Include="..\..\include\clothing\ModuleClothing.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\common\src\ModuleProfileCommon.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\common\include\ModuleProfileCommon.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\Cloth.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\Fabric.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\Factory.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\PhaseConfig.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\Range.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\Solver.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\Types.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\Allocator.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\Array.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\BoundingBox.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\ClothBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\ClothImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\IndexPair.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\IterationState.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\MovingAverage.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\PointInterpolator.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\Simd4f.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\Simd4i.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SimdTypes.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\StackAllocator.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwCloth.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwClothData.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwCollision.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwCollisionHelpers.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwFabric.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwFactory.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwInterCollision.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwSelfCollision.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwSolver.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwSolverKernel.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\TripletScheduler.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\Vec4T.h"> + </ClInclude> + <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\Allocator.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\Factory.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\PhaseConfig.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwCloth.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwClothData.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwCollision.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwFabric.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwFactory.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwInterCollision.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwSelfCollision.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwSolver.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwSolverKernel.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\TripletScheduler.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\clothing\embedded\CmPhysXCommon.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\CmTask.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\ExtClothConfig.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\ExtClothCoreUtilityTypes.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\ExtClothFabricCooker.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\ExtClothMeshQuadifier.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\ExtClothTetherCooker.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\PxClothFabric.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\PxClothMeshDesc.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\PxClothTypes.h"> + </ClInclude> + <ClCompile Include="..\..\module\clothing\embedded\Cooking.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\ExtClothFabricCooker.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\ExtClothGeodesicTetherCooker.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\ExtClothMeshQuadifier.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\ExtClothSimpleTetherCooker.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\Simulation.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="..\..\module\clothing\embedded\LowLevelCloth\src\avx\SwSolveConstraints.cpp"> + <Command Condition="'$(Configuration)|$(Platform)'=='debug|x64'">cl.exe /c /Zi /Ox /MT /arch:AVX /Fd"$(TargetDir)\$(TargetName).pdb" /Fo$(IntermediateOutputPath)/avx/%(Filename).obj ..\..\module\clothing\embedded\LowLevelCloth\src\avx\SwSolveConstraints.cpp</Command> + <Message Condition="'$(Configuration)|$(Platform)'=='debug|x64'">Building %(Identity)</Message> + <Outputs Condition="'$(Configuration)|$(Platform)'=='debug|x64'">$(IntermediateOutputPath)/avx/%(Filename).obj;</Outputs> + <Command Condition="'$(Configuration)|$(Platform)'=='release|x64'">cl.exe /c /Zi /Ox /MT /arch:AVX /Fd"$(TargetDir)\$(TargetName).pdb" /Fo$(IntermediateOutputPath)/avx/%(Filename).obj ..\..\module\clothing\embedded\LowLevelCloth\src\avx\SwSolveConstraints.cpp</Command> + <Message Condition="'$(Configuration)|$(Platform)'=='release|x64'">Building %(Identity)</Message> + <Outputs Condition="'$(Configuration)|$(Platform)'=='release|x64'">$(IntermediateOutputPath)/avx/%(Filename).obj;</Outputs> + <Command Condition="'$(Configuration)|$(Platform)'=='profile|x64'">cl.exe /c /Zi /Ox /MT /arch:AVX /Fd"$(TargetDir)\$(TargetName).pdb" /Fo$(IntermediateOutputPath)/avx/%(Filename).obj ..\..\module\clothing\embedded\LowLevelCloth\src\avx\SwSolveConstraints.cpp</Command> + <Message Condition="'$(Configuration)|$(Platform)'=='profile|x64'">Building %(Identity)</Message> + <Outputs Condition="'$(Configuration)|$(Platform)'=='profile|x64'">$(IntermediateOutputPath)/avx/%(Filename).obj;</Outputs> + <Command Condition="'$(Configuration)|$(Platform)'=='checked|x64'">cl.exe /c /Zi /Ox /MT /arch:AVX /Fd"$(TargetDir)\$(TargetName).pdb" /Fo$(IntermediateOutputPath)/avx/%(Filename).obj ..\..\module\clothing\embedded\LowLevelCloth\src\avx\SwSolveConstraints.cpp</Command> + <Message Condition="'$(Configuration)|$(Platform)'=='checked|x64'">Building %(Identity)</Message> + <Outputs Condition="'$(Configuration)|$(Platform)'=='checked|x64'">$(IntermediateOutputPath)/avx/%(Filename).obj;</Outputs> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc12win64/PxFoundation.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./ApexCommon.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./ApexShared.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc12win64/PsFastXml.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../NvParameterized/compiler/vc12win64-PhysX_3.4/NvParameterized.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc12win64/PxPvdSDK.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"></ImportGroup> </Project> diff --git a/APEX_1.4/compiler/vc12win64-PhysX_3.4/APEX_Destructible.vcxproj b/APEX_1.4/compiler/vc12win64-PhysX_3.4/APEX_Destructible.vcxproj index 6cebbde2..d0055d64 100644 --- a/APEX_1.4/compiler/vc12win64-PhysX_3.4/APEX_Destructible.vcxproj +++ b/APEX_1.4/compiler/vc12win64-PhysX_3.4/APEX_Destructible.vcxproj @@ -1,442 +1,546 @@ <?xml version="1.0" encoding="utf-8"?> -<Project - DefaultTargets="Build" - ToolsVersion="12.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="release|x64"> - <Configuration>release</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|x64"> - <Configuration>profile</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="checked|x64"> - <Configuration>checked</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{777EFDFD-2EF5-4F0E-2222-6F9A226C5709}</ProjectGuid> - <RootNamespace>APEX_Destructible</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='debug|x64'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v120</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='release|x64'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v120</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='profile|x64'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v120</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='checked|x64'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v120</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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <OutDir>./../../bin/vc12win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/APEX_Destructible/debug\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)DEBUG_x64</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include/destructible;./../../module/destructible/include;./../../module/destructible/include/autogen;./../../module/destructible/fracture;./../../module/destructible/fracture/Core;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonDEBUG_x64.lib;PhysX3DEBUG_x64.lib;PhysX3ExtensionsDEBUG.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG_x64.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win64;../../../PhysX_3.4/Lib/vc12win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG_x64.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc12win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <OutDir>./../../bin/vc12win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/APEX_Destructible/release\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)_x64</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include/destructible;./../../module/destructible/include;./../../module/destructible/include/autogen;./../../module/destructible/fracture;./../../module/destructible/fracture/Core;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3Common_x64.lib;PhysX3_x64.lib;PhysX3Extensions.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)_x64.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win64;../../../PhysX_3.4/Lib/vc12win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)_x64.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc12win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <OutDir>./../../bin/vc12win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/APEX_Destructible/profile\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)PROFILE_x64</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include/destructible;./../../module/destructible/include;./../../module/destructible/include/autogen;./../../module/destructible/fracture;./../../module/destructible/fracture/Core;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonPROFILE_x64.lib;PhysX3PROFILE_x64.lib;PhysX3ExtensionsPROFILE.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE_x64.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win64;../../../PhysX_3.4/Lib/vc12win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE_x64.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc12win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <OutDir>./../../bin/vc12win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/APEX_Destructible/checked\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)CHECKED_x64</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include/destructible;./../../module/destructible/include;./../../module/destructible/include/autogen;./../../module/destructible/fracture;./../../module/destructible/fracture/Core;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonCHECKED_x64.lib;PhysX3CHECKED_x64.lib;PhysX3ExtensionsCHECKED.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED_x64.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win64;../../../PhysX_3.4/Lib/vc12win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED_x64.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc12win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <ItemGroup> - <ResourceCompile Include="..\resource\apex.rc"></ResourceCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\destructible\src\autogen\CachedOverlaps.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleActorChunks.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleActorParam.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleActorState.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleAssetCollisionDataSet.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleAssetParameters.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleDebugRenderParams.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleModuleParameters.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\autogen\DestructiblePreviewParam.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\autogen\MeshCookedCollisionStream.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\autogen\MeshCookedCollisionStreamsAtScale.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\autogen\SurfaceTraceParameters.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\autogen\SurfaceTraceSetParameters.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\destructible\src\DestructibleActorImpl.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\DestructibleActorJointImpl.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\DestructibleAssetImpl.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\DestructiblePreviewImpl.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\DestructibleRenderableImpl.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\DestructibleScene.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\DestructibleSceneSyncParams.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\DestructibleStructure.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\DestructibleStructureStressSolver.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\ModuleDestructibleImpl.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\destructible\fracture\Core\ActorBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\CompoundBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\CompoundCreatorBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\CompoundGeometryBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\ConvexBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\Delaunay2dBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\Delaunay3dBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\FracturePatternBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\IceBoxPruningBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\IceRevisitedRadixBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\IslandDetectorBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\MeshBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\MeshClipperBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\PolygonTriangulatorBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\SimSceneBase.cpp"></ClCompile> - <ClInclude Include="..\..\module\destructible\fracture\Core\ActorBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\CompoundBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\CompoundCreatorBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\CompoundGeometryBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\ConvexBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\Delaunay2dBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\Delaunay3dBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\FracturePatternBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\IceBoxPruningBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\IceRevisitedRadixBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\IslandDetectorBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\MeshBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\MeshClipperBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\PolygonTriangulatorBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\SimSceneBase.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\destructible\fracture\Actor.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Compound.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\CompoundCreator.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\CompoundGeometry.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Convex.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Delaunay2d.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Delaunay3d.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\FracturePattern.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\IceBoxPruning.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\IceRevisitedRadix.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\IslandDetector.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Mesh.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\MeshClipper.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\PolygonTriangulator.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Renderable.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\SimScene.cpp"></ClCompile> - <ClInclude Include="..\..\module\destructible\fracture\Actor.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Compound.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\CompoundCreator.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\CompoundGeometry.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Convex.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Delaunay2d.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Delaunay3d.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\FracturePattern.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\IceBoxPruning.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\IceRevisitedRadix.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\IslandDetector.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Mesh.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\MeshClipper.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\PolygonTriangulator.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Renderable.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\RTdef.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\SimScene.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\destructible\include\autogen\CachedOverlaps.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleActorChunks.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleActorParam.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleActorState.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleAssetCollisionDataSet.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleAssetParameters.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleDebugRenderParams.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleModuleParameters.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\autogen\DestructiblePreviewParam.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\autogen\MeshCookedCollisionStream.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\autogen\MeshCookedCollisionStreamsAtScale.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\autogen\ModuleDestructibleRegistration.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\autogen\SurfaceTraceParameters.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\autogen\SurfaceTraceSetParameters.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\destructible\include\DestructibleActorImpl.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\DestructibleActorJointImpl.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\DestructibleActorJointProxy.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\DestructibleActorProxy.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\DestructibleActorUtils.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\DestructibleAssetImpl.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\DestructibleAssetProxy.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\DestructibleHelpers.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\DestructiblePreviewImpl.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\DestructiblePreviewProxy.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\DestructibleRenderableImpl.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\DestructibleScene.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\DestructibleStructure.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\DestructibleStructureStressSolver.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\ModuleDestructibleImpl.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\ModuleEventDefs.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\ModulePerfScope.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\include\destructible\DestructibleActor.h"></ClInclude> - <ClInclude Include="..\..\include\destructible\DestructibleActorJoint.h"></ClInclude> - <ClInclude Include="..\..\include\destructible\DestructibleAsset.h"></ClInclude> - <ClInclude Include="..\..\include\destructible\DestructiblePreview.h"></ClInclude> - <ClInclude Include="..\..\include\destructible\DestructibleRenderable.h"></ClInclude> - <ClInclude Include="..\..\include\destructible\ExplicitHierarchicalMesh.h"></ClInclude> - <ClInclude Include="..\..\include\destructible\FractureToolsAPI.h"></ClInclude> - <ClInclude Include="..\..\include\destructible\FractureToolsStructs.h"></ClInclude> - <ClInclude Include="..\..\include\destructible\ModuleDestructible.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\common\src\ModuleProfileCommon.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\common\include\ModuleProfileCommon.h"></ClInclude> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc12win64/PxFoundation.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./ApexCommon.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./ApexShared.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc12win64/PsFastXml.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../NvParameterized/compiler/vc12win64-PhysX_3.4/NvParameterized.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc12win64/PxPvdSDK.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> +<Project DefaultTargets="Build" ToolsVersion="12.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="release|x64"> + <Configuration>release</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="profile|x64"> + <Configuration>profile</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="checked|x64"> + <Configuration>checked</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectGuid>{777EFDFD-2EF5-4F0E-2222-6F9A226C5709}</ProjectGuid> + <RootNamespace>APEX_Destructible</RootNamespace> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v120</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v120</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v120</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v120</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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </ImportGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> + <OutDir>./../../bin/vc12win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/APEX_Destructible/debug\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)DEBUG_x64</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include/destructible;./../../module/destructible/include;./../../module/destructible/include/autogen;./../../module/destructible/fracture;./../../module/destructible/fracture/Core;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonDEBUG_x64.lib;PhysX3DEBUG_x64.lib;PhysX3ExtensionsDEBUG.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)DEBUG_x64.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win64;../../../PhysX_3.4/Lib/vc12win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG_x64.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc12win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX64</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> + <OutDir>./../../bin/vc12win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/APEX_Destructible/release\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)_x64</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include/destructible;./../../module/destructible/include;./../../module/destructible/include/autogen;./../../module/destructible/fracture;./../../module/destructible/fracture/Core;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3Common_x64.lib;PhysX3_x64.lib;PhysX3Extensions.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)_x64.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win64;../../../PhysX_3.4/Lib/vc12win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)_x64.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc12win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX64</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> + <OutDir>./../../bin/vc12win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/APEX_Destructible/profile\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)PROFILE_x64</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include/destructible;./../../module/destructible/include;./../../module/destructible/include/autogen;./../../module/destructible/fracture;./../../module/destructible/fracture/Core;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonPROFILE_x64.lib;PhysX3PROFILE_x64.lib;PhysX3ExtensionsPROFILE.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)PROFILE_x64.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win64;../../../PhysX_3.4/Lib/vc12win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE_x64.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc12win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX64</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> + <OutDir>./../../bin/vc12win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/APEX_Destructible/checked\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)CHECKED_x64</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include/destructible;./../../module/destructible/include;./../../module/destructible/include/autogen;./../../module/destructible/fracture;./../../module/destructible/fracture/Core;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonCHECKED_x64.lib;PhysX3CHECKED_x64.lib;PhysX3ExtensionsCHECKED.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)CHECKED_x64.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win64;../../../PhysX_3.4/Lib/vc12win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED_x64.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc12win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX64</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <ItemGroup> + <ResourceCompile Include="..\resource\apex.rc"> + </ResourceCompile> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\destructible\src\autogen\CachedOverlaps.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleActorChunks.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleActorParam.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleActorState.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleAssetCollisionDataSet.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleAssetParameters.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleDebugRenderParams.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleModuleParameters.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\autogen\DestructiblePreviewParam.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\autogen\MeshCookedCollisionStream.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\autogen\MeshCookedCollisionStreamsAtScale.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\autogen\SurfaceTraceParameters.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\autogen\SurfaceTraceSetParameters.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\destructible\src\DestructibleActorImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\DestructibleActorJointImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\DestructibleAssetImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\DestructiblePreviewImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\DestructibleRenderableImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\DestructibleScene.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\DestructibleSceneSyncParams.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\DestructibleStructure.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\DestructibleStructureStressSolver.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\ModuleDestructibleImpl.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\destructible\fracture\Core\ActorBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\CompoundBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\CompoundCreatorBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\CompoundGeometryBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\ConvexBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\Delaunay2dBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\Delaunay3dBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\FracturePatternBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\IceBoxPruningBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\IceRevisitedRadixBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\IslandDetectorBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\MeshBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\MeshClipperBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\PolygonTriangulatorBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\SimSceneBase.cpp"> + </ClCompile> + <ClInclude Include="..\..\module\destructible\fracture\Core\ActorBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\CompoundBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\CompoundCreatorBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\CompoundGeometryBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\ConvexBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\Delaunay2dBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\Delaunay3dBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\FracturePatternBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\IceBoxPruningBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\IceRevisitedRadixBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\IslandDetectorBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\MeshBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\MeshClipperBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\PolygonTriangulatorBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\SimSceneBase.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\destructible\fracture\Actor.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Compound.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\CompoundCreator.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\CompoundGeometry.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Convex.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Delaunay2d.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Delaunay3d.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\FracturePattern.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\IceBoxPruning.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\IceRevisitedRadix.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\IslandDetector.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Mesh.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\MeshClipper.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\PolygonTriangulator.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Renderable.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\SimScene.cpp"> + </ClCompile> + <ClInclude Include="..\..\module\destructible\fracture\Actor.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Compound.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\CompoundCreator.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\CompoundGeometry.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Convex.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Delaunay2d.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Delaunay3d.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\FracturePattern.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\IceBoxPruning.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\IceRevisitedRadix.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\IslandDetector.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Mesh.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\MeshClipper.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\PolygonTriangulator.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Renderable.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\RTdef.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\SimScene.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\destructible\include\autogen\CachedOverlaps.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleActorChunks.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleActorParam.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleActorState.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleAssetCollisionDataSet.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleAssetParameters.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleDebugRenderParams.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleModuleParameters.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\autogen\DestructiblePreviewParam.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\autogen\MeshCookedCollisionStream.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\autogen\MeshCookedCollisionStreamsAtScale.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\autogen\ModuleDestructibleRegistration.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\autogen\SurfaceTraceParameters.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\autogen\SurfaceTraceSetParameters.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\destructible\include\DestructibleActorImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\DestructibleActorJointImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\DestructibleActorJointProxy.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\DestructibleActorProxy.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\DestructibleActorUtils.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\DestructibleAssetImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\DestructibleAssetProxy.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\DestructibleHelpers.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\DestructiblePreviewImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\DestructiblePreviewProxy.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\DestructibleRenderableImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\DestructibleScene.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\DestructibleStructure.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\DestructibleStructureStressSolver.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\ModuleDestructibleImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\ModuleEventDefs.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\ModulePerfScope.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\include\destructible\DestructibleActor.h"> + </ClInclude> + <ClInclude Include="..\..\include\destructible\DestructibleActorJoint.h"> + </ClInclude> + <ClInclude Include="..\..\include\destructible\DestructibleAsset.h"> + </ClInclude> + <ClInclude Include="..\..\include\destructible\DestructiblePreview.h"> + </ClInclude> + <ClInclude Include="..\..\include\destructible\DestructibleRenderable.h"> + </ClInclude> + <ClInclude Include="..\..\include\destructible\ExplicitHierarchicalMesh.h"> + </ClInclude> + <ClInclude Include="..\..\include\destructible\FractureToolsAPI.h"> + </ClInclude> + <ClInclude Include="..\..\include\destructible\FractureToolsStructs.h"> + </ClInclude> + <ClInclude Include="..\..\include\destructible\ModuleDestructible.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\common\src\ModuleProfileCommon.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\common\include\ModuleProfileCommon.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc12win64/PxFoundation.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./ApexCommon.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./ApexShared.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc12win64/PsFastXml.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../NvParameterized/compiler/vc12win64-PhysX_3.4/NvParameterized.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc12win64/PxPvdSDK.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"></ImportGroup> </Project> diff --git a/APEX_1.4/compiler/vc12win64-PhysX_3.4/APEX_Legacy.vcxproj b/APEX_1.4/compiler/vc12win64-PhysX_3.4/APEX_Legacy.vcxproj index c9b1c091..16d5f27e 100644 --- a/APEX_1.4/compiler/vc12win64-PhysX_3.4/APEX_Legacy.vcxproj +++ b/APEX_1.4/compiler/vc12win64-PhysX_3.4/APEX_Legacy.vcxproj @@ -1,857 +1,1371 @@ <?xml version="1.0" encoding="utf-8"?> -<Project - DefaultTargets="Build" - ToolsVersion="12.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="release|x64"> - <Configuration>release</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|x64"> - <Configuration>profile</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="checked|x64"> - <Configuration>checked</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{E234DAF8-81E8-8FFC-FCE6-2CA09C768D36}</ProjectGuid> - <RootNamespace>APEX_Legacy</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='debug|x64'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v120</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='release|x64'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v120</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='profile|x64'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v120</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='checked|x64'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v120</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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <OutDir>./../../bin/vc12win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/APEX_Legacy/debug\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)DEBUG_x64</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../module/Test_legacy/include;./../../module/Test_legacy/include/autogen;./../../module/destructible_legacy/include;./../../module/destructible_legacy/include/autogen;./../../module/framework_legacy/include;./../../module/framework_legacy/include/autogen;./../../module/clothing_legacy/include;./../../module/clothing_legacy/include/autogen;./../../module/common_legacy/include;./../../module/common_legacy/include/autogen;./../../framework/include;./../../framework/include/autogen;./../../module/clothing/include;./../../module/clothing/include/autogen;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NV_PARAMETERIZED_HIDE_DESCRIPTIONS=1;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>PhysX3CommonDEBUG_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG_x64.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win64;../../../PhysX_3.4/Lib/vc12win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG_x64.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc12win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <OutDir>./../../bin/vc12win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/APEX_Legacy/release\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)_x64</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../module/Test_legacy/include;./../../module/Test_legacy/include/autogen;./../../module/destructible_legacy/include;./../../module/destructible_legacy/include/autogen;./../../module/framework_legacy/include;./../../module/framework_legacy/include/autogen;./../../module/clothing_legacy/include;./../../module/clothing_legacy/include/autogen;./../../module/common_legacy/include;./../../module/common_legacy/include/autogen;./../../framework/include;./../../framework/include/autogen;./../../module/clothing/include;./../../module/clothing/include/autogen;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NV_PARAMETERIZED_HIDE_DESCRIPTIONS=1;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>PhysX3Common_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)_x64.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win64;../../../PhysX_3.4/Lib/vc12win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)_x64.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc12win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <OutDir>./../../bin/vc12win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/APEX_Legacy/profile\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)PROFILE_x64</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../module/Test_legacy/include;./../../module/Test_legacy/include/autogen;./../../module/destructible_legacy/include;./../../module/destructible_legacy/include/autogen;./../../module/framework_legacy/include;./../../module/framework_legacy/include/autogen;./../../module/clothing_legacy/include;./../../module/clothing_legacy/include/autogen;./../../module/common_legacy/include;./../../module/common_legacy/include/autogen;./../../framework/include;./../../framework/include/autogen;./../../module/clothing/include;./../../module/clothing/include/autogen;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NV_PARAMETERIZED_HIDE_DESCRIPTIONS=1;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>PhysX3CommonPROFILE_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE_x64.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win64;../../../PhysX_3.4/Lib/vc12win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE_x64.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc12win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <OutDir>./../../bin/vc12win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/APEX_Legacy/checked\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)CHECKED_x64</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../module/Test_legacy/include;./../../module/Test_legacy/include/autogen;./../../module/destructible_legacy/include;./../../module/destructible_legacy/include/autogen;./../../module/framework_legacy/include;./../../module/framework_legacy/include/autogen;./../../module/clothing_legacy/include;./../../module/clothing_legacy/include/autogen;./../../module/common_legacy/include;./../../module/common_legacy/include/autogen;./../../framework/include;./../../framework/include/autogen;./../../module/clothing/include;./../../module/clothing/include/autogen;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NV_PARAMETERIZED_HIDE_DESCRIPTIONS=1;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>PhysX3CommonCHECKED_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED_x64.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win64;../../../PhysX_3.4/Lib/vc12win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED_x64.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc12win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <ItemGroup> - <ResourceCompile Include="..\resource\apex.rc"></ResourceCompile> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\CachedOverlaps_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\CachedOverlaps_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorChunks_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p10.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p11.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p12.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p13.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p14.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p15.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p16.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p17.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p18.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p19.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p20.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p21.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p22.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p23.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p24.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p25.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p26.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p27.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p28.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p29.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p30.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p31.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p32.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p6.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p7.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p8.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p9.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorState_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorState_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorState_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorState_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorState_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetCollisionDataSet_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p10.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p11.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p12.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p13.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p14.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p15.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p16.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p17.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p18.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p19.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p20.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p21.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p22.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p23.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p24.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p25.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p26.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p6.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p7.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p8.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p9.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleDebugRenderParams_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleModuleParameters_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleModuleParameters_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleModuleParameters_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleModuleParameters_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructiblePreviewParam_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\MeshCookedCollisionStreamsAtScale_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\MeshCookedCollisionStream_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\ModuleDestructibleLegacyRegistration.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\SurfaceTraceParameters_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\SurfaceTraceSetParameters_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\SurfaceTraceSetParameters_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\SurfaceTraceSetParameters_0p2.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionCachedOverlaps_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p10_0p11.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p11_0p12.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p12_0p13.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p13_0p14.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p14_0p15.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p15_0p16.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p16_0p17.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p17_0p18.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p18_0p19.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p19_0p20.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p1_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p20_0p21.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p21_0p22.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p22_0p23.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p23_0p24.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p24_0p25.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p25_0p26.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p26_0p27.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p27_0p28.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p28_0p29.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p29_0p30.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p2_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p30_0p31.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p31_0p32.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p3_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p4_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p5_0p6.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p6_0p7.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p7_0p8.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p8_0p9.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p9_0p10.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorState_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorState_0p1_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorState_0p2_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorState_0p3_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p10_0p11.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p11_0p12.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p12_0p13.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p13_0p14.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p14_0p15.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p15_0p16.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p16_0p17.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p17_0p18.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p18_0p19.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p19_0p20.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p1_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p20_0p21.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p21_0p22.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p22_0p23.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p23_0p24.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p24_0p25.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p25_0p26.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p2_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p3_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p4_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p5_0p6.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p6_0p7.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p7_0p8.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p8_0p9.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p9_0p10.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleModuleParameters_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleModuleParameters_0p1_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleModuleParameters_0p2_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionSurfaceTraceSetParameters_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionSurfaceTraceSetParameters_0p1_0p2.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\CachedOverlaps_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\CachedOverlaps_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorChunks_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p10.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p11.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p12.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p13.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p14.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p15.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p16.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p17.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p18.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p19.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p2.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p20.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p21.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p22.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p23.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p24.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p25.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p26.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p27.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p28.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p29.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p3.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p30.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p31.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p32.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p4.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p5.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p6.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p7.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p8.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p9.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorState_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorState_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorState_0p2.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorState_0p3.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorState_0p4.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetCollisionDataSet_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p10.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p11.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p12.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p13.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p14.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p15.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p16.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p17.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p18.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p19.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p2.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p20.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p21.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p22.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p23.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p24.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p25.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p26.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p3.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p4.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p5.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p6.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p7.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p8.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p9.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleDebugRenderParams_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleModuleParameters_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleModuleParameters_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleModuleParameters_0p2.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleModuleParameters_0p3.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructiblePreviewParam_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\MeshCookedCollisionStreamsAtScale_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\MeshCookedCollisionStream_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\ModuleDestructibleLegacy.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\SurfaceTraceParameters_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\SurfaceTraceSetParameters_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\SurfaceTraceSetParameters_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\SurfaceTraceSetParameters_0p2.cpp"></ClCompile> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferF32x1_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferF32x2_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferF32x3_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferF32x4_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferF32x4_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU16x1_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU16x2_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU16x3_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU16x4_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU32x1_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU32x2_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU32x3_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU32x4_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU8x1_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU8x2_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU8x3_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU8x4_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\ModuleFrameworkLegacyRegistration.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\RenderMeshAssetParameters_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\SubmeshParameters_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\SubmeshParameters_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\SurfaceBufferParameters_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\VertexBufferParameters_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\VertexBufferParameters_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\VertexFormatParameters_0p0.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\framework_legacy\include\ConversionBufferF32x4_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\ConversionSubmeshParameters_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\ConversionVertexBufferParameters_0p0_0p1.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferF32x1_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferF32x2_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferF32x3_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferF32x4_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferF32x4_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU16x1_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU16x2_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU16x3_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU16x4_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU32x1_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU32x2_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU32x3_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU32x4_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU8x1_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU8x2_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU8x3_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU8x4_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\ModuleFrameworkLegacy.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\RenderMeshAssetParameters_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\SubmeshParameters_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\SubmeshParameters_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\SurfaceBufferParameters_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\VertexBufferParameters_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\VertexBufferParameters_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\VertexFormatParameters_0p0.cpp"></ClCompile> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p10.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p11.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p12.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p13.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p14.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p15.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p16.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p17.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p18.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p6.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p7.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p8.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p9.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p10.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p11.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p12.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p13.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p14.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p6.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p7.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p8.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p9.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedParam_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedParam_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedParam_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedParam_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedPhysX3Param_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedPhysX3Param_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedPhysX3Param_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedPhysX3Param_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedPhysX3Param_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedPhysX3Param_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingDebugRenderParams_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingGraphicalLodParameters_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingGraphicalLodParameters_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingGraphicalLodParameters_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingGraphicalLodParameters_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingGraphicalLodParameters_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingGraphicalLodParameters_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p10.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p11.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p12.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p13.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p14.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p6.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p7.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p8.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p9.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingModuleParameters_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p10.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p11.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p6.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p7.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p8.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p9.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPreviewParam_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ModuleClothingLegacyRegistration.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p10_0p11.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p11_0p12.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p12_0p13.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p13_0p14.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p14_0p15.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p15_0p16.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p16_0p17.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p17_0p18.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p1_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p2_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p3_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p4_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p5_0p6.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p6_0p7.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p7_0p8.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p8_0p9.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p9_0p10.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p10_0p11.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p11_0p12.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p12_0p13.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p13_0p14.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p1_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p2_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p3_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p4_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p5_0p6.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p6_0p7.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p7_0p8.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p8_0p9.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p9_0p10.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedParam_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedParam_0p1_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedParam_0p2_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedPhysX3Param_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedPhysX3Param_0p1_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedPhysX3Param_0p2_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedPhysX3Param_0p3_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedPhysX3Param_0p4_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingGraphicalLodParameters_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingGraphicalLodParameters_0p1_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingGraphicalLodParameters_0p2_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingGraphicalLodParameters_0p3_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingGraphicalLodParameters_0p4_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p10_0p11.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p11_0p12.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p12_0p13.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p13_0p14.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p1_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p2_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p3_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p4_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p5_0p6.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p6_0p7.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p7_0p8.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p8_0p9.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p9_0p10.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p10_0p11.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p1_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p2_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p3_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p4_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p5_0p6.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p6_0p7.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p7_0p8.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p8_0p9.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p9_0p10.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p10.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p11.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p12.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p13.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p14.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p15.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p16.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p17.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p18.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p2.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p3.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p4.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p5.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p6.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p7.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p8.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p9.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p10.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p11.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p12.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p13.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p14.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p2.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p3.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p4.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p5.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p6.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p7.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p8.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p9.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedParam_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedParam_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedParam_0p2.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedParam_0p3.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedPhysX3Param_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedPhysX3Param_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedPhysX3Param_0p2.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedPhysX3Param_0p3.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedPhysX3Param_0p4.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedPhysX3Param_0p5.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingDebugRenderParams_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingGraphicalLodParameters_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingGraphicalLodParameters_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingGraphicalLodParameters_0p2.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingGraphicalLodParameters_0p3.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingGraphicalLodParameters_0p4.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingGraphicalLodParameters_0p5.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p10.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p11.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p12.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p13.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p14.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p2.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p3.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p4.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p5.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p6.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p7.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p8.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p9.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingModuleParameters_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p10.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p11.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p2.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p3.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p4.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p5.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p6.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p7.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p8.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p9.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPreviewParam_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ModuleClothingLegacy.cpp"></ClCompile> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\common_legacy\include\autogen\ConvexHullParameters_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\common_legacy\include\autogen\ConvexHullParameters_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\common_legacy\include\autogen\DebugColorParams_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\common_legacy\include\autogen\DebugRenderParams_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\common_legacy\include\autogen\ModuleCommonLegacyRegistration.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\common_legacy\include\ConversionConvexHullParameters_0p0_0p1.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\common_legacy\src\autogen\ConvexHullParameters_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\common_legacy\src\autogen\ConvexHullParameters_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\common_legacy\src\autogen\DebugColorParams_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\common_legacy\src\autogen\DebugRenderParams_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\common_legacy\src\autogen\ModuleCommonLegacy.cpp"></ClCompile> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\legacy\src\ModuleLegacy.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\include\legacy\ModuleIofxLegacy.h"></ClInclude> - <ClInclude Include="..\..\include\legacy\ModuleLegacy.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc12win64/PxFoundation.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../NvParameterized/compiler/vc12win64-PhysX_3.4/NvParameterized.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc12win64/PxTask.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./ApexShared.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./ApexCommon.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> +<Project DefaultTargets="Build" ToolsVersion="12.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="release|x64"> + <Configuration>release</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="profile|x64"> + <Configuration>profile</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="checked|x64"> + <Configuration>checked</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectGuid>{E234DAF8-81E8-8FFC-FCE6-2CA09C768D36}</ProjectGuid> + <RootNamespace>APEX_Legacy</RootNamespace> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v120</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v120</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v120</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v120</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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </ImportGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> + <OutDir>./../../bin/vc12win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/APEX_Legacy/debug\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)DEBUG_x64</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../module/Test_legacy/include;./../../module/Test_legacy/include/autogen;./../../module/destructible_legacy/include;./../../module/destructible_legacy/include/autogen;./../../module/framework_legacy/include;./../../module/framework_legacy/include/autogen;./../../module/clothing_legacy/include;./../../module/clothing_legacy/include/autogen;./../../module/common_legacy/include;./../../module/common_legacy/include/autogen;./../../framework/include;./../../framework/include/autogen;./../../module/clothing/include;./../../module/clothing/include/autogen;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NV_PARAMETERIZED_HIDE_DESCRIPTIONS=1;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>PhysX3CommonDEBUG_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)DEBUG_x64.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win64;../../../PhysX_3.4/Lib/vc12win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG_x64.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc12win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX64</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> + <OutDir>./../../bin/vc12win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/APEX_Legacy/release\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)_x64</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../module/Test_legacy/include;./../../module/Test_legacy/include/autogen;./../../module/destructible_legacy/include;./../../module/destructible_legacy/include/autogen;./../../module/framework_legacy/include;./../../module/framework_legacy/include/autogen;./../../module/clothing_legacy/include;./../../module/clothing_legacy/include/autogen;./../../module/common_legacy/include;./../../module/common_legacy/include/autogen;./../../framework/include;./../../framework/include/autogen;./../../module/clothing/include;./../../module/clothing/include/autogen;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NV_PARAMETERIZED_HIDE_DESCRIPTIONS=1;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>PhysX3Common_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)_x64.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win64;../../../PhysX_3.4/Lib/vc12win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)_x64.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc12win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX64</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> + <OutDir>./../../bin/vc12win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/APEX_Legacy/profile\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)PROFILE_x64</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../module/Test_legacy/include;./../../module/Test_legacy/include/autogen;./../../module/destructible_legacy/include;./../../module/destructible_legacy/include/autogen;./../../module/framework_legacy/include;./../../module/framework_legacy/include/autogen;./../../module/clothing_legacy/include;./../../module/clothing_legacy/include/autogen;./../../module/common_legacy/include;./../../module/common_legacy/include/autogen;./../../framework/include;./../../framework/include/autogen;./../../module/clothing/include;./../../module/clothing/include/autogen;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NV_PARAMETERIZED_HIDE_DESCRIPTIONS=1;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>PhysX3CommonPROFILE_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)PROFILE_x64.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win64;../../../PhysX_3.4/Lib/vc12win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE_x64.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc12win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX64</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> + <OutDir>./../../bin/vc12win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/APEX_Legacy/checked\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)CHECKED_x64</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../module/Test_legacy/include;./../../module/Test_legacy/include/autogen;./../../module/destructible_legacy/include;./../../module/destructible_legacy/include/autogen;./../../module/framework_legacy/include;./../../module/framework_legacy/include/autogen;./../../module/clothing_legacy/include;./../../module/clothing_legacy/include/autogen;./../../module/common_legacy/include;./../../module/common_legacy/include/autogen;./../../framework/include;./../../framework/include/autogen;./../../module/clothing/include;./../../module/clothing/include/autogen;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NV_PARAMETERIZED_HIDE_DESCRIPTIONS=1;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>PhysX3CommonCHECKED_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)CHECKED_x64.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win64;../../../PhysX_3.4/Lib/vc12win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED_x64.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc12win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX64</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <ItemGroup> + <ResourceCompile Include="..\resource\apex.rc"> + </ResourceCompile> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\CachedOverlaps_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\CachedOverlaps_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorChunks_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p10.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p11.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p12.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p13.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p14.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p15.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p16.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p17.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p18.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p19.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p20.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p21.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p22.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p23.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p24.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p25.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p26.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p27.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p28.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p29.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p30.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p31.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p32.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p6.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p7.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p8.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p9.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorState_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorState_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorState_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorState_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorState_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetCollisionDataSet_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p10.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p11.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p12.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p13.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p14.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p15.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p16.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p17.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p18.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p19.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p20.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p21.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p22.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p23.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p24.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p25.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p26.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p6.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p7.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p8.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p9.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleDebugRenderParams_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleModuleParameters_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleModuleParameters_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleModuleParameters_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleModuleParameters_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructiblePreviewParam_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\MeshCookedCollisionStreamsAtScale_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\MeshCookedCollisionStream_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\ModuleDestructibleLegacyRegistration.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\SurfaceTraceParameters_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\SurfaceTraceSetParameters_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\SurfaceTraceSetParameters_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\SurfaceTraceSetParameters_0p2.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionCachedOverlaps_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p10_0p11.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p11_0p12.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p12_0p13.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p13_0p14.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p14_0p15.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p15_0p16.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p16_0p17.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p17_0p18.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p18_0p19.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p19_0p20.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p1_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p20_0p21.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p21_0p22.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p22_0p23.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p23_0p24.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p24_0p25.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p25_0p26.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p26_0p27.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p27_0p28.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p28_0p29.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p29_0p30.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p2_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p30_0p31.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p31_0p32.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p3_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p4_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p5_0p6.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p6_0p7.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p7_0p8.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p8_0p9.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p9_0p10.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorState_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorState_0p1_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorState_0p2_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorState_0p3_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p10_0p11.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p11_0p12.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p12_0p13.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p13_0p14.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p14_0p15.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p15_0p16.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p16_0p17.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p17_0p18.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p18_0p19.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p19_0p20.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p1_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p20_0p21.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p21_0p22.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p22_0p23.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p23_0p24.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p24_0p25.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p25_0p26.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p2_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p3_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p4_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p5_0p6.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p6_0p7.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p7_0p8.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p8_0p9.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p9_0p10.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleModuleParameters_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleModuleParameters_0p1_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleModuleParameters_0p2_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionSurfaceTraceSetParameters_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionSurfaceTraceSetParameters_0p1_0p2.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\CachedOverlaps_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\CachedOverlaps_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorChunks_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p10.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p11.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p12.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p13.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p14.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p15.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p16.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p17.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p18.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p19.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p2.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p20.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p21.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p22.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p23.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p24.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p25.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p26.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p27.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p28.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p29.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p3.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p30.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p31.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p32.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p4.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p5.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p6.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p7.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p8.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p9.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorState_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorState_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorState_0p2.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorState_0p3.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorState_0p4.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetCollisionDataSet_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p10.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p11.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p12.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p13.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p14.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p15.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p16.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p17.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p18.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p19.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p2.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p20.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p21.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p22.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p23.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p24.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p25.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p26.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p3.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p4.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p5.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p6.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p7.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p8.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p9.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleDebugRenderParams_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleModuleParameters_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleModuleParameters_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleModuleParameters_0p2.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleModuleParameters_0p3.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructiblePreviewParam_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\MeshCookedCollisionStreamsAtScale_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\MeshCookedCollisionStream_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\ModuleDestructibleLegacy.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\SurfaceTraceParameters_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\SurfaceTraceSetParameters_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\SurfaceTraceSetParameters_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\SurfaceTraceSetParameters_0p2.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferF32x1_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferF32x2_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferF32x3_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferF32x4_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferF32x4_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU16x1_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU16x2_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU16x3_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU16x4_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU32x1_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU32x2_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU32x3_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU32x4_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU8x1_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU8x2_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU8x3_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU8x4_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\ModuleFrameworkLegacyRegistration.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\RenderMeshAssetParameters_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\SubmeshParameters_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\SubmeshParameters_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\SurfaceBufferParameters_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\VertexBufferParameters_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\VertexBufferParameters_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\VertexFormatParameters_0p0.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\framework_legacy\include\ConversionBufferF32x4_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\ConversionSubmeshParameters_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\ConversionVertexBufferParameters_0p0_0p1.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferF32x1_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferF32x2_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferF32x3_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferF32x4_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferF32x4_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU16x1_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU16x2_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU16x3_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU16x4_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU32x1_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU32x2_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU32x3_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU32x4_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU8x1_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU8x2_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU8x3_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU8x4_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\ModuleFrameworkLegacy.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\RenderMeshAssetParameters_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\SubmeshParameters_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\SubmeshParameters_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\SurfaceBufferParameters_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\VertexBufferParameters_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\VertexBufferParameters_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\VertexFormatParameters_0p0.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p10.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p11.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p12.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p13.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p14.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p15.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p16.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p17.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p18.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p6.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p7.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p8.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p9.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p10.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p11.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p12.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p13.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p14.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p6.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p7.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p8.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p9.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedParam_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedParam_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedParam_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedParam_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedPhysX3Param_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedPhysX3Param_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedPhysX3Param_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedPhysX3Param_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedPhysX3Param_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedPhysX3Param_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingDebugRenderParams_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingGraphicalLodParameters_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingGraphicalLodParameters_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingGraphicalLodParameters_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingGraphicalLodParameters_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingGraphicalLodParameters_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingGraphicalLodParameters_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p10.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p11.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p12.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p13.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p14.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p6.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p7.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p8.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p9.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingModuleParameters_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p10.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p11.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p6.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p7.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p8.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p9.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPreviewParam_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ModuleClothingLegacyRegistration.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p10_0p11.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p11_0p12.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p12_0p13.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p13_0p14.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p14_0p15.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p15_0p16.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p16_0p17.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p17_0p18.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p1_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p2_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p3_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p4_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p5_0p6.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p6_0p7.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p7_0p8.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p8_0p9.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p9_0p10.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p10_0p11.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p11_0p12.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p12_0p13.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p13_0p14.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p1_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p2_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p3_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p4_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p5_0p6.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p6_0p7.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p7_0p8.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p8_0p9.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p9_0p10.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedParam_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedParam_0p1_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedParam_0p2_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedPhysX3Param_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedPhysX3Param_0p1_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedPhysX3Param_0p2_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedPhysX3Param_0p3_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedPhysX3Param_0p4_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingGraphicalLodParameters_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingGraphicalLodParameters_0p1_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingGraphicalLodParameters_0p2_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingGraphicalLodParameters_0p3_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingGraphicalLodParameters_0p4_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p10_0p11.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p11_0p12.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p12_0p13.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p13_0p14.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p1_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p2_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p3_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p4_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p5_0p6.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p6_0p7.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p7_0p8.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p8_0p9.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p9_0p10.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p10_0p11.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p1_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p2_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p3_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p4_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p5_0p6.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p6_0p7.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p7_0p8.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p8_0p9.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p9_0p10.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p10.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p11.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p12.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p13.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p14.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p15.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p16.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p17.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p18.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p2.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p3.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p4.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p5.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p6.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p7.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p8.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p9.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p10.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p11.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p12.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p13.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p14.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p2.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p3.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p4.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p5.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p6.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p7.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p8.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p9.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedParam_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedParam_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedParam_0p2.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedParam_0p3.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedPhysX3Param_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedPhysX3Param_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedPhysX3Param_0p2.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedPhysX3Param_0p3.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedPhysX3Param_0p4.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedPhysX3Param_0p5.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingDebugRenderParams_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingGraphicalLodParameters_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingGraphicalLodParameters_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingGraphicalLodParameters_0p2.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingGraphicalLodParameters_0p3.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingGraphicalLodParameters_0p4.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingGraphicalLodParameters_0p5.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p10.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p11.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p12.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p13.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p14.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p2.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p3.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p4.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p5.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p6.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p7.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p8.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p9.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingModuleParameters_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p10.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p11.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p2.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p3.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p4.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p5.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p6.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p7.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p8.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p9.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPreviewParam_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ModuleClothingLegacy.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\common_legacy\include\autogen\ConvexHullParameters_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\common_legacy\include\autogen\ConvexHullParameters_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\common_legacy\include\autogen\DebugColorParams_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\common_legacy\include\autogen\DebugRenderParams_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\common_legacy\include\autogen\ModuleCommonLegacyRegistration.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\common_legacy\include\ConversionConvexHullParameters_0p0_0p1.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\common_legacy\src\autogen\ConvexHullParameters_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\common_legacy\src\autogen\ConvexHullParameters_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\common_legacy\src\autogen\DebugColorParams_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\common_legacy\src\autogen\DebugRenderParams_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\common_legacy\src\autogen\ModuleCommonLegacy.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\legacy\src\ModuleLegacy.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\include\legacy\ModuleIofxLegacy.h"> + </ClInclude> + <ClInclude Include="..\..\include\legacy\ModuleLegacy.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc12win64/PxFoundation.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../NvParameterized/compiler/vc12win64-PhysX_3.4/NvParameterized.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc12win64/PxTask.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./ApexShared.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./ApexCommon.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"></ImportGroup> </Project> diff --git a/APEX_1.4/compiler/vc12win64-PhysX_3.4/APEX_Loader.vcxproj b/APEX_1.4/compiler/vc12win64-PhysX_3.4/APEX_Loader.vcxproj index 23f4ef6b..2f233db3 100644 --- a/APEX_1.4/compiler/vc12win64-PhysX_3.4/APEX_Loader.vcxproj +++ b/APEX_1.4/compiler/vc12win64-PhysX_3.4/APEX_Loader.vcxproj @@ -1,326 +1,306 @@ <?xml version="1.0" encoding="utf-8"?> -<Project - DefaultTargets="Build" - ToolsVersion="12.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="release|x64"> - <Configuration>release</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|x64"> - <Configuration>profile</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="checked|x64"> - <Configuration>checked</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{E4359E1C-FB24-D016-611C-A3283B38FEA4}</ProjectGuid> - <RootNamespace>APEX_Loader</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='debug|x64'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v120</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='release|x64'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v120</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='profile|x64'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v120</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='checked|x64'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v120</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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <OutDir>./../../bin/vc12win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/APEX_Loader/debug\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)DEBUG_x64</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/loader;./../../include/clothing;./../../include/legacy;./../../module/loader/include;./../../include/destructible;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonDEBUG_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG_x64.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win64;../../../PhysX_3.4/Lib/vc12win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG_x64.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc12win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <OutDir>./../../bin/vc12win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/APEX_Loader/release\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)_x64</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/loader;./../../include/clothing;./../../include/legacy;./../../module/loader/include;./../../include/destructible;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3Common_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)_x64.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win64;../../../PhysX_3.4/Lib/vc12win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)_x64.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc12win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <OutDir>./../../bin/vc12win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/APEX_Loader/profile\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)PROFILE_x64</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/loader;./../../include/clothing;./../../include/legacy;./../../module/loader/include;./../../include/destructible;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonPROFILE_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE_x64.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win64;../../../PhysX_3.4/Lib/vc12win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE_x64.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc12win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <OutDir>./../../bin/vc12win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/APEX_Loader/checked\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)CHECKED_x64</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/loader;./../../include/clothing;./../../include/legacy;./../../module/loader/include;./../../include/destructible;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonCHECKED_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED_x64.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win64;../../../PhysX_3.4/Lib/vc12win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED_x64.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc12win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <ItemGroup> - <ResourceCompile Include="..\resource\apex.rc"></ResourceCompile> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\loader\include\ModuleLoaderImpl.h"></ClInclude> - <ClInclude Include="..\..\module\loader\include\Modules.h"></ClInclude> - <ClInclude Include="..\..\module\loader\include\ModuleXmacro.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\loader\src\ModuleLoaderImpl.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\include\loader\ModuleLoader.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc12win64/PxFoundation.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./ApexCommon.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./ApexShared.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc12win64/PsFastXml.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../NvParameterized/compiler/vc12win64-PhysX_3.4/NvParameterized.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc12win64/PxPvdSDK.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./ApexFramework.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./APEX_Clothing.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./APEX_Legacy.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./APEX_Destructible.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> +<Project DefaultTargets="Build" ToolsVersion="12.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="release|x64"> + <Configuration>release</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="profile|x64"> + <Configuration>profile</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="checked|x64"> + <Configuration>checked</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectGuid>{E4359E1C-FB24-D016-611C-A3283B38FEA4}</ProjectGuid> + <RootNamespace>APEX_Loader</RootNamespace> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v120</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v120</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v120</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v120</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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </ImportGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> + <OutDir>./../../bin/vc12win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/APEX_Loader/debug\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)DEBUG_x64</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/loader;./../../include/clothing;./../../include/legacy;./../../module/loader/include;./../../include/destructible;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonDEBUG_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)DEBUG_x64.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win64;../../../PhysX_3.4/Lib/vc12win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG_x64.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc12win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX64</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> + <OutDir>./../../bin/vc12win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/APEX_Loader/release\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)_x64</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/loader;./../../include/clothing;./../../include/legacy;./../../module/loader/include;./../../include/destructible;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3Common_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)_x64.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win64;../../../PhysX_3.4/Lib/vc12win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)_x64.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc12win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX64</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> + <OutDir>./../../bin/vc12win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/APEX_Loader/profile\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)PROFILE_x64</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/loader;./../../include/clothing;./../../include/legacy;./../../module/loader/include;./../../include/destructible;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonPROFILE_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)PROFILE_x64.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win64;../../../PhysX_3.4/Lib/vc12win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE_x64.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc12win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX64</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> + <OutDir>./../../bin/vc12win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/APEX_Loader/checked\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)CHECKED_x64</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/loader;./../../include/clothing;./../../include/legacy;./../../module/loader/include;./../../include/destructible;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonCHECKED_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)CHECKED_x64.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win64;../../../PhysX_3.4/Lib/vc12win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED_x64.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc12win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX64</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <ItemGroup> + <ResourceCompile Include="..\resource\apex.rc"> + </ResourceCompile> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\loader\include\ModuleLoaderImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\loader\include\Modules.h"> + </ClInclude> + <ClInclude Include="..\..\module\loader\include\ModuleXmacro.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\loader\src\ModuleLoaderImpl.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\include\loader\ModuleLoader.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc12win64/PxFoundation.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./ApexCommon.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./ApexShared.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc12win64/PsFastXml.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../NvParameterized/compiler/vc12win64-PhysX_3.4/NvParameterized.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc12win64/PxPvdSDK.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./ApexFramework.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./APEX_Clothing.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./APEX_Legacy.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./APEX_Destructible.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"></ImportGroup> </Project> diff --git a/APEX_1.4/compiler/vc12win64-PhysX_3.4/ApexCommon.vcxproj b/APEX_1.4/compiler/vc12win64-PhysX_3.4/ApexCommon.vcxproj index b6286532..e604633d 100644 --- a/APEX_1.4/compiler/vc12win64-PhysX_3.4/ApexCommon.vcxproj +++ b/APEX_1.4/compiler/vc12win64-PhysX_3.4/ApexCommon.vcxproj @@ -1,389 +1,484 @@ <?xml version="1.0" encoding="utf-8"?> -<Project - DefaultTargets="Build" - ToolsVersion="12.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="release|x64"> - <Configuration>release</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|x64"> - <Configuration>profile</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="checked|x64"> - <Configuration>checked</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{F7306F72-804E-41BB-6430-8804934AD542}</ProjectGuid> - <RootNamespace>ApexCommon</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='debug|x64'" - Label="Configuration"> - <ConfigurationType>StaticLibrary</ConfigurationType> - <PlatformToolset>v120</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='release|x64'" - Label="Configuration"> - <ConfigurationType>StaticLibrary</ConfigurationType> - <PlatformToolset>v120</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='profile|x64'" - Label="Configuration"> - <ConfigurationType>StaticLibrary</ConfigurationType> - <PlatformToolset>v120</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='checked|x64'" - Label="Configuration"> - <ConfigurationType>StaticLibrary</ConfigurationType> - <PlatformToolset>v120</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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <OutDir>./../../lib/vc12win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/ApexCommon/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> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.lib</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win64;../../../PhysX_3.4/Lib/vc12win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG.lib.pdb</ProgramDatabaseFile> - <TargetMachine>MachineX64</TargetMachine> - </Lib> - <ResourceCompile></ResourceCompile> - <ProjectReference> - <LinkLibraryDependencies>true</LinkLibraryDependencies> - </ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <OutDir>./../../lib/vc12win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/ApexCommon/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> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName).lib</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win64;../../../PhysX_3.4/Lib/vc12win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName).lib.pdb</ProgramDatabaseFile> - <TargetMachine>MachineX64</TargetMachine> - </Lib> - <ResourceCompile></ResourceCompile> - <ProjectReference> - <LinkLibraryDependencies>true</LinkLibraryDependencies> - </ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <OutDir>./../../lib/vc12win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/ApexCommon/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> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.lib</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win64;../../../PhysX_3.4/Lib/vc12win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE.lib.pdb</ProgramDatabaseFile> - <TargetMachine>MachineX64</TargetMachine> - </Lib> - <ResourceCompile></ResourceCompile> - <ProjectReference> - <LinkLibraryDependencies>true</LinkLibraryDependencies> - </ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <OutDir>./../../lib/vc12win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/ApexCommon/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> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.lib</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win64;../../../PhysX_3.4/Lib/vc12win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED.lib.pdb</ProgramDatabaseFile> - <TargetMachine>MachineX64</TargetMachine> - </Lib> - <ResourceCompile></ResourceCompile> - <ProjectReference> - <LinkLibraryDependencies>true</LinkLibraryDependencies> - </ProjectReference> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\common\src\autogen\ConvexHullParameters.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\autogen\DebugColorParams.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\autogen\DebugRenderParams.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\common\src\ApexActor.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexAssetAuthoring.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexAssetTracker.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexCollision.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexContext.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexCudaProfile.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexCudaTest.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexGeneralizedCubeTemplates.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexGeneralizedMarchingCubes.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexIsoMesh.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexMeshContractor.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexMeshHash.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexPreview.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexPvdClient.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexQuadricSimplifier.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexResource.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexRWLockable.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexSDKCachedDataImpl.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexSDKHelpers.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexShape.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexSharedUtils.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexSubdivider.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexTetrahedralizer.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\CurveImpl.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ModuleBase.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ModuleUpdateLoader.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\PVDParameterizedHandler.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ReadCheck.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\Spline.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\variable_oscillator.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\WriteCheck.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\common\include\autogen\ConvexHullParameters.h"></ClInclude> - <ClInclude Include="..\..\common\include\autogen\DebugColorParams.h"></ClInclude> - <ClInclude Include="..\..\common\include\autogen\DebugRenderParams.h"></ClInclude> - <ClInclude Include="..\..\common\include\autogen\ModuleCommonRegistration.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\common\include\ApexActor.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexAssetAuthoring.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexAssetTracker.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexAuthorableObject.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexBinaryHeap.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexCollision.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexConstrainedDistributor.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexContext.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexCuda.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexCudaDefs.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexCudaProfile.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexCudaSource.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexCudaTest.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexCudaWrapper.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexCutil.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexFIFO.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexFind.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexGeneralizedCubeTemplates.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexGeneralizedMarchingCubes.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexGroupsFiltering.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexIsoMesh.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexLegacyModule.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexMarchingCubes.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexMath.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexMerge.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexMeshContractor.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexMeshHash.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexMirrored.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexMirroredArray.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexPermute.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexPreview.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexPvdClient.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexQuadricSimplifier.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexQuickSelectSmallestK.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexRand.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexRenderable.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexResource.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexResourceHelper.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexRWLockable.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexSDKCachedDataImpl.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexSDKHelpers.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexSDKIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexShape.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexSharedUtils.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexSubdivider.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexTest.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexTetrahedralizer.h"></ClInclude> - <ClInclude Include="..\..\common\include\AuthorableObjectIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\Cof44.h"></ClInclude> - <ClInclude Include="..\..\common\include\CurveImpl.h"></ClInclude> - <ClInclude Include="..\..\common\include\DebugColorParamsEx.h"></ClInclude> - <ClInclude Include="..\..\common\include\DeclareArray.h"></ClInclude> - <ClInclude Include="..\..\common\include\FieldBoundaryIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\FieldSamplerIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\FieldSamplerManagerIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\FieldSamplerQueryIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\FieldSamplerSceneIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\InplaceStorage.h"></ClInclude> - <ClInclude Include="..\..\common\include\InplaceTypes.h"></ClInclude> - <ClInclude Include="..\..\common\include\InplaceTypesBuilder.h"></ClInclude> - <ClInclude Include="..\..\common\include\InstancedObjectSimulationIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\IofxManagerIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\ModuleBase.h"></ClInclude> - <ClInclude Include="..\..\common\include\ModuleFieldSamplerIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\ModuleIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\ModuleIofxIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\ModuleUpdateLoader.h"></ClInclude> - <ClInclude Include="..\..\common\include\P4Info.h"></ClInclude> - <ClInclude Include="..\..\common\include\PhysXObjectDescIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\ProfilerCallback.h"></ClInclude> - <ClInclude Include="..\..\common\include\PVDParameterizedHandler.h"></ClInclude> - <ClInclude Include="..\..\common\include\RandState.h"></ClInclude> - <ClInclude Include="..\..\common\include\RandStateHelpers.h"></ClInclude> - <ClInclude Include="..\..\common\include\ReadCheck.h"></ClInclude> - <ClInclude Include="..\..\common\include\RenderAPIIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\RenderMeshAssetIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\ResourceProviderIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\SceneIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\SimplexNoise.h"></ClInclude> - <ClInclude Include="..\..\common\include\Spline.h"></ClInclude> - <ClInclude Include="..\..\common\include\TableLookup.h"></ClInclude> - <ClInclude Include="..\..\common\include\variable_oscillator.h"></ClInclude> - <ClInclude Include="..\..\common\include\WriteCheck.h"></ClInclude> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <None Include="..\..\common\parameters\ConvexHullParamSchema.pl"></None> - <None Include="..\..\common\parameters\DebugColorParamSchema.pl"></None> - <None Include="..\..\common\parameters\DebugRenderParamSchema.pl"></None> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> +<Project DefaultTargets="Build" ToolsVersion="12.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="release|x64"> + <Configuration>release</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="profile|x64"> + <Configuration>profile</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="checked|x64"> + <Configuration>checked</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectGuid>{F7306F72-804E-41BB-6430-8804934AD542}</ProjectGuid> + <RootNamespace>ApexCommon</RootNamespace> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <PlatformToolset>v120</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <PlatformToolset>v120</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <PlatformToolset>v120</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <PlatformToolset>v120</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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </ImportGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> + <OutDir>./../../lib/vc12win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/ApexCommon/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> + <FloatingPointModel>Fast</FloatingPointModel> + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)DEBUG.lib</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win64;../../../PhysX_3.4/Lib/vc12win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG.lib.pdb</ProgramDatabaseFile> + <TargetMachine>MachineX64</TargetMachine> + </Lib> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + <LinkLibraryDependencies>true</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> + <OutDir>./../../lib/vc12win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/ApexCommon/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> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName).lib</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win64;../../../PhysX_3.4/Lib/vc12win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName).lib.pdb</ProgramDatabaseFile> + <TargetMachine>MachineX64</TargetMachine> + </Lib> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + <LinkLibraryDependencies>true</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> + <OutDir>./../../lib/vc12win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/ApexCommon/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> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)PROFILE.lib</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win64;../../../PhysX_3.4/Lib/vc12win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE.lib.pdb</ProgramDatabaseFile> + <TargetMachine>MachineX64</TargetMachine> + </Lib> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + <LinkLibraryDependencies>true</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> + <OutDir>./../../lib/vc12win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/ApexCommon/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> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)CHECKED.lib</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win64;../../../PhysX_3.4/Lib/vc12win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED.lib.pdb</ProgramDatabaseFile> + <TargetMachine>MachineX64</TargetMachine> + </Lib> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + <LinkLibraryDependencies>true</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <ItemGroup> + <ClCompile Include="..\..\common\src\autogen\ConvexHullParameters.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\autogen\DebugColorParams.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\autogen\DebugRenderParams.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\common\src\ApexActor.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexAssetAuthoring.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexAssetTracker.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexCollision.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexContext.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexCudaProfile.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexCudaTest.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexGeneralizedCubeTemplates.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexGeneralizedMarchingCubes.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexIsoMesh.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexMeshContractor.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexMeshHash.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexPreview.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexPvdClient.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexQuadricSimplifier.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexResource.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexRWLockable.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexSDKCachedDataImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexSDKHelpers.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexShape.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexSharedUtils.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexSubdivider.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexTetrahedralizer.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\CurveImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ModuleBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ModuleUpdateLoader.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\PVDParameterizedHandler.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ReadCheck.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\Spline.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\variable_oscillator.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\WriteCheck.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\common\include\autogen\ConvexHullParameters.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\autogen\DebugColorParams.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\autogen\DebugRenderParams.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\autogen\ModuleCommonRegistration.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\common\include\ApexActor.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexAssetAuthoring.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexAssetTracker.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexAuthorableObject.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexBinaryHeap.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexCollision.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexConstrainedDistributor.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexContext.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexCuda.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexCudaDefs.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexCudaProfile.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexCudaSource.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexCudaTest.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexCudaWrapper.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexCutil.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexFIFO.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexFind.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexGeneralizedCubeTemplates.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexGeneralizedMarchingCubes.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexGroupsFiltering.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexIsoMesh.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexLegacyModule.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexMarchingCubes.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexMath.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexMerge.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexMeshContractor.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexMeshHash.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexMirrored.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexMirroredArray.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexPermute.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexPreview.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexPvdClient.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexQuadricSimplifier.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexQuickSelectSmallestK.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexRand.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexRenderable.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexResource.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexResourceHelper.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexRWLockable.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexSDKCachedDataImpl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexSDKHelpers.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexSDKIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexShape.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexSharedUtils.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexSubdivider.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexTest.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexTetrahedralizer.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\AuthorableObjectIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\Cof44.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\CurveImpl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\DebugColorParamsEx.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\DeclareArray.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\FieldBoundaryIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\FieldSamplerIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\FieldSamplerManagerIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\FieldSamplerQueryIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\FieldSamplerSceneIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\InplaceStorage.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\InplaceTypes.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\InplaceTypesBuilder.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\InstancedObjectSimulationIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\IofxManagerIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ModuleBase.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ModuleFieldSamplerIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ModuleIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ModuleIofxIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ModuleUpdateLoader.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\P4Info.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\PhysXObjectDescIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ProfilerCallback.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\PVDParameterizedHandler.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\RandState.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\RandStateHelpers.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ReadCheck.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\RenderAPIIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\RenderMeshAssetIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ResourceProviderIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\SceneIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\SimplexNoise.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\Spline.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\TableLookup.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\variable_oscillator.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\WriteCheck.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <None Include="..\..\common\parameters\ConvexHullParamSchema.pl"> + </None> + <None Include="..\..\common\parameters\DebugColorParamSchema.pl"> + </None> + <None Include="..\..\common\parameters\DebugRenderParamSchema.pl"> + </None> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"></ImportGroup> </Project> diff --git a/APEX_1.4/compiler/vc12win64-PhysX_3.4/ApexFramework.vcxproj b/APEX_1.4/compiler/vc12win64-PhysX_3.4/ApexFramework.vcxproj index 1fe58f49..6b9a15bf 100644 --- a/APEX_1.4/compiler/vc12win64-PhysX_3.4/ApexFramework.vcxproj +++ b/APEX_1.4/compiler/vc12win64-PhysX_3.4/ApexFramework.vcxproj @@ -1,475 +1,604 @@ <?xml version="1.0" encoding="utf-8"?> -<Project - DefaultTargets="Build" - ToolsVersion="12.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="release|x64"> - <Configuration>release</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|x64"> - <Configuration>profile</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="checked|x64"> - <Configuration>checked</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{3C502F21-3100-E267-FBA8-2AA0C3E5FA4C}</ProjectGuid> - <RootNamespace>ApexFramework</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='debug|x64'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v120</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='release|x64'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v120</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='profile|x64'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v120</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='checked|x64'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v120</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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <OutDir>./../../bin/vc12win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/ApexFramework/debug\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)DEBUG_x64</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../common/include;./../../common/include/autogen;./../../shared/internal/include;./../../NvParameterized/include;./../../shared/general/RenderDebug/public;./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/PairFilter/include;./../../shared/general/PairFilter/public;../../../PxShared/src/pvd/src;../../../PxShared/src/cudamanager/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonDEBUG_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG_x64.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win64;../../../PhysX_3.4/Lib/vc12win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG_x64.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc12win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <OutDir>./../../bin/vc12win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/ApexFramework/release\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)_x64</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../common/include;./../../common/include/autogen;./../../shared/internal/include;./../../NvParameterized/include;./../../shared/general/RenderDebug/public;./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/PairFilter/include;./../../shared/general/PairFilter/public;../../../PxShared/src/pvd/src;../../../PxShared/src/cudamanager/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3Common_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)_x64.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win64;../../../PhysX_3.4/Lib/vc12win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)_x64.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc12win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <OutDir>./../../bin/vc12win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/ApexFramework/profile\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)PROFILE_x64</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../common/include;./../../common/include/autogen;./../../shared/internal/include;./../../NvParameterized/include;./../../shared/general/RenderDebug/public;./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/PairFilter/include;./../../shared/general/PairFilter/public;../../../PxShared/src/pvd/src;../../../PxShared/src/cudamanager/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonPROFILE_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE_x64.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win64;../../../PhysX_3.4/Lib/vc12win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE_x64.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc12win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <OutDir>./../../bin/vc12win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/ApexFramework/checked\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)CHECKED_x64</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../common/include;./../../common/include/autogen;./../../shared/internal/include;./../../NvParameterized/include;./../../shared/general/RenderDebug/public;./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/PairFilter/include;./../../shared/general/PairFilter/public;../../../PxShared/src/pvd/src;../../../PxShared/src/cudamanager/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonCHECKED_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED_x64.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win64;../../../PhysX_3.4/Lib/vc12win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED_x64.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc12win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <ItemGroup> - <ResourceCompile Include="..\resource\apex.rc"></ResourceCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\framework\src\autogen\BufferF32x1.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferF32x2.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferF32x3.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferF32x4.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferU16x1.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferU16x2.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferU16x3.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferU16x4.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferU32x1.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferU32x2.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferU32x3.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferU32x4.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferU8x1.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferU8x2.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferU8x3.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferU8x4.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\RenderMeshAssetParameters.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\SubmeshParameters.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\SurfaceBufferParameters.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\VertexBufferParameters.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\VertexFormatParameters.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\framework\src\windows\AgMMFile.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\windows\PhysXIndicator.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\framework\src\ApexAssetPreviewScene.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexCreateSDK.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexCustomBufferIterator.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexRenderDebug.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexRenderMeshActor.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexRenderMeshAsset.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexRenderMeshAssetAuthoring.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexRenderSubmesh.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexResourceProvider.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexScene.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexSceneTasks.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexSceneUserNotify.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexSDKImpl.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexSDKVersionString.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexVertexBuffer.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexVertexFormat.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\FrameworkProfile.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\MirrorSceneImpl.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ThreadPool.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\framework\include\autogen\BufferF32x1.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferF32x2.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferF32x3.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferF32x4.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferU16x1.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferU16x2.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferU16x3.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferU16x4.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferU32x1.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferU32x2.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferU32x3.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferU32x4.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferU8x1.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferU8x2.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferU8x3.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferU8x4.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\ModuleFrameworkRegistration.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\RenderMeshAssetParameters.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\SubmeshParameters.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\SurfaceBufferParameters.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\VertexBufferParameters.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\VertexFormatParameters.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\framework\include\ApexAssetPreviewScene.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexCustomBufferIterator.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexDefaultStream.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexInteropableBuffer.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexPhysXObjectDesc.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexRenderDebug.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexRenderMeshActor.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexRenderMeshAsset.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexRenderMeshAssetAuthoring.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexRenderSubmesh.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexResourceProvider.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexScene.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexSceneTasks.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexSceneUserNotify.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexSDKImpl.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexStubPxProfileZone.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexVertexBuffer.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexVertexFormat.h"></ClInclude> - <ClInclude Include="..\..\framework\include\CudaProfileManager.h"></ClInclude> - <ClInclude Include="..\..\framework\include\FrameworkEventDefs.h"></ClInclude> - <ClInclude Include="..\..\framework\include\FrameworkPerfScope.h"></ClInclude> - <ClInclude Include="..\..\framework\include\MirrorSceneImpl.h"></ClInclude> - <ClInclude Include="..\..\framework\include\PVDBindingErrorStream.h"></ClInclude> - <ClInclude Include="..\..\framework\include\RenderResourceManagerWrapper.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ThreadPool.h"></ClInclude> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\include\PhysX3\PhysXSDKVersion.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\include\Actor.h"></ClInclude> - <ClInclude Include="..\..\include\Apex.h"></ClInclude> - <ClInclude Include="..\..\include\ApexCudaContextManager.h"></ClInclude> - <ClInclude Include="..\..\include\ApexDefs.h"></ClInclude> - <ClInclude Include="..\..\include\ApexDesc.h"></ClInclude> - <ClInclude Include="..\..\include\ApexInterface.h"></ClInclude> - <ClInclude Include="..\..\include\ApexNameSpace.h"></ClInclude> - <ClInclude Include="..\..\include\ApexSDK.h"></ClInclude> - <ClInclude Include="..\..\include\ApexSDKCachedData.h"></ClInclude> - <ClInclude Include="..\..\include\ApexSDKVersionString.h"></ClInclude> - <ClInclude Include="..\..\include\ApexUsingNamespace.h"></ClInclude> - <ClInclude Include="..\..\include\Asset.h"></ClInclude> - <ClInclude Include="..\..\include\AssetPreview.h"></ClInclude> - <ClInclude Include="..\..\include\AssetPreviewScene.h"></ClInclude> - <ClInclude Include="..\..\include\Context.h"></ClInclude> - <ClInclude Include="..\..\include\ConvexHullMethod.h"></ClInclude> - <ClInclude Include="..\..\include\CudaTestManager.h"></ClInclude> - <ClInclude Include="..\..\include\Curve.h"></ClInclude> - <ClInclude Include="..\..\include\CustomBufferIterator.h"></ClInclude> - <ClInclude Include="..\..\include\IosAsset.h"></ClInclude> - <ClInclude Include="..\..\include\IProgressListener.h"></ClInclude> - <ClInclude Include="..\..\include\Lock.h"></ClInclude> - <ClInclude Include="..\..\include\MirrorScene.h"></ClInclude> - <ClInclude Include="..\..\include\Module.h"></ClInclude> - <ClInclude Include="..\..\include\PhysXObjectDesc.h"></ClInclude> - <ClInclude Include="..\..\include\PxStreamFromFileBuf.h"></ClInclude> - <ClInclude Include="..\..\include\Renderable.h"></ClInclude> - <ClInclude Include="..\..\include\RenderBufferData.h"></ClInclude> - <ClInclude Include="..\..\include\RenderContext.h"></ClInclude> - <ClInclude Include="..\..\include\RenderDataFormat.h"></ClInclude> - <ClInclude Include="..\..\include\RenderDataProvider.h"></ClInclude> - <ClInclude Include="..\..\include\RenderDebugInterface.h"></ClInclude> - <ClInclude Include="..\..\include\RenderMesh.h"></ClInclude> - <ClInclude Include="..\..\include\RenderMeshActor.h"></ClInclude> - <ClInclude Include="..\..\include\RenderMeshActorDesc.h"></ClInclude> - <ClInclude Include="..\..\include\RenderMeshAsset.h"></ClInclude> - <ClInclude Include="..\..\include\ResourceCallback.h"></ClInclude> - <ClInclude Include="..\..\include\ResourceProvider.h"></ClInclude> - <ClInclude Include="..\..\include\RWLockable.h"></ClInclude> - <ClInclude Include="..\..\include\Scene.h"></ClInclude> - <ClInclude Include="..\..\include\ScopedPhysXLock.h"></ClInclude> - <ClInclude Include="..\..\include\Shape.h"></ClInclude> - <ClInclude Include="..\..\include\TestBase.h"></ClInclude> - <ClInclude Include="..\..\include\UserOpaqueMesh.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderBoneBuffer.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderBoneBufferDesc.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderCallback.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderer.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderIndexBuffer.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderIndexBufferDesc.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderInstanceBuffer.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderInstanceBufferDesc.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderResource.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderResourceDesc.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderResourceManager.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderSpriteBuffer.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderSpriteBufferDesc.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderSurfaceBuffer.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderSurfaceBufferDesc.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderVertexBuffer.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderVertexBufferDesc.h"></ClInclude> - <ClInclude Include="..\..\include\VertexFormat.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <None Include="..\..\framework\parameters\ApexRenderMeshAssetParamSchema.pl"></None> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc12win64/PxFoundation.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../NvParameterized/compiler/vc12win64-PhysX_3.4/NvParameterized.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc12win64/PsFastXml.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../shared/general/RenderDebug/compiler/vc12win64-PhysX_3.4/RenderDebug.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc12win64/PxTask.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc12win64/PxPvdSDK.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./ApexShared.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./ApexCommon.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> +<Project DefaultTargets="Build" ToolsVersion="12.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="release|x64"> + <Configuration>release</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="profile|x64"> + <Configuration>profile</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="checked|x64"> + <Configuration>checked</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectGuid>{3C502F21-3100-E267-FBA8-2AA0C3E5FA4C}</ProjectGuid> + <RootNamespace>ApexFramework</RootNamespace> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v120</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v120</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v120</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v120</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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </ImportGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> + <OutDir>./../../bin/vc12win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/ApexFramework/debug\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)DEBUG_x64</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../common/include;./../../common/include/autogen;./../../shared/internal/include;./../../NvParameterized/include;./../../shared/general/RenderDebug/public;./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/PairFilter/include;./../../shared/general/PairFilter/public;../../../PxShared/src/pvd/src;../../../PxShared/src/cudamanager/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonDEBUG_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)DEBUG_x64.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win64;../../../PhysX_3.4/Lib/vc12win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG_x64.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc12win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX64</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> + <OutDir>./../../bin/vc12win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/ApexFramework/release\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)_x64</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../common/include;./../../common/include/autogen;./../../shared/internal/include;./../../NvParameterized/include;./../../shared/general/RenderDebug/public;./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/PairFilter/include;./../../shared/general/PairFilter/public;../../../PxShared/src/pvd/src;../../../PxShared/src/cudamanager/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3Common_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)_x64.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win64;../../../PhysX_3.4/Lib/vc12win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)_x64.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc12win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX64</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> + <OutDir>./../../bin/vc12win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/ApexFramework/profile\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)PROFILE_x64</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../common/include;./../../common/include/autogen;./../../shared/internal/include;./../../NvParameterized/include;./../../shared/general/RenderDebug/public;./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/PairFilter/include;./../../shared/general/PairFilter/public;../../../PxShared/src/pvd/src;../../../PxShared/src/cudamanager/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonPROFILE_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)PROFILE_x64.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win64;../../../PhysX_3.4/Lib/vc12win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE_x64.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc12win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX64</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> + <OutDir>./../../bin/vc12win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/ApexFramework/checked\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)CHECKED_x64</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../common/include;./../../common/include/autogen;./../../shared/internal/include;./../../NvParameterized/include;./../../shared/general/RenderDebug/public;./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/PairFilter/include;./../../shared/general/PairFilter/public;../../../PxShared/src/pvd/src;../../../PxShared/src/cudamanager/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonCHECKED_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)CHECKED_x64.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win64;../../../PhysX_3.4/Lib/vc12win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED_x64.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc12win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX64</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <ItemGroup> + <ResourceCompile Include="..\resource\apex.rc"> + </ResourceCompile> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\framework\src\autogen\BufferF32x1.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferF32x2.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferF32x3.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferF32x4.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferU16x1.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferU16x2.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferU16x3.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferU16x4.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferU32x1.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferU32x2.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferU32x3.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferU32x4.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferU8x1.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferU8x2.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferU8x3.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferU8x4.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\RenderMeshAssetParameters.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\SubmeshParameters.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\SurfaceBufferParameters.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\VertexBufferParameters.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\VertexFormatParameters.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\framework\src\windows\AgMMFile.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\windows\PhysXIndicator.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\framework\src\ApexAssetPreviewScene.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexCreateSDK.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexCustomBufferIterator.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexRenderDebug.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexRenderMeshActor.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexRenderMeshAsset.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexRenderMeshAssetAuthoring.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexRenderSubmesh.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexResourceProvider.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexScene.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexSceneTasks.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexSceneUserNotify.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexSDKImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexSDKVersionString.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexVertexBuffer.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexVertexFormat.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\FrameworkProfile.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\MirrorSceneImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ThreadPool.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\framework\include\autogen\BufferF32x1.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferF32x2.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferF32x3.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferF32x4.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferU16x1.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferU16x2.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferU16x3.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferU16x4.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferU32x1.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferU32x2.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferU32x3.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferU32x4.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferU8x1.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferU8x2.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferU8x3.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferU8x4.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\ModuleFrameworkRegistration.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\RenderMeshAssetParameters.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\SubmeshParameters.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\SurfaceBufferParameters.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\VertexBufferParameters.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\VertexFormatParameters.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\framework\include\ApexAssetPreviewScene.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexCustomBufferIterator.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexDefaultStream.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexInteropableBuffer.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexPhysXObjectDesc.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexRenderDebug.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexRenderMeshActor.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexRenderMeshAsset.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexRenderMeshAssetAuthoring.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexRenderSubmesh.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexResourceProvider.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexScene.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexSceneTasks.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexSceneUserNotify.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexSDKImpl.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexStubPxProfileZone.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexVertexBuffer.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexVertexFormat.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\CudaProfileManager.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\FrameworkEventDefs.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\FrameworkPerfScope.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\MirrorSceneImpl.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\PVDBindingErrorStream.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\RenderResourceManagerWrapper.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ThreadPool.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\include\PhysX3\PhysXSDKVersion.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\include\Actor.h"> + </ClInclude> + <ClInclude Include="..\..\include\Apex.h"> + </ClInclude> + <ClInclude Include="..\..\include\ApexCudaContextManager.h"> + </ClInclude> + <ClInclude Include="..\..\include\ApexDefs.h"> + </ClInclude> + <ClInclude Include="..\..\include\ApexDesc.h"> + </ClInclude> + <ClInclude Include="..\..\include\ApexInterface.h"> + </ClInclude> + <ClInclude Include="..\..\include\ApexNameSpace.h"> + </ClInclude> + <ClInclude Include="..\..\include\ApexSDK.h"> + </ClInclude> + <ClInclude Include="..\..\include\ApexSDKCachedData.h"> + </ClInclude> + <ClInclude Include="..\..\include\ApexSDKVersionString.h"> + </ClInclude> + <ClInclude Include="..\..\include\ApexUsingNamespace.h"> + </ClInclude> + <ClInclude Include="..\..\include\Asset.h"> + </ClInclude> + <ClInclude Include="..\..\include\AssetPreview.h"> + </ClInclude> + <ClInclude Include="..\..\include\AssetPreviewScene.h"> + </ClInclude> + <ClInclude Include="..\..\include\Context.h"> + </ClInclude> + <ClInclude Include="..\..\include\ConvexHullMethod.h"> + </ClInclude> + <ClInclude Include="..\..\include\CudaTestManager.h"> + </ClInclude> + <ClInclude Include="..\..\include\Curve.h"> + </ClInclude> + <ClInclude Include="..\..\include\CustomBufferIterator.h"> + </ClInclude> + <ClInclude Include="..\..\include\IosAsset.h"> + </ClInclude> + <ClInclude Include="..\..\include\IProgressListener.h"> + </ClInclude> + <ClInclude Include="..\..\include\Lock.h"> + </ClInclude> + <ClInclude Include="..\..\include\MirrorScene.h"> + </ClInclude> + <ClInclude Include="..\..\include\Module.h"> + </ClInclude> + <ClInclude Include="..\..\include\PhysXObjectDesc.h"> + </ClInclude> + <ClInclude Include="..\..\include\PxStreamFromFileBuf.h"> + </ClInclude> + <ClInclude Include="..\..\include\Renderable.h"> + </ClInclude> + <ClInclude Include="..\..\include\RenderBufferData.h"> + </ClInclude> + <ClInclude Include="..\..\include\RenderContext.h"> + </ClInclude> + <ClInclude Include="..\..\include\RenderDataFormat.h"> + </ClInclude> + <ClInclude Include="..\..\include\RenderDataProvider.h"> + </ClInclude> + <ClInclude Include="..\..\include\RenderDebugInterface.h"> + </ClInclude> + <ClInclude Include="..\..\include\RenderMesh.h"> + </ClInclude> + <ClInclude Include="..\..\include\RenderMeshActor.h"> + </ClInclude> + <ClInclude Include="..\..\include\RenderMeshActorDesc.h"> + </ClInclude> + <ClInclude Include="..\..\include\RenderMeshAsset.h"> + </ClInclude> + <ClInclude Include="..\..\include\ResourceCallback.h"> + </ClInclude> + <ClInclude Include="..\..\include\ResourceProvider.h"> + </ClInclude> + <ClInclude Include="..\..\include\RWLockable.h"> + </ClInclude> + <ClInclude Include="..\..\include\Scene.h"> + </ClInclude> + <ClInclude Include="..\..\include\ScopedPhysXLock.h"> + </ClInclude> + <ClInclude Include="..\..\include\Shape.h"> + </ClInclude> + <ClInclude Include="..\..\include\TestBase.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserOpaqueMesh.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderBoneBuffer.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderBoneBufferDesc.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderCallback.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderer.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderIndexBuffer.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderIndexBufferDesc.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderInstanceBuffer.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderInstanceBufferDesc.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderResource.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderResourceDesc.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderResourceManager.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderSpriteBuffer.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderSpriteBufferDesc.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderSurfaceBuffer.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderSurfaceBufferDesc.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderVertexBuffer.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderVertexBufferDesc.h"> + </ClInclude> + <ClInclude Include="..\..\include\VertexFormat.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <None Include="..\..\framework\parameters\ApexRenderMeshAssetParamSchema.pl"> + </None> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc12win64/PxFoundation.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../NvParameterized/compiler/vc12win64-PhysX_3.4/NvParameterized.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc12win64/PsFastXml.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../shared/general/RenderDebug/compiler/vc12win64-PhysX_3.4/RenderDebug.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc12win64/PxTask.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc12win64/PxPvdSDK.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./ApexShared.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./ApexCommon.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"></ImportGroup> </Project> diff --git a/APEX_1.4/compiler/vc12win64-PhysX_3.4/ApexShared.vcxproj b/APEX_1.4/compiler/vc12win64-PhysX_3.4/ApexShared.vcxproj index 265805b5..8197c852 100644 --- a/APEX_1.4/compiler/vc12win64-PhysX_3.4/ApexShared.vcxproj +++ b/APEX_1.4/compiler/vc12win64-PhysX_3.4/ApexShared.vcxproj @@ -1,369 +1,426 @@ <?xml version="1.0" encoding="utf-8"?> -<Project - DefaultTargets="Build" - ToolsVersion="12.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="release|x64"> - <Configuration>release</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|x64"> - <Configuration>profile</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="checked|x64"> - <Configuration>checked</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{E52F63A7-67BB-4C5F-AC3F-306F95DBDD0F}</ProjectGuid> - <RootNamespace>ApexShared</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='debug|x64'" - Label="Configuration"> - <ConfigurationType>StaticLibrary</ConfigurationType> - <PlatformToolset>v120</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='release|x64'" - Label="Configuration"> - <ConfigurationType>StaticLibrary</ConfigurationType> - <PlatformToolset>v120</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='profile|x64'" - Label="Configuration"> - <ConfigurationType>StaticLibrary</ConfigurationType> - <PlatformToolset>v120</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='checked|x64'" - Label="Configuration"> - <ConfigurationType>StaticLibrary</ConfigurationType> - <PlatformToolset>v120</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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <OutDir>./../../lib/vc12win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/ApexShared/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> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;./../../include/destructible;./../../shared/general/floatmath/include;./../../shared/general/PairFilter/public;./../../shared/general/PairFilter/include;./../../shared/general/HACD/public;./../../shared/general/HACD/include;./../../shared/general/HACD/src;./../../shared/general/stan_hull/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;PLUGINS_EMBEDDED;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.lib</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win64;../../../PhysX_3.4/Lib/vc12win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG.lib.pdb</ProgramDatabaseFile> - <TargetMachine>MachineX64</TargetMachine> - </Lib> - <ResourceCompile></ResourceCompile> - <ProjectReference> - <LinkLibraryDependencies>true</LinkLibraryDependencies> - </ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <OutDir>./../../lib/vc12win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/ApexShared/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> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;./../../include/destructible;./../../shared/general/floatmath/include;./../../shared/general/PairFilter/public;./../../shared/general/PairFilter/include;./../../shared/general/HACD/public;./../../shared/general/HACD/include;./../../shared/general/HACD/src;./../../shared/general/stan_hull/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;PLUGINS_EMBEDDED;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName).lib</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win64;../../../PhysX_3.4/Lib/vc12win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName).lib.pdb</ProgramDatabaseFile> - <TargetMachine>MachineX64</TargetMachine> - </Lib> - <ResourceCompile></ResourceCompile> - <ProjectReference> - <LinkLibraryDependencies>true</LinkLibraryDependencies> - </ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <OutDir>./../../lib/vc12win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/ApexShared/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> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;./../../include/destructible;./../../shared/general/floatmath/include;./../../shared/general/PairFilter/public;./../../shared/general/PairFilter/include;./../../shared/general/HACD/public;./../../shared/general/HACD/include;./../../shared/general/HACD/src;./../../shared/general/stan_hull/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;PLUGINS_EMBEDDED;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.lib</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win64;../../../PhysX_3.4/Lib/vc12win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE.lib.pdb</ProgramDatabaseFile> - <TargetMachine>MachineX64</TargetMachine> - </Lib> - <ResourceCompile></ResourceCompile> - <ProjectReference> - <LinkLibraryDependencies>true</LinkLibraryDependencies> - </ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <OutDir>./../../lib/vc12win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/ApexShared/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> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;./../../include/destructible;./../../shared/general/floatmath/include;./../../shared/general/PairFilter/public;./../../shared/general/PairFilter/include;./../../shared/general/HACD/public;./../../shared/general/HACD/include;./../../shared/general/HACD/src;./../../shared/general/stan_hull/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;PLUGINS_EMBEDDED;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.lib</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win64;../../../PhysX_3.4/Lib/vc12win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED.lib.pdb</ProgramDatabaseFile> - <TargetMachine>MachineX64</TargetMachine> - </Lib> - <ResourceCompile></ResourceCompile> - <ProjectReference> - <LinkLibraryDependencies>true</LinkLibraryDependencies> - </ProjectReference> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\shared\internal\src\authoring\ApexCSG.cpp"></ClCompile> - <ClCompile Include="..\..\shared\internal\src\authoring\ApexCSGHull.cpp"></ClCompile> - <ClCompile Include="..\..\shared\internal\src\authoring\ApexCSGMeshCleaning.cpp"></ClCompile> - <ClCompile Include="..\..\shared\internal\src\authoring\Cutout.cpp"></ClCompile> - <ClCompile Include="..\..\shared\internal\src\authoring\Fracturing.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\shared\internal\src\PvdNxParamSerializer.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSG.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSGDefs.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSGFastMath.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSGFastMath2.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSGHull.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSGMath.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSGSerialization.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\authoring\ApexGSA.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\authoring\Fracturing.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\shared\internal\include\ApexSharedSerialization.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\ApexStream.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\ApexString.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\FractureTools.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\Link.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\ParamArray.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\PvdNxParamSerializer.h"></ClInclude> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\shared\general\shared\PxInputDataFromPxFileBuf.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\shared\general\floatmath\include\FloatMath.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\shared\general\floatmath\src\FloatMath.cpp"></ClCompile> - <ClInclude Include="..\..\shared\general\floatmath\src\FloatMath.inl"></ClInclude> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\shared\general\HACD\include\AutoGeometry.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\ConvexDecomposition.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgAABBPolygonSoup.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgArray.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgConvexHull3d.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgGoogol.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgGraph.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgHeap.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgIntersections.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgList.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgMatrix.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgMeshEffect.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgPlane.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgPolygonSoupBuilder.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgPolygonSoupDatabase.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgPolyhedra.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgQuaternion.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgRefCounter.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgSmallDeterminant.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgSphere.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgStack.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgTree.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgTypes.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgVector.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\shared\general\HACD\public\ConvexHull.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\public\HACD.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\public\JobSwarm.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\public\MergeHulls.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\public\PlatformConfigHACD.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\public\PxVector.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\public\SparseArray.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\public\WuQuantizer.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\shared\general\HACD\src\AutoGeometry.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\ConvexDecomposition.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\ConvexHull.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\dgAABBPolygonSoup.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\dgConvexHull3d.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\dgGoogol.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\dgIntersections.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\dgMatrix.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\dgMeshEffect.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\dgPolygonSoupBuilder.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\dgPolyhedra.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\dgQuaternion.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\dgSmallDeterminant.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\dgSphere.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\dgTree.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\dgTypes.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\HACD.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\MergeHulls.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\WuQuantizer.cpp"></ClCompile> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\shared\general\PairFilter\include\PairFilter.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\shared\general\PairFilter\src\PairFilter.cpp"></ClCompile> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\shared\general\stan_hull\include\StanHull.h"></ClInclude> - <ClInclude Include="..\..\shared\general\stan_hull\include\StanHullConfig.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\shared\general\stan_hull\src\StanHull.cpp"></ClCompile> - </ItemGroup> - <ItemGroup></ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> +<Project DefaultTargets="Build" ToolsVersion="12.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="release|x64"> + <Configuration>release</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="profile|x64"> + <Configuration>profile</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="checked|x64"> + <Configuration>checked</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectGuid>{E52F63A7-67BB-4C5F-AC3F-306F95DBDD0F}</ProjectGuid> + <RootNamespace>ApexShared</RootNamespace> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <PlatformToolset>v120</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <PlatformToolset>v120</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <PlatformToolset>v120</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <PlatformToolset>v120</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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </ImportGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> + <OutDir>./../../lib/vc12win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/ApexShared/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> + <FloatingPointModel>Fast</FloatingPointModel> + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;./../../include/destructible;./../../shared/general/floatmath/include;./../../shared/general/PairFilter/public;./../../shared/general/PairFilter/include;./../../shared/general/HACD/public;./../../shared/general/HACD/include;./../../shared/general/HACD/src;./../../shared/general/stan_hull/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;PLUGINS_EMBEDDED;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)DEBUG.lib</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win64;../../../PhysX_3.4/Lib/vc12win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG.lib.pdb</ProgramDatabaseFile> + <TargetMachine>MachineX64</TargetMachine> + </Lib> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + <LinkLibraryDependencies>true</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> + <OutDir>./../../lib/vc12win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/ApexShared/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> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;./../../include/destructible;./../../shared/general/floatmath/include;./../../shared/general/PairFilter/public;./../../shared/general/PairFilter/include;./../../shared/general/HACD/public;./../../shared/general/HACD/include;./../../shared/general/HACD/src;./../../shared/general/stan_hull/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;PLUGINS_EMBEDDED;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName).lib</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win64;../../../PhysX_3.4/Lib/vc12win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName).lib.pdb</ProgramDatabaseFile> + <TargetMachine>MachineX64</TargetMachine> + </Lib> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + <LinkLibraryDependencies>true</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> + <OutDir>./../../lib/vc12win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/ApexShared/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> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;./../../include/destructible;./../../shared/general/floatmath/include;./../../shared/general/PairFilter/public;./../../shared/general/PairFilter/include;./../../shared/general/HACD/public;./../../shared/general/HACD/include;./../../shared/general/HACD/src;./../../shared/general/stan_hull/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;PLUGINS_EMBEDDED;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)PROFILE.lib</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win64;../../../PhysX_3.4/Lib/vc12win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE.lib.pdb</ProgramDatabaseFile> + <TargetMachine>MachineX64</TargetMachine> + </Lib> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + <LinkLibraryDependencies>true</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> + <OutDir>./../../lib/vc12win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/ApexShared/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> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /MP /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;./../../include/destructible;./../../shared/general/floatmath/include;./../../shared/general/PairFilter/public;./../../shared/general/PairFilter/include;./../../shared/general/HACD/public;./../../shared/general/HACD/include;./../../shared/general/HACD/src;./../../shared/general/stan_hull/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;PLUGINS_EMBEDDED;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)CHECKED.lib</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc12win64;../../../PhysX_3.4/Lib/vc12win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED.lib.pdb</ProgramDatabaseFile> + <TargetMachine>MachineX64</TargetMachine> + </Lib> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + <LinkLibraryDependencies>true</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <ItemGroup> + <ClCompile Include="..\..\shared\internal\src\authoring\ApexCSG.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\internal\src\authoring\ApexCSGHull.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\internal\src\authoring\ApexCSGMeshCleaning.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\internal\src\authoring\Cutout.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\internal\src\authoring\Fracturing.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\shared\internal\src\PvdNxParamSerializer.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSG.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSGDefs.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSGFastMath.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSGFastMath2.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSGHull.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSGMath.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSGSerialization.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\authoring\ApexGSA.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\authoring\Fracturing.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\shared\internal\include\ApexSharedSerialization.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\ApexStream.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\ApexString.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\FractureTools.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\Link.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\ParamArray.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\PvdNxParamSerializer.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\shared\general\shared\PxInputDataFromPxFileBuf.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\shared\general\floatmath\include\FloatMath.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\shared\general\floatmath\src\FloatMath.cpp"> + </ClCompile> + <ClInclude Include="..\..\shared\general\floatmath\src\FloatMath.inl"> + </ClInclude> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\shared\general\HACD\include\AutoGeometry.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\ConvexDecomposition.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgAABBPolygonSoup.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgArray.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgConvexHull3d.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgGoogol.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgGraph.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgHeap.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgIntersections.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgList.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgMatrix.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgMeshEffect.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgPlane.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgPolygonSoupBuilder.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgPolygonSoupDatabase.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgPolyhedra.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgQuaternion.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgRefCounter.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgSmallDeterminant.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgSphere.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgStack.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgTree.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgTypes.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgVector.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\shared\general\HACD\public\ConvexHull.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\public\HACD.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\public\JobSwarm.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\public\MergeHulls.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\public\PlatformConfigHACD.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\public\PxVector.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\public\SparseArray.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\public\WuQuantizer.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\shared\general\HACD\src\AutoGeometry.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\ConvexDecomposition.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\ConvexHull.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\dgAABBPolygonSoup.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\dgConvexHull3d.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\dgGoogol.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\dgIntersections.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\dgMatrix.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\dgMeshEffect.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\dgPolygonSoupBuilder.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\dgPolyhedra.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\dgQuaternion.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\dgSmallDeterminant.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\dgSphere.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\dgTree.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\dgTypes.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\HACD.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\MergeHulls.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\WuQuantizer.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\shared\general\PairFilter\include\PairFilter.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\shared\general\PairFilter\src\PairFilter.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\shared\general\stan_hull\include\StanHull.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\stan_hull\include\StanHullConfig.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\shared\general\stan_hull\src\StanHull.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"></ImportGroup> </Project> diff --git a/APEX_1.4/compiler/vc14win32-PhysX_3.4/APEX_Clothing.vcxproj b/APEX_1.4/compiler/vc14win32-PhysX_3.4/APEX_Clothing.vcxproj index fe4ffebc..711ef259 100644 --- a/APEX_1.4/compiler/vc14win32-PhysX_3.4/APEX_Clothing.vcxproj +++ b/APEX_1.4/compiler/vc14win32-PhysX_3.4/APEX_Clothing.vcxproj @@ -1,492 +1,616 @@ <?xml version="1.0" encoding="utf-8"?> -<Project - DefaultTargets="Build" - ToolsVersion="14.0" - xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <ItemGroup Label="ProjectConfigurations"> - <ProjectConfiguration Include="debug|Win32"> - <Configuration>debug</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|Win32"> - <Configuration>release</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|Win32"> - <Configuration>profile</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="checked|Win32"> - <Configuration>checked</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{C549455E-94CC-81A4-1B87-FFA4D4785858}</ProjectGuid> - <RootNamespace>APEX_Clothing</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v140</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='release|Win32'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v140</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='profile|Win32'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v140</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='checked|Win32'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v140</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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <OutDir>./../../bin/vc14win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/APEX_Clothing/debug\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)DEBUG_x86</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /EHsc /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/clothing;./../../module/clothing/include;./../../module/clothing/include/autogen;./../../module/clothing/include/windows;./../../module/clothing/embedded/LowLevelCloth/include;./../../module/clothing/embedded/LowLevelCloth/src;./../../module/clothing/embedded;./../../module/clothing/src/simd;../../../PxShared/src/pvd/src;./../../module/clothing/embedded/LowLevelCloth/src/windows;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3CommonDEBUG_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG_x86.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win32;../../../PhysX_3.4/Lib/vc14win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG_x86.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc14win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <OutDir>./../../bin/vc14win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/APEX_Clothing/release\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)_x86</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /EHsc /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/clothing;./../../module/clothing/include;./../../module/clothing/include/autogen;./../../module/clothing/include/windows;./../../module/clothing/embedded/LowLevelCloth/include;./../../module/clothing/embedded/LowLevelCloth/src;./../../module/clothing/embedded;./../../module/clothing/src/simd;../../../PxShared/src/pvd/src;./../../module/clothing/embedded/LowLevelCloth/src/windows;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3Common_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)_x86.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win32;../../../PhysX_3.4/Lib/vc14win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)_x86.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc14win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <OutDir>./../../bin/vc14win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/APEX_Clothing/profile\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)PROFILE_x86</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /EHsc /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/clothing;./../../module/clothing/include;./../../module/clothing/include/autogen;./../../module/clothing/include/windows;./../../module/clothing/embedded/LowLevelCloth/include;./../../module/clothing/embedded/LowLevelCloth/src;./../../module/clothing/embedded;./../../module/clothing/src/simd;../../../PxShared/src/pvd/src;./../../module/clothing/embedded/LowLevelCloth/src/windows;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3CommonPROFILE_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE_x86.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win32;../../../PhysX_3.4/Lib/vc14win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE_x86.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc14win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <OutDir>./../../bin/vc14win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/APEX_Clothing/checked\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)CHECKED_x86</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /EHsc /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/clothing;./../../module/clothing/include;./../../module/clothing/include/autogen;./../../module/clothing/include/windows;./../../module/clothing/embedded/LowLevelCloth/include;./../../module/clothing/embedded/LowLevelCloth/src;./../../module/clothing/embedded;./../../module/clothing/src/simd;../../../PxShared/src/pvd/src;./../../module/clothing/embedded/LowLevelCloth/src/windows;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3CommonCHECKED_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED_x86.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win32;../../../PhysX_3.4/Lib/vc14win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED_x86.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc14win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <ItemGroup> - <ResourceCompile Include="..\resource\apex.rc"></ResourceCompile> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\clothing\src\simd\neon\NvNeonSimd4f.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\src\simd\neon\NvNeonSimd4i.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\src\simd\neon\NvNeonSimdTypes.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\clothing\src\simd\scalar\NvScalarSimd4f.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\src\simd\scalar\NvScalarSimd4i.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\src\simd\scalar\NvScalarSimdTypes.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\clothing\src\simd\sse2\NvSse2Simd4f.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\src\simd\sse2\NvSse2Simd4i.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\src\simd\sse2\NvSse2SimdTypes.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\clothing\src\simd\NvSimd4f.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\src\simd\NvSimd4i.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\src\simd\NvSimdTypes.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\clothing\src\autogen\ClothingActorParam.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\autogen\ClothingAssetParameters.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\autogen\ClothingCookedParam.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\autogen\ClothingCookedPhysX3Param.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\autogen\ClothingDebugRenderParams.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\autogen\ClothingGraphicalLodParameters.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\autogen\ClothingMaterialLibraryParameters.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\autogen\ClothingModuleParameters.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\autogen\ClothingPhysicalMeshParameters.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\autogen\ClothingPreviewParam.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\clothing\src\ClothingActorData.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\ClothingActorImpl.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\ClothingActorTasks.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\ClothingAssetAuthoringImpl.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\ClothingAssetData.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\ClothingAssetImpl.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\ClothingCollisionImpl.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\ClothingCooking.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\ClothingPhysicalMeshImpl.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\ClothingRenderProxyImpl.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\ClothingScene.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\CookingAbstract.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\ModuleClothingHelpers.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\ModuleClothingImpl.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\SimdMath.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\SimulationAbstract.cpp"></ClCompile> - <ClInclude Include="..\..\module\clothing\src\SimdMath.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\clothing\include\autogen\ClothingActorParam.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\autogen\ClothingAssetParameters.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\autogen\ClothingCookedParam.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\autogen\ClothingCookedPhysX3Param.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\autogen\ClothingDebugRenderParams.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\autogen\ClothingGraphicalLodParameters.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\autogen\ClothingMaterialLibraryParameters.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\autogen\ClothingModuleParameters.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\autogen\ClothingPhysicalMeshParameters.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\autogen\ClothingPreviewParam.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\autogen\ModuleClothingRegistration.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\clothing\include\AbstractMeshDescription.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingActorData.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingActorImpl.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingActorProxy.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingActorTasks.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingAssetAuthoringImpl.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingAssetData.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingAssetImpl.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingCollisionImpl.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingCooking.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingGlobals.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingPhysicalMeshImpl.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingPreviewProxy.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingRenderProxyImpl.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingScene.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothStructs.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\Cooking.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\CookingAbstract.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\CookingPhysX.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ModuleClothingHelpers.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ModuleClothingImpl.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ModuleEventDefs.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ModulePerfScope.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\Simulation.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\SimulationAbstract.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\include\clothing\ClothingActor.h"></ClInclude> - <ClInclude Include="..\..\include\clothing\ClothingAsset.h"></ClInclude> - <ClInclude Include="..\..\include\clothing\ClothingAssetAuthoring.h"></ClInclude> - <ClInclude Include="..\..\include\clothing\ClothingCollision.h"></ClInclude> - <ClInclude Include="..\..\include\clothing\ClothingPhysicalMesh.h"></ClInclude> - <ClInclude Include="..\..\include\clothing\ClothingPreview.h"></ClInclude> - <ClInclude Include="..\..\include\clothing\ClothingRenderProxy.h"></ClInclude> - <ClInclude Include="..\..\include\clothing\ClothingVelocityCallback.h"></ClInclude> - <ClInclude Include="..\..\include\clothing\ModuleClothing.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\common\src\ModuleProfileCommon.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\common\include\ModuleProfileCommon.h"></ClInclude> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\Cloth.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\Fabric.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\Factory.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\PhaseConfig.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\Range.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\Solver.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\Types.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\Allocator.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\Array.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\BoundingBox.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\ClothBase.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\ClothImpl.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\IndexPair.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\IterationState.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\MovingAverage.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\PointInterpolator.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\Simd4f.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\Simd4i.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SimdTypes.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\StackAllocator.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwCloth.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwClothData.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwCollision.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwCollisionHelpers.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwFabric.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwFactory.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwInterCollision.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwSelfCollision.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwSolver.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwSolverKernel.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\TripletScheduler.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\Vec4T.h"></ClInclude> - <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\Allocator.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\Factory.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\PhaseConfig.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwCloth.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwClothData.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwCollision.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwFabric.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwFactory.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwInterCollision.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwSelfCollision.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwSolver.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwSolverKernel.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\TripletScheduler.cpp"></ClCompile> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\clothing\embedded\CmPhysXCommon.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\CmTask.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\ExtClothConfig.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\ExtClothCoreUtilityTypes.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\ExtClothFabricCooker.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\ExtClothMeshQuadifier.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\ExtClothTetherCooker.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\PxClothFabric.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\PxClothMeshDesc.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\PxClothTypes.h"></ClInclude> - <ClCompile Include="..\..\module\clothing\embedded\Cooking.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\ExtClothFabricCooker.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\ExtClothGeodesicTetherCooker.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\ExtClothMeshQuadifier.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\ExtClothSimpleTetherCooker.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\Simulation.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <CustomBuild Include="..\..\module\clothing\embedded\LowLevelCloth\src\avx\SwSolveConstraints.cpp"> - <Command Condition="'$(Configuration)|$(Platform)'=='debug|Win32'">cl.exe /c /Zi /Ox /MT /arch:AVX /Fd"$(TargetDir)\$(TargetName).pdb" /Fo$(IntermediateOutputPath)/avx/%(Filename).obj ..\..\module\clothing\embedded\LowLevelCloth\src\avx\SwSolveConstraints.cpp</Command> - <Message Condition="'$(Configuration)|$(Platform)'=='debug|Win32'">Building %(Identity)</Message> - <Outputs Condition="'$(Configuration)|$(Platform)'=='debug|Win32'">$(IntermediateOutputPath)/avx/%(Filename).obj;</Outputs> - <Command Condition="'$(Configuration)|$(Platform)'=='release|Win32'">cl.exe /c /Zi /Ox /MT /arch:AVX /Fd"$(TargetDir)\$(TargetName).pdb" /Fo$(IntermediateOutputPath)/avx/%(Filename).obj ..\..\module\clothing\embedded\LowLevelCloth\src\avx\SwSolveConstraints.cpp</Command> - <Message Condition="'$(Configuration)|$(Platform)'=='release|Win32'">Building %(Identity)</Message> - <Outputs Condition="'$(Configuration)|$(Platform)'=='release|Win32'">$(IntermediateOutputPath)/avx/%(Filename).obj;</Outputs> - <Command Condition="'$(Configuration)|$(Platform)'=='profile|Win32'">cl.exe /c /Zi /Ox /MT /arch:AVX /Fd"$(TargetDir)\$(TargetName).pdb" /Fo$(IntermediateOutputPath)/avx/%(Filename).obj ..\..\module\clothing\embedded\LowLevelCloth\src\avx\SwSolveConstraints.cpp</Command> - <Message Condition="'$(Configuration)|$(Platform)'=='profile|Win32'">Building %(Identity)</Message> - <Outputs Condition="'$(Configuration)|$(Platform)'=='profile|Win32'">$(IntermediateOutputPath)/avx/%(Filename).obj;</Outputs> - <Command Condition="'$(Configuration)|$(Platform)'=='checked|Win32'">cl.exe /c /Zi /Ox /MT /arch:AVX /Fd"$(TargetDir)\$(TargetName).pdb" /Fo$(IntermediateOutputPath)/avx/%(Filename).obj ..\..\module\clothing\embedded\LowLevelCloth\src\avx\SwSolveConstraints.cpp</Command> - <Message Condition="'$(Configuration)|$(Platform)'=='checked|Win32'">Building %(Identity)</Message> - <Outputs Condition="'$(Configuration)|$(Platform)'=='checked|Win32'">$(IntermediateOutputPath)/avx/%(Filename).obj;</Outputs> - </CustomBuild> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc14win32/PxFoundation.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./ApexCommon.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./ApexShared.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc14win32/PsFastXml.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../NvParameterized/compiler/vc14win32-PhysX_3.4/NvParameterized.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc14win32/PxPvdSDK.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> +<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup Label="ProjectConfigurations"> + <ProjectConfiguration Include="debug|Win32"> + <Configuration>debug</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="release|Win32"> + <Configuration>release</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="profile|Win32"> + <Configuration>profile</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="checked|Win32"> + <Configuration>checked</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectGuid>{C549455E-94CC-81A4-1B87-FFA4D4785858}</ProjectGuid> + <RootNamespace>APEX_Clothing</RootNamespace> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v140</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v140</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v140</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v140</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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </ImportGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> + <OutDir>./../../bin/vc14win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/APEX_Clothing/debug\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)DEBUG_x86</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /EHsc /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/clothing;./../../module/clothing/include;./../../module/clothing/include/autogen;./../../module/clothing/include/windows;./../../module/clothing/embedded/LowLevelCloth/include;./../../module/clothing/embedded/LowLevelCloth/src;./../../module/clothing/embedded;./../../module/clothing/src/simd;../../../PxShared/src/pvd/src;./../../module/clothing/embedded/LowLevelCloth/src/windows;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3CommonDEBUG_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)DEBUG_x86.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win32;../../../PhysX_3.4/Lib/vc14win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG_x86.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc14win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX86</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> + <OutDir>./../../bin/vc14win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/APEX_Clothing/release\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)_x86</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /EHsc /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/clothing;./../../module/clothing/include;./../../module/clothing/include/autogen;./../../module/clothing/include/windows;./../../module/clothing/embedded/LowLevelCloth/include;./../../module/clothing/embedded/LowLevelCloth/src;./../../module/clothing/embedded;./../../module/clothing/src/simd;../../../PxShared/src/pvd/src;./../../module/clothing/embedded/LowLevelCloth/src/windows;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3Common_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)_x86.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win32;../../../PhysX_3.4/Lib/vc14win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)_x86.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc14win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX86</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> + <OutDir>./../../bin/vc14win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/APEX_Clothing/profile\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)PROFILE_x86</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /EHsc /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/clothing;./../../module/clothing/include;./../../module/clothing/include/autogen;./../../module/clothing/include/windows;./../../module/clothing/embedded/LowLevelCloth/include;./../../module/clothing/embedded/LowLevelCloth/src;./../../module/clothing/embedded;./../../module/clothing/src/simd;../../../PxShared/src/pvd/src;./../../module/clothing/embedded/LowLevelCloth/src/windows;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3CommonPROFILE_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)PROFILE_x86.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win32;../../../PhysX_3.4/Lib/vc14win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE_x86.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc14win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX86</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> + <OutDir>./../../bin/vc14win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/APEX_Clothing/checked\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)CHECKED_x86</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /EHsc /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/clothing;./../../module/clothing/include;./../../module/clothing/include/autogen;./../../module/clothing/include/windows;./../../module/clothing/embedded/LowLevelCloth/include;./../../module/clothing/embedded/LowLevelCloth/src;./../../module/clothing/embedded;./../../module/clothing/src/simd;../../../PxShared/src/pvd/src;./../../module/clothing/embedded/LowLevelCloth/src/windows;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3CommonCHECKED_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)CHECKED_x86.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win32;../../../PhysX_3.4/Lib/vc14win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED_x86.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc14win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX86</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <ItemGroup> + <ResourceCompile Include="..\resource\apex.rc"> + </ResourceCompile> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\clothing\src\simd\neon\NvNeonSimd4f.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\src\simd\neon\NvNeonSimd4i.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\src\simd\neon\NvNeonSimdTypes.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\clothing\src\simd\scalar\NvScalarSimd4f.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\src\simd\scalar\NvScalarSimd4i.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\src\simd\scalar\NvScalarSimdTypes.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\clothing\src\simd\sse2\NvSse2Simd4f.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\src\simd\sse2\NvSse2Simd4i.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\src\simd\sse2\NvSse2SimdTypes.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\clothing\src\simd\NvSimd4f.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\src\simd\NvSimd4i.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\src\simd\NvSimdTypes.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\clothing\src\autogen\ClothingActorParam.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\autogen\ClothingAssetParameters.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\autogen\ClothingCookedParam.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\autogen\ClothingCookedPhysX3Param.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\autogen\ClothingDebugRenderParams.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\autogen\ClothingGraphicalLodParameters.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\autogen\ClothingMaterialLibraryParameters.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\autogen\ClothingModuleParameters.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\autogen\ClothingPhysicalMeshParameters.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\autogen\ClothingPreviewParam.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\clothing\src\ClothingActorData.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\ClothingActorImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\ClothingActorTasks.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\ClothingAssetAuthoringImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\ClothingAssetData.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\ClothingAssetImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\ClothingCollisionImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\ClothingCooking.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\ClothingPhysicalMeshImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\ClothingRenderProxyImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\ClothingScene.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\CookingAbstract.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\ModuleClothingHelpers.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\ModuleClothingImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\SimdMath.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\SimulationAbstract.cpp"> + </ClCompile> + <ClInclude Include="..\..\module\clothing\src\SimdMath.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\clothing\include\autogen\ClothingActorParam.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\autogen\ClothingAssetParameters.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\autogen\ClothingCookedParam.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\autogen\ClothingCookedPhysX3Param.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\autogen\ClothingDebugRenderParams.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\autogen\ClothingGraphicalLodParameters.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\autogen\ClothingMaterialLibraryParameters.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\autogen\ClothingModuleParameters.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\autogen\ClothingPhysicalMeshParameters.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\autogen\ClothingPreviewParam.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\autogen\ModuleClothingRegistration.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\clothing\include\AbstractMeshDescription.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingActorData.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingActorImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingActorProxy.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingActorTasks.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingAssetAuthoringImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingAssetData.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingAssetImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingCollisionImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingCooking.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingGlobals.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingPhysicalMeshImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingPreviewProxy.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingRenderProxyImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingScene.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothStructs.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\Cooking.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\CookingAbstract.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\CookingPhysX.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ModuleClothingHelpers.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ModuleClothingImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ModuleEventDefs.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ModulePerfScope.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\Simulation.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\SimulationAbstract.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\include\clothing\ClothingActor.h"> + </ClInclude> + <ClInclude Include="..\..\include\clothing\ClothingAsset.h"> + </ClInclude> + <ClInclude Include="..\..\include\clothing\ClothingAssetAuthoring.h"> + </ClInclude> + <ClInclude Include="..\..\include\clothing\ClothingCollision.h"> + </ClInclude> + <ClInclude Include="..\..\include\clothing\ClothingPhysicalMesh.h"> + </ClInclude> + <ClInclude Include="..\..\include\clothing\ClothingPreview.h"> + </ClInclude> + <ClInclude Include="..\..\include\clothing\ClothingRenderProxy.h"> + </ClInclude> + <ClInclude Include="..\..\include\clothing\ClothingVelocityCallback.h"> + </ClInclude> + <ClInclude Include="..\..\include\clothing\ModuleClothing.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\common\src\ModuleProfileCommon.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\common\include\ModuleProfileCommon.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\Cloth.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\Fabric.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\Factory.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\PhaseConfig.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\Range.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\Solver.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\Types.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\Allocator.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\Array.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\BoundingBox.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\ClothBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\ClothImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\IndexPair.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\IterationState.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\MovingAverage.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\PointInterpolator.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\Simd4f.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\Simd4i.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SimdTypes.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\StackAllocator.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwCloth.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwClothData.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwCollision.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwCollisionHelpers.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwFabric.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwFactory.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwInterCollision.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwSelfCollision.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwSolver.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwSolverKernel.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\TripletScheduler.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\Vec4T.h"> + </ClInclude> + <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\Allocator.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\Factory.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\PhaseConfig.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwCloth.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwClothData.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwCollision.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwFabric.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwFactory.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwInterCollision.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwSelfCollision.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwSolver.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwSolverKernel.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\TripletScheduler.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\clothing\embedded\CmPhysXCommon.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\CmTask.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\ExtClothConfig.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\ExtClothCoreUtilityTypes.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\ExtClothFabricCooker.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\ExtClothMeshQuadifier.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\ExtClothTetherCooker.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\PxClothFabric.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\PxClothMeshDesc.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\PxClothTypes.h"> + </ClInclude> + <ClCompile Include="..\..\module\clothing\embedded\Cooking.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\ExtClothFabricCooker.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\ExtClothGeodesicTetherCooker.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\ExtClothMeshQuadifier.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\ExtClothSimpleTetherCooker.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\Simulation.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="..\..\module\clothing\embedded\LowLevelCloth\src\avx\SwSolveConstraints.cpp"> + <Command Condition="'$(Configuration)|$(Platform)'=='debug|Win32'">cl.exe /c /Zi /Ox /MT /arch:AVX /Fd"$(TargetDir)\$(TargetName).pdb" /Fo$(IntermediateOutputPath)/avx/%(Filename).obj ..\..\module\clothing\embedded\LowLevelCloth\src\avx\SwSolveConstraints.cpp</Command> + <Message Condition="'$(Configuration)|$(Platform)'=='debug|Win32'">Building %(Identity)</Message> + <Outputs Condition="'$(Configuration)|$(Platform)'=='debug|Win32'">$(IntermediateOutputPath)/avx/%(Filename).obj;</Outputs> + <Command Condition="'$(Configuration)|$(Platform)'=='release|Win32'">cl.exe /c /Zi /Ox /MT /arch:AVX /Fd"$(TargetDir)\$(TargetName).pdb" /Fo$(IntermediateOutputPath)/avx/%(Filename).obj ..\..\module\clothing\embedded\LowLevelCloth\src\avx\SwSolveConstraints.cpp</Command> + <Message Condition="'$(Configuration)|$(Platform)'=='release|Win32'">Building %(Identity)</Message> + <Outputs Condition="'$(Configuration)|$(Platform)'=='release|Win32'">$(IntermediateOutputPath)/avx/%(Filename).obj;</Outputs> + <Command Condition="'$(Configuration)|$(Platform)'=='profile|Win32'">cl.exe /c /Zi /Ox /MT /arch:AVX /Fd"$(TargetDir)\$(TargetName).pdb" /Fo$(IntermediateOutputPath)/avx/%(Filename).obj ..\..\module\clothing\embedded\LowLevelCloth\src\avx\SwSolveConstraints.cpp</Command> + <Message Condition="'$(Configuration)|$(Platform)'=='profile|Win32'">Building %(Identity)</Message> + <Outputs Condition="'$(Configuration)|$(Platform)'=='profile|Win32'">$(IntermediateOutputPath)/avx/%(Filename).obj;</Outputs> + <Command Condition="'$(Configuration)|$(Platform)'=='checked|Win32'">cl.exe /c /Zi /Ox /MT /arch:AVX /Fd"$(TargetDir)\$(TargetName).pdb" /Fo$(IntermediateOutputPath)/avx/%(Filename).obj ..\..\module\clothing\embedded\LowLevelCloth\src\avx\SwSolveConstraints.cpp</Command> + <Message Condition="'$(Configuration)|$(Platform)'=='checked|Win32'">Building %(Identity)</Message> + <Outputs Condition="'$(Configuration)|$(Platform)'=='checked|Win32'">$(IntermediateOutputPath)/avx/%(Filename).obj;</Outputs> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc14win32/PxFoundation.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./ApexCommon.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./ApexShared.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc14win32/PsFastXml.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../NvParameterized/compiler/vc14win32-PhysX_3.4/NvParameterized.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc14win32/PxPvdSDK.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"></ImportGroup> </Project> diff --git a/APEX_1.4/compiler/vc14win32-PhysX_3.4/APEX_Destructible.vcxproj b/APEX_1.4/compiler/vc14win32-PhysX_3.4/APEX_Destructible.vcxproj index bc700b4e..b3ac6e74 100644 --- a/APEX_1.4/compiler/vc14win32-PhysX_3.4/APEX_Destructible.vcxproj +++ b/APEX_1.4/compiler/vc14win32-PhysX_3.4/APEX_Destructible.vcxproj @@ -1,446 +1,550 @@ <?xml version="1.0" encoding="utf-8"?> -<Project - DefaultTargets="Build" - ToolsVersion="14.0" - xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <ItemGroup Label="ProjectConfigurations"> - <ProjectConfiguration Include="debug|Win32"> - <Configuration>debug</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|Win32"> - <Configuration>release</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|Win32"> - <Configuration>profile</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="checked|Win32"> - <Configuration>checked</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{777EFDFD-2EF5-4F0E-2222-6F9A226C5709}</ProjectGuid> - <RootNamespace>APEX_Destructible</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v140</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='release|Win32'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v140</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='profile|Win32'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v140</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='checked|Win32'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v140</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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <OutDir>./../../bin/vc14win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/APEX_Destructible/debug\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)DEBUG_x86</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include/destructible;./../../module/destructible/include;./../../module/destructible/include/autogen;./../../module/destructible/fracture;./../../module/destructible/fracture/Core;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3CommonDEBUG_x86.lib;PhysX3DEBUG_x86.lib;PhysX3ExtensionsDEBUG.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG_x86.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win32;../../../PhysX_3.4/Lib/vc14win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG_x86.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc14win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <OutDir>./../../bin/vc14win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/APEX_Destructible/release\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)_x86</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include/destructible;./../../module/destructible/include;./../../module/destructible/include/autogen;./../../module/destructible/fracture;./../../module/destructible/fracture/Core;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3Common_x86.lib;PhysX3_x86.lib;PhysX3Extensions.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)_x86.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win32;../../../PhysX_3.4/Lib/vc14win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)_x86.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc14win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <OutDir>./../../bin/vc14win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/APEX_Destructible/profile\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)PROFILE_x86</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include/destructible;./../../module/destructible/include;./../../module/destructible/include/autogen;./../../module/destructible/fracture;./../../module/destructible/fracture/Core;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3CommonPROFILE_x86.lib;PhysX3PROFILE_x86.lib;PhysX3ExtensionsPROFILE.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE_x86.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win32;../../../PhysX_3.4/Lib/vc14win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE_x86.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc14win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <OutDir>./../../bin/vc14win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/APEX_Destructible/checked\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)CHECKED_x86</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include/destructible;./../../module/destructible/include;./../../module/destructible/include/autogen;./../../module/destructible/fracture;./../../module/destructible/fracture/Core;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3CommonCHECKED_x86.lib;PhysX3CHECKED_x86.lib;PhysX3ExtensionsCHECKED.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED_x86.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win32;../../../PhysX_3.4/Lib/vc14win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED_x86.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc14win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <ItemGroup> - <ResourceCompile Include="..\resource\apex.rc"></ResourceCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\destructible\src\autogen\CachedOverlaps.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleActorChunks.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleActorParam.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleActorState.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleAssetCollisionDataSet.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleAssetParameters.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleDebugRenderParams.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleModuleParameters.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\autogen\DestructiblePreviewParam.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\autogen\MeshCookedCollisionStream.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\autogen\MeshCookedCollisionStreamsAtScale.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\autogen\SurfaceTraceParameters.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\autogen\SurfaceTraceSetParameters.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\destructible\src\DestructibleActorImpl.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\DestructibleActorJointImpl.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\DestructibleAssetImpl.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\DestructiblePreviewImpl.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\DestructibleRenderableImpl.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\DestructibleScene.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\DestructibleSceneSyncParams.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\DestructibleStructure.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\DestructibleStructureStressSolver.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\ModuleDestructibleImpl.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\destructible\fracture\Core\ActorBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\CompoundBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\CompoundCreatorBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\CompoundGeometryBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\ConvexBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\Delaunay2dBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\Delaunay3dBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\FracturePatternBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\IceBoxPruningBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\IceRevisitedRadixBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\IslandDetectorBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\MeshBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\MeshClipperBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\PolygonTriangulatorBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\SimSceneBase.cpp"></ClCompile> - <ClInclude Include="..\..\module\destructible\fracture\Core\ActorBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\CompoundBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\CompoundCreatorBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\CompoundGeometryBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\ConvexBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\Delaunay2dBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\Delaunay3dBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\FracturePatternBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\IceBoxPruningBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\IceRevisitedRadixBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\IslandDetectorBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\MeshBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\MeshClipperBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\PolygonTriangulatorBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\SimSceneBase.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\destructible\fracture\Actor.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Compound.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\CompoundCreator.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\CompoundGeometry.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Convex.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Delaunay2d.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Delaunay3d.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\FracturePattern.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\IceBoxPruning.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\IceRevisitedRadix.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\IslandDetector.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Mesh.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\MeshClipper.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\PolygonTriangulator.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Renderable.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\SimScene.cpp"></ClCompile> - <ClInclude Include="..\..\module\destructible\fracture\Actor.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Compound.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\CompoundCreator.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\CompoundGeometry.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Convex.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Delaunay2d.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Delaunay3d.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\FracturePattern.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\IceBoxPruning.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\IceRevisitedRadix.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\IslandDetector.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Mesh.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\MeshClipper.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\PolygonTriangulator.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Renderable.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\RTdef.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\SimScene.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\destructible\include\autogen\CachedOverlaps.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleActorChunks.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleActorParam.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleActorState.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleAssetCollisionDataSet.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleAssetParameters.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleDebugRenderParams.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleModuleParameters.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\autogen\DestructiblePreviewParam.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\autogen\MeshCookedCollisionStream.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\autogen\MeshCookedCollisionStreamsAtScale.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\autogen\ModuleDestructibleRegistration.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\autogen\SurfaceTraceParameters.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\autogen\SurfaceTraceSetParameters.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\destructible\include\DestructibleActorImpl.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\DestructibleActorJointImpl.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\DestructibleActorJointProxy.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\DestructibleActorProxy.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\DestructibleActorUtils.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\DestructibleAssetImpl.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\DestructibleAssetProxy.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\DestructibleHelpers.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\DestructiblePreviewImpl.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\DestructiblePreviewProxy.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\DestructibleRenderableImpl.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\DestructibleScene.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\DestructibleStructure.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\DestructibleStructureStressSolver.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\ModuleDestructibleImpl.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\ModuleEventDefs.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\ModulePerfScope.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\include\destructible\DestructibleActor.h"></ClInclude> - <ClInclude Include="..\..\include\destructible\DestructibleActorJoint.h"></ClInclude> - <ClInclude Include="..\..\include\destructible\DestructibleAsset.h"></ClInclude> - <ClInclude Include="..\..\include\destructible\DestructiblePreview.h"></ClInclude> - <ClInclude Include="..\..\include\destructible\DestructibleRenderable.h"></ClInclude> - <ClInclude Include="..\..\include\destructible\ExplicitHierarchicalMesh.h"></ClInclude> - <ClInclude Include="..\..\include\destructible\FractureToolsAPI.h"></ClInclude> - <ClInclude Include="..\..\include\destructible\FractureToolsStructs.h"></ClInclude> - <ClInclude Include="..\..\include\destructible\ModuleDestructible.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\common\src\ModuleProfileCommon.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\common\include\ModuleProfileCommon.h"></ClInclude> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc14win32/PxFoundation.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./ApexCommon.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./ApexShared.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc14win32/PsFastXml.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../NvParameterized/compiler/vc14win32-PhysX_3.4/NvParameterized.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc14win32/PxPvdSDK.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> +<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup Label="ProjectConfigurations"> + <ProjectConfiguration Include="debug|Win32"> + <Configuration>debug</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="release|Win32"> + <Configuration>release</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="profile|Win32"> + <Configuration>profile</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="checked|Win32"> + <Configuration>checked</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectGuid>{777EFDFD-2EF5-4F0E-2222-6F9A226C5709}</ProjectGuid> + <RootNamespace>APEX_Destructible</RootNamespace> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v140</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v140</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v140</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v140</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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </ImportGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> + <OutDir>./../../bin/vc14win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/APEX_Destructible/debug\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)DEBUG_x86</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include/destructible;./../../module/destructible/include;./../../module/destructible/include/autogen;./../../module/destructible/fracture;./../../module/destructible/fracture/Core;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3CommonDEBUG_x86.lib;PhysX3DEBUG_x86.lib;PhysX3ExtensionsDEBUG.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)DEBUG_x86.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win32;../../../PhysX_3.4/Lib/vc14win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG_x86.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc14win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX86</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> + <OutDir>./../../bin/vc14win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/APEX_Destructible/release\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)_x86</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include/destructible;./../../module/destructible/include;./../../module/destructible/include/autogen;./../../module/destructible/fracture;./../../module/destructible/fracture/Core;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3Common_x86.lib;PhysX3_x86.lib;PhysX3Extensions.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)_x86.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win32;../../../PhysX_3.4/Lib/vc14win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)_x86.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc14win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX86</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> + <OutDir>./../../bin/vc14win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/APEX_Destructible/profile\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)PROFILE_x86</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include/destructible;./../../module/destructible/include;./../../module/destructible/include/autogen;./../../module/destructible/fracture;./../../module/destructible/fracture/Core;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3CommonPROFILE_x86.lib;PhysX3PROFILE_x86.lib;PhysX3ExtensionsPROFILE.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)PROFILE_x86.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win32;../../../PhysX_3.4/Lib/vc14win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE_x86.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc14win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX86</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> + <OutDir>./../../bin/vc14win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/APEX_Destructible/checked\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)CHECKED_x86</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include/destructible;./../../module/destructible/include;./../../module/destructible/include/autogen;./../../module/destructible/fracture;./../../module/destructible/fracture/Core;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3CommonCHECKED_x86.lib;PhysX3CHECKED_x86.lib;PhysX3ExtensionsCHECKED.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)CHECKED_x86.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win32;../../../PhysX_3.4/Lib/vc14win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED_x86.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc14win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX86</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <ItemGroup> + <ResourceCompile Include="..\resource\apex.rc"> + </ResourceCompile> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\destructible\src\autogen\CachedOverlaps.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleActorChunks.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleActorParam.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleActorState.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleAssetCollisionDataSet.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleAssetParameters.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleDebugRenderParams.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleModuleParameters.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\autogen\DestructiblePreviewParam.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\autogen\MeshCookedCollisionStream.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\autogen\MeshCookedCollisionStreamsAtScale.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\autogen\SurfaceTraceParameters.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\autogen\SurfaceTraceSetParameters.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\destructible\src\DestructibleActorImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\DestructibleActorJointImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\DestructibleAssetImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\DestructiblePreviewImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\DestructibleRenderableImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\DestructibleScene.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\DestructibleSceneSyncParams.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\DestructibleStructure.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\DestructibleStructureStressSolver.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\ModuleDestructibleImpl.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\destructible\fracture\Core\ActorBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\CompoundBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\CompoundCreatorBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\CompoundGeometryBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\ConvexBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\Delaunay2dBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\Delaunay3dBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\FracturePatternBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\IceBoxPruningBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\IceRevisitedRadixBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\IslandDetectorBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\MeshBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\MeshClipperBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\PolygonTriangulatorBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\SimSceneBase.cpp"> + </ClCompile> + <ClInclude Include="..\..\module\destructible\fracture\Core\ActorBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\CompoundBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\CompoundCreatorBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\CompoundGeometryBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\ConvexBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\Delaunay2dBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\Delaunay3dBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\FracturePatternBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\IceBoxPruningBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\IceRevisitedRadixBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\IslandDetectorBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\MeshBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\MeshClipperBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\PolygonTriangulatorBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\SimSceneBase.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\destructible\fracture\Actor.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Compound.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\CompoundCreator.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\CompoundGeometry.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Convex.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Delaunay2d.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Delaunay3d.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\FracturePattern.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\IceBoxPruning.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\IceRevisitedRadix.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\IslandDetector.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Mesh.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\MeshClipper.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\PolygonTriangulator.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Renderable.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\SimScene.cpp"> + </ClCompile> + <ClInclude Include="..\..\module\destructible\fracture\Actor.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Compound.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\CompoundCreator.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\CompoundGeometry.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Convex.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Delaunay2d.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Delaunay3d.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\FracturePattern.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\IceBoxPruning.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\IceRevisitedRadix.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\IslandDetector.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Mesh.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\MeshClipper.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\PolygonTriangulator.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Renderable.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\RTdef.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\SimScene.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\destructible\include\autogen\CachedOverlaps.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleActorChunks.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleActorParam.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleActorState.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleAssetCollisionDataSet.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleAssetParameters.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleDebugRenderParams.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleModuleParameters.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\autogen\DestructiblePreviewParam.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\autogen\MeshCookedCollisionStream.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\autogen\MeshCookedCollisionStreamsAtScale.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\autogen\ModuleDestructibleRegistration.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\autogen\SurfaceTraceParameters.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\autogen\SurfaceTraceSetParameters.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\destructible\include\DestructibleActorImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\DestructibleActorJointImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\DestructibleActorJointProxy.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\DestructibleActorProxy.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\DestructibleActorUtils.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\DestructibleAssetImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\DestructibleAssetProxy.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\DestructibleHelpers.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\DestructiblePreviewImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\DestructiblePreviewProxy.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\DestructibleRenderableImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\DestructibleScene.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\DestructibleStructure.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\DestructibleStructureStressSolver.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\ModuleDestructibleImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\ModuleEventDefs.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\ModulePerfScope.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\include\destructible\DestructibleActor.h"> + </ClInclude> + <ClInclude Include="..\..\include\destructible\DestructibleActorJoint.h"> + </ClInclude> + <ClInclude Include="..\..\include\destructible\DestructibleAsset.h"> + </ClInclude> + <ClInclude Include="..\..\include\destructible\DestructiblePreview.h"> + </ClInclude> + <ClInclude Include="..\..\include\destructible\DestructibleRenderable.h"> + </ClInclude> + <ClInclude Include="..\..\include\destructible\ExplicitHierarchicalMesh.h"> + </ClInclude> + <ClInclude Include="..\..\include\destructible\FractureToolsAPI.h"> + </ClInclude> + <ClInclude Include="..\..\include\destructible\FractureToolsStructs.h"> + </ClInclude> + <ClInclude Include="..\..\include\destructible\ModuleDestructible.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\common\src\ModuleProfileCommon.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\common\include\ModuleProfileCommon.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc14win32/PxFoundation.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./ApexCommon.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./ApexShared.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc14win32/PsFastXml.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../NvParameterized/compiler/vc14win32-PhysX_3.4/NvParameterized.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc14win32/PxPvdSDK.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"></ImportGroup> </Project> diff --git a/APEX_1.4/compiler/vc14win32-PhysX_3.4/APEX_Legacy.vcxproj b/APEX_1.4/compiler/vc14win32-PhysX_3.4/APEX_Legacy.vcxproj index d1eb06b5..87e179b4 100644 --- a/APEX_1.4/compiler/vc14win32-PhysX_3.4/APEX_Legacy.vcxproj +++ b/APEX_1.4/compiler/vc14win32-PhysX_3.4/APEX_Legacy.vcxproj @@ -1,861 +1,1375 @@ <?xml version="1.0" encoding="utf-8"?> -<Project - DefaultTargets="Build" - ToolsVersion="14.0" - xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <ItemGroup Label="ProjectConfigurations"> - <ProjectConfiguration Include="debug|Win32"> - <Configuration>debug</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|Win32"> - <Configuration>release</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|Win32"> - <Configuration>profile</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="checked|Win32"> - <Configuration>checked</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{E234DAF8-81E8-8FFC-FCE6-2CA09C768D36}</ProjectGuid> - <RootNamespace>APEX_Legacy</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v140</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='release|Win32'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v140</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='profile|Win32'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v140</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='checked|Win32'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v140</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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <OutDir>./../../bin/vc14win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/APEX_Legacy/debug\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)DEBUG_x86</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../module/Test_legacy/include;./../../module/Test_legacy/include/autogen;./../../module/destructible_legacy/include;./../../module/destructible_legacy/include/autogen;./../../module/framework_legacy/include;./../../module/framework_legacy/include/autogen;./../../module/clothing_legacy/include;./../../module/clothing_legacy/include/autogen;./../../module/common_legacy/include;./../../module/common_legacy/include/autogen;./../../framework/include;./../../framework/include/autogen;./../../module/clothing/include;./../../module/clothing/include/autogen;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NV_PARAMETERIZED_HIDE_DESCRIPTIONS=1;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>PhysX3CommonDEBUG_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG_x86.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win32;../../../PhysX_3.4/Lib/vc14win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG_x86.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc14win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <OutDir>./../../bin/vc14win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/APEX_Legacy/release\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)_x86</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../module/Test_legacy/include;./../../module/Test_legacy/include/autogen;./../../module/destructible_legacy/include;./../../module/destructible_legacy/include/autogen;./../../module/framework_legacy/include;./../../module/framework_legacy/include/autogen;./../../module/clothing_legacy/include;./../../module/clothing_legacy/include/autogen;./../../module/common_legacy/include;./../../module/common_legacy/include/autogen;./../../framework/include;./../../framework/include/autogen;./../../module/clothing/include;./../../module/clothing/include/autogen;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NV_PARAMETERIZED_HIDE_DESCRIPTIONS=1;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>PhysX3Common_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)_x86.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win32;../../../PhysX_3.4/Lib/vc14win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)_x86.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc14win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <OutDir>./../../bin/vc14win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/APEX_Legacy/profile\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)PROFILE_x86</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../module/Test_legacy/include;./../../module/Test_legacy/include/autogen;./../../module/destructible_legacy/include;./../../module/destructible_legacy/include/autogen;./../../module/framework_legacy/include;./../../module/framework_legacy/include/autogen;./../../module/clothing_legacy/include;./../../module/clothing_legacy/include/autogen;./../../module/common_legacy/include;./../../module/common_legacy/include/autogen;./../../framework/include;./../../framework/include/autogen;./../../module/clothing/include;./../../module/clothing/include/autogen;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NV_PARAMETERIZED_HIDE_DESCRIPTIONS=1;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>PhysX3CommonPROFILE_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE_x86.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win32;../../../PhysX_3.4/Lib/vc14win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE_x86.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc14win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <OutDir>./../../bin/vc14win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/APEX_Legacy/checked\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)CHECKED_x86</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../module/Test_legacy/include;./../../module/Test_legacy/include/autogen;./../../module/destructible_legacy/include;./../../module/destructible_legacy/include/autogen;./../../module/framework_legacy/include;./../../module/framework_legacy/include/autogen;./../../module/clothing_legacy/include;./../../module/clothing_legacy/include/autogen;./../../module/common_legacy/include;./../../module/common_legacy/include/autogen;./../../framework/include;./../../framework/include/autogen;./../../module/clothing/include;./../../module/clothing/include/autogen;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NV_PARAMETERIZED_HIDE_DESCRIPTIONS=1;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>PhysX3CommonCHECKED_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED_x86.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win32;../../../PhysX_3.4/Lib/vc14win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED_x86.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc14win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <ItemGroup> - <ResourceCompile Include="..\resource\apex.rc"></ResourceCompile> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\CachedOverlaps_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\CachedOverlaps_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorChunks_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p10.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p11.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p12.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p13.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p14.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p15.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p16.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p17.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p18.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p19.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p20.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p21.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p22.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p23.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p24.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p25.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p26.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p27.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p28.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p29.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p30.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p31.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p32.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p6.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p7.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p8.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p9.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorState_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorState_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorState_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorState_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorState_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetCollisionDataSet_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p10.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p11.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p12.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p13.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p14.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p15.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p16.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p17.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p18.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p19.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p20.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p21.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p22.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p23.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p24.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p25.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p26.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p6.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p7.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p8.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p9.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleDebugRenderParams_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleModuleParameters_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleModuleParameters_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleModuleParameters_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleModuleParameters_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructiblePreviewParam_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\MeshCookedCollisionStreamsAtScale_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\MeshCookedCollisionStream_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\ModuleDestructibleLegacyRegistration.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\SurfaceTraceParameters_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\SurfaceTraceSetParameters_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\SurfaceTraceSetParameters_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\SurfaceTraceSetParameters_0p2.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionCachedOverlaps_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p10_0p11.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p11_0p12.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p12_0p13.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p13_0p14.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p14_0p15.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p15_0p16.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p16_0p17.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p17_0p18.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p18_0p19.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p19_0p20.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p1_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p20_0p21.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p21_0p22.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p22_0p23.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p23_0p24.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p24_0p25.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p25_0p26.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p26_0p27.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p27_0p28.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p28_0p29.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p29_0p30.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p2_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p30_0p31.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p31_0p32.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p3_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p4_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p5_0p6.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p6_0p7.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p7_0p8.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p8_0p9.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p9_0p10.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorState_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorState_0p1_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorState_0p2_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorState_0p3_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p10_0p11.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p11_0p12.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p12_0p13.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p13_0p14.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p14_0p15.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p15_0p16.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p16_0p17.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p17_0p18.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p18_0p19.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p19_0p20.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p1_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p20_0p21.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p21_0p22.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p22_0p23.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p23_0p24.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p24_0p25.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p25_0p26.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p2_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p3_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p4_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p5_0p6.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p6_0p7.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p7_0p8.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p8_0p9.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p9_0p10.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleModuleParameters_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleModuleParameters_0p1_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleModuleParameters_0p2_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionSurfaceTraceSetParameters_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionSurfaceTraceSetParameters_0p1_0p2.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\CachedOverlaps_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\CachedOverlaps_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorChunks_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p10.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p11.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p12.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p13.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p14.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p15.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p16.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p17.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p18.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p19.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p2.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p20.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p21.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p22.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p23.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p24.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p25.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p26.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p27.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p28.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p29.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p3.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p30.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p31.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p32.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p4.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p5.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p6.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p7.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p8.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p9.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorState_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorState_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorState_0p2.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorState_0p3.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorState_0p4.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetCollisionDataSet_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p10.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p11.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p12.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p13.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p14.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p15.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p16.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p17.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p18.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p19.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p2.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p20.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p21.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p22.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p23.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p24.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p25.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p26.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p3.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p4.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p5.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p6.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p7.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p8.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p9.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleDebugRenderParams_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleModuleParameters_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleModuleParameters_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleModuleParameters_0p2.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleModuleParameters_0p3.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructiblePreviewParam_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\MeshCookedCollisionStreamsAtScale_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\MeshCookedCollisionStream_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\ModuleDestructibleLegacy.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\SurfaceTraceParameters_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\SurfaceTraceSetParameters_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\SurfaceTraceSetParameters_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\SurfaceTraceSetParameters_0p2.cpp"></ClCompile> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferF32x1_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferF32x2_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferF32x3_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferF32x4_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferF32x4_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU16x1_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU16x2_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU16x3_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU16x4_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU32x1_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU32x2_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU32x3_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU32x4_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU8x1_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU8x2_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU8x3_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU8x4_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\ModuleFrameworkLegacyRegistration.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\RenderMeshAssetParameters_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\SubmeshParameters_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\SubmeshParameters_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\SurfaceBufferParameters_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\VertexBufferParameters_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\VertexBufferParameters_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\VertexFormatParameters_0p0.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\framework_legacy\include\ConversionBufferF32x4_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\ConversionSubmeshParameters_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\ConversionVertexBufferParameters_0p0_0p1.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferF32x1_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferF32x2_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferF32x3_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferF32x4_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferF32x4_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU16x1_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU16x2_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU16x3_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU16x4_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU32x1_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU32x2_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU32x3_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU32x4_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU8x1_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU8x2_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU8x3_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU8x4_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\ModuleFrameworkLegacy.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\RenderMeshAssetParameters_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\SubmeshParameters_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\SubmeshParameters_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\SurfaceBufferParameters_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\VertexBufferParameters_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\VertexBufferParameters_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\VertexFormatParameters_0p0.cpp"></ClCompile> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p10.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p11.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p12.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p13.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p14.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p15.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p16.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p17.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p18.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p6.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p7.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p8.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p9.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p10.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p11.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p12.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p13.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p14.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p6.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p7.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p8.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p9.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedParam_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedParam_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedParam_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedParam_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedPhysX3Param_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedPhysX3Param_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedPhysX3Param_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedPhysX3Param_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedPhysX3Param_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedPhysX3Param_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingDebugRenderParams_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingGraphicalLodParameters_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingGraphicalLodParameters_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingGraphicalLodParameters_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingGraphicalLodParameters_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingGraphicalLodParameters_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingGraphicalLodParameters_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p10.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p11.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p12.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p13.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p14.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p6.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p7.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p8.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p9.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingModuleParameters_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p10.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p11.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p6.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p7.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p8.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p9.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPreviewParam_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ModuleClothingLegacyRegistration.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p10_0p11.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p11_0p12.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p12_0p13.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p13_0p14.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p14_0p15.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p15_0p16.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p16_0p17.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p17_0p18.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p1_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p2_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p3_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p4_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p5_0p6.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p6_0p7.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p7_0p8.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p8_0p9.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p9_0p10.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p10_0p11.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p11_0p12.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p12_0p13.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p13_0p14.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p1_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p2_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p3_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p4_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p5_0p6.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p6_0p7.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p7_0p8.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p8_0p9.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p9_0p10.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedParam_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedParam_0p1_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedParam_0p2_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedPhysX3Param_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedPhysX3Param_0p1_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedPhysX3Param_0p2_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedPhysX3Param_0p3_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedPhysX3Param_0p4_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingGraphicalLodParameters_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingGraphicalLodParameters_0p1_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingGraphicalLodParameters_0p2_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingGraphicalLodParameters_0p3_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingGraphicalLodParameters_0p4_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p10_0p11.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p11_0p12.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p12_0p13.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p13_0p14.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p1_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p2_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p3_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p4_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p5_0p6.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p6_0p7.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p7_0p8.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p8_0p9.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p9_0p10.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p10_0p11.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p1_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p2_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p3_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p4_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p5_0p6.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p6_0p7.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p7_0p8.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p8_0p9.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p9_0p10.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p10.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p11.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p12.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p13.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p14.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p15.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p16.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p17.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p18.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p2.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p3.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p4.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p5.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p6.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p7.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p8.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p9.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p10.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p11.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p12.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p13.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p14.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p2.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p3.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p4.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p5.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p6.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p7.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p8.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p9.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedParam_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedParam_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedParam_0p2.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedParam_0p3.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedPhysX3Param_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedPhysX3Param_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedPhysX3Param_0p2.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedPhysX3Param_0p3.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedPhysX3Param_0p4.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedPhysX3Param_0p5.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingDebugRenderParams_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingGraphicalLodParameters_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingGraphicalLodParameters_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingGraphicalLodParameters_0p2.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingGraphicalLodParameters_0p3.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingGraphicalLodParameters_0p4.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingGraphicalLodParameters_0p5.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p10.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p11.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p12.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p13.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p14.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p2.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p3.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p4.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p5.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p6.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p7.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p8.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p9.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingModuleParameters_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p10.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p11.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p2.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p3.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p4.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p5.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p6.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p7.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p8.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p9.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPreviewParam_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ModuleClothingLegacy.cpp"></ClCompile> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\common_legacy\include\autogen\ConvexHullParameters_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\common_legacy\include\autogen\ConvexHullParameters_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\common_legacy\include\autogen\DebugColorParams_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\common_legacy\include\autogen\DebugRenderParams_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\common_legacy\include\autogen\ModuleCommonLegacyRegistration.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\common_legacy\include\ConversionConvexHullParameters_0p0_0p1.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\common_legacy\src\autogen\ConvexHullParameters_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\common_legacy\src\autogen\ConvexHullParameters_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\common_legacy\src\autogen\DebugColorParams_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\common_legacy\src\autogen\DebugRenderParams_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\common_legacy\src\autogen\ModuleCommonLegacy.cpp"></ClCompile> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\legacy\src\ModuleLegacy.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\include\legacy\ModuleIofxLegacy.h"></ClInclude> - <ClInclude Include="..\..\include\legacy\ModuleLegacy.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc14win32/PxFoundation.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../NvParameterized/compiler/vc14win32-PhysX_3.4/NvParameterized.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc14win32/PxTask.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./ApexShared.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./ApexCommon.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> +<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup Label="ProjectConfigurations"> + <ProjectConfiguration Include="debug|Win32"> + <Configuration>debug</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="release|Win32"> + <Configuration>release</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="profile|Win32"> + <Configuration>profile</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="checked|Win32"> + <Configuration>checked</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectGuid>{E234DAF8-81E8-8FFC-FCE6-2CA09C768D36}</ProjectGuid> + <RootNamespace>APEX_Legacy</RootNamespace> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v140</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v140</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v140</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v140</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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </ImportGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> + <OutDir>./../../bin/vc14win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/APEX_Legacy/debug\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)DEBUG_x86</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../module/Test_legacy/include;./../../module/Test_legacy/include/autogen;./../../module/destructible_legacy/include;./../../module/destructible_legacy/include/autogen;./../../module/framework_legacy/include;./../../module/framework_legacy/include/autogen;./../../module/clothing_legacy/include;./../../module/clothing_legacy/include/autogen;./../../module/common_legacy/include;./../../module/common_legacy/include/autogen;./../../framework/include;./../../framework/include/autogen;./../../module/clothing/include;./../../module/clothing/include/autogen;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NV_PARAMETERIZED_HIDE_DESCRIPTIONS=1;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>PhysX3CommonDEBUG_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)DEBUG_x86.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win32;../../../PhysX_3.4/Lib/vc14win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG_x86.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc14win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX86</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> + <OutDir>./../../bin/vc14win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/APEX_Legacy/release\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)_x86</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../module/Test_legacy/include;./../../module/Test_legacy/include/autogen;./../../module/destructible_legacy/include;./../../module/destructible_legacy/include/autogen;./../../module/framework_legacy/include;./../../module/framework_legacy/include/autogen;./../../module/clothing_legacy/include;./../../module/clothing_legacy/include/autogen;./../../module/common_legacy/include;./../../module/common_legacy/include/autogen;./../../framework/include;./../../framework/include/autogen;./../../module/clothing/include;./../../module/clothing/include/autogen;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NV_PARAMETERIZED_HIDE_DESCRIPTIONS=1;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>PhysX3Common_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)_x86.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win32;../../../PhysX_3.4/Lib/vc14win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)_x86.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc14win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX86</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> + <OutDir>./../../bin/vc14win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/APEX_Legacy/profile\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)PROFILE_x86</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../module/Test_legacy/include;./../../module/Test_legacy/include/autogen;./../../module/destructible_legacy/include;./../../module/destructible_legacy/include/autogen;./../../module/framework_legacy/include;./../../module/framework_legacy/include/autogen;./../../module/clothing_legacy/include;./../../module/clothing_legacy/include/autogen;./../../module/common_legacy/include;./../../module/common_legacy/include/autogen;./../../framework/include;./../../framework/include/autogen;./../../module/clothing/include;./../../module/clothing/include/autogen;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NV_PARAMETERIZED_HIDE_DESCRIPTIONS=1;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>PhysX3CommonPROFILE_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)PROFILE_x86.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win32;../../../PhysX_3.4/Lib/vc14win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE_x86.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc14win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX86</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> + <OutDir>./../../bin/vc14win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/APEX_Legacy/checked\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)CHECKED_x86</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../module/Test_legacy/include;./../../module/Test_legacy/include/autogen;./../../module/destructible_legacy/include;./../../module/destructible_legacy/include/autogen;./../../module/framework_legacy/include;./../../module/framework_legacy/include/autogen;./../../module/clothing_legacy/include;./../../module/clothing_legacy/include/autogen;./../../module/common_legacy/include;./../../module/common_legacy/include/autogen;./../../framework/include;./../../framework/include/autogen;./../../module/clothing/include;./../../module/clothing/include/autogen;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NV_PARAMETERIZED_HIDE_DESCRIPTIONS=1;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>PhysX3CommonCHECKED_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)CHECKED_x86.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win32;../../../PhysX_3.4/Lib/vc14win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED_x86.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc14win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX86</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <ItemGroup> + <ResourceCompile Include="..\resource\apex.rc"> + </ResourceCompile> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\CachedOverlaps_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\CachedOverlaps_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorChunks_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p10.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p11.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p12.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p13.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p14.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p15.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p16.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p17.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p18.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p19.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p20.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p21.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p22.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p23.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p24.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p25.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p26.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p27.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p28.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p29.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p30.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p31.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p32.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p6.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p7.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p8.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p9.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorState_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorState_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorState_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorState_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorState_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetCollisionDataSet_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p10.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p11.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p12.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p13.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p14.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p15.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p16.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p17.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p18.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p19.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p20.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p21.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p22.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p23.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p24.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p25.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p26.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p6.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p7.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p8.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p9.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleDebugRenderParams_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleModuleParameters_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleModuleParameters_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleModuleParameters_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleModuleParameters_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructiblePreviewParam_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\MeshCookedCollisionStreamsAtScale_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\MeshCookedCollisionStream_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\ModuleDestructibleLegacyRegistration.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\SurfaceTraceParameters_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\SurfaceTraceSetParameters_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\SurfaceTraceSetParameters_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\SurfaceTraceSetParameters_0p2.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionCachedOverlaps_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p10_0p11.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p11_0p12.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p12_0p13.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p13_0p14.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p14_0p15.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p15_0p16.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p16_0p17.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p17_0p18.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p18_0p19.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p19_0p20.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p1_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p20_0p21.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p21_0p22.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p22_0p23.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p23_0p24.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p24_0p25.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p25_0p26.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p26_0p27.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p27_0p28.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p28_0p29.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p29_0p30.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p2_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p30_0p31.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p31_0p32.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p3_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p4_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p5_0p6.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p6_0p7.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p7_0p8.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p8_0p9.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p9_0p10.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorState_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorState_0p1_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorState_0p2_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorState_0p3_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p10_0p11.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p11_0p12.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p12_0p13.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p13_0p14.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p14_0p15.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p15_0p16.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p16_0p17.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p17_0p18.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p18_0p19.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p19_0p20.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p1_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p20_0p21.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p21_0p22.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p22_0p23.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p23_0p24.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p24_0p25.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p25_0p26.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p2_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p3_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p4_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p5_0p6.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p6_0p7.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p7_0p8.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p8_0p9.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p9_0p10.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleModuleParameters_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleModuleParameters_0p1_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleModuleParameters_0p2_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionSurfaceTraceSetParameters_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionSurfaceTraceSetParameters_0p1_0p2.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\CachedOverlaps_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\CachedOverlaps_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorChunks_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p10.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p11.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p12.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p13.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p14.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p15.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p16.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p17.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p18.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p19.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p2.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p20.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p21.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p22.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p23.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p24.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p25.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p26.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p27.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p28.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p29.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p3.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p30.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p31.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p32.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p4.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p5.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p6.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p7.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p8.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p9.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorState_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorState_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorState_0p2.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorState_0p3.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorState_0p4.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetCollisionDataSet_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p10.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p11.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p12.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p13.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p14.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p15.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p16.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p17.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p18.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p19.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p2.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p20.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p21.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p22.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p23.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p24.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p25.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p26.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p3.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p4.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p5.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p6.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p7.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p8.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p9.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleDebugRenderParams_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleModuleParameters_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleModuleParameters_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleModuleParameters_0p2.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleModuleParameters_0p3.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructiblePreviewParam_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\MeshCookedCollisionStreamsAtScale_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\MeshCookedCollisionStream_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\ModuleDestructibleLegacy.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\SurfaceTraceParameters_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\SurfaceTraceSetParameters_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\SurfaceTraceSetParameters_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\SurfaceTraceSetParameters_0p2.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferF32x1_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferF32x2_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferF32x3_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferF32x4_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferF32x4_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU16x1_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU16x2_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU16x3_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU16x4_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU32x1_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU32x2_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU32x3_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU32x4_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU8x1_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU8x2_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU8x3_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU8x4_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\ModuleFrameworkLegacyRegistration.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\RenderMeshAssetParameters_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\SubmeshParameters_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\SubmeshParameters_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\SurfaceBufferParameters_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\VertexBufferParameters_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\VertexBufferParameters_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\VertexFormatParameters_0p0.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\framework_legacy\include\ConversionBufferF32x4_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\ConversionSubmeshParameters_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\ConversionVertexBufferParameters_0p0_0p1.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferF32x1_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferF32x2_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferF32x3_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferF32x4_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferF32x4_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU16x1_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU16x2_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU16x3_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU16x4_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU32x1_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU32x2_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU32x3_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU32x4_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU8x1_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU8x2_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU8x3_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU8x4_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\ModuleFrameworkLegacy.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\RenderMeshAssetParameters_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\SubmeshParameters_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\SubmeshParameters_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\SurfaceBufferParameters_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\VertexBufferParameters_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\VertexBufferParameters_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\VertexFormatParameters_0p0.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p10.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p11.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p12.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p13.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p14.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p15.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p16.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p17.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p18.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p6.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p7.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p8.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p9.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p10.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p11.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p12.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p13.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p14.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p6.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p7.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p8.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p9.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedParam_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedParam_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedParam_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedParam_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedPhysX3Param_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedPhysX3Param_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedPhysX3Param_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedPhysX3Param_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedPhysX3Param_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedPhysX3Param_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingDebugRenderParams_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingGraphicalLodParameters_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingGraphicalLodParameters_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingGraphicalLodParameters_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingGraphicalLodParameters_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingGraphicalLodParameters_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingGraphicalLodParameters_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p10.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p11.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p12.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p13.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p14.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p6.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p7.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p8.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p9.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingModuleParameters_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p10.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p11.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p6.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p7.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p8.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p9.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPreviewParam_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ModuleClothingLegacyRegistration.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p10_0p11.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p11_0p12.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p12_0p13.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p13_0p14.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p14_0p15.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p15_0p16.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p16_0p17.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p17_0p18.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p1_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p2_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p3_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p4_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p5_0p6.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p6_0p7.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p7_0p8.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p8_0p9.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p9_0p10.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p10_0p11.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p11_0p12.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p12_0p13.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p13_0p14.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p1_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p2_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p3_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p4_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p5_0p6.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p6_0p7.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p7_0p8.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p8_0p9.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p9_0p10.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedParam_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedParam_0p1_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedParam_0p2_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedPhysX3Param_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedPhysX3Param_0p1_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedPhysX3Param_0p2_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedPhysX3Param_0p3_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedPhysX3Param_0p4_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingGraphicalLodParameters_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingGraphicalLodParameters_0p1_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingGraphicalLodParameters_0p2_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingGraphicalLodParameters_0p3_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingGraphicalLodParameters_0p4_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p10_0p11.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p11_0p12.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p12_0p13.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p13_0p14.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p1_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p2_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p3_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p4_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p5_0p6.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p6_0p7.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p7_0p8.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p8_0p9.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p9_0p10.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p10_0p11.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p1_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p2_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p3_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p4_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p5_0p6.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p6_0p7.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p7_0p8.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p8_0p9.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p9_0p10.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p10.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p11.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p12.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p13.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p14.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p15.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p16.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p17.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p18.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p2.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p3.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p4.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p5.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p6.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p7.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p8.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p9.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p10.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p11.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p12.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p13.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p14.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p2.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p3.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p4.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p5.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p6.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p7.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p8.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p9.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedParam_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedParam_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedParam_0p2.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedParam_0p3.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedPhysX3Param_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedPhysX3Param_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedPhysX3Param_0p2.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedPhysX3Param_0p3.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedPhysX3Param_0p4.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedPhysX3Param_0p5.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingDebugRenderParams_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingGraphicalLodParameters_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingGraphicalLodParameters_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingGraphicalLodParameters_0p2.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingGraphicalLodParameters_0p3.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingGraphicalLodParameters_0p4.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingGraphicalLodParameters_0p5.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p10.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p11.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p12.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p13.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p14.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p2.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p3.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p4.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p5.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p6.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p7.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p8.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p9.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingModuleParameters_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p10.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p11.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p2.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p3.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p4.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p5.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p6.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p7.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p8.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p9.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPreviewParam_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ModuleClothingLegacy.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\common_legacy\include\autogen\ConvexHullParameters_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\common_legacy\include\autogen\ConvexHullParameters_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\common_legacy\include\autogen\DebugColorParams_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\common_legacy\include\autogen\DebugRenderParams_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\common_legacy\include\autogen\ModuleCommonLegacyRegistration.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\common_legacy\include\ConversionConvexHullParameters_0p0_0p1.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\common_legacy\src\autogen\ConvexHullParameters_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\common_legacy\src\autogen\ConvexHullParameters_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\common_legacy\src\autogen\DebugColorParams_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\common_legacy\src\autogen\DebugRenderParams_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\common_legacy\src\autogen\ModuleCommonLegacy.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\legacy\src\ModuleLegacy.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\include\legacy\ModuleIofxLegacy.h"> + </ClInclude> + <ClInclude Include="..\..\include\legacy\ModuleLegacy.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc14win32/PxFoundation.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../NvParameterized/compiler/vc14win32-PhysX_3.4/NvParameterized.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc14win32/PxTask.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./ApexShared.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./ApexCommon.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"></ImportGroup> </Project> diff --git a/APEX_1.4/compiler/vc14win32-PhysX_3.4/APEX_Loader.vcxproj b/APEX_1.4/compiler/vc14win32-PhysX_3.4/APEX_Loader.vcxproj index 22816419..70c91929 100644 --- a/APEX_1.4/compiler/vc14win32-PhysX_3.4/APEX_Loader.vcxproj +++ b/APEX_1.4/compiler/vc14win32-PhysX_3.4/APEX_Loader.vcxproj @@ -1,330 +1,310 @@ <?xml version="1.0" encoding="utf-8"?> -<Project - DefaultTargets="Build" - ToolsVersion="14.0" - xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <ItemGroup Label="ProjectConfigurations"> - <ProjectConfiguration Include="debug|Win32"> - <Configuration>debug</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|Win32"> - <Configuration>release</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|Win32"> - <Configuration>profile</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="checked|Win32"> - <Configuration>checked</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{E4359E1C-FB24-D016-611C-A3283B38FEA4}</ProjectGuid> - <RootNamespace>APEX_Loader</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v140</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='release|Win32'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v140</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='profile|Win32'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v140</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='checked|Win32'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v140</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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <OutDir>./../../bin/vc14win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/APEX_Loader/debug\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)DEBUG_x86</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/loader;./../../include/clothing;./../../include/legacy;./../../module/loader/include;./../../include/destructible;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3CommonDEBUG_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG_x86.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win32;../../../PhysX_3.4/Lib/vc14win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG_x86.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc14win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <OutDir>./../../bin/vc14win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/APEX_Loader/release\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)_x86</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/loader;./../../include/clothing;./../../include/legacy;./../../module/loader/include;./../../include/destructible;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3Common_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)_x86.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win32;../../../PhysX_3.4/Lib/vc14win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)_x86.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc14win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <OutDir>./../../bin/vc14win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/APEX_Loader/profile\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)PROFILE_x86</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/loader;./../../include/clothing;./../../include/legacy;./../../module/loader/include;./../../include/destructible;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3CommonPROFILE_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE_x86.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win32;../../../PhysX_3.4/Lib/vc14win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE_x86.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc14win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <OutDir>./../../bin/vc14win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/APEX_Loader/checked\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)CHECKED_x86</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/loader;./../../include/clothing;./../../include/legacy;./../../module/loader/include;./../../include/destructible;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3CommonCHECKED_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED_x86.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win32;../../../PhysX_3.4/Lib/vc14win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED_x86.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc14win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <ItemGroup> - <ResourceCompile Include="..\resource\apex.rc"></ResourceCompile> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\loader\include\ModuleLoaderImpl.h"></ClInclude> - <ClInclude Include="..\..\module\loader\include\Modules.h"></ClInclude> - <ClInclude Include="..\..\module\loader\include\ModuleXmacro.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\loader\src\ModuleLoaderImpl.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\include\loader\ModuleLoader.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc14win32/PxFoundation.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./ApexCommon.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./ApexShared.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc14win32/PsFastXml.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../NvParameterized/compiler/vc14win32-PhysX_3.4/NvParameterized.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc14win32/PxPvdSDK.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./ApexFramework.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./APEX_Clothing.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./APEX_Legacy.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./APEX_Destructible.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> +<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup Label="ProjectConfigurations"> + <ProjectConfiguration Include="debug|Win32"> + <Configuration>debug</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="release|Win32"> + <Configuration>release</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="profile|Win32"> + <Configuration>profile</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="checked|Win32"> + <Configuration>checked</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectGuid>{E4359E1C-FB24-D016-611C-A3283B38FEA4}</ProjectGuid> + <RootNamespace>APEX_Loader</RootNamespace> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v140</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v140</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v140</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v140</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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </ImportGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> + <OutDir>./../../bin/vc14win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/APEX_Loader/debug\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)DEBUG_x86</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/loader;./../../include/clothing;./../../include/legacy;./../../module/loader/include;./../../include/destructible;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3CommonDEBUG_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)DEBUG_x86.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win32;../../../PhysX_3.4/Lib/vc14win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG_x86.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc14win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX86</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> + <OutDir>./../../bin/vc14win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/APEX_Loader/release\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)_x86</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/loader;./../../include/clothing;./../../include/legacy;./../../module/loader/include;./../../include/destructible;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3Common_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)_x86.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win32;../../../PhysX_3.4/Lib/vc14win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)_x86.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc14win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX86</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> + <OutDir>./../../bin/vc14win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/APEX_Loader/profile\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)PROFILE_x86</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/loader;./../../include/clothing;./../../include/legacy;./../../module/loader/include;./../../include/destructible;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3CommonPROFILE_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)PROFILE_x86.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win32;../../../PhysX_3.4/Lib/vc14win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE_x86.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc14win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX86</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> + <OutDir>./../../bin/vc14win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/APEX_Loader/checked\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)CHECKED_x86</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/loader;./../../include/clothing;./../../include/legacy;./../../module/loader/include;./../../include/destructible;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3CommonCHECKED_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)CHECKED_x86.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win32;../../../PhysX_3.4/Lib/vc14win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED_x86.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc14win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX86</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <ItemGroup> + <ResourceCompile Include="..\resource\apex.rc"> + </ResourceCompile> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\loader\include\ModuleLoaderImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\loader\include\Modules.h"> + </ClInclude> + <ClInclude Include="..\..\module\loader\include\ModuleXmacro.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\loader\src\ModuleLoaderImpl.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\include\loader\ModuleLoader.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc14win32/PxFoundation.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./ApexCommon.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./ApexShared.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc14win32/PsFastXml.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../NvParameterized/compiler/vc14win32-PhysX_3.4/NvParameterized.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc14win32/PxPvdSDK.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./ApexFramework.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./APEX_Clothing.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./APEX_Legacy.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./APEX_Destructible.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"></ImportGroup> </Project> diff --git a/APEX_1.4/compiler/vc14win32-PhysX_3.4/ApexCommon.vcxproj b/APEX_1.4/compiler/vc14win32-PhysX_3.4/ApexCommon.vcxproj index 4687556d..78e3063d 100644 --- a/APEX_1.4/compiler/vc14win32-PhysX_3.4/ApexCommon.vcxproj +++ b/APEX_1.4/compiler/vc14win32-PhysX_3.4/ApexCommon.vcxproj @@ -1,393 +1,488 @@ <?xml version="1.0" encoding="utf-8"?> -<Project - DefaultTargets="Build" - ToolsVersion="14.0" - xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <ItemGroup Label="ProjectConfigurations"> - <ProjectConfiguration Include="debug|Win32"> - <Configuration>debug</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|Win32"> - <Configuration>release</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|Win32"> - <Configuration>profile</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="checked|Win32"> - <Configuration>checked</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{F7306F72-804E-41BB-6430-8804934AD542}</ProjectGuid> - <RootNamespace>ApexCommon</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" - Label="Configuration"> - <ConfigurationType>StaticLibrary</ConfigurationType> - <PlatformToolset>v140</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='release|Win32'" - Label="Configuration"> - <ConfigurationType>StaticLibrary</ConfigurationType> - <PlatformToolset>v140</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='profile|Win32'" - Label="Configuration"> - <ConfigurationType>StaticLibrary</ConfigurationType> - <PlatformToolset>v140</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='checked|Win32'" - Label="Configuration"> - <ConfigurationType>StaticLibrary</ConfigurationType> - <PlatformToolset>v140</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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <OutDir>./../../lib/vc14win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/ApexCommon/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> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.lib</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win32;../../../PhysX_3.4/Lib/vc14win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG.lib.pdb</ProgramDatabaseFile> - <TargetMachine>MachineX86</TargetMachine> - </Lib> - <ResourceCompile></ResourceCompile> - <ProjectReference> - <LinkLibraryDependencies>true</LinkLibraryDependencies> - </ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <OutDir>./../../lib/vc14win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/ApexCommon/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> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName).lib</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win32;../../../PhysX_3.4/Lib/vc14win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName).lib.pdb</ProgramDatabaseFile> - <TargetMachine>MachineX86</TargetMachine> - </Lib> - <ResourceCompile></ResourceCompile> - <ProjectReference> - <LinkLibraryDependencies>true</LinkLibraryDependencies> - </ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <OutDir>./../../lib/vc14win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/ApexCommon/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> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.lib</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win32;../../../PhysX_3.4/Lib/vc14win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE.lib.pdb</ProgramDatabaseFile> - <TargetMachine>MachineX86</TargetMachine> - </Lib> - <ResourceCompile></ResourceCompile> - <ProjectReference> - <LinkLibraryDependencies>true</LinkLibraryDependencies> - </ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <OutDir>./../../lib/vc14win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/ApexCommon/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> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.lib</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win32;../../../PhysX_3.4/Lib/vc14win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED.lib.pdb</ProgramDatabaseFile> - <TargetMachine>MachineX86</TargetMachine> - </Lib> - <ResourceCompile></ResourceCompile> - <ProjectReference> - <LinkLibraryDependencies>true</LinkLibraryDependencies> - </ProjectReference> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\common\src\autogen\ConvexHullParameters.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\autogen\DebugColorParams.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\autogen\DebugRenderParams.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\common\src\ApexActor.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexAssetAuthoring.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexAssetTracker.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexCollision.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexContext.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexCudaProfile.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexCudaTest.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexGeneralizedCubeTemplates.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexGeneralizedMarchingCubes.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexIsoMesh.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexMeshContractor.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexMeshHash.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexPreview.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexPvdClient.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexQuadricSimplifier.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexResource.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexRWLockable.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexSDKCachedDataImpl.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexSDKHelpers.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexShape.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexSharedUtils.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexSubdivider.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexTetrahedralizer.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\CurveImpl.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ModuleBase.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ModuleUpdateLoader.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\PVDParameterizedHandler.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ReadCheck.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\Spline.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\variable_oscillator.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\WriteCheck.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\common\include\autogen\ConvexHullParameters.h"></ClInclude> - <ClInclude Include="..\..\common\include\autogen\DebugColorParams.h"></ClInclude> - <ClInclude Include="..\..\common\include\autogen\DebugRenderParams.h"></ClInclude> - <ClInclude Include="..\..\common\include\autogen\ModuleCommonRegistration.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\common\include\ApexActor.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexAssetAuthoring.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexAssetTracker.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexAuthorableObject.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexBinaryHeap.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexCollision.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexConstrainedDistributor.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexContext.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexCuda.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexCudaDefs.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexCudaProfile.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexCudaSource.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexCudaTest.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexCudaWrapper.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexCutil.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexFIFO.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexFind.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexGeneralizedCubeTemplates.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexGeneralizedMarchingCubes.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexGroupsFiltering.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexIsoMesh.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexLegacyModule.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexMarchingCubes.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexMath.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexMerge.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexMeshContractor.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexMeshHash.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexMirrored.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexMirroredArray.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexPermute.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexPreview.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexPvdClient.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexQuadricSimplifier.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexQuickSelectSmallestK.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexRand.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexRenderable.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexResource.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexResourceHelper.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexRWLockable.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexSDKCachedDataImpl.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexSDKHelpers.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexSDKIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexShape.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexSharedUtils.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexSubdivider.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexTest.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexTetrahedralizer.h"></ClInclude> - <ClInclude Include="..\..\common\include\AuthorableObjectIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\Cof44.h"></ClInclude> - <ClInclude Include="..\..\common\include\CurveImpl.h"></ClInclude> - <ClInclude Include="..\..\common\include\DebugColorParamsEx.h"></ClInclude> - <ClInclude Include="..\..\common\include\DeclareArray.h"></ClInclude> - <ClInclude Include="..\..\common\include\FieldBoundaryIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\FieldSamplerIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\FieldSamplerManagerIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\FieldSamplerQueryIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\FieldSamplerSceneIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\InplaceStorage.h"></ClInclude> - <ClInclude Include="..\..\common\include\InplaceTypes.h"></ClInclude> - <ClInclude Include="..\..\common\include\InplaceTypesBuilder.h"></ClInclude> - <ClInclude Include="..\..\common\include\InstancedObjectSimulationIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\IofxManagerIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\ModuleBase.h"></ClInclude> - <ClInclude Include="..\..\common\include\ModuleFieldSamplerIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\ModuleIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\ModuleIofxIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\ModuleUpdateLoader.h"></ClInclude> - <ClInclude Include="..\..\common\include\P4Info.h"></ClInclude> - <ClInclude Include="..\..\common\include\PhysXObjectDescIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\ProfilerCallback.h"></ClInclude> - <ClInclude Include="..\..\common\include\PVDParameterizedHandler.h"></ClInclude> - <ClInclude Include="..\..\common\include\RandState.h"></ClInclude> - <ClInclude Include="..\..\common\include\RandStateHelpers.h"></ClInclude> - <ClInclude Include="..\..\common\include\ReadCheck.h"></ClInclude> - <ClInclude Include="..\..\common\include\RenderAPIIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\RenderMeshAssetIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\ResourceProviderIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\SceneIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\SimplexNoise.h"></ClInclude> - <ClInclude Include="..\..\common\include\Spline.h"></ClInclude> - <ClInclude Include="..\..\common\include\TableLookup.h"></ClInclude> - <ClInclude Include="..\..\common\include\variable_oscillator.h"></ClInclude> - <ClInclude Include="..\..\common\include\WriteCheck.h"></ClInclude> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <None Include="..\..\common\parameters\ConvexHullParamSchema.pl"></None> - <None Include="..\..\common\parameters\DebugColorParamSchema.pl"></None> - <None Include="..\..\common\parameters\DebugRenderParamSchema.pl"></None> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> +<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup Label="ProjectConfigurations"> + <ProjectConfiguration Include="debug|Win32"> + <Configuration>debug</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="release|Win32"> + <Configuration>release</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="profile|Win32"> + <Configuration>profile</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="checked|Win32"> + <Configuration>checked</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectGuid>{F7306F72-804E-41BB-6430-8804934AD542}</ProjectGuid> + <RootNamespace>ApexCommon</RootNamespace> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <PlatformToolset>v140</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <PlatformToolset>v140</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <PlatformToolset>v140</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <PlatformToolset>v140</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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </ImportGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> + <OutDir>./../../lib/vc14win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/ApexCommon/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> + <FloatingPointModel>Fast</FloatingPointModel> + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)DEBUG.lib</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win32;../../../PhysX_3.4/Lib/vc14win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG.lib.pdb</ProgramDatabaseFile> + <TargetMachine>MachineX86</TargetMachine> + </Lib> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + <LinkLibraryDependencies>true</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> + <OutDir>./../../lib/vc14win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/ApexCommon/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> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName).lib</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win32;../../../PhysX_3.4/Lib/vc14win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName).lib.pdb</ProgramDatabaseFile> + <TargetMachine>MachineX86</TargetMachine> + </Lib> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + <LinkLibraryDependencies>true</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> + <OutDir>./../../lib/vc14win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/ApexCommon/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> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)PROFILE.lib</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win32;../../../PhysX_3.4/Lib/vc14win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE.lib.pdb</ProgramDatabaseFile> + <TargetMachine>MachineX86</TargetMachine> + </Lib> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + <LinkLibraryDependencies>true</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> + <OutDir>./../../lib/vc14win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/ApexCommon/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> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)CHECKED.lib</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win32;../../../PhysX_3.4/Lib/vc14win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED.lib.pdb</ProgramDatabaseFile> + <TargetMachine>MachineX86</TargetMachine> + </Lib> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + <LinkLibraryDependencies>true</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <ItemGroup> + <ClCompile Include="..\..\common\src\autogen\ConvexHullParameters.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\autogen\DebugColorParams.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\autogen\DebugRenderParams.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\common\src\ApexActor.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexAssetAuthoring.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexAssetTracker.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexCollision.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexContext.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexCudaProfile.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexCudaTest.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexGeneralizedCubeTemplates.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexGeneralizedMarchingCubes.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexIsoMesh.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexMeshContractor.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexMeshHash.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexPreview.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexPvdClient.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexQuadricSimplifier.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexResource.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexRWLockable.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexSDKCachedDataImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexSDKHelpers.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexShape.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexSharedUtils.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexSubdivider.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexTetrahedralizer.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\CurveImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ModuleBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ModuleUpdateLoader.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\PVDParameterizedHandler.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ReadCheck.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\Spline.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\variable_oscillator.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\WriteCheck.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\common\include\autogen\ConvexHullParameters.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\autogen\DebugColorParams.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\autogen\DebugRenderParams.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\autogen\ModuleCommonRegistration.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\common\include\ApexActor.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexAssetAuthoring.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexAssetTracker.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexAuthorableObject.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexBinaryHeap.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexCollision.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexConstrainedDistributor.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexContext.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexCuda.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexCudaDefs.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexCudaProfile.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexCudaSource.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexCudaTest.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexCudaWrapper.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexCutil.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexFIFO.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexFind.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexGeneralizedCubeTemplates.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexGeneralizedMarchingCubes.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexGroupsFiltering.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexIsoMesh.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexLegacyModule.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexMarchingCubes.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexMath.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexMerge.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexMeshContractor.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexMeshHash.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexMirrored.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexMirroredArray.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexPermute.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexPreview.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexPvdClient.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexQuadricSimplifier.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexQuickSelectSmallestK.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexRand.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexRenderable.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexResource.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexResourceHelper.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexRWLockable.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexSDKCachedDataImpl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexSDKHelpers.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexSDKIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexShape.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexSharedUtils.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexSubdivider.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexTest.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexTetrahedralizer.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\AuthorableObjectIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\Cof44.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\CurveImpl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\DebugColorParamsEx.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\DeclareArray.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\FieldBoundaryIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\FieldSamplerIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\FieldSamplerManagerIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\FieldSamplerQueryIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\FieldSamplerSceneIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\InplaceStorage.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\InplaceTypes.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\InplaceTypesBuilder.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\InstancedObjectSimulationIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\IofxManagerIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ModuleBase.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ModuleFieldSamplerIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ModuleIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ModuleIofxIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ModuleUpdateLoader.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\P4Info.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\PhysXObjectDescIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ProfilerCallback.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\PVDParameterizedHandler.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\RandState.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\RandStateHelpers.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ReadCheck.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\RenderAPIIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\RenderMeshAssetIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ResourceProviderIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\SceneIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\SimplexNoise.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\Spline.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\TableLookup.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\variable_oscillator.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\WriteCheck.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <None Include="..\..\common\parameters\ConvexHullParamSchema.pl"> + </None> + <None Include="..\..\common\parameters\DebugColorParamSchema.pl"> + </None> + <None Include="..\..\common\parameters\DebugRenderParamSchema.pl"> + </None> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"></ImportGroup> </Project> diff --git a/APEX_1.4/compiler/vc14win32-PhysX_3.4/ApexFramework.vcxproj b/APEX_1.4/compiler/vc14win32-PhysX_3.4/ApexFramework.vcxproj index 40326e24..26516ff6 100644 --- a/APEX_1.4/compiler/vc14win32-PhysX_3.4/ApexFramework.vcxproj +++ b/APEX_1.4/compiler/vc14win32-PhysX_3.4/ApexFramework.vcxproj @@ -1,479 +1,608 @@ <?xml version="1.0" encoding="utf-8"?> -<Project - DefaultTargets="Build" - ToolsVersion="14.0" - xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <ItemGroup Label="ProjectConfigurations"> - <ProjectConfiguration Include="debug|Win32"> - <Configuration>debug</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|Win32"> - <Configuration>release</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|Win32"> - <Configuration>profile</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="checked|Win32"> - <Configuration>checked</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{3C502F21-3100-E267-FBA8-2AA0C3E5FA4C}</ProjectGuid> - <RootNamespace>ApexFramework</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v140</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='release|Win32'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v140</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='profile|Win32'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v140</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='checked|Win32'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v140</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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <OutDir>./../../bin/vc14win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/ApexFramework/debug\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)DEBUG_x86</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../common/include;./../../common/include/autogen;./../../shared/internal/include;./../../NvParameterized/include;./../../shared/general/RenderDebug/public;./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/PairFilter/include;./../../shared/general/PairFilter/public;../../../PxShared/src/pvd/src;../../../PxShared/src/cudamanager/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3CommonDEBUG_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG_x86.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win32;../../../PhysX_3.4/Lib/vc14win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG_x86.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc14win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <OutDir>./../../bin/vc14win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/ApexFramework/release\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)_x86</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../common/include;./../../common/include/autogen;./../../shared/internal/include;./../../NvParameterized/include;./../../shared/general/RenderDebug/public;./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/PairFilter/include;./../../shared/general/PairFilter/public;../../../PxShared/src/pvd/src;../../../PxShared/src/cudamanager/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3Common_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)_x86.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win32;../../../PhysX_3.4/Lib/vc14win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)_x86.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc14win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <OutDir>./../../bin/vc14win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/ApexFramework/profile\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)PROFILE_x86</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../common/include;./../../common/include/autogen;./../../shared/internal/include;./../../NvParameterized/include;./../../shared/general/RenderDebug/public;./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/PairFilter/include;./../../shared/general/PairFilter/public;../../../PxShared/src/pvd/src;../../../PxShared/src/cudamanager/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3CommonPROFILE_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE_x86.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win32;../../../PhysX_3.4/Lib/vc14win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE_x86.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc14win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <OutDir>./../../bin/vc14win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/ApexFramework/checked\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)CHECKED_x86</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../common/include;./../../common/include/autogen;./../../shared/internal/include;./../../NvParameterized/include;./../../shared/general/RenderDebug/public;./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/PairFilter/include;./../../shared/general/PairFilter/public;../../../PxShared/src/pvd/src;../../../PxShared/src/cudamanager/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3CommonCHECKED_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED_x86.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win32;../../../PhysX_3.4/Lib/vc14win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED_x86.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc14win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <ItemGroup> - <ResourceCompile Include="..\resource\apex.rc"></ResourceCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\framework\src\autogen\BufferF32x1.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferF32x2.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferF32x3.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferF32x4.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferU16x1.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferU16x2.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferU16x3.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferU16x4.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferU32x1.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferU32x2.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferU32x3.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferU32x4.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferU8x1.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferU8x2.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferU8x3.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferU8x4.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\RenderMeshAssetParameters.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\SubmeshParameters.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\SurfaceBufferParameters.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\VertexBufferParameters.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\VertexFormatParameters.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\framework\src\windows\AgMMFile.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\windows\PhysXIndicator.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\framework\src\ApexAssetPreviewScene.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexCreateSDK.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexCustomBufferIterator.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexRenderDebug.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexRenderMeshActor.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexRenderMeshAsset.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexRenderMeshAssetAuthoring.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexRenderSubmesh.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexResourceProvider.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexScene.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexSceneTasks.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexSceneUserNotify.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexSDKImpl.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexSDKVersionString.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexVertexBuffer.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexVertexFormat.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\FrameworkProfile.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\MirrorSceneImpl.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ThreadPool.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\framework\include\autogen\BufferF32x1.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferF32x2.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferF32x3.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferF32x4.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferU16x1.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferU16x2.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferU16x3.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferU16x4.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferU32x1.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferU32x2.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferU32x3.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferU32x4.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferU8x1.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferU8x2.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferU8x3.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferU8x4.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\ModuleFrameworkRegistration.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\RenderMeshAssetParameters.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\SubmeshParameters.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\SurfaceBufferParameters.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\VertexBufferParameters.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\VertexFormatParameters.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\framework\include\ApexAssetPreviewScene.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexCustomBufferIterator.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexDefaultStream.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexInteropableBuffer.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexPhysXObjectDesc.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexRenderDebug.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexRenderMeshActor.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexRenderMeshAsset.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexRenderMeshAssetAuthoring.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexRenderSubmesh.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexResourceProvider.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexScene.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexSceneTasks.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexSceneUserNotify.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexSDKImpl.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexStubPxProfileZone.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexVertexBuffer.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexVertexFormat.h"></ClInclude> - <ClInclude Include="..\..\framework\include\CudaProfileManager.h"></ClInclude> - <ClInclude Include="..\..\framework\include\FrameworkEventDefs.h"></ClInclude> - <ClInclude Include="..\..\framework\include\FrameworkPerfScope.h"></ClInclude> - <ClInclude Include="..\..\framework\include\MirrorSceneImpl.h"></ClInclude> - <ClInclude Include="..\..\framework\include\PVDBindingErrorStream.h"></ClInclude> - <ClInclude Include="..\..\framework\include\RenderResourceManagerWrapper.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ThreadPool.h"></ClInclude> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\include\PhysX3\PhysXSDKVersion.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\include\Actor.h"></ClInclude> - <ClInclude Include="..\..\include\Apex.h"></ClInclude> - <ClInclude Include="..\..\include\ApexCudaContextManager.h"></ClInclude> - <ClInclude Include="..\..\include\ApexDefs.h"></ClInclude> - <ClInclude Include="..\..\include\ApexDesc.h"></ClInclude> - <ClInclude Include="..\..\include\ApexInterface.h"></ClInclude> - <ClInclude Include="..\..\include\ApexNameSpace.h"></ClInclude> - <ClInclude Include="..\..\include\ApexSDK.h"></ClInclude> - <ClInclude Include="..\..\include\ApexSDKCachedData.h"></ClInclude> - <ClInclude Include="..\..\include\ApexSDKVersionString.h"></ClInclude> - <ClInclude Include="..\..\include\ApexUsingNamespace.h"></ClInclude> - <ClInclude Include="..\..\include\Asset.h"></ClInclude> - <ClInclude Include="..\..\include\AssetPreview.h"></ClInclude> - <ClInclude Include="..\..\include\AssetPreviewScene.h"></ClInclude> - <ClInclude Include="..\..\include\Context.h"></ClInclude> - <ClInclude Include="..\..\include\ConvexHullMethod.h"></ClInclude> - <ClInclude Include="..\..\include\CudaTestManager.h"></ClInclude> - <ClInclude Include="..\..\include\Curve.h"></ClInclude> - <ClInclude Include="..\..\include\CustomBufferIterator.h"></ClInclude> - <ClInclude Include="..\..\include\IosAsset.h"></ClInclude> - <ClInclude Include="..\..\include\IProgressListener.h"></ClInclude> - <ClInclude Include="..\..\include\Lock.h"></ClInclude> - <ClInclude Include="..\..\include\MirrorScene.h"></ClInclude> - <ClInclude Include="..\..\include\Module.h"></ClInclude> - <ClInclude Include="..\..\include\PhysXObjectDesc.h"></ClInclude> - <ClInclude Include="..\..\include\PxStreamFromFileBuf.h"></ClInclude> - <ClInclude Include="..\..\include\Renderable.h"></ClInclude> - <ClInclude Include="..\..\include\RenderBufferData.h"></ClInclude> - <ClInclude Include="..\..\include\RenderContext.h"></ClInclude> - <ClInclude Include="..\..\include\RenderDataFormat.h"></ClInclude> - <ClInclude Include="..\..\include\RenderDataProvider.h"></ClInclude> - <ClInclude Include="..\..\include\RenderDebugInterface.h"></ClInclude> - <ClInclude Include="..\..\include\RenderMesh.h"></ClInclude> - <ClInclude Include="..\..\include\RenderMeshActor.h"></ClInclude> - <ClInclude Include="..\..\include\RenderMeshActorDesc.h"></ClInclude> - <ClInclude Include="..\..\include\RenderMeshAsset.h"></ClInclude> - <ClInclude Include="..\..\include\ResourceCallback.h"></ClInclude> - <ClInclude Include="..\..\include\ResourceProvider.h"></ClInclude> - <ClInclude Include="..\..\include\RWLockable.h"></ClInclude> - <ClInclude Include="..\..\include\Scene.h"></ClInclude> - <ClInclude Include="..\..\include\ScopedPhysXLock.h"></ClInclude> - <ClInclude Include="..\..\include\Shape.h"></ClInclude> - <ClInclude Include="..\..\include\TestBase.h"></ClInclude> - <ClInclude Include="..\..\include\UserOpaqueMesh.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderBoneBuffer.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderBoneBufferDesc.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderCallback.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderer.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderIndexBuffer.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderIndexBufferDesc.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderInstanceBuffer.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderInstanceBufferDesc.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderResource.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderResourceDesc.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderResourceManager.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderSpriteBuffer.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderSpriteBufferDesc.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderSurfaceBuffer.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderSurfaceBufferDesc.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderVertexBuffer.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderVertexBufferDesc.h"></ClInclude> - <ClInclude Include="..\..\include\VertexFormat.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <None Include="..\..\framework\parameters\ApexRenderMeshAssetParamSchema.pl"></None> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc14win32/PxFoundation.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../NvParameterized/compiler/vc14win32-PhysX_3.4/NvParameterized.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc14win32/PsFastXml.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../shared/general/RenderDebug/compiler/vc14win32-PhysX_3.4/RenderDebug.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc14win32/PxTask.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc14win32/PxPvdSDK.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./ApexShared.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./ApexCommon.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> +<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup Label="ProjectConfigurations"> + <ProjectConfiguration Include="debug|Win32"> + <Configuration>debug</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="release|Win32"> + <Configuration>release</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="profile|Win32"> + <Configuration>profile</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="checked|Win32"> + <Configuration>checked</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectGuid>{3C502F21-3100-E267-FBA8-2AA0C3E5FA4C}</ProjectGuid> + <RootNamespace>ApexFramework</RootNamespace> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v140</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v140</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v140</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v140</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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </ImportGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> + <OutDir>./../../bin/vc14win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/ApexFramework/debug\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)DEBUG_x86</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../common/include;./../../common/include/autogen;./../../shared/internal/include;./../../NvParameterized/include;./../../shared/general/RenderDebug/public;./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/PairFilter/include;./../../shared/general/PairFilter/public;../../../PxShared/src/pvd/src;../../../PxShared/src/cudamanager/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3CommonDEBUG_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)DEBUG_x86.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win32;../../../PhysX_3.4/Lib/vc14win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG_x86.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc14win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX86</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> + <OutDir>./../../bin/vc14win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/ApexFramework/release\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)_x86</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../common/include;./../../common/include/autogen;./../../shared/internal/include;./../../NvParameterized/include;./../../shared/general/RenderDebug/public;./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/PairFilter/include;./../../shared/general/PairFilter/public;../../../PxShared/src/pvd/src;../../../PxShared/src/cudamanager/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3Common_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)_x86.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win32;../../../PhysX_3.4/Lib/vc14win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)_x86.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc14win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX86</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> + <OutDir>./../../bin/vc14win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/ApexFramework/profile\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)PROFILE_x86</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../common/include;./../../common/include/autogen;./../../shared/internal/include;./../../NvParameterized/include;./../../shared/general/RenderDebug/public;./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/PairFilter/include;./../../shared/general/PairFilter/public;../../../PxShared/src/pvd/src;../../../PxShared/src/cudamanager/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3CommonPROFILE_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)PROFILE_x86.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win32;../../../PhysX_3.4/Lib/vc14win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE_x86.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc14win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX86</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> + <OutDir>./../../bin/vc14win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/ApexFramework/checked\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)CHECKED_x86</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../common/include;./../../common/include/autogen;./../../shared/internal/include;./../../NvParameterized/include;./../../shared/general/RenderDebug/public;./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/PairFilter/include;./../../shared/general/PairFilter/public;../../../PxShared/src/pvd/src;../../../PxShared/src/cudamanager/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3CommonCHECKED_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)CHECKED_x86.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win32;../../../PhysX_3.4/Lib/vc14win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED_x86.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc14win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX86</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <ItemGroup> + <ResourceCompile Include="..\resource\apex.rc"> + </ResourceCompile> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\framework\src\autogen\BufferF32x1.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferF32x2.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferF32x3.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferF32x4.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferU16x1.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferU16x2.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferU16x3.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferU16x4.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferU32x1.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferU32x2.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferU32x3.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferU32x4.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferU8x1.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferU8x2.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferU8x3.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferU8x4.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\RenderMeshAssetParameters.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\SubmeshParameters.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\SurfaceBufferParameters.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\VertexBufferParameters.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\VertexFormatParameters.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\framework\src\windows\AgMMFile.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\windows\PhysXIndicator.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\framework\src\ApexAssetPreviewScene.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexCreateSDK.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexCustomBufferIterator.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexRenderDebug.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexRenderMeshActor.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexRenderMeshAsset.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexRenderMeshAssetAuthoring.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexRenderSubmesh.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexResourceProvider.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexScene.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexSceneTasks.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexSceneUserNotify.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexSDKImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexSDKVersionString.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexVertexBuffer.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexVertexFormat.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\FrameworkProfile.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\MirrorSceneImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ThreadPool.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\framework\include\autogen\BufferF32x1.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferF32x2.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferF32x3.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferF32x4.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferU16x1.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferU16x2.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferU16x3.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferU16x4.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferU32x1.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferU32x2.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferU32x3.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferU32x4.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferU8x1.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferU8x2.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferU8x3.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferU8x4.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\ModuleFrameworkRegistration.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\RenderMeshAssetParameters.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\SubmeshParameters.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\SurfaceBufferParameters.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\VertexBufferParameters.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\VertexFormatParameters.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\framework\include\ApexAssetPreviewScene.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexCustomBufferIterator.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexDefaultStream.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexInteropableBuffer.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexPhysXObjectDesc.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexRenderDebug.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexRenderMeshActor.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexRenderMeshAsset.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexRenderMeshAssetAuthoring.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexRenderSubmesh.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexResourceProvider.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexScene.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexSceneTasks.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexSceneUserNotify.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexSDKImpl.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexStubPxProfileZone.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexVertexBuffer.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexVertexFormat.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\CudaProfileManager.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\FrameworkEventDefs.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\FrameworkPerfScope.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\MirrorSceneImpl.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\PVDBindingErrorStream.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\RenderResourceManagerWrapper.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ThreadPool.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\include\PhysX3\PhysXSDKVersion.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\include\Actor.h"> + </ClInclude> + <ClInclude Include="..\..\include\Apex.h"> + </ClInclude> + <ClInclude Include="..\..\include\ApexCudaContextManager.h"> + </ClInclude> + <ClInclude Include="..\..\include\ApexDefs.h"> + </ClInclude> + <ClInclude Include="..\..\include\ApexDesc.h"> + </ClInclude> + <ClInclude Include="..\..\include\ApexInterface.h"> + </ClInclude> + <ClInclude Include="..\..\include\ApexNameSpace.h"> + </ClInclude> + <ClInclude Include="..\..\include\ApexSDK.h"> + </ClInclude> + <ClInclude Include="..\..\include\ApexSDKCachedData.h"> + </ClInclude> + <ClInclude Include="..\..\include\ApexSDKVersionString.h"> + </ClInclude> + <ClInclude Include="..\..\include\ApexUsingNamespace.h"> + </ClInclude> + <ClInclude Include="..\..\include\Asset.h"> + </ClInclude> + <ClInclude Include="..\..\include\AssetPreview.h"> + </ClInclude> + <ClInclude Include="..\..\include\AssetPreviewScene.h"> + </ClInclude> + <ClInclude Include="..\..\include\Context.h"> + </ClInclude> + <ClInclude Include="..\..\include\ConvexHullMethod.h"> + </ClInclude> + <ClInclude Include="..\..\include\CudaTestManager.h"> + </ClInclude> + <ClInclude Include="..\..\include\Curve.h"> + </ClInclude> + <ClInclude Include="..\..\include\CustomBufferIterator.h"> + </ClInclude> + <ClInclude Include="..\..\include\IosAsset.h"> + </ClInclude> + <ClInclude Include="..\..\include\IProgressListener.h"> + </ClInclude> + <ClInclude Include="..\..\include\Lock.h"> + </ClInclude> + <ClInclude Include="..\..\include\MirrorScene.h"> + </ClInclude> + <ClInclude Include="..\..\include\Module.h"> + </ClInclude> + <ClInclude Include="..\..\include\PhysXObjectDesc.h"> + </ClInclude> + <ClInclude Include="..\..\include\PxStreamFromFileBuf.h"> + </ClInclude> + <ClInclude Include="..\..\include\Renderable.h"> + </ClInclude> + <ClInclude Include="..\..\include\RenderBufferData.h"> + </ClInclude> + <ClInclude Include="..\..\include\RenderContext.h"> + </ClInclude> + <ClInclude Include="..\..\include\RenderDataFormat.h"> + </ClInclude> + <ClInclude Include="..\..\include\RenderDataProvider.h"> + </ClInclude> + <ClInclude Include="..\..\include\RenderDebugInterface.h"> + </ClInclude> + <ClInclude Include="..\..\include\RenderMesh.h"> + </ClInclude> + <ClInclude Include="..\..\include\RenderMeshActor.h"> + </ClInclude> + <ClInclude Include="..\..\include\RenderMeshActorDesc.h"> + </ClInclude> + <ClInclude Include="..\..\include\RenderMeshAsset.h"> + </ClInclude> + <ClInclude Include="..\..\include\ResourceCallback.h"> + </ClInclude> + <ClInclude Include="..\..\include\ResourceProvider.h"> + </ClInclude> + <ClInclude Include="..\..\include\RWLockable.h"> + </ClInclude> + <ClInclude Include="..\..\include\Scene.h"> + </ClInclude> + <ClInclude Include="..\..\include\ScopedPhysXLock.h"> + </ClInclude> + <ClInclude Include="..\..\include\Shape.h"> + </ClInclude> + <ClInclude Include="..\..\include\TestBase.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserOpaqueMesh.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderBoneBuffer.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderBoneBufferDesc.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderCallback.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderer.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderIndexBuffer.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderIndexBufferDesc.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderInstanceBuffer.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderInstanceBufferDesc.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderResource.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderResourceDesc.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderResourceManager.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderSpriteBuffer.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderSpriteBufferDesc.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderSurfaceBuffer.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderSurfaceBufferDesc.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderVertexBuffer.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderVertexBufferDesc.h"> + </ClInclude> + <ClInclude Include="..\..\include\VertexFormat.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <None Include="..\..\framework\parameters\ApexRenderMeshAssetParamSchema.pl"> + </None> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc14win32/PxFoundation.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../NvParameterized/compiler/vc14win32-PhysX_3.4/NvParameterized.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc14win32/PsFastXml.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../shared/general/RenderDebug/compiler/vc14win32-PhysX_3.4/RenderDebug.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc14win32/PxTask.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc14win32/PxPvdSDK.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./ApexShared.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./ApexCommon.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"></ImportGroup> </Project> diff --git a/APEX_1.4/compiler/vc14win32-PhysX_3.4/ApexShared.vcxproj b/APEX_1.4/compiler/vc14win32-PhysX_3.4/ApexShared.vcxproj index 53760e34..0a2ea1d9 100644 --- a/APEX_1.4/compiler/vc14win32-PhysX_3.4/ApexShared.vcxproj +++ b/APEX_1.4/compiler/vc14win32-PhysX_3.4/ApexShared.vcxproj @@ -1,373 +1,430 @@ <?xml version="1.0" encoding="utf-8"?> -<Project - DefaultTargets="Build" - ToolsVersion="14.0" - xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <ItemGroup Label="ProjectConfigurations"> - <ProjectConfiguration Include="debug|Win32"> - <Configuration>debug</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|Win32"> - <Configuration>release</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|Win32"> - <Configuration>profile</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="checked|Win32"> - <Configuration>checked</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{E52F63A7-67BB-4C5F-AC3F-306F95DBDD0F}</ProjectGuid> - <RootNamespace>ApexShared</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" - Label="Configuration"> - <ConfigurationType>StaticLibrary</ConfigurationType> - <PlatformToolset>v140</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='release|Win32'" - Label="Configuration"> - <ConfigurationType>StaticLibrary</ConfigurationType> - <PlatformToolset>v140</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='profile|Win32'" - Label="Configuration"> - <ConfigurationType>StaticLibrary</ConfigurationType> - <PlatformToolset>v140</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='checked|Win32'" - Label="Configuration"> - <ConfigurationType>StaticLibrary</ConfigurationType> - <PlatformToolset>v140</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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <OutDir>./../../lib/vc14win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/ApexShared/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> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;./../../include/destructible;./../../shared/general/floatmath/include;./../../shared/general/PairFilter/public;./../../shared/general/PairFilter/include;./../../shared/general/HACD/public;./../../shared/general/HACD/include;./../../shared/general/HACD/src;./../../shared/general/stan_hull/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;PLUGINS_EMBEDDED;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.lib</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win32;../../../PhysX_3.4/Lib/vc14win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG.lib.pdb</ProgramDatabaseFile> - <TargetMachine>MachineX86</TargetMachine> - </Lib> - <ResourceCompile></ResourceCompile> - <ProjectReference> - <LinkLibraryDependencies>true</LinkLibraryDependencies> - </ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <OutDir>./../../lib/vc14win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/ApexShared/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> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;./../../include/destructible;./../../shared/general/floatmath/include;./../../shared/general/PairFilter/public;./../../shared/general/PairFilter/include;./../../shared/general/HACD/public;./../../shared/general/HACD/include;./../../shared/general/HACD/src;./../../shared/general/stan_hull/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;PLUGINS_EMBEDDED;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName).lib</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win32;../../../PhysX_3.4/Lib/vc14win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName).lib.pdb</ProgramDatabaseFile> - <TargetMachine>MachineX86</TargetMachine> - </Lib> - <ResourceCompile></ResourceCompile> - <ProjectReference> - <LinkLibraryDependencies>true</LinkLibraryDependencies> - </ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <OutDir>./../../lib/vc14win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/ApexShared/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> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;./../../include/destructible;./../../shared/general/floatmath/include;./../../shared/general/PairFilter/public;./../../shared/general/PairFilter/include;./../../shared/general/HACD/public;./../../shared/general/HACD/include;./../../shared/general/HACD/src;./../../shared/general/stan_hull/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;PLUGINS_EMBEDDED;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.lib</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win32;../../../PhysX_3.4/Lib/vc14win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE.lib.pdb</ProgramDatabaseFile> - <TargetMachine>MachineX86</TargetMachine> - </Lib> - <ResourceCompile></ResourceCompile> - <ProjectReference> - <LinkLibraryDependencies>true</LinkLibraryDependencies> - </ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <OutDir>./../../lib/vc14win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/ApexShared/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> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;./../../include/destructible;./../../shared/general/floatmath/include;./../../shared/general/PairFilter/public;./../../shared/general/PairFilter/include;./../../shared/general/HACD/public;./../../shared/general/HACD/include;./../../shared/general/HACD/src;./../../shared/general/stan_hull/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;PLUGINS_EMBEDDED;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.lib</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win32;../../../PhysX_3.4/Lib/vc14win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED.lib.pdb</ProgramDatabaseFile> - <TargetMachine>MachineX86</TargetMachine> - </Lib> - <ResourceCompile></ResourceCompile> - <ProjectReference> - <LinkLibraryDependencies>true</LinkLibraryDependencies> - </ProjectReference> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\shared\internal\src\authoring\ApexCSG.cpp"></ClCompile> - <ClCompile Include="..\..\shared\internal\src\authoring\ApexCSGHull.cpp"></ClCompile> - <ClCompile Include="..\..\shared\internal\src\authoring\ApexCSGMeshCleaning.cpp"></ClCompile> - <ClCompile Include="..\..\shared\internal\src\authoring\Cutout.cpp"></ClCompile> - <ClCompile Include="..\..\shared\internal\src\authoring\Fracturing.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\shared\internal\src\PvdNxParamSerializer.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSG.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSGDefs.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSGFastMath.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSGFastMath2.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSGHull.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSGMath.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSGSerialization.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\authoring\ApexGSA.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\authoring\Fracturing.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\shared\internal\include\ApexSharedSerialization.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\ApexStream.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\ApexString.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\FractureTools.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\Link.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\ParamArray.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\PvdNxParamSerializer.h"></ClInclude> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\shared\general\shared\PxInputDataFromPxFileBuf.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\shared\general\floatmath\include\FloatMath.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\shared\general\floatmath\src\FloatMath.cpp"></ClCompile> - <ClInclude Include="..\..\shared\general\floatmath\src\FloatMath.inl"></ClInclude> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\shared\general\HACD\include\AutoGeometry.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\ConvexDecomposition.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgAABBPolygonSoup.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgArray.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgConvexHull3d.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgGoogol.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgGraph.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgHeap.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgIntersections.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgList.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgMatrix.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgMeshEffect.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgPlane.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgPolygonSoupBuilder.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgPolygonSoupDatabase.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgPolyhedra.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgQuaternion.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgRefCounter.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgSmallDeterminant.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgSphere.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgStack.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgTree.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgTypes.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgVector.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\shared\general\HACD\public\ConvexHull.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\public\HACD.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\public\JobSwarm.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\public\MergeHulls.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\public\PlatformConfigHACD.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\public\PxVector.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\public\SparseArray.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\public\WuQuantizer.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\shared\general\HACD\src\AutoGeometry.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\ConvexDecomposition.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\ConvexHull.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\dgAABBPolygonSoup.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\dgConvexHull3d.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\dgGoogol.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\dgIntersections.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\dgMatrix.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\dgMeshEffect.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\dgPolygonSoupBuilder.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\dgPolyhedra.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\dgQuaternion.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\dgSmallDeterminant.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\dgSphere.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\dgTree.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\dgTypes.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\HACD.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\MergeHulls.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\WuQuantizer.cpp"></ClCompile> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\shared\general\PairFilter\include\PairFilter.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\shared\general\PairFilter\src\PairFilter.cpp"></ClCompile> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\shared\general\stan_hull\include\StanHull.h"></ClInclude> - <ClInclude Include="..\..\shared\general\stan_hull\include\StanHullConfig.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\shared\general\stan_hull\src\StanHull.cpp"></ClCompile> - </ItemGroup> - <ItemGroup></ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> +<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup Label="ProjectConfigurations"> + <ProjectConfiguration Include="debug|Win32"> + <Configuration>debug</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="release|Win32"> + <Configuration>release</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="profile|Win32"> + <Configuration>profile</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="checked|Win32"> + <Configuration>checked</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectGuid>{E52F63A7-67BB-4C5F-AC3F-306F95DBDD0F}</ProjectGuid> + <RootNamespace>ApexShared</RootNamespace> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <PlatformToolset>v140</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <PlatformToolset>v140</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <PlatformToolset>v140</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <PlatformToolset>v140</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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </ImportGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> + <OutDir>./../../lib/vc14win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/ApexShared/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> + <FloatingPointModel>Fast</FloatingPointModel> + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;./../../include/destructible;./../../shared/general/floatmath/include;./../../shared/general/PairFilter/public;./../../shared/general/PairFilter/include;./../../shared/general/HACD/public;./../../shared/general/HACD/include;./../../shared/general/HACD/src;./../../shared/general/stan_hull/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;PLUGINS_EMBEDDED;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)DEBUG.lib</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win32;../../../PhysX_3.4/Lib/vc14win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG.lib.pdb</ProgramDatabaseFile> + <TargetMachine>MachineX86</TargetMachine> + </Lib> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + <LinkLibraryDependencies>true</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> + <OutDir>./../../lib/vc14win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/ApexShared/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> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;./../../include/destructible;./../../shared/general/floatmath/include;./../../shared/general/PairFilter/public;./../../shared/general/PairFilter/include;./../../shared/general/HACD/public;./../../shared/general/HACD/include;./../../shared/general/HACD/src;./../../shared/general/stan_hull/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;PLUGINS_EMBEDDED;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName).lib</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win32;../../../PhysX_3.4/Lib/vc14win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName).lib.pdb</ProgramDatabaseFile> + <TargetMachine>MachineX86</TargetMachine> + </Lib> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + <LinkLibraryDependencies>true</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> + <OutDir>./../../lib/vc14win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/ApexShared/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> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;./../../include/destructible;./../../shared/general/floatmath/include;./../../shared/general/PairFilter/public;./../../shared/general/PairFilter/include;./../../shared/general/HACD/public;./../../shared/general/HACD/include;./../../shared/general/HACD/src;./../../shared/general/stan_hull/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;PLUGINS_EMBEDDED;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)PROFILE.lib</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win32;../../../PhysX_3.4/Lib/vc14win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE.lib.pdb</ProgramDatabaseFile> + <TargetMachine>MachineX86</TargetMachine> + </Lib> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + <LinkLibraryDependencies>true</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> + <OutDir>./../../lib/vc14win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/ApexShared/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> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;./../../include/destructible;./../../shared/general/floatmath/include;./../../shared/general/PairFilter/public;./../../shared/general/PairFilter/include;./../../shared/general/HACD/public;./../../shared/general/HACD/include;./../../shared/general/HACD/src;./../../shared/general/stan_hull/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;PLUGINS_EMBEDDED;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)CHECKED.lib</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win32;../../../PhysX_3.4/Lib/vc14win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED.lib.pdb</ProgramDatabaseFile> + <TargetMachine>MachineX86</TargetMachine> + </Lib> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + <LinkLibraryDependencies>true</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <ItemGroup> + <ClCompile Include="..\..\shared\internal\src\authoring\ApexCSG.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\internal\src\authoring\ApexCSGHull.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\internal\src\authoring\ApexCSGMeshCleaning.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\internal\src\authoring\Cutout.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\internal\src\authoring\Fracturing.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\shared\internal\src\PvdNxParamSerializer.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSG.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSGDefs.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSGFastMath.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSGFastMath2.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSGHull.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSGMath.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSGSerialization.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\authoring\ApexGSA.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\authoring\Fracturing.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\shared\internal\include\ApexSharedSerialization.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\ApexStream.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\ApexString.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\FractureTools.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\Link.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\ParamArray.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\PvdNxParamSerializer.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\shared\general\shared\PxInputDataFromPxFileBuf.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\shared\general\floatmath\include\FloatMath.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\shared\general\floatmath\src\FloatMath.cpp"> + </ClCompile> + <ClInclude Include="..\..\shared\general\floatmath\src\FloatMath.inl"> + </ClInclude> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\shared\general\HACD\include\AutoGeometry.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\ConvexDecomposition.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgAABBPolygonSoup.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgArray.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgConvexHull3d.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgGoogol.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgGraph.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgHeap.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgIntersections.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgList.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgMatrix.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgMeshEffect.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgPlane.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgPolygonSoupBuilder.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgPolygonSoupDatabase.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgPolyhedra.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgQuaternion.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgRefCounter.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgSmallDeterminant.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgSphere.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgStack.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgTree.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgTypes.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgVector.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\shared\general\HACD\public\ConvexHull.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\public\HACD.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\public\JobSwarm.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\public\MergeHulls.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\public\PlatformConfigHACD.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\public\PxVector.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\public\SparseArray.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\public\WuQuantizer.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\shared\general\HACD\src\AutoGeometry.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\ConvexDecomposition.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\ConvexHull.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\dgAABBPolygonSoup.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\dgConvexHull3d.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\dgGoogol.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\dgIntersections.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\dgMatrix.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\dgMeshEffect.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\dgPolygonSoupBuilder.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\dgPolyhedra.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\dgQuaternion.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\dgSmallDeterminant.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\dgSphere.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\dgTree.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\dgTypes.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\HACD.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\MergeHulls.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\WuQuantizer.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\shared\general\PairFilter\include\PairFilter.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\shared\general\PairFilter\src\PairFilter.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\shared\general\stan_hull\include\StanHull.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\stan_hull\include\StanHullConfig.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\shared\general\stan_hull\src\StanHull.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"></ImportGroup> </Project> diff --git a/APEX_1.4/compiler/vc14win64-PhysX_3.4/APEX_Clothing.vcxproj b/APEX_1.4/compiler/vc14win64-PhysX_3.4/APEX_Clothing.vcxproj index 9eb72bc5..aa99e0e4 100644 --- a/APEX_1.4/compiler/vc14win64-PhysX_3.4/APEX_Clothing.vcxproj +++ b/APEX_1.4/compiler/vc14win64-PhysX_3.4/APEX_Clothing.vcxproj @@ -1,488 +1,612 @@ <?xml version="1.0" encoding="utf-8"?> -<Project - DefaultTargets="Build" - ToolsVersion="14.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="release|x64"> - <Configuration>release</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|x64"> - <Configuration>profile</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="checked|x64"> - <Configuration>checked</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{C549455E-94CC-81A4-1B87-FFA4D4785858}</ProjectGuid> - <RootNamespace>APEX_Clothing</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='debug|x64'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v140</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='release|x64'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v140</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='profile|x64'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v140</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='checked|x64'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v140</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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <OutDir>./../../bin/vc14win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/APEX_Clothing/debug\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)DEBUG_x64</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /EHsc /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/clothing;./../../module/clothing/include;./../../module/clothing/include/autogen;./../../module/clothing/include/windows;./../../module/clothing/embedded/LowLevelCloth/include;./../../module/clothing/embedded/LowLevelCloth/src;./../../module/clothing/embedded;./../../module/clothing/src/simd;../../../PxShared/src/pvd/src;./../../module/clothing/embedded/LowLevelCloth/src/windows;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonDEBUG_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG_x64.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win64;../../../PhysX_3.4/Lib/vc14win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG_x64.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc14win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <OutDir>./../../bin/vc14win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/APEX_Clothing/release\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)_x64</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /EHsc /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/clothing;./../../module/clothing/include;./../../module/clothing/include/autogen;./../../module/clothing/include/windows;./../../module/clothing/embedded/LowLevelCloth/include;./../../module/clothing/embedded/LowLevelCloth/src;./../../module/clothing/embedded;./../../module/clothing/src/simd;../../../PxShared/src/pvd/src;./../../module/clothing/embedded/LowLevelCloth/src/windows;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3Common_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)_x64.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win64;../../../PhysX_3.4/Lib/vc14win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)_x64.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc14win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <OutDir>./../../bin/vc14win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/APEX_Clothing/profile\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)PROFILE_x64</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /EHsc /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/clothing;./../../module/clothing/include;./../../module/clothing/include/autogen;./../../module/clothing/include/windows;./../../module/clothing/embedded/LowLevelCloth/include;./../../module/clothing/embedded/LowLevelCloth/src;./../../module/clothing/embedded;./../../module/clothing/src/simd;../../../PxShared/src/pvd/src;./../../module/clothing/embedded/LowLevelCloth/src/windows;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonPROFILE_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE_x64.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win64;../../../PhysX_3.4/Lib/vc14win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE_x64.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc14win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <OutDir>./../../bin/vc14win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/APEX_Clothing/checked\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)CHECKED_x64</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /EHsc /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/clothing;./../../module/clothing/include;./../../module/clothing/include/autogen;./../../module/clothing/include/windows;./../../module/clothing/embedded/LowLevelCloth/include;./../../module/clothing/embedded/LowLevelCloth/src;./../../module/clothing/embedded;./../../module/clothing/src/simd;../../../PxShared/src/pvd/src;./../../module/clothing/embedded/LowLevelCloth/src/windows;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonCHECKED_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED_x64.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win64;../../../PhysX_3.4/Lib/vc14win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED_x64.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc14win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <ItemGroup> - <ResourceCompile Include="..\resource\apex.rc"></ResourceCompile> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\clothing\src\simd\neon\NvNeonSimd4f.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\src\simd\neon\NvNeonSimd4i.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\src\simd\neon\NvNeonSimdTypes.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\clothing\src\simd\scalar\NvScalarSimd4f.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\src\simd\scalar\NvScalarSimd4i.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\src\simd\scalar\NvScalarSimdTypes.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\clothing\src\simd\sse2\NvSse2Simd4f.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\src\simd\sse2\NvSse2Simd4i.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\src\simd\sse2\NvSse2SimdTypes.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\clothing\src\simd\NvSimd4f.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\src\simd\NvSimd4i.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\src\simd\NvSimdTypes.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\clothing\src\autogen\ClothingActorParam.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\autogen\ClothingAssetParameters.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\autogen\ClothingCookedParam.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\autogen\ClothingCookedPhysX3Param.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\autogen\ClothingDebugRenderParams.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\autogen\ClothingGraphicalLodParameters.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\autogen\ClothingMaterialLibraryParameters.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\autogen\ClothingModuleParameters.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\autogen\ClothingPhysicalMeshParameters.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\autogen\ClothingPreviewParam.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\clothing\src\ClothingActorData.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\ClothingActorImpl.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\ClothingActorTasks.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\ClothingAssetAuthoringImpl.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\ClothingAssetData.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\ClothingAssetImpl.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\ClothingCollisionImpl.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\ClothingCooking.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\ClothingPhysicalMeshImpl.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\ClothingRenderProxyImpl.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\ClothingScene.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\CookingAbstract.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\ModuleClothingHelpers.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\ModuleClothingImpl.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\SimdMath.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\SimulationAbstract.cpp"></ClCompile> - <ClInclude Include="..\..\module\clothing\src\SimdMath.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\clothing\include\autogen\ClothingActorParam.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\autogen\ClothingAssetParameters.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\autogen\ClothingCookedParam.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\autogen\ClothingCookedPhysX3Param.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\autogen\ClothingDebugRenderParams.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\autogen\ClothingGraphicalLodParameters.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\autogen\ClothingMaterialLibraryParameters.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\autogen\ClothingModuleParameters.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\autogen\ClothingPhysicalMeshParameters.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\autogen\ClothingPreviewParam.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\autogen\ModuleClothingRegistration.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\clothing\include\AbstractMeshDescription.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingActorData.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingActorImpl.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingActorProxy.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingActorTasks.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingAssetAuthoringImpl.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingAssetData.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingAssetImpl.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingCollisionImpl.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingCooking.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingGlobals.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingPhysicalMeshImpl.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingPreviewProxy.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingRenderProxyImpl.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingScene.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothStructs.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\Cooking.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\CookingAbstract.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\CookingPhysX.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ModuleClothingHelpers.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ModuleClothingImpl.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ModuleEventDefs.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ModulePerfScope.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\Simulation.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\SimulationAbstract.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\include\clothing\ClothingActor.h"></ClInclude> - <ClInclude Include="..\..\include\clothing\ClothingAsset.h"></ClInclude> - <ClInclude Include="..\..\include\clothing\ClothingAssetAuthoring.h"></ClInclude> - <ClInclude Include="..\..\include\clothing\ClothingCollision.h"></ClInclude> - <ClInclude Include="..\..\include\clothing\ClothingPhysicalMesh.h"></ClInclude> - <ClInclude Include="..\..\include\clothing\ClothingPreview.h"></ClInclude> - <ClInclude Include="..\..\include\clothing\ClothingRenderProxy.h"></ClInclude> - <ClInclude Include="..\..\include\clothing\ClothingVelocityCallback.h"></ClInclude> - <ClInclude Include="..\..\include\clothing\ModuleClothing.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\common\src\ModuleProfileCommon.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\common\include\ModuleProfileCommon.h"></ClInclude> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\Cloth.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\Fabric.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\Factory.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\PhaseConfig.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\Range.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\Solver.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\Types.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\Allocator.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\Array.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\BoundingBox.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\ClothBase.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\ClothImpl.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\IndexPair.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\IterationState.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\MovingAverage.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\PointInterpolator.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\Simd4f.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\Simd4i.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SimdTypes.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\StackAllocator.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwCloth.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwClothData.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwCollision.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwCollisionHelpers.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwFabric.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwFactory.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwInterCollision.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwSelfCollision.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwSolver.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwSolverKernel.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\TripletScheduler.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\Vec4T.h"></ClInclude> - <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\Allocator.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\Factory.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\PhaseConfig.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwCloth.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwClothData.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwCollision.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwFabric.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwFactory.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwInterCollision.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwSelfCollision.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwSolver.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwSolverKernel.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\TripletScheduler.cpp"></ClCompile> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\clothing\embedded\CmPhysXCommon.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\CmTask.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\ExtClothConfig.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\ExtClothCoreUtilityTypes.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\ExtClothFabricCooker.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\ExtClothMeshQuadifier.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\ExtClothTetherCooker.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\PxClothFabric.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\PxClothMeshDesc.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\PxClothTypes.h"></ClInclude> - <ClCompile Include="..\..\module\clothing\embedded\Cooking.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\ExtClothFabricCooker.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\ExtClothGeodesicTetherCooker.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\ExtClothMeshQuadifier.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\ExtClothSimpleTetherCooker.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\Simulation.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <CustomBuild Include="..\..\module\clothing\embedded\LowLevelCloth\src\avx\SwSolveConstraints.cpp"> - <Command Condition="'$(Configuration)|$(Platform)'=='debug|x64'">cl.exe /c /Zi /Ox /MT /arch:AVX /Fd"$(TargetDir)\$(TargetName).pdb" /Fo$(IntermediateOutputPath)/avx/%(Filename).obj ..\..\module\clothing\embedded\LowLevelCloth\src\avx\SwSolveConstraints.cpp</Command> - <Message Condition="'$(Configuration)|$(Platform)'=='debug|x64'">Building %(Identity)</Message> - <Outputs Condition="'$(Configuration)|$(Platform)'=='debug|x64'">$(IntermediateOutputPath)/avx/%(Filename).obj;</Outputs> - <Command Condition="'$(Configuration)|$(Platform)'=='release|x64'">cl.exe /c /Zi /Ox /MT /arch:AVX /Fd"$(TargetDir)\$(TargetName).pdb" /Fo$(IntermediateOutputPath)/avx/%(Filename).obj ..\..\module\clothing\embedded\LowLevelCloth\src\avx\SwSolveConstraints.cpp</Command> - <Message Condition="'$(Configuration)|$(Platform)'=='release|x64'">Building %(Identity)</Message> - <Outputs Condition="'$(Configuration)|$(Platform)'=='release|x64'">$(IntermediateOutputPath)/avx/%(Filename).obj;</Outputs> - <Command Condition="'$(Configuration)|$(Platform)'=='profile|x64'">cl.exe /c /Zi /Ox /MT /arch:AVX /Fd"$(TargetDir)\$(TargetName).pdb" /Fo$(IntermediateOutputPath)/avx/%(Filename).obj ..\..\module\clothing\embedded\LowLevelCloth\src\avx\SwSolveConstraints.cpp</Command> - <Message Condition="'$(Configuration)|$(Platform)'=='profile|x64'">Building %(Identity)</Message> - <Outputs Condition="'$(Configuration)|$(Platform)'=='profile|x64'">$(IntermediateOutputPath)/avx/%(Filename).obj;</Outputs> - <Command Condition="'$(Configuration)|$(Platform)'=='checked|x64'">cl.exe /c /Zi /Ox /MT /arch:AVX /Fd"$(TargetDir)\$(TargetName).pdb" /Fo$(IntermediateOutputPath)/avx/%(Filename).obj ..\..\module\clothing\embedded\LowLevelCloth\src\avx\SwSolveConstraints.cpp</Command> - <Message Condition="'$(Configuration)|$(Platform)'=='checked|x64'">Building %(Identity)</Message> - <Outputs Condition="'$(Configuration)|$(Platform)'=='checked|x64'">$(IntermediateOutputPath)/avx/%(Filename).obj;</Outputs> - </CustomBuild> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc14win64/PxFoundation.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./ApexCommon.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./ApexShared.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc14win64/PsFastXml.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../NvParameterized/compiler/vc14win64-PhysX_3.4/NvParameterized.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc14win64/PxPvdSDK.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> +<Project DefaultTargets="Build" ToolsVersion="14.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="release|x64"> + <Configuration>release</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="profile|x64"> + <Configuration>profile</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="checked|x64"> + <Configuration>checked</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectGuid>{C549455E-94CC-81A4-1B87-FFA4D4785858}</ProjectGuid> + <RootNamespace>APEX_Clothing</RootNamespace> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v140</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v140</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v140</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v140</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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </ImportGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> + <OutDir>./../../bin/vc14win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/APEX_Clothing/debug\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)DEBUG_x64</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /EHsc /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/clothing;./../../module/clothing/include;./../../module/clothing/include/autogen;./../../module/clothing/include/windows;./../../module/clothing/embedded/LowLevelCloth/include;./../../module/clothing/embedded/LowLevelCloth/src;./../../module/clothing/embedded;./../../module/clothing/src/simd;../../../PxShared/src/pvd/src;./../../module/clothing/embedded/LowLevelCloth/src/windows;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonDEBUG_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)DEBUG_x64.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win64;../../../PhysX_3.4/Lib/vc14win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG_x64.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc14win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX64</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> + <OutDir>./../../bin/vc14win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/APEX_Clothing/release\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)_x64</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /EHsc /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/clothing;./../../module/clothing/include;./../../module/clothing/include/autogen;./../../module/clothing/include/windows;./../../module/clothing/embedded/LowLevelCloth/include;./../../module/clothing/embedded/LowLevelCloth/src;./../../module/clothing/embedded;./../../module/clothing/src/simd;../../../PxShared/src/pvd/src;./../../module/clothing/embedded/LowLevelCloth/src/windows;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3Common_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)_x64.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win64;../../../PhysX_3.4/Lib/vc14win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)_x64.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc14win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX64</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> + <OutDir>./../../bin/vc14win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/APEX_Clothing/profile\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)PROFILE_x64</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /EHsc /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/clothing;./../../module/clothing/include;./../../module/clothing/include/autogen;./../../module/clothing/include/windows;./../../module/clothing/embedded/LowLevelCloth/include;./../../module/clothing/embedded/LowLevelCloth/src;./../../module/clothing/embedded;./../../module/clothing/src/simd;../../../PxShared/src/pvd/src;./../../module/clothing/embedded/LowLevelCloth/src/windows;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonPROFILE_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)PROFILE_x64.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win64;../../../PhysX_3.4/Lib/vc14win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE_x64.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc14win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX64</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> + <OutDir>./../../bin/vc14win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/APEX_Clothing/checked\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)CHECKED_x64</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /EHsc /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/clothing;./../../module/clothing/include;./../../module/clothing/include/autogen;./../../module/clothing/include/windows;./../../module/clothing/embedded/LowLevelCloth/include;./../../module/clothing/embedded/LowLevelCloth/src;./../../module/clothing/embedded;./../../module/clothing/src/simd;../../../PxShared/src/pvd/src;./../../module/clothing/embedded/LowLevelCloth/src/windows;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonCHECKED_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)CHECKED_x64.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win64;../../../PhysX_3.4/Lib/vc14win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED_x64.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc14win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX64</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <ItemGroup> + <ResourceCompile Include="..\resource\apex.rc"> + </ResourceCompile> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\clothing\src\simd\neon\NvNeonSimd4f.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\src\simd\neon\NvNeonSimd4i.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\src\simd\neon\NvNeonSimdTypes.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\clothing\src\simd\scalar\NvScalarSimd4f.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\src\simd\scalar\NvScalarSimd4i.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\src\simd\scalar\NvScalarSimdTypes.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\clothing\src\simd\sse2\NvSse2Simd4f.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\src\simd\sse2\NvSse2Simd4i.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\src\simd\sse2\NvSse2SimdTypes.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\clothing\src\simd\NvSimd4f.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\src\simd\NvSimd4i.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\src\simd\NvSimdTypes.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\clothing\src\autogen\ClothingActorParam.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\autogen\ClothingAssetParameters.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\autogen\ClothingCookedParam.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\autogen\ClothingCookedPhysX3Param.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\autogen\ClothingDebugRenderParams.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\autogen\ClothingGraphicalLodParameters.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\autogen\ClothingMaterialLibraryParameters.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\autogen\ClothingModuleParameters.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\autogen\ClothingPhysicalMeshParameters.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\autogen\ClothingPreviewParam.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\clothing\src\ClothingActorData.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\ClothingActorImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\ClothingActorTasks.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\ClothingAssetAuthoringImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\ClothingAssetData.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\ClothingAssetImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\ClothingCollisionImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\ClothingCooking.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\ClothingPhysicalMeshImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\ClothingRenderProxyImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\ClothingScene.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\CookingAbstract.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\ModuleClothingHelpers.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\ModuleClothingImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\SimdMath.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\SimulationAbstract.cpp"> + </ClCompile> + <ClInclude Include="..\..\module\clothing\src\SimdMath.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\clothing\include\autogen\ClothingActorParam.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\autogen\ClothingAssetParameters.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\autogen\ClothingCookedParam.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\autogen\ClothingCookedPhysX3Param.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\autogen\ClothingDebugRenderParams.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\autogen\ClothingGraphicalLodParameters.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\autogen\ClothingMaterialLibraryParameters.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\autogen\ClothingModuleParameters.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\autogen\ClothingPhysicalMeshParameters.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\autogen\ClothingPreviewParam.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\autogen\ModuleClothingRegistration.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\clothing\include\AbstractMeshDescription.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingActorData.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingActorImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingActorProxy.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingActorTasks.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingAssetAuthoringImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingAssetData.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingAssetImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingCollisionImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingCooking.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingGlobals.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingPhysicalMeshImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingPreviewProxy.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingRenderProxyImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingScene.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothStructs.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\Cooking.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\CookingAbstract.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\CookingPhysX.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ModuleClothingHelpers.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ModuleClothingImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ModuleEventDefs.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ModulePerfScope.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\Simulation.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\SimulationAbstract.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\include\clothing\ClothingActor.h"> + </ClInclude> + <ClInclude Include="..\..\include\clothing\ClothingAsset.h"> + </ClInclude> + <ClInclude Include="..\..\include\clothing\ClothingAssetAuthoring.h"> + </ClInclude> + <ClInclude Include="..\..\include\clothing\ClothingCollision.h"> + </ClInclude> + <ClInclude Include="..\..\include\clothing\ClothingPhysicalMesh.h"> + </ClInclude> + <ClInclude Include="..\..\include\clothing\ClothingPreview.h"> + </ClInclude> + <ClInclude Include="..\..\include\clothing\ClothingRenderProxy.h"> + </ClInclude> + <ClInclude Include="..\..\include\clothing\ClothingVelocityCallback.h"> + </ClInclude> + <ClInclude Include="..\..\include\clothing\ModuleClothing.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\common\src\ModuleProfileCommon.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\common\include\ModuleProfileCommon.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\Cloth.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\Fabric.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\Factory.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\PhaseConfig.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\Range.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\Solver.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\Types.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\Allocator.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\Array.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\BoundingBox.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\ClothBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\ClothImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\IndexPair.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\IterationState.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\MovingAverage.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\PointInterpolator.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\Simd4f.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\Simd4i.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SimdTypes.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\StackAllocator.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwCloth.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwClothData.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwCollision.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwCollisionHelpers.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwFabric.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwFactory.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwInterCollision.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwSelfCollision.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwSolver.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwSolverKernel.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\TripletScheduler.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\Vec4T.h"> + </ClInclude> + <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\Allocator.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\Factory.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\PhaseConfig.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwCloth.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwClothData.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwCollision.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwFabric.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwFactory.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwInterCollision.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwSelfCollision.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwSolver.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwSolverKernel.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\TripletScheduler.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\clothing\embedded\CmPhysXCommon.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\CmTask.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\ExtClothConfig.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\ExtClothCoreUtilityTypes.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\ExtClothFabricCooker.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\ExtClothMeshQuadifier.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\ExtClothTetherCooker.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\PxClothFabric.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\PxClothMeshDesc.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\PxClothTypes.h"> + </ClInclude> + <ClCompile Include="..\..\module\clothing\embedded\Cooking.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\ExtClothFabricCooker.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\ExtClothGeodesicTetherCooker.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\ExtClothMeshQuadifier.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\ExtClothSimpleTetherCooker.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\Simulation.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="..\..\module\clothing\embedded\LowLevelCloth\src\avx\SwSolveConstraints.cpp"> + <Command Condition="'$(Configuration)|$(Platform)'=='debug|x64'">cl.exe /c /Zi /Ox /MT /arch:AVX /Fd"$(TargetDir)\$(TargetName).pdb" /Fo$(IntermediateOutputPath)/avx/%(Filename).obj ..\..\module\clothing\embedded\LowLevelCloth\src\avx\SwSolveConstraints.cpp</Command> + <Message Condition="'$(Configuration)|$(Platform)'=='debug|x64'">Building %(Identity)</Message> + <Outputs Condition="'$(Configuration)|$(Platform)'=='debug|x64'">$(IntermediateOutputPath)/avx/%(Filename).obj;</Outputs> + <Command Condition="'$(Configuration)|$(Platform)'=='release|x64'">cl.exe /c /Zi /Ox /MT /arch:AVX /Fd"$(TargetDir)\$(TargetName).pdb" /Fo$(IntermediateOutputPath)/avx/%(Filename).obj ..\..\module\clothing\embedded\LowLevelCloth\src\avx\SwSolveConstraints.cpp</Command> + <Message Condition="'$(Configuration)|$(Platform)'=='release|x64'">Building %(Identity)</Message> + <Outputs Condition="'$(Configuration)|$(Platform)'=='release|x64'">$(IntermediateOutputPath)/avx/%(Filename).obj;</Outputs> + <Command Condition="'$(Configuration)|$(Platform)'=='profile|x64'">cl.exe /c /Zi /Ox /MT /arch:AVX /Fd"$(TargetDir)\$(TargetName).pdb" /Fo$(IntermediateOutputPath)/avx/%(Filename).obj ..\..\module\clothing\embedded\LowLevelCloth\src\avx\SwSolveConstraints.cpp</Command> + <Message Condition="'$(Configuration)|$(Platform)'=='profile|x64'">Building %(Identity)</Message> + <Outputs Condition="'$(Configuration)|$(Platform)'=='profile|x64'">$(IntermediateOutputPath)/avx/%(Filename).obj;</Outputs> + <Command Condition="'$(Configuration)|$(Platform)'=='checked|x64'">cl.exe /c /Zi /Ox /MT /arch:AVX /Fd"$(TargetDir)\$(TargetName).pdb" /Fo$(IntermediateOutputPath)/avx/%(Filename).obj ..\..\module\clothing\embedded\LowLevelCloth\src\avx\SwSolveConstraints.cpp</Command> + <Message Condition="'$(Configuration)|$(Platform)'=='checked|x64'">Building %(Identity)</Message> + <Outputs Condition="'$(Configuration)|$(Platform)'=='checked|x64'">$(IntermediateOutputPath)/avx/%(Filename).obj;</Outputs> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc14win64/PxFoundation.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./ApexCommon.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./ApexShared.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc14win64/PsFastXml.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../NvParameterized/compiler/vc14win64-PhysX_3.4/NvParameterized.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc14win64/PxPvdSDK.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"></ImportGroup> </Project> diff --git a/APEX_1.4/compiler/vc14win64-PhysX_3.4/APEX_Destructible.vcxproj b/APEX_1.4/compiler/vc14win64-PhysX_3.4/APEX_Destructible.vcxproj index 01b6039c..5aa38dce 100644 --- a/APEX_1.4/compiler/vc14win64-PhysX_3.4/APEX_Destructible.vcxproj +++ b/APEX_1.4/compiler/vc14win64-PhysX_3.4/APEX_Destructible.vcxproj @@ -1,442 +1,546 @@ <?xml version="1.0" encoding="utf-8"?> -<Project - DefaultTargets="Build" - ToolsVersion="14.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="release|x64"> - <Configuration>release</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|x64"> - <Configuration>profile</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="checked|x64"> - <Configuration>checked</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{777EFDFD-2EF5-4F0E-2222-6F9A226C5709}</ProjectGuid> - <RootNamespace>APEX_Destructible</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='debug|x64'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v140</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='release|x64'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v140</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='profile|x64'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v140</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='checked|x64'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v140</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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <OutDir>./../../bin/vc14win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/APEX_Destructible/debug\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)DEBUG_x64</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include/destructible;./../../module/destructible/include;./../../module/destructible/include/autogen;./../../module/destructible/fracture;./../../module/destructible/fracture/Core;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonDEBUG_x64.lib;PhysX3DEBUG_x64.lib;PhysX3ExtensionsDEBUG.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG_x64.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win64;../../../PhysX_3.4/Lib/vc14win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG_x64.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc14win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <OutDir>./../../bin/vc14win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/APEX_Destructible/release\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)_x64</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include/destructible;./../../module/destructible/include;./../../module/destructible/include/autogen;./../../module/destructible/fracture;./../../module/destructible/fracture/Core;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3Common_x64.lib;PhysX3_x64.lib;PhysX3Extensions.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)_x64.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win64;../../../PhysX_3.4/Lib/vc14win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)_x64.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc14win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <OutDir>./../../bin/vc14win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/APEX_Destructible/profile\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)PROFILE_x64</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include/destructible;./../../module/destructible/include;./../../module/destructible/include/autogen;./../../module/destructible/fracture;./../../module/destructible/fracture/Core;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonPROFILE_x64.lib;PhysX3PROFILE_x64.lib;PhysX3ExtensionsPROFILE.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE_x64.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win64;../../../PhysX_3.4/Lib/vc14win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE_x64.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc14win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <OutDir>./../../bin/vc14win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/APEX_Destructible/checked\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)CHECKED_x64</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include/destructible;./../../module/destructible/include;./../../module/destructible/include/autogen;./../../module/destructible/fracture;./../../module/destructible/fracture/Core;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonCHECKED_x64.lib;PhysX3CHECKED_x64.lib;PhysX3ExtensionsCHECKED.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED_x64.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win64;../../../PhysX_3.4/Lib/vc14win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED_x64.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc14win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <ItemGroup> - <ResourceCompile Include="..\resource\apex.rc"></ResourceCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\destructible\src\autogen\CachedOverlaps.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleActorChunks.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleActorParam.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleActorState.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleAssetCollisionDataSet.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleAssetParameters.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleDebugRenderParams.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleModuleParameters.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\autogen\DestructiblePreviewParam.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\autogen\MeshCookedCollisionStream.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\autogen\MeshCookedCollisionStreamsAtScale.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\autogen\SurfaceTraceParameters.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\autogen\SurfaceTraceSetParameters.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\destructible\src\DestructibleActorImpl.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\DestructibleActorJointImpl.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\DestructibleAssetImpl.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\DestructiblePreviewImpl.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\DestructibleRenderableImpl.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\DestructibleScene.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\DestructibleSceneSyncParams.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\DestructibleStructure.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\DestructibleStructureStressSolver.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\ModuleDestructibleImpl.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\destructible\fracture\Core\ActorBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\CompoundBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\CompoundCreatorBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\CompoundGeometryBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\ConvexBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\Delaunay2dBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\Delaunay3dBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\FracturePatternBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\IceBoxPruningBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\IceRevisitedRadixBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\IslandDetectorBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\MeshBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\MeshClipperBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\PolygonTriangulatorBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\SimSceneBase.cpp"></ClCompile> - <ClInclude Include="..\..\module\destructible\fracture\Core\ActorBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\CompoundBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\CompoundCreatorBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\CompoundGeometryBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\ConvexBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\Delaunay2dBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\Delaunay3dBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\FracturePatternBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\IceBoxPruningBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\IceRevisitedRadixBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\IslandDetectorBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\MeshBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\MeshClipperBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\PolygonTriangulatorBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\SimSceneBase.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\destructible\fracture\Actor.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Compound.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\CompoundCreator.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\CompoundGeometry.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Convex.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Delaunay2d.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Delaunay3d.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\FracturePattern.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\IceBoxPruning.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\IceRevisitedRadix.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\IslandDetector.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Mesh.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\MeshClipper.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\PolygonTriangulator.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Renderable.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\SimScene.cpp"></ClCompile> - <ClInclude Include="..\..\module\destructible\fracture\Actor.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Compound.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\CompoundCreator.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\CompoundGeometry.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Convex.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Delaunay2d.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Delaunay3d.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\FracturePattern.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\IceBoxPruning.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\IceRevisitedRadix.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\IslandDetector.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Mesh.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\MeshClipper.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\PolygonTriangulator.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Renderable.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\RTdef.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\SimScene.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\destructible\include\autogen\CachedOverlaps.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleActorChunks.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleActorParam.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleActorState.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleAssetCollisionDataSet.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleAssetParameters.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleDebugRenderParams.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleModuleParameters.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\autogen\DestructiblePreviewParam.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\autogen\MeshCookedCollisionStream.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\autogen\MeshCookedCollisionStreamsAtScale.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\autogen\ModuleDestructibleRegistration.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\autogen\SurfaceTraceParameters.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\autogen\SurfaceTraceSetParameters.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\destructible\include\DestructibleActorImpl.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\DestructibleActorJointImpl.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\DestructibleActorJointProxy.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\DestructibleActorProxy.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\DestructibleActorUtils.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\DestructibleAssetImpl.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\DestructibleAssetProxy.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\DestructibleHelpers.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\DestructiblePreviewImpl.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\DestructiblePreviewProxy.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\DestructibleRenderableImpl.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\DestructibleScene.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\DestructibleStructure.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\DestructibleStructureStressSolver.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\ModuleDestructibleImpl.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\ModuleEventDefs.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\ModulePerfScope.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\include\destructible\DestructibleActor.h"></ClInclude> - <ClInclude Include="..\..\include\destructible\DestructibleActorJoint.h"></ClInclude> - <ClInclude Include="..\..\include\destructible\DestructibleAsset.h"></ClInclude> - <ClInclude Include="..\..\include\destructible\DestructiblePreview.h"></ClInclude> - <ClInclude Include="..\..\include\destructible\DestructibleRenderable.h"></ClInclude> - <ClInclude Include="..\..\include\destructible\ExplicitHierarchicalMesh.h"></ClInclude> - <ClInclude Include="..\..\include\destructible\FractureToolsAPI.h"></ClInclude> - <ClInclude Include="..\..\include\destructible\FractureToolsStructs.h"></ClInclude> - <ClInclude Include="..\..\include\destructible\ModuleDestructible.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\common\src\ModuleProfileCommon.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\common\include\ModuleProfileCommon.h"></ClInclude> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc14win64/PxFoundation.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./ApexCommon.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./ApexShared.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc14win64/PsFastXml.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../NvParameterized/compiler/vc14win64-PhysX_3.4/NvParameterized.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc14win64/PxPvdSDK.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> +<Project DefaultTargets="Build" ToolsVersion="14.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="release|x64"> + <Configuration>release</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="profile|x64"> + <Configuration>profile</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="checked|x64"> + <Configuration>checked</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectGuid>{777EFDFD-2EF5-4F0E-2222-6F9A226C5709}</ProjectGuid> + <RootNamespace>APEX_Destructible</RootNamespace> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v140</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v140</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v140</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v140</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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </ImportGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> + <OutDir>./../../bin/vc14win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/APEX_Destructible/debug\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)DEBUG_x64</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include/destructible;./../../module/destructible/include;./../../module/destructible/include/autogen;./../../module/destructible/fracture;./../../module/destructible/fracture/Core;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonDEBUG_x64.lib;PhysX3DEBUG_x64.lib;PhysX3ExtensionsDEBUG.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)DEBUG_x64.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win64;../../../PhysX_3.4/Lib/vc14win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG_x64.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc14win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX64</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> + <OutDir>./../../bin/vc14win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/APEX_Destructible/release\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)_x64</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include/destructible;./../../module/destructible/include;./../../module/destructible/include/autogen;./../../module/destructible/fracture;./../../module/destructible/fracture/Core;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3Common_x64.lib;PhysX3_x64.lib;PhysX3Extensions.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)_x64.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win64;../../../PhysX_3.4/Lib/vc14win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)_x64.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc14win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX64</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> + <OutDir>./../../bin/vc14win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/APEX_Destructible/profile\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)PROFILE_x64</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include/destructible;./../../module/destructible/include;./../../module/destructible/include/autogen;./../../module/destructible/fracture;./../../module/destructible/fracture/Core;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonPROFILE_x64.lib;PhysX3PROFILE_x64.lib;PhysX3ExtensionsPROFILE.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)PROFILE_x64.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win64;../../../PhysX_3.4/Lib/vc14win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE_x64.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc14win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX64</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> + <OutDir>./../../bin/vc14win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/APEX_Destructible/checked\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)CHECKED_x64</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include/destructible;./../../module/destructible/include;./../../module/destructible/include/autogen;./../../module/destructible/fracture;./../../module/destructible/fracture/Core;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonCHECKED_x64.lib;PhysX3CHECKED_x64.lib;PhysX3ExtensionsCHECKED.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)CHECKED_x64.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win64;../../../PhysX_3.4/Lib/vc14win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED_x64.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc14win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX64</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <ItemGroup> + <ResourceCompile Include="..\resource\apex.rc"> + </ResourceCompile> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\destructible\src\autogen\CachedOverlaps.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleActorChunks.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleActorParam.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleActorState.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleAssetCollisionDataSet.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleAssetParameters.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleDebugRenderParams.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleModuleParameters.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\autogen\DestructiblePreviewParam.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\autogen\MeshCookedCollisionStream.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\autogen\MeshCookedCollisionStreamsAtScale.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\autogen\SurfaceTraceParameters.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\autogen\SurfaceTraceSetParameters.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\destructible\src\DestructibleActorImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\DestructibleActorJointImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\DestructibleAssetImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\DestructiblePreviewImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\DestructibleRenderableImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\DestructibleScene.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\DestructibleSceneSyncParams.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\DestructibleStructure.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\DestructibleStructureStressSolver.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\ModuleDestructibleImpl.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\destructible\fracture\Core\ActorBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\CompoundBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\CompoundCreatorBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\CompoundGeometryBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\ConvexBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\Delaunay2dBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\Delaunay3dBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\FracturePatternBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\IceBoxPruningBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\IceRevisitedRadixBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\IslandDetectorBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\MeshBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\MeshClipperBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\PolygonTriangulatorBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\SimSceneBase.cpp"> + </ClCompile> + <ClInclude Include="..\..\module\destructible\fracture\Core\ActorBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\CompoundBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\CompoundCreatorBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\CompoundGeometryBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\ConvexBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\Delaunay2dBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\Delaunay3dBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\FracturePatternBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\IceBoxPruningBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\IceRevisitedRadixBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\IslandDetectorBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\MeshBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\MeshClipperBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\PolygonTriangulatorBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\SimSceneBase.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\destructible\fracture\Actor.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Compound.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\CompoundCreator.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\CompoundGeometry.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Convex.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Delaunay2d.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Delaunay3d.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\FracturePattern.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\IceBoxPruning.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\IceRevisitedRadix.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\IslandDetector.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Mesh.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\MeshClipper.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\PolygonTriangulator.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Renderable.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\SimScene.cpp"> + </ClCompile> + <ClInclude Include="..\..\module\destructible\fracture\Actor.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Compound.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\CompoundCreator.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\CompoundGeometry.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Convex.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Delaunay2d.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Delaunay3d.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\FracturePattern.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\IceBoxPruning.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\IceRevisitedRadix.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\IslandDetector.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Mesh.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\MeshClipper.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\PolygonTriangulator.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Renderable.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\RTdef.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\SimScene.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\destructible\include\autogen\CachedOverlaps.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleActorChunks.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleActorParam.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleActorState.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleAssetCollisionDataSet.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleAssetParameters.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleDebugRenderParams.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleModuleParameters.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\autogen\DestructiblePreviewParam.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\autogen\MeshCookedCollisionStream.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\autogen\MeshCookedCollisionStreamsAtScale.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\autogen\ModuleDestructibleRegistration.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\autogen\SurfaceTraceParameters.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\autogen\SurfaceTraceSetParameters.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\destructible\include\DestructibleActorImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\DestructibleActorJointImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\DestructibleActorJointProxy.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\DestructibleActorProxy.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\DestructibleActorUtils.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\DestructibleAssetImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\DestructibleAssetProxy.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\DestructibleHelpers.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\DestructiblePreviewImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\DestructiblePreviewProxy.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\DestructibleRenderableImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\DestructibleScene.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\DestructibleStructure.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\DestructibleStructureStressSolver.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\ModuleDestructibleImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\ModuleEventDefs.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\ModulePerfScope.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\include\destructible\DestructibleActor.h"> + </ClInclude> + <ClInclude Include="..\..\include\destructible\DestructibleActorJoint.h"> + </ClInclude> + <ClInclude Include="..\..\include\destructible\DestructibleAsset.h"> + </ClInclude> + <ClInclude Include="..\..\include\destructible\DestructiblePreview.h"> + </ClInclude> + <ClInclude Include="..\..\include\destructible\DestructibleRenderable.h"> + </ClInclude> + <ClInclude Include="..\..\include\destructible\ExplicitHierarchicalMesh.h"> + </ClInclude> + <ClInclude Include="..\..\include\destructible\FractureToolsAPI.h"> + </ClInclude> + <ClInclude Include="..\..\include\destructible\FractureToolsStructs.h"> + </ClInclude> + <ClInclude Include="..\..\include\destructible\ModuleDestructible.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\common\src\ModuleProfileCommon.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\common\include\ModuleProfileCommon.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc14win64/PxFoundation.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./ApexCommon.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./ApexShared.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc14win64/PsFastXml.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../NvParameterized/compiler/vc14win64-PhysX_3.4/NvParameterized.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc14win64/PxPvdSDK.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"></ImportGroup> </Project> diff --git a/APEX_1.4/compiler/vc14win64-PhysX_3.4/APEX_Legacy.vcxproj b/APEX_1.4/compiler/vc14win64-PhysX_3.4/APEX_Legacy.vcxproj index 76f3040d..624739b8 100644 --- a/APEX_1.4/compiler/vc14win64-PhysX_3.4/APEX_Legacy.vcxproj +++ b/APEX_1.4/compiler/vc14win64-PhysX_3.4/APEX_Legacy.vcxproj @@ -1,857 +1,1371 @@ <?xml version="1.0" encoding="utf-8"?> -<Project - DefaultTargets="Build" - ToolsVersion="14.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="release|x64"> - <Configuration>release</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|x64"> - <Configuration>profile</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="checked|x64"> - <Configuration>checked</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{E234DAF8-81E8-8FFC-FCE6-2CA09C768D36}</ProjectGuid> - <RootNamespace>APEX_Legacy</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='debug|x64'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v140</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='release|x64'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v140</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='profile|x64'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v140</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='checked|x64'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v140</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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <OutDir>./../../bin/vc14win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/APEX_Legacy/debug\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)DEBUG_x64</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../module/Test_legacy/include;./../../module/Test_legacy/include/autogen;./../../module/destructible_legacy/include;./../../module/destructible_legacy/include/autogen;./../../module/framework_legacy/include;./../../module/framework_legacy/include/autogen;./../../module/clothing_legacy/include;./../../module/clothing_legacy/include/autogen;./../../module/common_legacy/include;./../../module/common_legacy/include/autogen;./../../framework/include;./../../framework/include/autogen;./../../module/clothing/include;./../../module/clothing/include/autogen;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NV_PARAMETERIZED_HIDE_DESCRIPTIONS=1;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>PhysX3CommonDEBUG_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG_x64.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win64;../../../PhysX_3.4/Lib/vc14win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG_x64.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc14win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <OutDir>./../../bin/vc14win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/APEX_Legacy/release\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)_x64</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../module/Test_legacy/include;./../../module/Test_legacy/include/autogen;./../../module/destructible_legacy/include;./../../module/destructible_legacy/include/autogen;./../../module/framework_legacy/include;./../../module/framework_legacy/include/autogen;./../../module/clothing_legacy/include;./../../module/clothing_legacy/include/autogen;./../../module/common_legacy/include;./../../module/common_legacy/include/autogen;./../../framework/include;./../../framework/include/autogen;./../../module/clothing/include;./../../module/clothing/include/autogen;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NV_PARAMETERIZED_HIDE_DESCRIPTIONS=1;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>PhysX3Common_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)_x64.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win64;../../../PhysX_3.4/Lib/vc14win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)_x64.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc14win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <OutDir>./../../bin/vc14win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/APEX_Legacy/profile\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)PROFILE_x64</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../module/Test_legacy/include;./../../module/Test_legacy/include/autogen;./../../module/destructible_legacy/include;./../../module/destructible_legacy/include/autogen;./../../module/framework_legacy/include;./../../module/framework_legacy/include/autogen;./../../module/clothing_legacy/include;./../../module/clothing_legacy/include/autogen;./../../module/common_legacy/include;./../../module/common_legacy/include/autogen;./../../framework/include;./../../framework/include/autogen;./../../module/clothing/include;./../../module/clothing/include/autogen;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NV_PARAMETERIZED_HIDE_DESCRIPTIONS=1;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>PhysX3CommonPROFILE_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE_x64.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win64;../../../PhysX_3.4/Lib/vc14win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE_x64.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc14win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <OutDir>./../../bin/vc14win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/APEX_Legacy/checked\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)CHECKED_x64</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../module/Test_legacy/include;./../../module/Test_legacy/include/autogen;./../../module/destructible_legacy/include;./../../module/destructible_legacy/include/autogen;./../../module/framework_legacy/include;./../../module/framework_legacy/include/autogen;./../../module/clothing_legacy/include;./../../module/clothing_legacy/include/autogen;./../../module/common_legacy/include;./../../module/common_legacy/include/autogen;./../../framework/include;./../../framework/include/autogen;./../../module/clothing/include;./../../module/clothing/include/autogen;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NV_PARAMETERIZED_HIDE_DESCRIPTIONS=1;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>PhysX3CommonCHECKED_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED_x64.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win64;../../../PhysX_3.4/Lib/vc14win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED_x64.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc14win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <ItemGroup> - <ResourceCompile Include="..\resource\apex.rc"></ResourceCompile> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\CachedOverlaps_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\CachedOverlaps_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorChunks_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p10.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p11.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p12.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p13.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p14.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p15.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p16.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p17.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p18.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p19.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p20.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p21.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p22.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p23.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p24.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p25.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p26.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p27.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p28.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p29.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p30.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p31.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p32.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p6.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p7.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p8.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p9.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorState_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorState_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorState_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorState_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorState_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetCollisionDataSet_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p10.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p11.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p12.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p13.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p14.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p15.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p16.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p17.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p18.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p19.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p20.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p21.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p22.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p23.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p24.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p25.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p26.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p6.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p7.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p8.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p9.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleDebugRenderParams_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleModuleParameters_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleModuleParameters_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleModuleParameters_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleModuleParameters_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructiblePreviewParam_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\MeshCookedCollisionStreamsAtScale_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\MeshCookedCollisionStream_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\ModuleDestructibleLegacyRegistration.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\SurfaceTraceParameters_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\SurfaceTraceSetParameters_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\SurfaceTraceSetParameters_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\SurfaceTraceSetParameters_0p2.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionCachedOverlaps_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p10_0p11.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p11_0p12.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p12_0p13.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p13_0p14.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p14_0p15.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p15_0p16.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p16_0p17.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p17_0p18.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p18_0p19.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p19_0p20.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p1_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p20_0p21.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p21_0p22.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p22_0p23.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p23_0p24.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p24_0p25.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p25_0p26.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p26_0p27.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p27_0p28.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p28_0p29.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p29_0p30.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p2_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p30_0p31.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p31_0p32.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p3_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p4_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p5_0p6.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p6_0p7.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p7_0p8.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p8_0p9.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p9_0p10.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorState_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorState_0p1_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorState_0p2_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorState_0p3_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p10_0p11.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p11_0p12.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p12_0p13.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p13_0p14.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p14_0p15.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p15_0p16.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p16_0p17.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p17_0p18.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p18_0p19.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p19_0p20.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p1_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p20_0p21.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p21_0p22.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p22_0p23.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p23_0p24.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p24_0p25.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p25_0p26.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p2_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p3_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p4_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p5_0p6.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p6_0p7.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p7_0p8.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p8_0p9.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p9_0p10.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleModuleParameters_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleModuleParameters_0p1_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleModuleParameters_0p2_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionSurfaceTraceSetParameters_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionSurfaceTraceSetParameters_0p1_0p2.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\CachedOverlaps_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\CachedOverlaps_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorChunks_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p10.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p11.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p12.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p13.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p14.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p15.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p16.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p17.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p18.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p19.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p2.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p20.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p21.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p22.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p23.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p24.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p25.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p26.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p27.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p28.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p29.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p3.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p30.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p31.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p32.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p4.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p5.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p6.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p7.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p8.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p9.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorState_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorState_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorState_0p2.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorState_0p3.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorState_0p4.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetCollisionDataSet_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p10.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p11.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p12.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p13.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p14.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p15.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p16.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p17.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p18.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p19.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p2.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p20.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p21.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p22.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p23.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p24.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p25.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p26.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p3.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p4.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p5.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p6.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p7.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p8.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p9.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleDebugRenderParams_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleModuleParameters_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleModuleParameters_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleModuleParameters_0p2.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleModuleParameters_0p3.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructiblePreviewParam_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\MeshCookedCollisionStreamsAtScale_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\MeshCookedCollisionStream_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\ModuleDestructibleLegacy.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\SurfaceTraceParameters_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\SurfaceTraceSetParameters_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\SurfaceTraceSetParameters_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\SurfaceTraceSetParameters_0p2.cpp"></ClCompile> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferF32x1_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferF32x2_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferF32x3_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferF32x4_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferF32x4_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU16x1_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU16x2_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU16x3_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU16x4_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU32x1_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU32x2_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU32x3_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU32x4_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU8x1_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU8x2_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU8x3_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU8x4_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\ModuleFrameworkLegacyRegistration.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\RenderMeshAssetParameters_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\SubmeshParameters_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\SubmeshParameters_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\SurfaceBufferParameters_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\VertexBufferParameters_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\VertexBufferParameters_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\VertexFormatParameters_0p0.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\framework_legacy\include\ConversionBufferF32x4_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\ConversionSubmeshParameters_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\ConversionVertexBufferParameters_0p0_0p1.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferF32x1_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferF32x2_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferF32x3_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferF32x4_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferF32x4_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU16x1_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU16x2_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU16x3_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU16x4_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU32x1_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU32x2_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU32x3_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU32x4_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU8x1_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU8x2_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU8x3_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU8x4_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\ModuleFrameworkLegacy.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\RenderMeshAssetParameters_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\SubmeshParameters_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\SubmeshParameters_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\SurfaceBufferParameters_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\VertexBufferParameters_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\VertexBufferParameters_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\VertexFormatParameters_0p0.cpp"></ClCompile> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p10.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p11.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p12.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p13.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p14.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p15.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p16.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p17.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p18.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p6.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p7.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p8.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p9.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p10.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p11.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p12.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p13.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p14.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p6.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p7.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p8.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p9.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedParam_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedParam_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedParam_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedParam_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedPhysX3Param_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedPhysX3Param_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedPhysX3Param_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedPhysX3Param_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedPhysX3Param_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedPhysX3Param_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingDebugRenderParams_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingGraphicalLodParameters_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingGraphicalLodParameters_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingGraphicalLodParameters_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingGraphicalLodParameters_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingGraphicalLodParameters_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingGraphicalLodParameters_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p10.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p11.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p12.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p13.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p14.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p6.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p7.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p8.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p9.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingModuleParameters_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p10.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p11.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p6.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p7.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p8.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p9.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPreviewParam_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ModuleClothingLegacyRegistration.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p10_0p11.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p11_0p12.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p12_0p13.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p13_0p14.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p14_0p15.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p15_0p16.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p16_0p17.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p17_0p18.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p1_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p2_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p3_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p4_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p5_0p6.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p6_0p7.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p7_0p8.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p8_0p9.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p9_0p10.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p10_0p11.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p11_0p12.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p12_0p13.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p13_0p14.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p1_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p2_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p3_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p4_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p5_0p6.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p6_0p7.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p7_0p8.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p8_0p9.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p9_0p10.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedParam_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedParam_0p1_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedParam_0p2_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedPhysX3Param_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedPhysX3Param_0p1_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedPhysX3Param_0p2_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedPhysX3Param_0p3_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedPhysX3Param_0p4_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingGraphicalLodParameters_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingGraphicalLodParameters_0p1_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingGraphicalLodParameters_0p2_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingGraphicalLodParameters_0p3_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingGraphicalLodParameters_0p4_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p10_0p11.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p11_0p12.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p12_0p13.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p13_0p14.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p1_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p2_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p3_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p4_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p5_0p6.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p6_0p7.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p7_0p8.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p8_0p9.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p9_0p10.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p10_0p11.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p1_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p2_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p3_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p4_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p5_0p6.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p6_0p7.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p7_0p8.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p8_0p9.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p9_0p10.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p10.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p11.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p12.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p13.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p14.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p15.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p16.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p17.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p18.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p2.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p3.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p4.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p5.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p6.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p7.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p8.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p9.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p10.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p11.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p12.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p13.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p14.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p2.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p3.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p4.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p5.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p6.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p7.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p8.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p9.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedParam_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedParam_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedParam_0p2.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedParam_0p3.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedPhysX3Param_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedPhysX3Param_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedPhysX3Param_0p2.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedPhysX3Param_0p3.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedPhysX3Param_0p4.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedPhysX3Param_0p5.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingDebugRenderParams_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingGraphicalLodParameters_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingGraphicalLodParameters_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingGraphicalLodParameters_0p2.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingGraphicalLodParameters_0p3.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingGraphicalLodParameters_0p4.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingGraphicalLodParameters_0p5.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p10.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p11.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p12.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p13.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p14.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p2.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p3.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p4.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p5.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p6.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p7.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p8.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p9.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingModuleParameters_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p10.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p11.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p2.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p3.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p4.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p5.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p6.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p7.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p8.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p9.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPreviewParam_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ModuleClothingLegacy.cpp"></ClCompile> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\common_legacy\include\autogen\ConvexHullParameters_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\common_legacy\include\autogen\ConvexHullParameters_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\common_legacy\include\autogen\DebugColorParams_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\common_legacy\include\autogen\DebugRenderParams_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\common_legacy\include\autogen\ModuleCommonLegacyRegistration.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\common_legacy\include\ConversionConvexHullParameters_0p0_0p1.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\common_legacy\src\autogen\ConvexHullParameters_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\common_legacy\src\autogen\ConvexHullParameters_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\common_legacy\src\autogen\DebugColorParams_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\common_legacy\src\autogen\DebugRenderParams_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\common_legacy\src\autogen\ModuleCommonLegacy.cpp"></ClCompile> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\legacy\src\ModuleLegacy.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\include\legacy\ModuleIofxLegacy.h"></ClInclude> - <ClInclude Include="..\..\include\legacy\ModuleLegacy.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc14win64/PxFoundation.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../NvParameterized/compiler/vc14win64-PhysX_3.4/NvParameterized.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc14win64/PxTask.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./ApexShared.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./ApexCommon.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> +<Project DefaultTargets="Build" ToolsVersion="14.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="release|x64"> + <Configuration>release</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="profile|x64"> + <Configuration>profile</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="checked|x64"> + <Configuration>checked</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectGuid>{E234DAF8-81E8-8FFC-FCE6-2CA09C768D36}</ProjectGuid> + <RootNamespace>APEX_Legacy</RootNamespace> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v140</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v140</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v140</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v140</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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </ImportGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> + <OutDir>./../../bin/vc14win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/APEX_Legacy/debug\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)DEBUG_x64</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../module/Test_legacy/include;./../../module/Test_legacy/include/autogen;./../../module/destructible_legacy/include;./../../module/destructible_legacy/include/autogen;./../../module/framework_legacy/include;./../../module/framework_legacy/include/autogen;./../../module/clothing_legacy/include;./../../module/clothing_legacy/include/autogen;./../../module/common_legacy/include;./../../module/common_legacy/include/autogen;./../../framework/include;./../../framework/include/autogen;./../../module/clothing/include;./../../module/clothing/include/autogen;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NV_PARAMETERIZED_HIDE_DESCRIPTIONS=1;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>PhysX3CommonDEBUG_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)DEBUG_x64.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win64;../../../PhysX_3.4/Lib/vc14win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG_x64.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc14win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX64</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> + <OutDir>./../../bin/vc14win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/APEX_Legacy/release\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)_x64</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../module/Test_legacy/include;./../../module/Test_legacy/include/autogen;./../../module/destructible_legacy/include;./../../module/destructible_legacy/include/autogen;./../../module/framework_legacy/include;./../../module/framework_legacy/include/autogen;./../../module/clothing_legacy/include;./../../module/clothing_legacy/include/autogen;./../../module/common_legacy/include;./../../module/common_legacy/include/autogen;./../../framework/include;./../../framework/include/autogen;./../../module/clothing/include;./../../module/clothing/include/autogen;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NV_PARAMETERIZED_HIDE_DESCRIPTIONS=1;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>PhysX3Common_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)_x64.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win64;../../../PhysX_3.4/Lib/vc14win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)_x64.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc14win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX64</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> + <OutDir>./../../bin/vc14win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/APEX_Legacy/profile\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)PROFILE_x64</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../module/Test_legacy/include;./../../module/Test_legacy/include/autogen;./../../module/destructible_legacy/include;./../../module/destructible_legacy/include/autogen;./../../module/framework_legacy/include;./../../module/framework_legacy/include/autogen;./../../module/clothing_legacy/include;./../../module/clothing_legacy/include/autogen;./../../module/common_legacy/include;./../../module/common_legacy/include/autogen;./../../framework/include;./../../framework/include/autogen;./../../module/clothing/include;./../../module/clothing/include/autogen;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NV_PARAMETERIZED_HIDE_DESCRIPTIONS=1;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>PhysX3CommonPROFILE_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)PROFILE_x64.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win64;../../../PhysX_3.4/Lib/vc14win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE_x64.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc14win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX64</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> + <OutDir>./../../bin/vc14win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/APEX_Legacy/checked\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)CHECKED_x64</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../module/Test_legacy/include;./../../module/Test_legacy/include/autogen;./../../module/destructible_legacy/include;./../../module/destructible_legacy/include/autogen;./../../module/framework_legacy/include;./../../module/framework_legacy/include/autogen;./../../module/clothing_legacy/include;./../../module/clothing_legacy/include/autogen;./../../module/common_legacy/include;./../../module/common_legacy/include/autogen;./../../framework/include;./../../framework/include/autogen;./../../module/clothing/include;./../../module/clothing/include/autogen;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NV_PARAMETERIZED_HIDE_DESCRIPTIONS=1;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>PhysX3CommonCHECKED_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)CHECKED_x64.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win64;../../../PhysX_3.4/Lib/vc14win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED_x64.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc14win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX64</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <ItemGroup> + <ResourceCompile Include="..\resource\apex.rc"> + </ResourceCompile> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\CachedOverlaps_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\CachedOverlaps_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorChunks_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p10.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p11.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p12.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p13.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p14.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p15.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p16.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p17.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p18.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p19.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p20.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p21.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p22.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p23.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p24.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p25.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p26.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p27.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p28.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p29.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p30.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p31.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p32.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p6.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p7.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p8.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p9.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorState_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorState_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorState_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorState_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorState_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetCollisionDataSet_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p10.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p11.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p12.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p13.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p14.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p15.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p16.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p17.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p18.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p19.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p20.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p21.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p22.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p23.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p24.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p25.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p26.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p6.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p7.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p8.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p9.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleDebugRenderParams_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleModuleParameters_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleModuleParameters_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleModuleParameters_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleModuleParameters_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructiblePreviewParam_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\MeshCookedCollisionStreamsAtScale_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\MeshCookedCollisionStream_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\ModuleDestructibleLegacyRegistration.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\SurfaceTraceParameters_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\SurfaceTraceSetParameters_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\SurfaceTraceSetParameters_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\SurfaceTraceSetParameters_0p2.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionCachedOverlaps_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p10_0p11.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p11_0p12.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p12_0p13.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p13_0p14.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p14_0p15.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p15_0p16.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p16_0p17.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p17_0p18.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p18_0p19.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p19_0p20.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p1_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p20_0p21.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p21_0p22.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p22_0p23.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p23_0p24.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p24_0p25.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p25_0p26.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p26_0p27.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p27_0p28.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p28_0p29.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p29_0p30.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p2_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p30_0p31.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p31_0p32.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p3_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p4_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p5_0p6.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p6_0p7.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p7_0p8.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p8_0p9.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p9_0p10.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorState_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorState_0p1_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorState_0p2_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorState_0p3_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p10_0p11.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p11_0p12.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p12_0p13.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p13_0p14.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p14_0p15.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p15_0p16.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p16_0p17.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p17_0p18.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p18_0p19.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p19_0p20.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p1_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p20_0p21.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p21_0p22.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p22_0p23.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p23_0p24.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p24_0p25.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p25_0p26.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p2_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p3_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p4_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p5_0p6.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p6_0p7.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p7_0p8.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p8_0p9.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p9_0p10.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleModuleParameters_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleModuleParameters_0p1_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleModuleParameters_0p2_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionSurfaceTraceSetParameters_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionSurfaceTraceSetParameters_0p1_0p2.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\CachedOverlaps_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\CachedOverlaps_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorChunks_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p10.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p11.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p12.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p13.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p14.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p15.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p16.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p17.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p18.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p19.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p2.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p20.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p21.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p22.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p23.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p24.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p25.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p26.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p27.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p28.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p29.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p3.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p30.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p31.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p32.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p4.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p5.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p6.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p7.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p8.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p9.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorState_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorState_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorState_0p2.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorState_0p3.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorState_0p4.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetCollisionDataSet_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p10.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p11.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p12.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p13.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p14.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p15.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p16.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p17.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p18.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p19.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p2.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p20.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p21.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p22.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p23.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p24.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p25.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p26.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p3.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p4.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p5.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p6.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p7.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p8.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p9.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleDebugRenderParams_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleModuleParameters_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleModuleParameters_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleModuleParameters_0p2.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleModuleParameters_0p3.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructiblePreviewParam_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\MeshCookedCollisionStreamsAtScale_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\MeshCookedCollisionStream_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\ModuleDestructibleLegacy.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\SurfaceTraceParameters_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\SurfaceTraceSetParameters_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\SurfaceTraceSetParameters_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\SurfaceTraceSetParameters_0p2.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferF32x1_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferF32x2_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferF32x3_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferF32x4_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferF32x4_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU16x1_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU16x2_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU16x3_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU16x4_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU32x1_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU32x2_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU32x3_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU32x4_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU8x1_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU8x2_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU8x3_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU8x4_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\ModuleFrameworkLegacyRegistration.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\RenderMeshAssetParameters_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\SubmeshParameters_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\SubmeshParameters_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\SurfaceBufferParameters_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\VertexBufferParameters_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\VertexBufferParameters_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\VertexFormatParameters_0p0.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\framework_legacy\include\ConversionBufferF32x4_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\ConversionSubmeshParameters_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\ConversionVertexBufferParameters_0p0_0p1.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferF32x1_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferF32x2_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferF32x3_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferF32x4_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferF32x4_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU16x1_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU16x2_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU16x3_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU16x4_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU32x1_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU32x2_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU32x3_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU32x4_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU8x1_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU8x2_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU8x3_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU8x4_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\ModuleFrameworkLegacy.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\RenderMeshAssetParameters_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\SubmeshParameters_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\SubmeshParameters_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\SurfaceBufferParameters_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\VertexBufferParameters_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\VertexBufferParameters_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\VertexFormatParameters_0p0.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p10.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p11.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p12.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p13.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p14.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p15.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p16.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p17.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p18.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p6.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p7.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p8.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p9.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p10.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p11.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p12.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p13.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p14.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p6.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p7.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p8.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p9.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedParam_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedParam_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedParam_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedParam_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedPhysX3Param_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedPhysX3Param_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedPhysX3Param_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedPhysX3Param_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedPhysX3Param_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedPhysX3Param_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingDebugRenderParams_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingGraphicalLodParameters_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingGraphicalLodParameters_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingGraphicalLodParameters_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingGraphicalLodParameters_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingGraphicalLodParameters_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingGraphicalLodParameters_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p10.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p11.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p12.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p13.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p14.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p6.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p7.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p8.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p9.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingModuleParameters_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p10.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p11.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p6.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p7.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p8.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p9.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPreviewParam_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ModuleClothingLegacyRegistration.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p10_0p11.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p11_0p12.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p12_0p13.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p13_0p14.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p14_0p15.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p15_0p16.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p16_0p17.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p17_0p18.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p1_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p2_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p3_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p4_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p5_0p6.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p6_0p7.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p7_0p8.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p8_0p9.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p9_0p10.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p10_0p11.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p11_0p12.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p12_0p13.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p13_0p14.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p1_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p2_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p3_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p4_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p5_0p6.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p6_0p7.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p7_0p8.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p8_0p9.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p9_0p10.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedParam_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedParam_0p1_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedParam_0p2_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedPhysX3Param_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedPhysX3Param_0p1_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedPhysX3Param_0p2_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedPhysX3Param_0p3_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedPhysX3Param_0p4_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingGraphicalLodParameters_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingGraphicalLodParameters_0p1_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingGraphicalLodParameters_0p2_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingGraphicalLodParameters_0p3_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingGraphicalLodParameters_0p4_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p10_0p11.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p11_0p12.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p12_0p13.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p13_0p14.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p1_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p2_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p3_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p4_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p5_0p6.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p6_0p7.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p7_0p8.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p8_0p9.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p9_0p10.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p10_0p11.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p1_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p2_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p3_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p4_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p5_0p6.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p6_0p7.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p7_0p8.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p8_0p9.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p9_0p10.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p10.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p11.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p12.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p13.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p14.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p15.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p16.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p17.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p18.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p2.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p3.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p4.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p5.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p6.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p7.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p8.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p9.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p10.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p11.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p12.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p13.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p14.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p2.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p3.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p4.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p5.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p6.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p7.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p8.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p9.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedParam_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedParam_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedParam_0p2.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedParam_0p3.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedPhysX3Param_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedPhysX3Param_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedPhysX3Param_0p2.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedPhysX3Param_0p3.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedPhysX3Param_0p4.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedPhysX3Param_0p5.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingDebugRenderParams_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingGraphicalLodParameters_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingGraphicalLodParameters_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingGraphicalLodParameters_0p2.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingGraphicalLodParameters_0p3.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingGraphicalLodParameters_0p4.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingGraphicalLodParameters_0p5.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p10.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p11.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p12.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p13.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p14.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p2.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p3.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p4.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p5.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p6.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p7.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p8.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p9.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingModuleParameters_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p10.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p11.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p2.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p3.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p4.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p5.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p6.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p7.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p8.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p9.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPreviewParam_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ModuleClothingLegacy.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\common_legacy\include\autogen\ConvexHullParameters_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\common_legacy\include\autogen\ConvexHullParameters_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\common_legacy\include\autogen\DebugColorParams_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\common_legacy\include\autogen\DebugRenderParams_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\common_legacy\include\autogen\ModuleCommonLegacyRegistration.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\common_legacy\include\ConversionConvexHullParameters_0p0_0p1.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\common_legacy\src\autogen\ConvexHullParameters_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\common_legacy\src\autogen\ConvexHullParameters_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\common_legacy\src\autogen\DebugColorParams_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\common_legacy\src\autogen\DebugRenderParams_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\common_legacy\src\autogen\ModuleCommonLegacy.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\legacy\src\ModuleLegacy.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\include\legacy\ModuleIofxLegacy.h"> + </ClInclude> + <ClInclude Include="..\..\include\legacy\ModuleLegacy.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc14win64/PxFoundation.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../NvParameterized/compiler/vc14win64-PhysX_3.4/NvParameterized.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc14win64/PxTask.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./ApexShared.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./ApexCommon.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"></ImportGroup> </Project> diff --git a/APEX_1.4/compiler/vc14win64-PhysX_3.4/APEX_Loader.vcxproj b/APEX_1.4/compiler/vc14win64-PhysX_3.4/APEX_Loader.vcxproj index 6c8ba428..8bd73817 100644 --- a/APEX_1.4/compiler/vc14win64-PhysX_3.4/APEX_Loader.vcxproj +++ b/APEX_1.4/compiler/vc14win64-PhysX_3.4/APEX_Loader.vcxproj @@ -1,326 +1,306 @@ <?xml version="1.0" encoding="utf-8"?> -<Project - DefaultTargets="Build" - ToolsVersion="14.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="release|x64"> - <Configuration>release</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|x64"> - <Configuration>profile</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="checked|x64"> - <Configuration>checked</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{E4359E1C-FB24-D016-611C-A3283B38FEA4}</ProjectGuid> - <RootNamespace>APEX_Loader</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='debug|x64'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v140</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='release|x64'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v140</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='profile|x64'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v140</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='checked|x64'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v140</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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <OutDir>./../../bin/vc14win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/APEX_Loader/debug\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)DEBUG_x64</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/loader;./../../include/clothing;./../../include/legacy;./../../module/loader/include;./../../include/destructible;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonDEBUG_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG_x64.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win64;../../../PhysX_3.4/Lib/vc14win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG_x64.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc14win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <OutDir>./../../bin/vc14win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/APEX_Loader/release\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)_x64</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/loader;./../../include/clothing;./../../include/legacy;./../../module/loader/include;./../../include/destructible;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3Common_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)_x64.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win64;../../../PhysX_3.4/Lib/vc14win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)_x64.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc14win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <OutDir>./../../bin/vc14win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/APEX_Loader/profile\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)PROFILE_x64</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/loader;./../../include/clothing;./../../include/legacy;./../../module/loader/include;./../../include/destructible;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonPROFILE_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE_x64.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win64;../../../PhysX_3.4/Lib/vc14win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE_x64.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc14win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <OutDir>./../../bin/vc14win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/APEX_Loader/checked\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)CHECKED_x64</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/loader;./../../include/clothing;./../../include/legacy;./../../module/loader/include;./../../include/destructible;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonCHECKED_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED_x64.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win64;../../../PhysX_3.4/Lib/vc14win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED_x64.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc14win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <ItemGroup> - <ResourceCompile Include="..\resource\apex.rc"></ResourceCompile> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\loader\include\ModuleLoaderImpl.h"></ClInclude> - <ClInclude Include="..\..\module\loader\include\Modules.h"></ClInclude> - <ClInclude Include="..\..\module\loader\include\ModuleXmacro.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\loader\src\ModuleLoaderImpl.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\include\loader\ModuleLoader.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc14win64/PxFoundation.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./ApexCommon.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./ApexShared.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc14win64/PsFastXml.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../NvParameterized/compiler/vc14win64-PhysX_3.4/NvParameterized.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc14win64/PxPvdSDK.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./ApexFramework.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./APEX_Clothing.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./APEX_Legacy.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./APEX_Destructible.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> +<Project DefaultTargets="Build" ToolsVersion="14.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="release|x64"> + <Configuration>release</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="profile|x64"> + <Configuration>profile</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="checked|x64"> + <Configuration>checked</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectGuid>{E4359E1C-FB24-D016-611C-A3283B38FEA4}</ProjectGuid> + <RootNamespace>APEX_Loader</RootNamespace> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v140</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v140</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v140</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v140</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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </ImportGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> + <OutDir>./../../bin/vc14win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/APEX_Loader/debug\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)DEBUG_x64</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/loader;./../../include/clothing;./../../include/legacy;./../../module/loader/include;./../../include/destructible;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonDEBUG_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)DEBUG_x64.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win64;../../../PhysX_3.4/Lib/vc14win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG_x64.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc14win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX64</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> + <OutDir>./../../bin/vc14win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/APEX_Loader/release\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)_x64</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/loader;./../../include/clothing;./../../include/legacy;./../../module/loader/include;./../../include/destructible;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3Common_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)_x64.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win64;../../../PhysX_3.4/Lib/vc14win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)_x64.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc14win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX64</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> + <OutDir>./../../bin/vc14win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/APEX_Loader/profile\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)PROFILE_x64</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/loader;./../../include/clothing;./../../include/legacy;./../../module/loader/include;./../../include/destructible;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonPROFILE_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)PROFILE_x64.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win64;../../../PhysX_3.4/Lib/vc14win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE_x64.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc14win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX64</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> + <OutDir>./../../bin/vc14win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/APEX_Loader/checked\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)CHECKED_x64</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/loader;./../../include/clothing;./../../include/legacy;./../../module/loader/include;./../../include/destructible;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonCHECKED_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)CHECKED_x64.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win64;../../../PhysX_3.4/Lib/vc14win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED_x64.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc14win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX64</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <ItemGroup> + <ResourceCompile Include="..\resource\apex.rc"> + </ResourceCompile> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\loader\include\ModuleLoaderImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\loader\include\Modules.h"> + </ClInclude> + <ClInclude Include="..\..\module\loader\include\ModuleXmacro.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\loader\src\ModuleLoaderImpl.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\include\loader\ModuleLoader.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc14win64/PxFoundation.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./ApexCommon.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./ApexShared.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc14win64/PsFastXml.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../NvParameterized/compiler/vc14win64-PhysX_3.4/NvParameterized.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc14win64/PxPvdSDK.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./ApexFramework.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./APEX_Clothing.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./APEX_Legacy.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./APEX_Destructible.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"></ImportGroup> </Project> diff --git a/APEX_1.4/compiler/vc14win64-PhysX_3.4/ApexCommon.vcxproj b/APEX_1.4/compiler/vc14win64-PhysX_3.4/ApexCommon.vcxproj index 047bcf4c..507b68ea 100644 --- a/APEX_1.4/compiler/vc14win64-PhysX_3.4/ApexCommon.vcxproj +++ b/APEX_1.4/compiler/vc14win64-PhysX_3.4/ApexCommon.vcxproj @@ -1,389 +1,484 @@ <?xml version="1.0" encoding="utf-8"?> -<Project - DefaultTargets="Build" - ToolsVersion="14.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="release|x64"> - <Configuration>release</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|x64"> - <Configuration>profile</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="checked|x64"> - <Configuration>checked</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{F7306F72-804E-41BB-6430-8804934AD542}</ProjectGuid> - <RootNamespace>ApexCommon</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='debug|x64'" - Label="Configuration"> - <ConfigurationType>StaticLibrary</ConfigurationType> - <PlatformToolset>v140</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='release|x64'" - Label="Configuration"> - <ConfigurationType>StaticLibrary</ConfigurationType> - <PlatformToolset>v140</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='profile|x64'" - Label="Configuration"> - <ConfigurationType>StaticLibrary</ConfigurationType> - <PlatformToolset>v140</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='checked|x64'" - Label="Configuration"> - <ConfigurationType>StaticLibrary</ConfigurationType> - <PlatformToolset>v140</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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <OutDir>./../../lib/vc14win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/ApexCommon/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> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.lib</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win64;../../../PhysX_3.4/Lib/vc14win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG.lib.pdb</ProgramDatabaseFile> - <TargetMachine>MachineX64</TargetMachine> - </Lib> - <ResourceCompile></ResourceCompile> - <ProjectReference> - <LinkLibraryDependencies>true</LinkLibraryDependencies> - </ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <OutDir>./../../lib/vc14win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/ApexCommon/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> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName).lib</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win64;../../../PhysX_3.4/Lib/vc14win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName).lib.pdb</ProgramDatabaseFile> - <TargetMachine>MachineX64</TargetMachine> - </Lib> - <ResourceCompile></ResourceCompile> - <ProjectReference> - <LinkLibraryDependencies>true</LinkLibraryDependencies> - </ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <OutDir>./../../lib/vc14win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/ApexCommon/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> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.lib</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win64;../../../PhysX_3.4/Lib/vc14win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE.lib.pdb</ProgramDatabaseFile> - <TargetMachine>MachineX64</TargetMachine> - </Lib> - <ResourceCompile></ResourceCompile> - <ProjectReference> - <LinkLibraryDependencies>true</LinkLibraryDependencies> - </ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <OutDir>./../../lib/vc14win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/ApexCommon/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> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.lib</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win64;../../../PhysX_3.4/Lib/vc14win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED.lib.pdb</ProgramDatabaseFile> - <TargetMachine>MachineX64</TargetMachine> - </Lib> - <ResourceCompile></ResourceCompile> - <ProjectReference> - <LinkLibraryDependencies>true</LinkLibraryDependencies> - </ProjectReference> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\common\src\autogen\ConvexHullParameters.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\autogen\DebugColorParams.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\autogen\DebugRenderParams.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\common\src\ApexActor.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexAssetAuthoring.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexAssetTracker.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexCollision.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexContext.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexCudaProfile.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexCudaTest.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexGeneralizedCubeTemplates.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexGeneralizedMarchingCubes.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexIsoMesh.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexMeshContractor.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexMeshHash.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexPreview.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexPvdClient.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexQuadricSimplifier.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexResource.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexRWLockable.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexSDKCachedDataImpl.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexSDKHelpers.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexShape.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexSharedUtils.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexSubdivider.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexTetrahedralizer.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\CurveImpl.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ModuleBase.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ModuleUpdateLoader.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\PVDParameterizedHandler.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ReadCheck.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\Spline.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\variable_oscillator.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\WriteCheck.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\common\include\autogen\ConvexHullParameters.h"></ClInclude> - <ClInclude Include="..\..\common\include\autogen\DebugColorParams.h"></ClInclude> - <ClInclude Include="..\..\common\include\autogen\DebugRenderParams.h"></ClInclude> - <ClInclude Include="..\..\common\include\autogen\ModuleCommonRegistration.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\common\include\ApexActor.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexAssetAuthoring.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexAssetTracker.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexAuthorableObject.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexBinaryHeap.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexCollision.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexConstrainedDistributor.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexContext.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexCuda.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexCudaDefs.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexCudaProfile.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexCudaSource.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexCudaTest.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexCudaWrapper.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexCutil.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexFIFO.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexFind.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexGeneralizedCubeTemplates.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexGeneralizedMarchingCubes.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexGroupsFiltering.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexIsoMesh.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexLegacyModule.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexMarchingCubes.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexMath.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexMerge.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexMeshContractor.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexMeshHash.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexMirrored.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexMirroredArray.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexPermute.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexPreview.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexPvdClient.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexQuadricSimplifier.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexQuickSelectSmallestK.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexRand.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexRenderable.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexResource.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexResourceHelper.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexRWLockable.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexSDKCachedDataImpl.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexSDKHelpers.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexSDKIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexShape.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexSharedUtils.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexSubdivider.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexTest.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexTetrahedralizer.h"></ClInclude> - <ClInclude Include="..\..\common\include\AuthorableObjectIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\Cof44.h"></ClInclude> - <ClInclude Include="..\..\common\include\CurveImpl.h"></ClInclude> - <ClInclude Include="..\..\common\include\DebugColorParamsEx.h"></ClInclude> - <ClInclude Include="..\..\common\include\DeclareArray.h"></ClInclude> - <ClInclude Include="..\..\common\include\FieldBoundaryIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\FieldSamplerIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\FieldSamplerManagerIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\FieldSamplerQueryIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\FieldSamplerSceneIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\InplaceStorage.h"></ClInclude> - <ClInclude Include="..\..\common\include\InplaceTypes.h"></ClInclude> - <ClInclude Include="..\..\common\include\InplaceTypesBuilder.h"></ClInclude> - <ClInclude Include="..\..\common\include\InstancedObjectSimulationIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\IofxManagerIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\ModuleBase.h"></ClInclude> - <ClInclude Include="..\..\common\include\ModuleFieldSamplerIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\ModuleIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\ModuleIofxIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\ModuleUpdateLoader.h"></ClInclude> - <ClInclude Include="..\..\common\include\P4Info.h"></ClInclude> - <ClInclude Include="..\..\common\include\PhysXObjectDescIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\ProfilerCallback.h"></ClInclude> - <ClInclude Include="..\..\common\include\PVDParameterizedHandler.h"></ClInclude> - <ClInclude Include="..\..\common\include\RandState.h"></ClInclude> - <ClInclude Include="..\..\common\include\RandStateHelpers.h"></ClInclude> - <ClInclude Include="..\..\common\include\ReadCheck.h"></ClInclude> - <ClInclude Include="..\..\common\include\RenderAPIIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\RenderMeshAssetIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\ResourceProviderIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\SceneIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\SimplexNoise.h"></ClInclude> - <ClInclude Include="..\..\common\include\Spline.h"></ClInclude> - <ClInclude Include="..\..\common\include\TableLookup.h"></ClInclude> - <ClInclude Include="..\..\common\include\variable_oscillator.h"></ClInclude> - <ClInclude Include="..\..\common\include\WriteCheck.h"></ClInclude> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <None Include="..\..\common\parameters\ConvexHullParamSchema.pl"></None> - <None Include="..\..\common\parameters\DebugColorParamSchema.pl"></None> - <None Include="..\..\common\parameters\DebugRenderParamSchema.pl"></None> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> +<Project DefaultTargets="Build" ToolsVersion="14.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="release|x64"> + <Configuration>release</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="profile|x64"> + <Configuration>profile</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="checked|x64"> + <Configuration>checked</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectGuid>{F7306F72-804E-41BB-6430-8804934AD542}</ProjectGuid> + <RootNamespace>ApexCommon</RootNamespace> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <PlatformToolset>v140</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <PlatformToolset>v140</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <PlatformToolset>v140</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <PlatformToolset>v140</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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </ImportGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> + <OutDir>./../../lib/vc14win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/ApexCommon/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> + <FloatingPointModel>Fast</FloatingPointModel> + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)DEBUG.lib</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win64;../../../PhysX_3.4/Lib/vc14win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG.lib.pdb</ProgramDatabaseFile> + <TargetMachine>MachineX64</TargetMachine> + </Lib> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + <LinkLibraryDependencies>true</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> + <OutDir>./../../lib/vc14win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/ApexCommon/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> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName).lib</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win64;../../../PhysX_3.4/Lib/vc14win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName).lib.pdb</ProgramDatabaseFile> + <TargetMachine>MachineX64</TargetMachine> + </Lib> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + <LinkLibraryDependencies>true</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> + <OutDir>./../../lib/vc14win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/ApexCommon/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> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)PROFILE.lib</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win64;../../../PhysX_3.4/Lib/vc14win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE.lib.pdb</ProgramDatabaseFile> + <TargetMachine>MachineX64</TargetMachine> + </Lib> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + <LinkLibraryDependencies>true</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> + <OutDir>./../../lib/vc14win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/ApexCommon/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> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)CHECKED.lib</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win64;../../../PhysX_3.4/Lib/vc14win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED.lib.pdb</ProgramDatabaseFile> + <TargetMachine>MachineX64</TargetMachine> + </Lib> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + <LinkLibraryDependencies>true</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <ItemGroup> + <ClCompile Include="..\..\common\src\autogen\ConvexHullParameters.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\autogen\DebugColorParams.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\autogen\DebugRenderParams.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\common\src\ApexActor.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexAssetAuthoring.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexAssetTracker.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexCollision.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexContext.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexCudaProfile.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexCudaTest.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexGeneralizedCubeTemplates.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexGeneralizedMarchingCubes.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexIsoMesh.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexMeshContractor.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexMeshHash.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexPreview.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexPvdClient.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexQuadricSimplifier.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexResource.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexRWLockable.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexSDKCachedDataImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexSDKHelpers.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexShape.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexSharedUtils.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexSubdivider.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexTetrahedralizer.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\CurveImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ModuleBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ModuleUpdateLoader.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\PVDParameterizedHandler.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ReadCheck.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\Spline.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\variable_oscillator.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\WriteCheck.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\common\include\autogen\ConvexHullParameters.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\autogen\DebugColorParams.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\autogen\DebugRenderParams.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\autogen\ModuleCommonRegistration.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\common\include\ApexActor.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexAssetAuthoring.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexAssetTracker.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexAuthorableObject.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexBinaryHeap.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexCollision.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexConstrainedDistributor.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexContext.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexCuda.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexCudaDefs.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexCudaProfile.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexCudaSource.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexCudaTest.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexCudaWrapper.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexCutil.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexFIFO.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexFind.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexGeneralizedCubeTemplates.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexGeneralizedMarchingCubes.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexGroupsFiltering.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexIsoMesh.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexLegacyModule.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexMarchingCubes.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexMath.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexMerge.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexMeshContractor.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexMeshHash.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexMirrored.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexMirroredArray.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexPermute.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexPreview.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexPvdClient.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexQuadricSimplifier.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexQuickSelectSmallestK.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexRand.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexRenderable.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexResource.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexResourceHelper.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexRWLockable.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexSDKCachedDataImpl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexSDKHelpers.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexSDKIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexShape.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexSharedUtils.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexSubdivider.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexTest.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexTetrahedralizer.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\AuthorableObjectIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\Cof44.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\CurveImpl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\DebugColorParamsEx.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\DeclareArray.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\FieldBoundaryIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\FieldSamplerIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\FieldSamplerManagerIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\FieldSamplerQueryIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\FieldSamplerSceneIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\InplaceStorage.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\InplaceTypes.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\InplaceTypesBuilder.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\InstancedObjectSimulationIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\IofxManagerIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ModuleBase.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ModuleFieldSamplerIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ModuleIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ModuleIofxIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ModuleUpdateLoader.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\P4Info.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\PhysXObjectDescIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ProfilerCallback.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\PVDParameterizedHandler.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\RandState.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\RandStateHelpers.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ReadCheck.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\RenderAPIIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\RenderMeshAssetIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ResourceProviderIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\SceneIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\SimplexNoise.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\Spline.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\TableLookup.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\variable_oscillator.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\WriteCheck.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <None Include="..\..\common\parameters\ConvexHullParamSchema.pl"> + </None> + <None Include="..\..\common\parameters\DebugColorParamSchema.pl"> + </None> + <None Include="..\..\common\parameters\DebugRenderParamSchema.pl"> + </None> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"></ImportGroup> </Project> diff --git a/APEX_1.4/compiler/vc14win64-PhysX_3.4/ApexFramework.vcxproj b/APEX_1.4/compiler/vc14win64-PhysX_3.4/ApexFramework.vcxproj index 504530cd..4adf26e3 100644 --- a/APEX_1.4/compiler/vc14win64-PhysX_3.4/ApexFramework.vcxproj +++ b/APEX_1.4/compiler/vc14win64-PhysX_3.4/ApexFramework.vcxproj @@ -1,475 +1,604 @@ <?xml version="1.0" encoding="utf-8"?> -<Project - DefaultTargets="Build" - ToolsVersion="14.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="release|x64"> - <Configuration>release</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|x64"> - <Configuration>profile</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="checked|x64"> - <Configuration>checked</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{3C502F21-3100-E267-FBA8-2AA0C3E5FA4C}</ProjectGuid> - <RootNamespace>ApexFramework</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='debug|x64'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v140</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='release|x64'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v140</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='profile|x64'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v140</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='checked|x64'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v140</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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <OutDir>./../../bin/vc14win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/ApexFramework/debug\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)DEBUG_x64</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../common/include;./../../common/include/autogen;./../../shared/internal/include;./../../NvParameterized/include;./../../shared/general/RenderDebug/public;./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/PairFilter/include;./../../shared/general/PairFilter/public;../../../PxShared/src/pvd/src;../../../PxShared/src/cudamanager/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonDEBUG_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG_x64.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win64;../../../PhysX_3.4/Lib/vc14win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG_x64.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc14win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <OutDir>./../../bin/vc14win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/ApexFramework/release\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)_x64</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../common/include;./../../common/include/autogen;./../../shared/internal/include;./../../NvParameterized/include;./../../shared/general/RenderDebug/public;./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/PairFilter/include;./../../shared/general/PairFilter/public;../../../PxShared/src/pvd/src;../../../PxShared/src/cudamanager/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3Common_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)_x64.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win64;../../../PhysX_3.4/Lib/vc14win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)_x64.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc14win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <OutDir>./../../bin/vc14win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/ApexFramework/profile\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)PROFILE_x64</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../common/include;./../../common/include/autogen;./../../shared/internal/include;./../../NvParameterized/include;./../../shared/general/RenderDebug/public;./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/PairFilter/include;./../../shared/general/PairFilter/public;../../../PxShared/src/pvd/src;../../../PxShared/src/cudamanager/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonPROFILE_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE_x64.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win64;../../../PhysX_3.4/Lib/vc14win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE_x64.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc14win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <OutDir>./../../bin/vc14win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/ApexFramework/checked\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)CHECKED_x64</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <ClCompile> - <TreatWarningAsError>true</TreatWarningAsError> - <StringPooling>true</StringPooling> - <RuntimeTypeInfo>false</RuntimeTypeInfo> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../common/include;./../../common/include/autogen;./../../shared/internal/include;./../../NvParameterized/include;./../../shared/general/RenderDebug/public;./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/PairFilter/include;./../../shared/general/PairFilter/public;../../../PxShared/src/pvd/src;../../../PxShared/src/cudamanager/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonCHECKED_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED_x64.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win64;../../../PhysX_3.4/Lib/vc14win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED_x64.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc14win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <ItemGroup> - <ResourceCompile Include="..\resource\apex.rc"></ResourceCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\framework\src\autogen\BufferF32x1.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferF32x2.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferF32x3.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferF32x4.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferU16x1.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferU16x2.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferU16x3.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferU16x4.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferU32x1.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferU32x2.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferU32x3.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferU32x4.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferU8x1.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferU8x2.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferU8x3.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferU8x4.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\RenderMeshAssetParameters.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\SubmeshParameters.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\SurfaceBufferParameters.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\VertexBufferParameters.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\VertexFormatParameters.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\framework\src\windows\AgMMFile.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\windows\PhysXIndicator.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\framework\src\ApexAssetPreviewScene.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexCreateSDK.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexCustomBufferIterator.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexRenderDebug.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexRenderMeshActor.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexRenderMeshAsset.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexRenderMeshAssetAuthoring.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexRenderSubmesh.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexResourceProvider.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexScene.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexSceneTasks.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexSceneUserNotify.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexSDKImpl.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexSDKVersionString.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexVertexBuffer.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexVertexFormat.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\FrameworkProfile.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\MirrorSceneImpl.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ThreadPool.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\framework\include\autogen\BufferF32x1.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferF32x2.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferF32x3.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferF32x4.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferU16x1.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferU16x2.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferU16x3.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferU16x4.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferU32x1.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferU32x2.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferU32x3.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferU32x4.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferU8x1.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferU8x2.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferU8x3.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferU8x4.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\ModuleFrameworkRegistration.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\RenderMeshAssetParameters.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\SubmeshParameters.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\SurfaceBufferParameters.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\VertexBufferParameters.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\VertexFormatParameters.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\framework\include\ApexAssetPreviewScene.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexCustomBufferIterator.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexDefaultStream.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexInteropableBuffer.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexPhysXObjectDesc.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexRenderDebug.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexRenderMeshActor.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexRenderMeshAsset.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexRenderMeshAssetAuthoring.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexRenderSubmesh.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexResourceProvider.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexScene.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexSceneTasks.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexSceneUserNotify.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexSDKImpl.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexStubPxProfileZone.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexVertexBuffer.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexVertexFormat.h"></ClInclude> - <ClInclude Include="..\..\framework\include\CudaProfileManager.h"></ClInclude> - <ClInclude Include="..\..\framework\include\FrameworkEventDefs.h"></ClInclude> - <ClInclude Include="..\..\framework\include\FrameworkPerfScope.h"></ClInclude> - <ClInclude Include="..\..\framework\include\MirrorSceneImpl.h"></ClInclude> - <ClInclude Include="..\..\framework\include\PVDBindingErrorStream.h"></ClInclude> - <ClInclude Include="..\..\framework\include\RenderResourceManagerWrapper.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ThreadPool.h"></ClInclude> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\include\PhysX3\PhysXSDKVersion.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\include\Actor.h"></ClInclude> - <ClInclude Include="..\..\include\Apex.h"></ClInclude> - <ClInclude Include="..\..\include\ApexCudaContextManager.h"></ClInclude> - <ClInclude Include="..\..\include\ApexDefs.h"></ClInclude> - <ClInclude Include="..\..\include\ApexDesc.h"></ClInclude> - <ClInclude Include="..\..\include\ApexInterface.h"></ClInclude> - <ClInclude Include="..\..\include\ApexNameSpace.h"></ClInclude> - <ClInclude Include="..\..\include\ApexSDK.h"></ClInclude> - <ClInclude Include="..\..\include\ApexSDKCachedData.h"></ClInclude> - <ClInclude Include="..\..\include\ApexSDKVersionString.h"></ClInclude> - <ClInclude Include="..\..\include\ApexUsingNamespace.h"></ClInclude> - <ClInclude Include="..\..\include\Asset.h"></ClInclude> - <ClInclude Include="..\..\include\AssetPreview.h"></ClInclude> - <ClInclude Include="..\..\include\AssetPreviewScene.h"></ClInclude> - <ClInclude Include="..\..\include\Context.h"></ClInclude> - <ClInclude Include="..\..\include\ConvexHullMethod.h"></ClInclude> - <ClInclude Include="..\..\include\CudaTestManager.h"></ClInclude> - <ClInclude Include="..\..\include\Curve.h"></ClInclude> - <ClInclude Include="..\..\include\CustomBufferIterator.h"></ClInclude> - <ClInclude Include="..\..\include\IosAsset.h"></ClInclude> - <ClInclude Include="..\..\include\IProgressListener.h"></ClInclude> - <ClInclude Include="..\..\include\Lock.h"></ClInclude> - <ClInclude Include="..\..\include\MirrorScene.h"></ClInclude> - <ClInclude Include="..\..\include\Module.h"></ClInclude> - <ClInclude Include="..\..\include\PhysXObjectDesc.h"></ClInclude> - <ClInclude Include="..\..\include\PxStreamFromFileBuf.h"></ClInclude> - <ClInclude Include="..\..\include\Renderable.h"></ClInclude> - <ClInclude Include="..\..\include\RenderBufferData.h"></ClInclude> - <ClInclude Include="..\..\include\RenderContext.h"></ClInclude> - <ClInclude Include="..\..\include\RenderDataFormat.h"></ClInclude> - <ClInclude Include="..\..\include\RenderDataProvider.h"></ClInclude> - <ClInclude Include="..\..\include\RenderDebugInterface.h"></ClInclude> - <ClInclude Include="..\..\include\RenderMesh.h"></ClInclude> - <ClInclude Include="..\..\include\RenderMeshActor.h"></ClInclude> - <ClInclude Include="..\..\include\RenderMeshActorDesc.h"></ClInclude> - <ClInclude Include="..\..\include\RenderMeshAsset.h"></ClInclude> - <ClInclude Include="..\..\include\ResourceCallback.h"></ClInclude> - <ClInclude Include="..\..\include\ResourceProvider.h"></ClInclude> - <ClInclude Include="..\..\include\RWLockable.h"></ClInclude> - <ClInclude Include="..\..\include\Scene.h"></ClInclude> - <ClInclude Include="..\..\include\ScopedPhysXLock.h"></ClInclude> - <ClInclude Include="..\..\include\Shape.h"></ClInclude> - <ClInclude Include="..\..\include\TestBase.h"></ClInclude> - <ClInclude Include="..\..\include\UserOpaqueMesh.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderBoneBuffer.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderBoneBufferDesc.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderCallback.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderer.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderIndexBuffer.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderIndexBufferDesc.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderInstanceBuffer.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderInstanceBufferDesc.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderResource.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderResourceDesc.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderResourceManager.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderSpriteBuffer.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderSpriteBufferDesc.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderSurfaceBuffer.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderSurfaceBufferDesc.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderVertexBuffer.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderVertexBufferDesc.h"></ClInclude> - <ClInclude Include="..\..\include\VertexFormat.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <None Include="..\..\framework\parameters\ApexRenderMeshAssetParamSchema.pl"></None> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc14win64/PxFoundation.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../NvParameterized/compiler/vc14win64-PhysX_3.4/NvParameterized.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc14win64/PsFastXml.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../shared/general/RenderDebug/compiler/vc14win64-PhysX_3.4/RenderDebug.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc14win64/PxTask.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc14win64/PxPvdSDK.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./ApexShared.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./ApexCommon.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> +<Project DefaultTargets="Build" ToolsVersion="14.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="release|x64"> + <Configuration>release</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="profile|x64"> + <Configuration>profile</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="checked|x64"> + <Configuration>checked</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectGuid>{3C502F21-3100-E267-FBA8-2AA0C3E5FA4C}</ProjectGuid> + <RootNamespace>ApexFramework</RootNamespace> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v140</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v140</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v140</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v140</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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </ImportGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> + <OutDir>./../../bin/vc14win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/ApexFramework/debug\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)DEBUG_x64</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../common/include;./../../common/include/autogen;./../../shared/internal/include;./../../NvParameterized/include;./../../shared/general/RenderDebug/public;./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/PairFilter/include;./../../shared/general/PairFilter/public;../../../PxShared/src/pvd/src;../../../PxShared/src/cudamanager/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonDEBUG_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)DEBUG_x64.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win64;../../../PhysX_3.4/Lib/vc14win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG_x64.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc14win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX64</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> + <OutDir>./../../bin/vc14win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/ApexFramework/release\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)_x64</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../common/include;./../../common/include/autogen;./../../shared/internal/include;./../../NvParameterized/include;./../../shared/general/RenderDebug/public;./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/PairFilter/include;./../../shared/general/PairFilter/public;../../../PxShared/src/pvd/src;../../../PxShared/src/cudamanager/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3Common_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)_x64.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win64;../../../PhysX_3.4/Lib/vc14win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)_x64.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc14win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX64</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> + <OutDir>./../../bin/vc14win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/ApexFramework/profile\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)PROFILE_x64</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../common/include;./../../common/include/autogen;./../../shared/internal/include;./../../NvParameterized/include;./../../shared/general/RenderDebug/public;./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/PairFilter/include;./../../shared/general/PairFilter/public;../../../PxShared/src/pvd/src;../../../PxShared/src/cudamanager/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonPROFILE_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)PROFILE_x64.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win64;../../../PhysX_3.4/Lib/vc14win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE_x64.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc14win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX64</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> + <OutDir>./../../bin/vc14win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/ApexFramework/checked\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)CHECKED_x64</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> + <ClCompile> + <TreatWarningAsError>true</TreatWarningAsError> + <StringPooling>true</StringPooling> + <RuntimeTypeInfo>false</RuntimeTypeInfo> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../common/include;./../../common/include/autogen;./../../shared/internal/include;./../../NvParameterized/include;./../../shared/general/RenderDebug/public;./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/PairFilter/include;./../../shared/general/PairFilter/public;../../../PxShared/src/pvd/src;../../../PxShared/src/cudamanager/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonCHECKED_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)CHECKED_x64.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win64;../../../PhysX_3.4/Lib/vc14win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED_x64.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc14win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX64</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <ItemGroup> + <ResourceCompile Include="..\resource\apex.rc"> + </ResourceCompile> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\framework\src\autogen\BufferF32x1.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferF32x2.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferF32x3.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferF32x4.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferU16x1.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferU16x2.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferU16x3.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferU16x4.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferU32x1.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferU32x2.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferU32x3.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferU32x4.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferU8x1.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferU8x2.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferU8x3.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferU8x4.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\RenderMeshAssetParameters.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\SubmeshParameters.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\SurfaceBufferParameters.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\VertexBufferParameters.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\VertexFormatParameters.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\framework\src\windows\AgMMFile.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\windows\PhysXIndicator.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\framework\src\ApexAssetPreviewScene.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexCreateSDK.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexCustomBufferIterator.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexRenderDebug.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexRenderMeshActor.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexRenderMeshAsset.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexRenderMeshAssetAuthoring.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexRenderSubmesh.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexResourceProvider.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexScene.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexSceneTasks.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexSceneUserNotify.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexSDKImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexSDKVersionString.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexVertexBuffer.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexVertexFormat.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\FrameworkProfile.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\MirrorSceneImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ThreadPool.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\framework\include\autogen\BufferF32x1.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferF32x2.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferF32x3.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferF32x4.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferU16x1.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferU16x2.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferU16x3.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferU16x4.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferU32x1.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferU32x2.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferU32x3.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferU32x4.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferU8x1.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferU8x2.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferU8x3.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferU8x4.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\ModuleFrameworkRegistration.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\RenderMeshAssetParameters.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\SubmeshParameters.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\SurfaceBufferParameters.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\VertexBufferParameters.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\VertexFormatParameters.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\framework\include\ApexAssetPreviewScene.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexCustomBufferIterator.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexDefaultStream.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexInteropableBuffer.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexPhysXObjectDesc.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexRenderDebug.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexRenderMeshActor.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexRenderMeshAsset.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexRenderMeshAssetAuthoring.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexRenderSubmesh.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexResourceProvider.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexScene.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexSceneTasks.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexSceneUserNotify.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexSDKImpl.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexStubPxProfileZone.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexVertexBuffer.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexVertexFormat.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\CudaProfileManager.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\FrameworkEventDefs.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\FrameworkPerfScope.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\MirrorSceneImpl.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\PVDBindingErrorStream.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\RenderResourceManagerWrapper.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ThreadPool.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\include\PhysX3\PhysXSDKVersion.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\include\Actor.h"> + </ClInclude> + <ClInclude Include="..\..\include\Apex.h"> + </ClInclude> + <ClInclude Include="..\..\include\ApexCudaContextManager.h"> + </ClInclude> + <ClInclude Include="..\..\include\ApexDefs.h"> + </ClInclude> + <ClInclude Include="..\..\include\ApexDesc.h"> + </ClInclude> + <ClInclude Include="..\..\include\ApexInterface.h"> + </ClInclude> + <ClInclude Include="..\..\include\ApexNameSpace.h"> + </ClInclude> + <ClInclude Include="..\..\include\ApexSDK.h"> + </ClInclude> + <ClInclude Include="..\..\include\ApexSDKCachedData.h"> + </ClInclude> + <ClInclude Include="..\..\include\ApexSDKVersionString.h"> + </ClInclude> + <ClInclude Include="..\..\include\ApexUsingNamespace.h"> + </ClInclude> + <ClInclude Include="..\..\include\Asset.h"> + </ClInclude> + <ClInclude Include="..\..\include\AssetPreview.h"> + </ClInclude> + <ClInclude Include="..\..\include\AssetPreviewScene.h"> + </ClInclude> + <ClInclude Include="..\..\include\Context.h"> + </ClInclude> + <ClInclude Include="..\..\include\ConvexHullMethod.h"> + </ClInclude> + <ClInclude Include="..\..\include\CudaTestManager.h"> + </ClInclude> + <ClInclude Include="..\..\include\Curve.h"> + </ClInclude> + <ClInclude Include="..\..\include\CustomBufferIterator.h"> + </ClInclude> + <ClInclude Include="..\..\include\IosAsset.h"> + </ClInclude> + <ClInclude Include="..\..\include\IProgressListener.h"> + </ClInclude> + <ClInclude Include="..\..\include\Lock.h"> + </ClInclude> + <ClInclude Include="..\..\include\MirrorScene.h"> + </ClInclude> + <ClInclude Include="..\..\include\Module.h"> + </ClInclude> + <ClInclude Include="..\..\include\PhysXObjectDesc.h"> + </ClInclude> + <ClInclude Include="..\..\include\PxStreamFromFileBuf.h"> + </ClInclude> + <ClInclude Include="..\..\include\Renderable.h"> + </ClInclude> + <ClInclude Include="..\..\include\RenderBufferData.h"> + </ClInclude> + <ClInclude Include="..\..\include\RenderContext.h"> + </ClInclude> + <ClInclude Include="..\..\include\RenderDataFormat.h"> + </ClInclude> + <ClInclude Include="..\..\include\RenderDataProvider.h"> + </ClInclude> + <ClInclude Include="..\..\include\RenderDebugInterface.h"> + </ClInclude> + <ClInclude Include="..\..\include\RenderMesh.h"> + </ClInclude> + <ClInclude Include="..\..\include\RenderMeshActor.h"> + </ClInclude> + <ClInclude Include="..\..\include\RenderMeshActorDesc.h"> + </ClInclude> + <ClInclude Include="..\..\include\RenderMeshAsset.h"> + </ClInclude> + <ClInclude Include="..\..\include\ResourceCallback.h"> + </ClInclude> + <ClInclude Include="..\..\include\ResourceProvider.h"> + </ClInclude> + <ClInclude Include="..\..\include\RWLockable.h"> + </ClInclude> + <ClInclude Include="..\..\include\Scene.h"> + </ClInclude> + <ClInclude Include="..\..\include\ScopedPhysXLock.h"> + </ClInclude> + <ClInclude Include="..\..\include\Shape.h"> + </ClInclude> + <ClInclude Include="..\..\include\TestBase.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserOpaqueMesh.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderBoneBuffer.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderBoneBufferDesc.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderCallback.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderer.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderIndexBuffer.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderIndexBufferDesc.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderInstanceBuffer.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderInstanceBufferDesc.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderResource.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderResourceDesc.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderResourceManager.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderSpriteBuffer.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderSpriteBufferDesc.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderSurfaceBuffer.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderSurfaceBufferDesc.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderVertexBuffer.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderVertexBufferDesc.h"> + </ClInclude> + <ClInclude Include="..\..\include\VertexFormat.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <None Include="..\..\framework\parameters\ApexRenderMeshAssetParamSchema.pl"> + </None> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc14win64/PxFoundation.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../NvParameterized/compiler/vc14win64-PhysX_3.4/NvParameterized.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc14win64/PsFastXml.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../shared/general/RenderDebug/compiler/vc14win64-PhysX_3.4/RenderDebug.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc14win64/PxTask.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc14win64/PxPvdSDK.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./ApexShared.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./ApexCommon.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"></ImportGroup> </Project> diff --git a/APEX_1.4/compiler/vc14win64-PhysX_3.4/ApexShared.vcxproj b/APEX_1.4/compiler/vc14win64-PhysX_3.4/ApexShared.vcxproj index fc0d6bfe..c6f980f4 100644 --- a/APEX_1.4/compiler/vc14win64-PhysX_3.4/ApexShared.vcxproj +++ b/APEX_1.4/compiler/vc14win64-PhysX_3.4/ApexShared.vcxproj @@ -1,369 +1,426 @@ <?xml version="1.0" encoding="utf-8"?> -<Project - DefaultTargets="Build" - ToolsVersion="14.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="release|x64"> - <Configuration>release</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|x64"> - <Configuration>profile</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="checked|x64"> - <Configuration>checked</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{E52F63A7-67BB-4C5F-AC3F-306F95DBDD0F}</ProjectGuid> - <RootNamespace>ApexShared</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='debug|x64'" - Label="Configuration"> - <ConfigurationType>StaticLibrary</ConfigurationType> - <PlatformToolset>v140</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='release|x64'" - Label="Configuration"> - <ConfigurationType>StaticLibrary</ConfigurationType> - <PlatformToolset>v140</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='profile|x64'" - Label="Configuration"> - <ConfigurationType>StaticLibrary</ConfigurationType> - <PlatformToolset>v140</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='checked|x64'" - Label="Configuration"> - <ConfigurationType>StaticLibrary</ConfigurationType> - <PlatformToolset>v140</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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <OutDir>./../../lib/vc14win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/ApexShared/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> - <FloatingPointModel>Fast</FloatingPointModel> - <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;./../../include/destructible;./../../shared/general/floatmath/include;./../../shared/general/PairFilter/public;./../../shared/general/PairFilter/include;./../../shared/general/HACD/public;./../../shared/general/HACD/include;./../../shared/general/HACD/src;./../../shared/general/stan_hull/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;PLUGINS_EMBEDDED;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.lib</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win64;../../../PhysX_3.4/Lib/vc14win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG.lib.pdb</ProgramDatabaseFile> - <TargetMachine>MachineX64</TargetMachine> - </Lib> - <ResourceCompile></ResourceCompile> - <ProjectReference> - <LinkLibraryDependencies>true</LinkLibraryDependencies> - </ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <OutDir>./../../lib/vc14win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/ApexShared/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> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;./../../include/destructible;./../../shared/general/floatmath/include;./../../shared/general/PairFilter/public;./../../shared/general/PairFilter/include;./../../shared/general/HACD/public;./../../shared/general/HACD/include;./../../shared/general/HACD/src;./../../shared/general/stan_hull/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;PLUGINS_EMBEDDED;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName).lib</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win64;../../../PhysX_3.4/Lib/vc14win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName).lib.pdb</ProgramDatabaseFile> - <TargetMachine>MachineX64</TargetMachine> - </Lib> - <ResourceCompile></ResourceCompile> - <ProjectReference> - <LinkLibraryDependencies>true</LinkLibraryDependencies> - </ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <OutDir>./../../lib/vc14win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/ApexShared/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> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;./../../include/destructible;./../../shared/general/floatmath/include;./../../shared/general/PairFilter/public;./../../shared/general/PairFilter/include;./../../shared/general/HACD/public;./../../shared/general/HACD/include;./../../shared/general/HACD/src;./../../shared/general/stan_hull/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;PLUGINS_EMBEDDED;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.lib</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win64;../../../PhysX_3.4/Lib/vc14win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE.lib.pdb</ProgramDatabaseFile> - <TargetMachine>MachineX64</TargetMachine> - </Lib> - <ResourceCompile></ResourceCompile> - <ProjectReference> - <LinkLibraryDependencies>true</LinkLibraryDependencies> - </ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <OutDir>./../../lib/vc14win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/ApexShared/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> - <FloatingPointModel>Fast</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> - <Optimization>Full</Optimization> - <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;./../../include/destructible;./../../shared/general/floatmath/include;./../../shared/general/PairFilter/public;./../../shared/general/PairFilter/include;./../../shared/general/HACD/public;./../../shared/general/HACD/include;./../../shared/general/HACD/src;./../../shared/general/stan_hull/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;PLUGINS_EMBEDDED;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.lib</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win64;../../../PhysX_3.4/Lib/vc14win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED.lib.pdb</ProgramDatabaseFile> - <TargetMachine>MachineX64</TargetMachine> - </Lib> - <ResourceCompile></ResourceCompile> - <ProjectReference> - <LinkLibraryDependencies>true</LinkLibraryDependencies> - </ProjectReference> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\shared\internal\src\authoring\ApexCSG.cpp"></ClCompile> - <ClCompile Include="..\..\shared\internal\src\authoring\ApexCSGHull.cpp"></ClCompile> - <ClCompile Include="..\..\shared\internal\src\authoring\ApexCSGMeshCleaning.cpp"></ClCompile> - <ClCompile Include="..\..\shared\internal\src\authoring\Cutout.cpp"></ClCompile> - <ClCompile Include="..\..\shared\internal\src\authoring\Fracturing.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\shared\internal\src\PvdNxParamSerializer.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSG.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSGDefs.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSGFastMath.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSGFastMath2.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSGHull.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSGMath.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSGSerialization.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\authoring\ApexGSA.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\authoring\Fracturing.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\shared\internal\include\ApexSharedSerialization.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\ApexStream.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\ApexString.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\FractureTools.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\Link.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\ParamArray.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\PvdNxParamSerializer.h"></ClInclude> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\shared\general\shared\PxInputDataFromPxFileBuf.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\shared\general\floatmath\include\FloatMath.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\shared\general\floatmath\src\FloatMath.cpp"></ClCompile> - <ClInclude Include="..\..\shared\general\floatmath\src\FloatMath.inl"></ClInclude> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\shared\general\HACD\include\AutoGeometry.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\ConvexDecomposition.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgAABBPolygonSoup.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgArray.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgConvexHull3d.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgGoogol.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgGraph.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgHeap.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgIntersections.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgList.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgMatrix.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgMeshEffect.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgPlane.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgPolygonSoupBuilder.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgPolygonSoupDatabase.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgPolyhedra.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgQuaternion.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgRefCounter.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgSmallDeterminant.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgSphere.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgStack.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgTree.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgTypes.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgVector.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\shared\general\HACD\public\ConvexHull.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\public\HACD.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\public\JobSwarm.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\public\MergeHulls.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\public\PlatformConfigHACD.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\public\PxVector.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\public\SparseArray.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\public\WuQuantizer.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\shared\general\HACD\src\AutoGeometry.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\ConvexDecomposition.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\ConvexHull.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\dgAABBPolygonSoup.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\dgConvexHull3d.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\dgGoogol.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\dgIntersections.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\dgMatrix.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\dgMeshEffect.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\dgPolygonSoupBuilder.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\dgPolyhedra.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\dgQuaternion.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\dgSmallDeterminant.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\dgSphere.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\dgTree.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\dgTypes.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\HACD.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\MergeHulls.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\WuQuantizer.cpp"></ClCompile> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\shared\general\PairFilter\include\PairFilter.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\shared\general\PairFilter\src\PairFilter.cpp"></ClCompile> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\shared\general\stan_hull\include\StanHull.h"></ClInclude> - <ClInclude Include="..\..\shared\general\stan_hull\include\StanHullConfig.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\shared\general\stan_hull\src\StanHull.cpp"></ClCompile> - </ItemGroup> - <ItemGroup></ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> +<Project DefaultTargets="Build" ToolsVersion="14.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="release|x64"> + <Configuration>release</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="profile|x64"> + <Configuration>profile</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="checked|x64"> + <Configuration>checked</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectGuid>{E52F63A7-67BB-4C5F-AC3F-306F95DBDD0F}</ProjectGuid> + <RootNamespace>ApexShared</RootNamespace> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <PlatformToolset>v140</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <PlatformToolset>v140</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <PlatformToolset>v140</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <PlatformToolset>v140</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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </ImportGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> + <OutDir>./../../lib/vc14win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/ApexShared/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> + <FloatingPointModel>Fast</FloatingPointModel> + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;./../../include/destructible;./../../shared/general/floatmath/include;./../../shared/general/PairFilter/public;./../../shared/general/PairFilter/include;./../../shared/general/HACD/public;./../../shared/general/HACD/include;./../../shared/general/HACD/src;./../../shared/general/stan_hull/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;PLUGINS_EMBEDDED;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)DEBUG.lib</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win64;../../../PhysX_3.4/Lib/vc14win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG.lib.pdb</ProgramDatabaseFile> + <TargetMachine>MachineX64</TargetMachine> + </Lib> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + <LinkLibraryDependencies>true</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> + <OutDir>./../../lib/vc14win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/ApexShared/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> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;./../../include/destructible;./../../shared/general/floatmath/include;./../../shared/general/PairFilter/public;./../../shared/general/PairFilter/include;./../../shared/general/HACD/public;./../../shared/general/HACD/include;./../../shared/general/HACD/src;./../../shared/general/stan_hull/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;PLUGINS_EMBEDDED;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName).lib</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win64;../../../PhysX_3.4/Lib/vc14win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName).lib.pdb</ProgramDatabaseFile> + <TargetMachine>MachineX64</TargetMachine> + </Lib> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + <LinkLibraryDependencies>true</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> + <OutDir>./../../lib/vc14win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/ApexShared/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> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;./../../include/destructible;./../../shared/general/floatmath/include;./../../shared/general/PairFilter/public;./../../shared/general/PairFilter/include;./../../shared/general/HACD/public;./../../shared/general/HACD/include;./../../shared/general/HACD/src;./../../shared/general/stan_hull/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;PLUGINS_EMBEDDED;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)PROFILE.lib</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win64;../../../PhysX_3.4/Lib/vc14win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE.lib.pdb</ProgramDatabaseFile> + <TargetMachine>MachineX64</TargetMachine> + </Lib> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + <LinkLibraryDependencies>true</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> + <OutDir>./../../lib/vc14win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/ApexShared/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> + <FloatingPointModel>Fast</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /MP /d2Zi+</AdditionalOptions> + <Optimization>Full</Optimization> + <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;./../../include/destructible;./../../shared/general/floatmath/include;./../../shared/general/PairFilter/public;./../../shared/general/PairFilter/include;./../../shared/general/HACD/public;./../../shared/general/HACD/include;./../../shared/general/HACD/src;./../../shared/general/stan_hull/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;PLUGINS_EMBEDDED;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)CHECKED.lib</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc14win64;../../../PhysX_3.4/Lib/vc14win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED.lib.pdb</ProgramDatabaseFile> + <TargetMachine>MachineX64</TargetMachine> + </Lib> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + <LinkLibraryDependencies>true</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <ItemGroup> + <ClCompile Include="..\..\shared\internal\src\authoring\ApexCSG.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\internal\src\authoring\ApexCSGHull.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\internal\src\authoring\ApexCSGMeshCleaning.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\internal\src\authoring\Cutout.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\internal\src\authoring\Fracturing.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\shared\internal\src\PvdNxParamSerializer.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSG.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSGDefs.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSGFastMath.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSGFastMath2.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSGHull.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSGMath.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSGSerialization.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\authoring\ApexGSA.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\authoring\Fracturing.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\shared\internal\include\ApexSharedSerialization.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\ApexStream.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\ApexString.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\FractureTools.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\Link.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\ParamArray.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\PvdNxParamSerializer.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\shared\general\shared\PxInputDataFromPxFileBuf.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\shared\general\floatmath\include\FloatMath.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\shared\general\floatmath\src\FloatMath.cpp"> + </ClCompile> + <ClInclude Include="..\..\shared\general\floatmath\src\FloatMath.inl"> + </ClInclude> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\shared\general\HACD\include\AutoGeometry.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\ConvexDecomposition.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgAABBPolygonSoup.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgArray.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgConvexHull3d.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgGoogol.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgGraph.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgHeap.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgIntersections.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgList.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgMatrix.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgMeshEffect.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgPlane.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgPolygonSoupBuilder.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgPolygonSoupDatabase.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgPolyhedra.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgQuaternion.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgRefCounter.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgSmallDeterminant.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgSphere.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgStack.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgTree.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgTypes.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgVector.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\shared\general\HACD\public\ConvexHull.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\public\HACD.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\public\JobSwarm.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\public\MergeHulls.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\public\PlatformConfigHACD.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\public\PxVector.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\public\SparseArray.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\public\WuQuantizer.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\shared\general\HACD\src\AutoGeometry.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\ConvexDecomposition.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\ConvexHull.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\dgAABBPolygonSoup.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\dgConvexHull3d.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\dgGoogol.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\dgIntersections.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\dgMatrix.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\dgMeshEffect.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\dgPolygonSoupBuilder.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\dgPolyhedra.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\dgQuaternion.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\dgSmallDeterminant.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\dgSphere.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\dgTree.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\dgTypes.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\HACD.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\MergeHulls.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\WuQuantizer.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\shared\general\PairFilter\include\PairFilter.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\shared\general\PairFilter\src\PairFilter.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\shared\general\stan_hull\include\StanHull.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\stan_hull\include\StanHullConfig.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\shared\general\stan_hull\src\StanHull.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"></ImportGroup> </Project> diff --git a/APEX_1.4/compiler/vc15win32-PhysX_3.4/APEX_Clothing.vcxproj b/APEX_1.4/compiler/vc15win32-PhysX_3.4/APEX_Clothing.vcxproj index 9214574c..b330a4b6 100644 --- a/APEX_1.4/compiler/vc15win32-PhysX_3.4/APEX_Clothing.vcxproj +++ b/APEX_1.4/compiler/vc15win32-PhysX_3.4/APEX_Clothing.vcxproj @@ -1,475 +1,599 @@ <?xml version="1.0" encoding="utf-8"?> -<Project - DefaultTargets="Build" - ToolsVersion="15.0" - xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <ItemGroup Label="ProjectConfigurations"> - <ProjectConfiguration Include="debug|Win32"> - <Configuration>debug</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|Win32"> - <Configuration>release</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|Win32"> - <Configuration>profile</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="checked|Win32"> - <Configuration>checked</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{C549455E-94CC-81A4-1B87-FFA4D4785858}</ProjectGuid> - <RootNamespace>APEX_Clothing</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v141</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='release|Win32'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v141</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='profile|Win32'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v141</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='checked|Win32'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v141</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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <OutDir>./../../bin/vc15win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/APEX_Clothing/debug\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)DEBUG_x86</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <ClCompile> - <FloatingPointModel>Precise</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /arch:SSE2 /MP /EHsc /Od /RTCsu /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/clothing;./../../module/clothing/include;./../../module/clothing/include/autogen;./../../module/clothing/include/windows;./../../module/clothing/embedded/LowLevelCloth/include;./../../module/clothing/embedded/LowLevelCloth/src;./../../module/clothing/embedded;./../../module/clothing/src/simd;../../../PxShared/src/pvd/src;./../../module/clothing/embedded/LowLevelCloth/src/windows;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3CommonDEBUG_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG_x86.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win32;../../../PhysX_3.4/Lib/vc15win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG_x86.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc15win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <OutDir>./../../bin/vc15win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/APEX_Clothing/release\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)_x86</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <ClCompile> - <FloatingPointModel>Precise</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /arch:SSE2 /MP /EHsc /Ox /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/clothing;./../../module/clothing/include;./../../module/clothing/include/autogen;./../../module/clothing/include/windows;./../../module/clothing/embedded/LowLevelCloth/include;./../../module/clothing/embedded/LowLevelCloth/src;./../../module/clothing/embedded;./../../module/clothing/src/simd;../../../PxShared/src/pvd/src;./../../module/clothing/embedded/LowLevelCloth/src/windows;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3Common_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)_x86.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win32;../../../PhysX_3.4/Lib/vc15win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)_x86.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc15win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <OutDir>./../../bin/vc15win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/APEX_Clothing/profile\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)PROFILE_x86</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <ClCompile> - <FloatingPointModel>Precise</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /arch:SSE2 /MP /EHsc /Ox /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/clothing;./../../module/clothing/include;./../../module/clothing/include/autogen;./../../module/clothing/include/windows;./../../module/clothing/embedded/LowLevelCloth/include;./../../module/clothing/embedded/LowLevelCloth/src;./../../module/clothing/embedded;./../../module/clothing/src/simd;../../../PxShared/src/pvd/src;./../../module/clothing/embedded/LowLevelCloth/src/windows;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3CommonPROFILE_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE_x86.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win32;../../../PhysX_3.4/Lib/vc15win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE_x86.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc15win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <OutDir>./../../bin/vc15win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/APEX_Clothing/checked\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)CHECKED_x86</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <ClCompile> - <FloatingPointModel>Precise</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /arch:SSE2 /MP /EHsc /Ox /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/clothing;./../../module/clothing/include;./../../module/clothing/include/autogen;./../../module/clothing/include/windows;./../../module/clothing/embedded/LowLevelCloth/include;./../../module/clothing/embedded/LowLevelCloth/src;./../../module/clothing/embedded;./../../module/clothing/src/simd;../../../PxShared/src/pvd/src;./../../module/clothing/embedded/LowLevelCloth/src/windows;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3CommonCHECKED_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED_x86.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win32;../../../PhysX_3.4/Lib/vc15win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED_x86.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc15win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <ItemGroup> - <ResourceCompile Include="..\resource\apex.rc"></ResourceCompile> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\clothing\src\simd\neon\NvNeonSimd4f.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\src\simd\neon\NvNeonSimd4i.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\src\simd\neon\NvNeonSimdTypes.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\clothing\src\simd\scalar\NvScalarSimd4f.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\src\simd\scalar\NvScalarSimd4i.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\src\simd\scalar\NvScalarSimdTypes.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\clothing\src\simd\sse2\NvSse2Simd4f.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\src\simd\sse2\NvSse2Simd4i.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\src\simd\sse2\NvSse2SimdTypes.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\clothing\src\simd\NvSimd4f.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\src\simd\NvSimd4i.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\src\simd\NvSimdTypes.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\clothing\src\autogen\ClothingActorParam.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\autogen\ClothingAssetParameters.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\autogen\ClothingCookedParam.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\autogen\ClothingCookedPhysX3Param.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\autogen\ClothingDebugRenderParams.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\autogen\ClothingGraphicalLodParameters.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\autogen\ClothingMaterialLibraryParameters.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\autogen\ClothingModuleParameters.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\autogen\ClothingPhysicalMeshParameters.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\autogen\ClothingPreviewParam.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\clothing\src\ClothingActorData.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\ClothingActorImpl.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\ClothingActorTasks.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\ClothingAssetAuthoringImpl.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\ClothingAssetData.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\ClothingAssetImpl.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\ClothingCollisionImpl.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\ClothingCooking.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\ClothingPhysicalMeshImpl.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\ClothingRenderProxyImpl.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\ClothingScene.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\CookingAbstract.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\ModuleClothingHelpers.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\ModuleClothingImpl.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\SimdMath.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\SimulationAbstract.cpp"></ClCompile> - <ClInclude Include="..\..\module\clothing\src\SimdMath.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\clothing\include\autogen\ClothingActorParam.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\autogen\ClothingAssetParameters.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\autogen\ClothingCookedParam.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\autogen\ClothingCookedPhysX3Param.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\autogen\ClothingDebugRenderParams.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\autogen\ClothingGraphicalLodParameters.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\autogen\ClothingMaterialLibraryParameters.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\autogen\ClothingModuleParameters.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\autogen\ClothingPhysicalMeshParameters.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\autogen\ClothingPreviewParam.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\autogen\ModuleClothingRegistration.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\clothing\include\AbstractMeshDescription.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingActorData.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingActorImpl.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingActorProxy.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingActorTasks.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingAssetAuthoringImpl.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingAssetData.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingAssetImpl.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingCollisionImpl.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingCooking.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingGlobals.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingPhysicalMeshImpl.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingPreviewProxy.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingRenderProxyImpl.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingScene.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothStructs.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\Cooking.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\CookingAbstract.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\CookingPhysX.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ModuleClothingHelpers.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ModuleClothingImpl.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ModuleEventDefs.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ModulePerfScope.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\Simulation.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\SimulationAbstract.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\include\clothing\ClothingActor.h"></ClInclude> - <ClInclude Include="..\..\include\clothing\ClothingAsset.h"></ClInclude> - <ClInclude Include="..\..\include\clothing\ClothingAssetAuthoring.h"></ClInclude> - <ClInclude Include="..\..\include\clothing\ClothingCollision.h"></ClInclude> - <ClInclude Include="..\..\include\clothing\ClothingPhysicalMesh.h"></ClInclude> - <ClInclude Include="..\..\include\clothing\ClothingPreview.h"></ClInclude> - <ClInclude Include="..\..\include\clothing\ClothingRenderProxy.h"></ClInclude> - <ClInclude Include="..\..\include\clothing\ClothingVelocityCallback.h"></ClInclude> - <ClInclude Include="..\..\include\clothing\ModuleClothing.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\common\src\ModuleProfileCommon.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\common\include\ModuleProfileCommon.h"></ClInclude> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\Cloth.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\Fabric.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\Factory.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\PhaseConfig.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\Range.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\Solver.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\Types.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\Allocator.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\Array.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\BoundingBox.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\ClothBase.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\ClothImpl.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\IndexPair.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\IterationState.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\MovingAverage.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\PointInterpolator.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\Simd4f.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\Simd4i.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SimdTypes.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\StackAllocator.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwCloth.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwClothData.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwCollision.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwCollisionHelpers.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwFabric.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwFactory.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwInterCollision.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwSelfCollision.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwSolver.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwSolverKernel.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\TripletScheduler.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\Vec4T.h"></ClInclude> - <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\Allocator.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\Factory.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\PhaseConfig.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwCloth.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwClothData.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwCollision.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwFabric.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwFactory.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwInterCollision.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwSelfCollision.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwSolver.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwSolverKernel.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\TripletScheduler.cpp"></ClCompile> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\clothing\embedded\CmPhysXCommon.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\CmTask.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\ExtClothConfig.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\ExtClothCoreUtilityTypes.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\ExtClothFabricCooker.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\ExtClothMeshQuadifier.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\ExtClothTetherCooker.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\PxClothFabric.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\PxClothMeshDesc.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\PxClothTypes.h"></ClInclude> - <ClCompile Include="..\..\module\clothing\embedded\Cooking.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\ExtClothFabricCooker.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\ExtClothGeodesicTetherCooker.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\ExtClothMeshQuadifier.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\ExtClothSimpleTetherCooker.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\Simulation.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <CustomBuild Include="..\..\module\clothing\embedded\LowLevelCloth\src\avx\SwSolveConstraints.cpp"> - <Command Condition="'$(Configuration)|$(Platform)'=='debug|Win32'">cl.exe /c /Zi /Ox /MT /arch:AVX /Fd"$(TargetDir)\$(TargetName).pdb" /Fo$(IntermediateOutputPath)/avx/%(Filename).obj ..\..\module\clothing\embedded\LowLevelCloth\src\avx\SwSolveConstraints.cpp</Command> - <Message Condition="'$(Configuration)|$(Platform)'=='debug|Win32'">Building %(Identity)</Message> - <Outputs Condition="'$(Configuration)|$(Platform)'=='debug|Win32'">$(IntermediateOutputPath)/avx/%(Filename).obj;</Outputs> - <Command Condition="'$(Configuration)|$(Platform)'=='release|Win32'">cl.exe /c /Zi /Ox /MT /arch:AVX /Fd"$(TargetDir)\$(TargetName).pdb" /Fo$(IntermediateOutputPath)/avx/%(Filename).obj ..\..\module\clothing\embedded\LowLevelCloth\src\avx\SwSolveConstraints.cpp</Command> - <Message Condition="'$(Configuration)|$(Platform)'=='release|Win32'">Building %(Identity)</Message> - <Outputs Condition="'$(Configuration)|$(Platform)'=='release|Win32'">$(IntermediateOutputPath)/avx/%(Filename).obj;</Outputs> - <Command Condition="'$(Configuration)|$(Platform)'=='profile|Win32'">cl.exe /c /Zi /Ox /MT /arch:AVX /Fd"$(TargetDir)\$(TargetName).pdb" /Fo$(IntermediateOutputPath)/avx/%(Filename).obj ..\..\module\clothing\embedded\LowLevelCloth\src\avx\SwSolveConstraints.cpp</Command> - <Message Condition="'$(Configuration)|$(Platform)'=='profile|Win32'">Building %(Identity)</Message> - <Outputs Condition="'$(Configuration)|$(Platform)'=='profile|Win32'">$(IntermediateOutputPath)/avx/%(Filename).obj;</Outputs> - <Command Condition="'$(Configuration)|$(Platform)'=='checked|Win32'">cl.exe /c /Zi /Ox /MT /arch:AVX /Fd"$(TargetDir)\$(TargetName).pdb" /Fo$(IntermediateOutputPath)/avx/%(Filename).obj ..\..\module\clothing\embedded\LowLevelCloth\src\avx\SwSolveConstraints.cpp</Command> - <Message Condition="'$(Configuration)|$(Platform)'=='checked|Win32'">Building %(Identity)</Message> - <Outputs Condition="'$(Configuration)|$(Platform)'=='checked|Win32'">$(IntermediateOutputPath)/avx/%(Filename).obj;</Outputs> - </CustomBuild> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc15win32/PxFoundation.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./ApexCommon.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./ApexShared.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc15win32/PsFastXml.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../NvParameterized/compiler/vc15win32-PhysX_3.4/NvParameterized.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc15win32/PxPvdSDK.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> +<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup Label="ProjectConfigurations"> + <ProjectConfiguration Include="debug|Win32"> + <Configuration>debug</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="release|Win32"> + <Configuration>release</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="profile|Win32"> + <Configuration>profile</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="checked|Win32"> + <Configuration>checked</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectGuid>{C549455E-94CC-81A4-1B87-FFA4D4785858}</ProjectGuid> + <RootNamespace>APEX_Clothing</RootNamespace> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v141</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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </ImportGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> + <OutDir>./../../bin/vc15win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/APEX_Clothing/debug\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)DEBUG_x86</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> + <ClCompile> + <FloatingPointModel>Precise</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /arch:SSE2 /MP /EHsc /Od /RTCsu /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/clothing;./../../module/clothing/include;./../../module/clothing/include/autogen;./../../module/clothing/include/windows;./../../module/clothing/embedded/LowLevelCloth/include;./../../module/clothing/embedded/LowLevelCloth/src;./../../module/clothing/embedded;./../../module/clothing/src/simd;../../../PxShared/src/pvd/src;./../../module/clothing/embedded/LowLevelCloth/src/windows;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3CommonDEBUG_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)DEBUG_x86.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win32;../../../PhysX_3.4/Lib/vc15win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG_x86.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc15win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX86</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> + <OutDir>./../../bin/vc15win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/APEX_Clothing/release\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)_x86</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> + <ClCompile> + <FloatingPointModel>Precise</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /arch:SSE2 /MP /EHsc /Ox /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/clothing;./../../module/clothing/include;./../../module/clothing/include/autogen;./../../module/clothing/include/windows;./../../module/clothing/embedded/LowLevelCloth/include;./../../module/clothing/embedded/LowLevelCloth/src;./../../module/clothing/embedded;./../../module/clothing/src/simd;../../../PxShared/src/pvd/src;./../../module/clothing/embedded/LowLevelCloth/src/windows;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3Common_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)_x86.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win32;../../../PhysX_3.4/Lib/vc15win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)_x86.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc15win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX86</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> + <OutDir>./../../bin/vc15win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/APEX_Clothing/profile\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)PROFILE_x86</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> + <ClCompile> + <FloatingPointModel>Precise</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /arch:SSE2 /MP /EHsc /Ox /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/clothing;./../../module/clothing/include;./../../module/clothing/include/autogen;./../../module/clothing/include/windows;./../../module/clothing/embedded/LowLevelCloth/include;./../../module/clothing/embedded/LowLevelCloth/src;./../../module/clothing/embedded;./../../module/clothing/src/simd;../../../PxShared/src/pvd/src;./../../module/clothing/embedded/LowLevelCloth/src/windows;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3CommonPROFILE_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)PROFILE_x86.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win32;../../../PhysX_3.4/Lib/vc15win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE_x86.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc15win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX86</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> + <OutDir>./../../bin/vc15win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/APEX_Clothing/checked\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)CHECKED_x86</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> + <ClCompile> + <FloatingPointModel>Precise</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /arch:SSE2 /MP /EHsc /Ox /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/clothing;./../../module/clothing/include;./../../module/clothing/include/autogen;./../../module/clothing/include/windows;./../../module/clothing/embedded/LowLevelCloth/include;./../../module/clothing/embedded/LowLevelCloth/src;./../../module/clothing/embedded;./../../module/clothing/src/simd;../../../PxShared/src/pvd/src;./../../module/clothing/embedded/LowLevelCloth/src/windows;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3CommonCHECKED_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)CHECKED_x86.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win32;../../../PhysX_3.4/Lib/vc15win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED_x86.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc15win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX86</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <ItemGroup> + <ResourceCompile Include="..\resource\apex.rc"> + </ResourceCompile> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\clothing\src\simd\neon\NvNeonSimd4f.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\src\simd\neon\NvNeonSimd4i.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\src\simd\neon\NvNeonSimdTypes.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\clothing\src\simd\scalar\NvScalarSimd4f.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\src\simd\scalar\NvScalarSimd4i.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\src\simd\scalar\NvScalarSimdTypes.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\clothing\src\simd\sse2\NvSse2Simd4f.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\src\simd\sse2\NvSse2Simd4i.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\src\simd\sse2\NvSse2SimdTypes.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\clothing\src\simd\NvSimd4f.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\src\simd\NvSimd4i.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\src\simd\NvSimdTypes.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\clothing\src\autogen\ClothingActorParam.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\autogen\ClothingAssetParameters.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\autogen\ClothingCookedParam.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\autogen\ClothingCookedPhysX3Param.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\autogen\ClothingDebugRenderParams.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\autogen\ClothingGraphicalLodParameters.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\autogen\ClothingMaterialLibraryParameters.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\autogen\ClothingModuleParameters.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\autogen\ClothingPhysicalMeshParameters.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\autogen\ClothingPreviewParam.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\clothing\src\ClothingActorData.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\ClothingActorImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\ClothingActorTasks.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\ClothingAssetAuthoringImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\ClothingAssetData.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\ClothingAssetImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\ClothingCollisionImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\ClothingCooking.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\ClothingPhysicalMeshImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\ClothingRenderProxyImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\ClothingScene.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\CookingAbstract.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\ModuleClothingHelpers.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\ModuleClothingImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\SimdMath.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\SimulationAbstract.cpp"> + </ClCompile> + <ClInclude Include="..\..\module\clothing\src\SimdMath.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\clothing\include\autogen\ClothingActorParam.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\autogen\ClothingAssetParameters.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\autogen\ClothingCookedParam.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\autogen\ClothingCookedPhysX3Param.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\autogen\ClothingDebugRenderParams.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\autogen\ClothingGraphicalLodParameters.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\autogen\ClothingMaterialLibraryParameters.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\autogen\ClothingModuleParameters.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\autogen\ClothingPhysicalMeshParameters.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\autogen\ClothingPreviewParam.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\autogen\ModuleClothingRegistration.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\clothing\include\AbstractMeshDescription.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingActorData.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingActorImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingActorProxy.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingActorTasks.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingAssetAuthoringImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingAssetData.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingAssetImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingCollisionImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingCooking.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingGlobals.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingPhysicalMeshImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingPreviewProxy.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingRenderProxyImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingScene.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothStructs.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\Cooking.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\CookingAbstract.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\CookingPhysX.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ModuleClothingHelpers.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ModuleClothingImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ModuleEventDefs.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ModulePerfScope.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\Simulation.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\SimulationAbstract.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\include\clothing\ClothingActor.h"> + </ClInclude> + <ClInclude Include="..\..\include\clothing\ClothingAsset.h"> + </ClInclude> + <ClInclude Include="..\..\include\clothing\ClothingAssetAuthoring.h"> + </ClInclude> + <ClInclude Include="..\..\include\clothing\ClothingCollision.h"> + </ClInclude> + <ClInclude Include="..\..\include\clothing\ClothingPhysicalMesh.h"> + </ClInclude> + <ClInclude Include="..\..\include\clothing\ClothingPreview.h"> + </ClInclude> + <ClInclude Include="..\..\include\clothing\ClothingRenderProxy.h"> + </ClInclude> + <ClInclude Include="..\..\include\clothing\ClothingVelocityCallback.h"> + </ClInclude> + <ClInclude Include="..\..\include\clothing\ModuleClothing.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\common\src\ModuleProfileCommon.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\common\include\ModuleProfileCommon.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\Cloth.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\Fabric.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\Factory.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\PhaseConfig.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\Range.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\Solver.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\Types.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\Allocator.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\Array.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\BoundingBox.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\ClothBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\ClothImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\IndexPair.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\IterationState.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\MovingAverage.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\PointInterpolator.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\Simd4f.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\Simd4i.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SimdTypes.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\StackAllocator.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwCloth.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwClothData.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwCollision.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwCollisionHelpers.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwFabric.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwFactory.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwInterCollision.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwSelfCollision.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwSolver.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwSolverKernel.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\TripletScheduler.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\Vec4T.h"> + </ClInclude> + <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\Allocator.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\Factory.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\PhaseConfig.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwCloth.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwClothData.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwCollision.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwFabric.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwFactory.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwInterCollision.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwSelfCollision.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwSolver.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwSolverKernel.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\TripletScheduler.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\clothing\embedded\CmPhysXCommon.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\CmTask.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\ExtClothConfig.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\ExtClothCoreUtilityTypes.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\ExtClothFabricCooker.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\ExtClothMeshQuadifier.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\ExtClothTetherCooker.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\PxClothFabric.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\PxClothMeshDesc.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\PxClothTypes.h"> + </ClInclude> + <ClCompile Include="..\..\module\clothing\embedded\Cooking.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\ExtClothFabricCooker.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\ExtClothGeodesicTetherCooker.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\ExtClothMeshQuadifier.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\ExtClothSimpleTetherCooker.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\Simulation.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="..\..\module\clothing\embedded\LowLevelCloth\src\avx\SwSolveConstraints.cpp"> + <Command Condition="'$(Configuration)|$(Platform)'=='debug|Win32'">cl.exe /c /Zi /Ox /MT /arch:AVX /Fd"$(TargetDir)\$(TargetName).pdb" /Fo$(IntermediateOutputPath)/avx/%(Filename).obj ..\..\module\clothing\embedded\LowLevelCloth\src\avx\SwSolveConstraints.cpp</Command> + <Message Condition="'$(Configuration)|$(Platform)'=='debug|Win32'">Building %(Identity)</Message> + <Outputs Condition="'$(Configuration)|$(Platform)'=='debug|Win32'">$(IntermediateOutputPath)/avx/%(Filename).obj;</Outputs> + <Command Condition="'$(Configuration)|$(Platform)'=='release|Win32'">cl.exe /c /Zi /Ox /MT /arch:AVX /Fd"$(TargetDir)\$(TargetName).pdb" /Fo$(IntermediateOutputPath)/avx/%(Filename).obj ..\..\module\clothing\embedded\LowLevelCloth\src\avx\SwSolveConstraints.cpp</Command> + <Message Condition="'$(Configuration)|$(Platform)'=='release|Win32'">Building %(Identity)</Message> + <Outputs Condition="'$(Configuration)|$(Platform)'=='release|Win32'">$(IntermediateOutputPath)/avx/%(Filename).obj;</Outputs> + <Command Condition="'$(Configuration)|$(Platform)'=='profile|Win32'">cl.exe /c /Zi /Ox /MT /arch:AVX /Fd"$(TargetDir)\$(TargetName).pdb" /Fo$(IntermediateOutputPath)/avx/%(Filename).obj ..\..\module\clothing\embedded\LowLevelCloth\src\avx\SwSolveConstraints.cpp</Command> + <Message Condition="'$(Configuration)|$(Platform)'=='profile|Win32'">Building %(Identity)</Message> + <Outputs Condition="'$(Configuration)|$(Platform)'=='profile|Win32'">$(IntermediateOutputPath)/avx/%(Filename).obj;</Outputs> + <Command Condition="'$(Configuration)|$(Platform)'=='checked|Win32'">cl.exe /c /Zi /Ox /MT /arch:AVX /Fd"$(TargetDir)\$(TargetName).pdb" /Fo$(IntermediateOutputPath)/avx/%(Filename).obj ..\..\module\clothing\embedded\LowLevelCloth\src\avx\SwSolveConstraints.cpp</Command> + <Message Condition="'$(Configuration)|$(Platform)'=='checked|Win32'">Building %(Identity)</Message> + <Outputs Condition="'$(Configuration)|$(Platform)'=='checked|Win32'">$(IntermediateOutputPath)/avx/%(Filename).obj;</Outputs> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc15win32/PxFoundation.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./ApexCommon.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./ApexShared.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc15win32/PsFastXml.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../NvParameterized/compiler/vc15win32-PhysX_3.4/NvParameterized.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc15win32/PxPvdSDK.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"></ImportGroup> </Project> diff --git a/APEX_1.4/compiler/vc15win32-PhysX_3.4/APEX_Destructible.vcxproj b/APEX_1.4/compiler/vc15win32-PhysX_3.4/APEX_Destructible.vcxproj index 5460d012..ef0a40ce 100644 --- a/APEX_1.4/compiler/vc15win32-PhysX_3.4/APEX_Destructible.vcxproj +++ b/APEX_1.4/compiler/vc15win32-PhysX_3.4/APEX_Destructible.vcxproj @@ -1,429 +1,533 @@ <?xml version="1.0" encoding="utf-8"?> -<Project - DefaultTargets="Build" - ToolsVersion="15.0" - xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <ItemGroup Label="ProjectConfigurations"> - <ProjectConfiguration Include="debug|Win32"> - <Configuration>debug</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|Win32"> - <Configuration>release</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|Win32"> - <Configuration>profile</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="checked|Win32"> - <Configuration>checked</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{777EFDFD-2EF5-4F0E-2222-6F9A226C5709}</ProjectGuid> - <RootNamespace>APEX_Destructible</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v141</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='release|Win32'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v141</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='profile|Win32'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v141</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='checked|Win32'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v141</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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <OutDir>./../../bin/vc15win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/APEX_Destructible/debug\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)DEBUG_x86</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <ClCompile> - <FloatingPointModel>Precise</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /arch:SSE2 /MP /Od /RTCsu /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include/destructible;./../../module/destructible/include;./../../module/destructible/include/autogen;./../../module/destructible/fracture;./../../module/destructible/fracture/Core;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3CommonDEBUG_x86.lib;PhysX3DEBUG_x86.lib;PhysX3ExtensionsDEBUG.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG_x86.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win32;../../../PhysX_3.4/Lib/vc15win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG_x86.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc15win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <OutDir>./../../bin/vc15win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/APEX_Destructible/release\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)_x86</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <ClCompile> - <FloatingPointModel>Precise</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /arch:SSE2 /MP /Ox /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include/destructible;./../../module/destructible/include;./../../module/destructible/include/autogen;./../../module/destructible/fracture;./../../module/destructible/fracture/Core;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3Common_x86.lib;PhysX3_x86.lib;PhysX3Extensions.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)_x86.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win32;../../../PhysX_3.4/Lib/vc15win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)_x86.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc15win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <OutDir>./../../bin/vc15win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/APEX_Destructible/profile\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)PROFILE_x86</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <ClCompile> - <FloatingPointModel>Precise</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /arch:SSE2 /MP /Ox /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include/destructible;./../../module/destructible/include;./../../module/destructible/include/autogen;./../../module/destructible/fracture;./../../module/destructible/fracture/Core;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3CommonPROFILE_x86.lib;PhysX3PROFILE_x86.lib;PhysX3ExtensionsPROFILE.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE_x86.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win32;../../../PhysX_3.4/Lib/vc15win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE_x86.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc15win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <OutDir>./../../bin/vc15win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/APEX_Destructible/checked\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)CHECKED_x86</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <ClCompile> - <FloatingPointModel>Precise</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /arch:SSE2 /MP /Ox /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include/destructible;./../../module/destructible/include;./../../module/destructible/include/autogen;./../../module/destructible/fracture;./../../module/destructible/fracture/Core;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3CommonCHECKED_x86.lib;PhysX3CHECKED_x86.lib;PhysX3ExtensionsCHECKED.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED_x86.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win32;../../../PhysX_3.4/Lib/vc15win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED_x86.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc15win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <ItemGroup> - <ResourceCompile Include="..\resource\apex.rc"></ResourceCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\destructible\src\autogen\CachedOverlaps.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleActorChunks.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleActorParam.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleActorState.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleAssetCollisionDataSet.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleAssetParameters.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleDebugRenderParams.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleModuleParameters.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\autogen\DestructiblePreviewParam.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\autogen\MeshCookedCollisionStream.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\autogen\MeshCookedCollisionStreamsAtScale.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\autogen\SurfaceTraceParameters.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\autogen\SurfaceTraceSetParameters.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\destructible\src\DestructibleActorImpl.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\DestructibleActorJointImpl.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\DestructibleAssetImpl.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\DestructiblePreviewImpl.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\DestructibleRenderableImpl.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\DestructibleScene.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\DestructibleSceneSyncParams.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\DestructibleStructure.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\DestructibleStructureStressSolver.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\ModuleDestructibleImpl.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\destructible\fracture\Core\ActorBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\CompoundBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\CompoundCreatorBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\CompoundGeometryBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\ConvexBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\Delaunay2dBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\Delaunay3dBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\FracturePatternBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\IceBoxPruningBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\IceRevisitedRadixBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\IslandDetectorBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\MeshBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\MeshClipperBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\PolygonTriangulatorBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\SimSceneBase.cpp"></ClCompile> - <ClInclude Include="..\..\module\destructible\fracture\Core\ActorBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\CompoundBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\CompoundCreatorBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\CompoundGeometryBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\ConvexBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\Delaunay2dBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\Delaunay3dBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\FracturePatternBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\IceBoxPruningBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\IceRevisitedRadixBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\IslandDetectorBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\MeshBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\MeshClipperBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\PolygonTriangulatorBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\SimSceneBase.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\destructible\fracture\Actor.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Compound.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\CompoundCreator.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\CompoundGeometry.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Convex.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Delaunay2d.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Delaunay3d.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\FracturePattern.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\IceBoxPruning.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\IceRevisitedRadix.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\IslandDetector.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Mesh.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\MeshClipper.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\PolygonTriangulator.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Renderable.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\SimScene.cpp"></ClCompile> - <ClInclude Include="..\..\module\destructible\fracture\Actor.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Compound.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\CompoundCreator.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\CompoundGeometry.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Convex.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Delaunay2d.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Delaunay3d.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\FracturePattern.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\IceBoxPruning.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\IceRevisitedRadix.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\IslandDetector.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Mesh.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\MeshClipper.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\PolygonTriangulator.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Renderable.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\RTdef.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\SimScene.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\destructible\include\autogen\CachedOverlaps.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleActorChunks.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleActorParam.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleActorState.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleAssetCollisionDataSet.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleAssetParameters.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleDebugRenderParams.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleModuleParameters.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\autogen\DestructiblePreviewParam.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\autogen\MeshCookedCollisionStream.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\autogen\MeshCookedCollisionStreamsAtScale.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\autogen\ModuleDestructibleRegistration.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\autogen\SurfaceTraceParameters.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\autogen\SurfaceTraceSetParameters.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\destructible\include\DestructibleActorImpl.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\DestructibleActorJointImpl.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\DestructibleActorJointProxy.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\DestructibleActorProxy.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\DestructibleActorUtils.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\DestructibleAssetImpl.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\DestructibleAssetProxy.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\DestructibleHelpers.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\DestructiblePreviewImpl.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\DestructiblePreviewProxy.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\DestructibleRenderableImpl.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\DestructibleScene.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\DestructibleStructure.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\DestructibleStructureStressSolver.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\ModuleDestructibleImpl.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\ModuleEventDefs.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\ModulePerfScope.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\include\destructible\DestructibleActor.h"></ClInclude> - <ClInclude Include="..\..\include\destructible\DestructibleActorJoint.h"></ClInclude> - <ClInclude Include="..\..\include\destructible\DestructibleAsset.h"></ClInclude> - <ClInclude Include="..\..\include\destructible\DestructiblePreview.h"></ClInclude> - <ClInclude Include="..\..\include\destructible\DestructibleRenderable.h"></ClInclude> - <ClInclude Include="..\..\include\destructible\ExplicitHierarchicalMesh.h"></ClInclude> - <ClInclude Include="..\..\include\destructible\FractureToolsAPI.h"></ClInclude> - <ClInclude Include="..\..\include\destructible\FractureToolsStructs.h"></ClInclude> - <ClInclude Include="..\..\include\destructible\ModuleDestructible.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\common\src\ModuleProfileCommon.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\common\include\ModuleProfileCommon.h"></ClInclude> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc15win32/PxFoundation.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./ApexCommon.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./ApexShared.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc15win32/PsFastXml.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../NvParameterized/compiler/vc15win32-PhysX_3.4/NvParameterized.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc15win32/PxPvdSDK.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> +<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup Label="ProjectConfigurations"> + <ProjectConfiguration Include="debug|Win32"> + <Configuration>debug</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="release|Win32"> + <Configuration>release</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="profile|Win32"> + <Configuration>profile</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="checked|Win32"> + <Configuration>checked</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectGuid>{777EFDFD-2EF5-4F0E-2222-6F9A226C5709}</ProjectGuid> + <RootNamespace>APEX_Destructible</RootNamespace> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v141</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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </ImportGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> + <OutDir>./../../bin/vc15win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/APEX_Destructible/debug\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)DEBUG_x86</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> + <ClCompile> + <FloatingPointModel>Precise</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /arch:SSE2 /MP /Od /RTCsu /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include/destructible;./../../module/destructible/include;./../../module/destructible/include/autogen;./../../module/destructible/fracture;./../../module/destructible/fracture/Core;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3CommonDEBUG_x86.lib;PhysX3DEBUG_x86.lib;PhysX3ExtensionsDEBUG.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)DEBUG_x86.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win32;../../../PhysX_3.4/Lib/vc15win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG_x86.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc15win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX86</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> + <OutDir>./../../bin/vc15win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/APEX_Destructible/release\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)_x86</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> + <ClCompile> + <FloatingPointModel>Precise</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /arch:SSE2 /MP /Ox /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include/destructible;./../../module/destructible/include;./../../module/destructible/include/autogen;./../../module/destructible/fracture;./../../module/destructible/fracture/Core;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3Common_x86.lib;PhysX3_x86.lib;PhysX3Extensions.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)_x86.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win32;../../../PhysX_3.4/Lib/vc15win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)_x86.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc15win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX86</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> + <OutDir>./../../bin/vc15win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/APEX_Destructible/profile\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)PROFILE_x86</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> + <ClCompile> + <FloatingPointModel>Precise</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /arch:SSE2 /MP /Ox /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include/destructible;./../../module/destructible/include;./../../module/destructible/include/autogen;./../../module/destructible/fracture;./../../module/destructible/fracture/Core;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3CommonPROFILE_x86.lib;PhysX3PROFILE_x86.lib;PhysX3ExtensionsPROFILE.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)PROFILE_x86.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win32;../../../PhysX_3.4/Lib/vc15win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE_x86.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc15win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX86</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> + <OutDir>./../../bin/vc15win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/APEX_Destructible/checked\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)CHECKED_x86</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> + <ClCompile> + <FloatingPointModel>Precise</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /arch:SSE2 /MP /Ox /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include/destructible;./../../module/destructible/include;./../../module/destructible/include/autogen;./../../module/destructible/fracture;./../../module/destructible/fracture/Core;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3CommonCHECKED_x86.lib;PhysX3CHECKED_x86.lib;PhysX3ExtensionsCHECKED.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)CHECKED_x86.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win32;../../../PhysX_3.4/Lib/vc15win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED_x86.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc15win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX86</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <ItemGroup> + <ResourceCompile Include="..\resource\apex.rc"> + </ResourceCompile> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\destructible\src\autogen\CachedOverlaps.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleActorChunks.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleActorParam.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleActorState.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleAssetCollisionDataSet.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleAssetParameters.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleDebugRenderParams.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleModuleParameters.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\autogen\DestructiblePreviewParam.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\autogen\MeshCookedCollisionStream.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\autogen\MeshCookedCollisionStreamsAtScale.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\autogen\SurfaceTraceParameters.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\autogen\SurfaceTraceSetParameters.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\destructible\src\DestructibleActorImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\DestructibleActorJointImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\DestructibleAssetImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\DestructiblePreviewImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\DestructibleRenderableImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\DestructibleScene.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\DestructibleSceneSyncParams.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\DestructibleStructure.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\DestructibleStructureStressSolver.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\ModuleDestructibleImpl.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\destructible\fracture\Core\ActorBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\CompoundBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\CompoundCreatorBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\CompoundGeometryBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\ConvexBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\Delaunay2dBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\Delaunay3dBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\FracturePatternBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\IceBoxPruningBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\IceRevisitedRadixBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\IslandDetectorBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\MeshBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\MeshClipperBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\PolygonTriangulatorBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\SimSceneBase.cpp"> + </ClCompile> + <ClInclude Include="..\..\module\destructible\fracture\Core\ActorBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\CompoundBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\CompoundCreatorBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\CompoundGeometryBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\ConvexBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\Delaunay2dBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\Delaunay3dBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\FracturePatternBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\IceBoxPruningBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\IceRevisitedRadixBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\IslandDetectorBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\MeshBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\MeshClipperBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\PolygonTriangulatorBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\SimSceneBase.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\destructible\fracture\Actor.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Compound.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\CompoundCreator.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\CompoundGeometry.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Convex.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Delaunay2d.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Delaunay3d.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\FracturePattern.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\IceBoxPruning.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\IceRevisitedRadix.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\IslandDetector.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Mesh.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\MeshClipper.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\PolygonTriangulator.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Renderable.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\SimScene.cpp"> + </ClCompile> + <ClInclude Include="..\..\module\destructible\fracture\Actor.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Compound.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\CompoundCreator.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\CompoundGeometry.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Convex.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Delaunay2d.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Delaunay3d.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\FracturePattern.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\IceBoxPruning.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\IceRevisitedRadix.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\IslandDetector.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Mesh.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\MeshClipper.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\PolygonTriangulator.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Renderable.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\RTdef.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\SimScene.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\destructible\include\autogen\CachedOverlaps.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleActorChunks.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleActorParam.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleActorState.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleAssetCollisionDataSet.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleAssetParameters.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleDebugRenderParams.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleModuleParameters.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\autogen\DestructiblePreviewParam.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\autogen\MeshCookedCollisionStream.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\autogen\MeshCookedCollisionStreamsAtScale.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\autogen\ModuleDestructibleRegistration.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\autogen\SurfaceTraceParameters.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\autogen\SurfaceTraceSetParameters.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\destructible\include\DestructibleActorImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\DestructibleActorJointImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\DestructibleActorJointProxy.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\DestructibleActorProxy.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\DestructibleActorUtils.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\DestructibleAssetImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\DestructibleAssetProxy.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\DestructibleHelpers.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\DestructiblePreviewImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\DestructiblePreviewProxy.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\DestructibleRenderableImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\DestructibleScene.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\DestructibleStructure.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\DestructibleStructureStressSolver.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\ModuleDestructibleImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\ModuleEventDefs.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\ModulePerfScope.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\include\destructible\DestructibleActor.h"> + </ClInclude> + <ClInclude Include="..\..\include\destructible\DestructibleActorJoint.h"> + </ClInclude> + <ClInclude Include="..\..\include\destructible\DestructibleAsset.h"> + </ClInclude> + <ClInclude Include="..\..\include\destructible\DestructiblePreview.h"> + </ClInclude> + <ClInclude Include="..\..\include\destructible\DestructibleRenderable.h"> + </ClInclude> + <ClInclude Include="..\..\include\destructible\ExplicitHierarchicalMesh.h"> + </ClInclude> + <ClInclude Include="..\..\include\destructible\FractureToolsAPI.h"> + </ClInclude> + <ClInclude Include="..\..\include\destructible\FractureToolsStructs.h"> + </ClInclude> + <ClInclude Include="..\..\include\destructible\ModuleDestructible.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\common\src\ModuleProfileCommon.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\common\include\ModuleProfileCommon.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc15win32/PxFoundation.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./ApexCommon.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./ApexShared.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc15win32/PsFastXml.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../NvParameterized/compiler/vc15win32-PhysX_3.4/NvParameterized.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc15win32/PxPvdSDK.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"></ImportGroup> </Project> diff --git a/APEX_1.4/compiler/vc15win32-PhysX_3.4/APEX_Legacy.vcxproj b/APEX_1.4/compiler/vc15win32-PhysX_3.4/APEX_Legacy.vcxproj index 76cbc987..47f8f3f7 100644 --- a/APEX_1.4/compiler/vc15win32-PhysX_3.4/APEX_Legacy.vcxproj +++ b/APEX_1.4/compiler/vc15win32-PhysX_3.4/APEX_Legacy.vcxproj @@ -1,844 +1,1358 @@ <?xml version="1.0" encoding="utf-8"?> -<Project - DefaultTargets="Build" - ToolsVersion="15.0" - xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <ItemGroup Label="ProjectConfigurations"> - <ProjectConfiguration Include="debug|Win32"> - <Configuration>debug</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|Win32"> - <Configuration>release</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|Win32"> - <Configuration>profile</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="checked|Win32"> - <Configuration>checked</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{E234DAF8-81E8-8FFC-FCE6-2CA09C768D36}</ProjectGuid> - <RootNamespace>APEX_Legacy</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v141</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='release|Win32'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v141</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='profile|Win32'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v141</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='checked|Win32'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v141</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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <OutDir>./../../bin/vc15win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/APEX_Legacy/debug\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)DEBUG_x86</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <ClCompile> - <FloatingPointModel>Precise</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /arch:SSE2 /MP /Od /RTCsu /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../module/Test_legacy/include;./../../module/Test_legacy/include/autogen;./../../module/destructible_legacy/include;./../../module/destructible_legacy/include/autogen;./../../module/framework_legacy/include;./../../module/framework_legacy/include/autogen;./../../module/clothing_legacy/include;./../../module/clothing_legacy/include/autogen;./../../module/common_legacy/include;./../../module/common_legacy/include/autogen;./../../framework/include;./../../framework/include/autogen;./../../module/clothing/include;./../../module/clothing/include/autogen;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NV_PARAMETERIZED_HIDE_DESCRIPTIONS=1;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>PhysX3CommonDEBUG_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG_x86.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win32;../../../PhysX_3.4/Lib/vc15win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG_x86.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc15win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <OutDir>./../../bin/vc15win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/APEX_Legacy/release\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)_x86</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <ClCompile> - <FloatingPointModel>Precise</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /arch:SSE2 /MP /Ox /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../module/Test_legacy/include;./../../module/Test_legacy/include/autogen;./../../module/destructible_legacy/include;./../../module/destructible_legacy/include/autogen;./../../module/framework_legacy/include;./../../module/framework_legacy/include/autogen;./../../module/clothing_legacy/include;./../../module/clothing_legacy/include/autogen;./../../module/common_legacy/include;./../../module/common_legacy/include/autogen;./../../framework/include;./../../framework/include/autogen;./../../module/clothing/include;./../../module/clothing/include/autogen;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NV_PARAMETERIZED_HIDE_DESCRIPTIONS=1;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>PhysX3Common_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)_x86.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win32;../../../PhysX_3.4/Lib/vc15win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)_x86.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc15win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <OutDir>./../../bin/vc15win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/APEX_Legacy/profile\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)PROFILE_x86</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <ClCompile> - <FloatingPointModel>Precise</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /arch:SSE2 /MP /Ox /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../module/Test_legacy/include;./../../module/Test_legacy/include/autogen;./../../module/destructible_legacy/include;./../../module/destructible_legacy/include/autogen;./../../module/framework_legacy/include;./../../module/framework_legacy/include/autogen;./../../module/clothing_legacy/include;./../../module/clothing_legacy/include/autogen;./../../module/common_legacy/include;./../../module/common_legacy/include/autogen;./../../framework/include;./../../framework/include/autogen;./../../module/clothing/include;./../../module/clothing/include/autogen;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NV_PARAMETERIZED_HIDE_DESCRIPTIONS=1;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>PhysX3CommonPROFILE_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE_x86.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win32;../../../PhysX_3.4/Lib/vc15win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE_x86.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc15win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <OutDir>./../../bin/vc15win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/APEX_Legacy/checked\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)CHECKED_x86</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <ClCompile> - <FloatingPointModel>Precise</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /arch:SSE2 /MP /Ox /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../module/Test_legacy/include;./../../module/Test_legacy/include/autogen;./../../module/destructible_legacy/include;./../../module/destructible_legacy/include/autogen;./../../module/framework_legacy/include;./../../module/framework_legacy/include/autogen;./../../module/clothing_legacy/include;./../../module/clothing_legacy/include/autogen;./../../module/common_legacy/include;./../../module/common_legacy/include/autogen;./../../framework/include;./../../framework/include/autogen;./../../module/clothing/include;./../../module/clothing/include/autogen;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NV_PARAMETERIZED_HIDE_DESCRIPTIONS=1;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>PhysX3CommonCHECKED_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED_x86.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win32;../../../PhysX_3.4/Lib/vc15win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED_x86.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc15win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <ItemGroup> - <ResourceCompile Include="..\resource\apex.rc"></ResourceCompile> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\CachedOverlaps_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\CachedOverlaps_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorChunks_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p10.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p11.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p12.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p13.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p14.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p15.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p16.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p17.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p18.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p19.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p20.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p21.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p22.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p23.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p24.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p25.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p26.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p27.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p28.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p29.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p30.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p31.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p32.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p6.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p7.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p8.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p9.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorState_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorState_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorState_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorState_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorState_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetCollisionDataSet_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p10.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p11.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p12.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p13.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p14.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p15.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p16.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p17.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p18.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p19.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p20.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p21.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p22.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p23.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p24.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p25.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p26.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p6.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p7.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p8.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p9.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleDebugRenderParams_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleModuleParameters_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleModuleParameters_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleModuleParameters_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleModuleParameters_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructiblePreviewParam_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\MeshCookedCollisionStreamsAtScale_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\MeshCookedCollisionStream_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\ModuleDestructibleLegacyRegistration.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\SurfaceTraceParameters_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\SurfaceTraceSetParameters_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\SurfaceTraceSetParameters_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\SurfaceTraceSetParameters_0p2.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionCachedOverlaps_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p10_0p11.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p11_0p12.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p12_0p13.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p13_0p14.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p14_0p15.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p15_0p16.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p16_0p17.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p17_0p18.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p18_0p19.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p19_0p20.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p1_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p20_0p21.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p21_0p22.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p22_0p23.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p23_0p24.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p24_0p25.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p25_0p26.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p26_0p27.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p27_0p28.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p28_0p29.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p29_0p30.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p2_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p30_0p31.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p31_0p32.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p3_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p4_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p5_0p6.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p6_0p7.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p7_0p8.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p8_0p9.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p9_0p10.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorState_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorState_0p1_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorState_0p2_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorState_0p3_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p10_0p11.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p11_0p12.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p12_0p13.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p13_0p14.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p14_0p15.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p15_0p16.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p16_0p17.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p17_0p18.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p18_0p19.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p19_0p20.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p1_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p20_0p21.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p21_0p22.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p22_0p23.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p23_0p24.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p24_0p25.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p25_0p26.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p2_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p3_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p4_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p5_0p6.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p6_0p7.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p7_0p8.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p8_0p9.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p9_0p10.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleModuleParameters_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleModuleParameters_0p1_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleModuleParameters_0p2_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionSurfaceTraceSetParameters_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionSurfaceTraceSetParameters_0p1_0p2.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\CachedOverlaps_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\CachedOverlaps_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorChunks_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p10.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p11.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p12.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p13.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p14.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p15.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p16.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p17.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p18.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p19.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p2.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p20.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p21.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p22.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p23.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p24.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p25.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p26.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p27.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p28.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p29.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p3.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p30.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p31.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p32.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p4.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p5.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p6.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p7.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p8.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p9.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorState_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorState_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorState_0p2.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorState_0p3.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorState_0p4.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetCollisionDataSet_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p10.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p11.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p12.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p13.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p14.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p15.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p16.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p17.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p18.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p19.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p2.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p20.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p21.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p22.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p23.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p24.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p25.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p26.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p3.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p4.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p5.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p6.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p7.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p8.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p9.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleDebugRenderParams_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleModuleParameters_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleModuleParameters_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleModuleParameters_0p2.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleModuleParameters_0p3.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructiblePreviewParam_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\MeshCookedCollisionStreamsAtScale_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\MeshCookedCollisionStream_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\ModuleDestructibleLegacy.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\SurfaceTraceParameters_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\SurfaceTraceSetParameters_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\SurfaceTraceSetParameters_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\SurfaceTraceSetParameters_0p2.cpp"></ClCompile> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferF32x1_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferF32x2_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferF32x3_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferF32x4_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferF32x4_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU16x1_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU16x2_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU16x3_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU16x4_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU32x1_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU32x2_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU32x3_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU32x4_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU8x1_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU8x2_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU8x3_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU8x4_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\ModuleFrameworkLegacyRegistration.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\RenderMeshAssetParameters_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\SubmeshParameters_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\SubmeshParameters_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\SurfaceBufferParameters_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\VertexBufferParameters_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\VertexBufferParameters_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\VertexFormatParameters_0p0.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\framework_legacy\include\ConversionBufferF32x4_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\ConversionSubmeshParameters_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\ConversionVertexBufferParameters_0p0_0p1.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferF32x1_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferF32x2_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferF32x3_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferF32x4_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferF32x4_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU16x1_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU16x2_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU16x3_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU16x4_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU32x1_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU32x2_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU32x3_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU32x4_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU8x1_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU8x2_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU8x3_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU8x4_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\ModuleFrameworkLegacy.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\RenderMeshAssetParameters_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\SubmeshParameters_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\SubmeshParameters_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\SurfaceBufferParameters_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\VertexBufferParameters_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\VertexBufferParameters_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\VertexFormatParameters_0p0.cpp"></ClCompile> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p10.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p11.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p12.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p13.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p14.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p15.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p16.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p17.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p18.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p6.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p7.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p8.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p9.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p10.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p11.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p12.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p13.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p14.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p6.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p7.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p8.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p9.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedParam_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedParam_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedParam_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedParam_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedPhysX3Param_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedPhysX3Param_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedPhysX3Param_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedPhysX3Param_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedPhysX3Param_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedPhysX3Param_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingDebugRenderParams_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingGraphicalLodParameters_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingGraphicalLodParameters_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingGraphicalLodParameters_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingGraphicalLodParameters_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingGraphicalLodParameters_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingGraphicalLodParameters_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p10.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p11.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p12.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p13.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p14.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p6.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p7.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p8.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p9.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingModuleParameters_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p10.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p11.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p6.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p7.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p8.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p9.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPreviewParam_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ModuleClothingLegacyRegistration.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p10_0p11.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p11_0p12.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p12_0p13.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p13_0p14.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p14_0p15.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p15_0p16.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p16_0p17.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p17_0p18.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p1_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p2_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p3_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p4_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p5_0p6.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p6_0p7.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p7_0p8.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p8_0p9.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p9_0p10.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p10_0p11.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p11_0p12.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p12_0p13.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p13_0p14.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p1_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p2_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p3_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p4_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p5_0p6.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p6_0p7.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p7_0p8.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p8_0p9.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p9_0p10.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedParam_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedParam_0p1_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedParam_0p2_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedPhysX3Param_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedPhysX3Param_0p1_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedPhysX3Param_0p2_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedPhysX3Param_0p3_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedPhysX3Param_0p4_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingGraphicalLodParameters_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingGraphicalLodParameters_0p1_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingGraphicalLodParameters_0p2_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingGraphicalLodParameters_0p3_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingGraphicalLodParameters_0p4_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p10_0p11.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p11_0p12.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p12_0p13.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p13_0p14.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p1_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p2_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p3_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p4_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p5_0p6.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p6_0p7.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p7_0p8.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p8_0p9.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p9_0p10.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p10_0p11.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p1_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p2_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p3_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p4_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p5_0p6.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p6_0p7.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p7_0p8.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p8_0p9.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p9_0p10.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p10.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p11.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p12.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p13.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p14.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p15.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p16.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p17.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p18.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p2.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p3.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p4.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p5.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p6.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p7.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p8.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p9.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p10.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p11.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p12.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p13.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p14.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p2.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p3.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p4.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p5.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p6.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p7.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p8.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p9.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedParam_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedParam_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedParam_0p2.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedParam_0p3.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedPhysX3Param_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedPhysX3Param_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedPhysX3Param_0p2.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedPhysX3Param_0p3.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedPhysX3Param_0p4.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedPhysX3Param_0p5.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingDebugRenderParams_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingGraphicalLodParameters_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingGraphicalLodParameters_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingGraphicalLodParameters_0p2.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingGraphicalLodParameters_0p3.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingGraphicalLodParameters_0p4.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingGraphicalLodParameters_0p5.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p10.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p11.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p12.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p13.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p14.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p2.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p3.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p4.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p5.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p6.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p7.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p8.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p9.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingModuleParameters_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p10.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p11.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p2.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p3.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p4.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p5.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p6.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p7.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p8.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p9.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPreviewParam_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ModuleClothingLegacy.cpp"></ClCompile> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\common_legacy\include\autogen\ConvexHullParameters_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\common_legacy\include\autogen\ConvexHullParameters_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\common_legacy\include\autogen\DebugColorParams_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\common_legacy\include\autogen\DebugRenderParams_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\common_legacy\include\autogen\ModuleCommonLegacyRegistration.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\common_legacy\include\ConversionConvexHullParameters_0p0_0p1.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\common_legacy\src\autogen\ConvexHullParameters_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\common_legacy\src\autogen\ConvexHullParameters_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\common_legacy\src\autogen\DebugColorParams_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\common_legacy\src\autogen\DebugRenderParams_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\common_legacy\src\autogen\ModuleCommonLegacy.cpp"></ClCompile> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\legacy\src\ModuleLegacy.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\include\legacy\ModuleIofxLegacy.h"></ClInclude> - <ClInclude Include="..\..\include\legacy\ModuleLegacy.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc15win32/PxFoundation.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../NvParameterized/compiler/vc15win32-PhysX_3.4/NvParameterized.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc15win32/PxTask.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./ApexShared.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./ApexCommon.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> +<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup Label="ProjectConfigurations"> + <ProjectConfiguration Include="debug|Win32"> + <Configuration>debug</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="release|Win32"> + <Configuration>release</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="profile|Win32"> + <Configuration>profile</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="checked|Win32"> + <Configuration>checked</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectGuid>{E234DAF8-81E8-8FFC-FCE6-2CA09C768D36}</ProjectGuid> + <RootNamespace>APEX_Legacy</RootNamespace> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v141</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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </ImportGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> + <OutDir>./../../bin/vc15win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/APEX_Legacy/debug\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)DEBUG_x86</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> + <ClCompile> + <FloatingPointModel>Precise</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /arch:SSE2 /MP /Od /RTCsu /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../module/Test_legacy/include;./../../module/Test_legacy/include/autogen;./../../module/destructible_legacy/include;./../../module/destructible_legacy/include/autogen;./../../module/framework_legacy/include;./../../module/framework_legacy/include/autogen;./../../module/clothing_legacy/include;./../../module/clothing_legacy/include/autogen;./../../module/common_legacy/include;./../../module/common_legacy/include/autogen;./../../framework/include;./../../framework/include/autogen;./../../module/clothing/include;./../../module/clothing/include/autogen;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NV_PARAMETERIZED_HIDE_DESCRIPTIONS=1;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>PhysX3CommonDEBUG_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)DEBUG_x86.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win32;../../../PhysX_3.4/Lib/vc15win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG_x86.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc15win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX86</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> + <OutDir>./../../bin/vc15win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/APEX_Legacy/release\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)_x86</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> + <ClCompile> + <FloatingPointModel>Precise</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /arch:SSE2 /MP /Ox /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../module/Test_legacy/include;./../../module/Test_legacy/include/autogen;./../../module/destructible_legacy/include;./../../module/destructible_legacy/include/autogen;./../../module/framework_legacy/include;./../../module/framework_legacy/include/autogen;./../../module/clothing_legacy/include;./../../module/clothing_legacy/include/autogen;./../../module/common_legacy/include;./../../module/common_legacy/include/autogen;./../../framework/include;./../../framework/include/autogen;./../../module/clothing/include;./../../module/clothing/include/autogen;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NV_PARAMETERIZED_HIDE_DESCRIPTIONS=1;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>PhysX3Common_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)_x86.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win32;../../../PhysX_3.4/Lib/vc15win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)_x86.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc15win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX86</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> + <OutDir>./../../bin/vc15win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/APEX_Legacy/profile\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)PROFILE_x86</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> + <ClCompile> + <FloatingPointModel>Precise</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /arch:SSE2 /MP /Ox /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../module/Test_legacy/include;./../../module/Test_legacy/include/autogen;./../../module/destructible_legacy/include;./../../module/destructible_legacy/include/autogen;./../../module/framework_legacy/include;./../../module/framework_legacy/include/autogen;./../../module/clothing_legacy/include;./../../module/clothing_legacy/include/autogen;./../../module/common_legacy/include;./../../module/common_legacy/include/autogen;./../../framework/include;./../../framework/include/autogen;./../../module/clothing/include;./../../module/clothing/include/autogen;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NV_PARAMETERIZED_HIDE_DESCRIPTIONS=1;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>PhysX3CommonPROFILE_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)PROFILE_x86.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win32;../../../PhysX_3.4/Lib/vc15win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE_x86.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc15win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX86</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> + <OutDir>./../../bin/vc15win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/APEX_Legacy/checked\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)CHECKED_x86</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> + <ClCompile> + <FloatingPointModel>Precise</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /arch:SSE2 /MP /Ox /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../module/Test_legacy/include;./../../module/Test_legacy/include/autogen;./../../module/destructible_legacy/include;./../../module/destructible_legacy/include/autogen;./../../module/framework_legacy/include;./../../module/framework_legacy/include/autogen;./../../module/clothing_legacy/include;./../../module/clothing_legacy/include/autogen;./../../module/common_legacy/include;./../../module/common_legacy/include/autogen;./../../framework/include;./../../framework/include/autogen;./../../module/clothing/include;./../../module/clothing/include/autogen;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NV_PARAMETERIZED_HIDE_DESCRIPTIONS=1;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>PhysX3CommonCHECKED_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)CHECKED_x86.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win32;../../../PhysX_3.4/Lib/vc15win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED_x86.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc15win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX86</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <ItemGroup> + <ResourceCompile Include="..\resource\apex.rc"> + </ResourceCompile> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\CachedOverlaps_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\CachedOverlaps_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorChunks_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p10.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p11.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p12.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p13.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p14.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p15.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p16.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p17.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p18.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p19.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p20.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p21.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p22.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p23.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p24.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p25.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p26.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p27.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p28.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p29.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p30.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p31.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p32.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p6.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p7.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p8.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p9.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorState_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorState_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorState_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorState_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorState_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetCollisionDataSet_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p10.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p11.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p12.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p13.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p14.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p15.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p16.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p17.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p18.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p19.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p20.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p21.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p22.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p23.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p24.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p25.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p26.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p6.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p7.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p8.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p9.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleDebugRenderParams_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleModuleParameters_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleModuleParameters_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleModuleParameters_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleModuleParameters_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructiblePreviewParam_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\MeshCookedCollisionStreamsAtScale_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\MeshCookedCollisionStream_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\ModuleDestructibleLegacyRegistration.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\SurfaceTraceParameters_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\SurfaceTraceSetParameters_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\SurfaceTraceSetParameters_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\SurfaceTraceSetParameters_0p2.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionCachedOverlaps_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p10_0p11.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p11_0p12.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p12_0p13.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p13_0p14.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p14_0p15.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p15_0p16.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p16_0p17.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p17_0p18.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p18_0p19.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p19_0p20.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p1_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p20_0p21.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p21_0p22.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p22_0p23.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p23_0p24.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p24_0p25.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p25_0p26.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p26_0p27.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p27_0p28.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p28_0p29.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p29_0p30.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p2_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p30_0p31.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p31_0p32.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p3_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p4_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p5_0p6.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p6_0p7.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p7_0p8.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p8_0p9.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p9_0p10.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorState_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorState_0p1_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorState_0p2_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorState_0p3_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p10_0p11.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p11_0p12.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p12_0p13.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p13_0p14.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p14_0p15.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p15_0p16.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p16_0p17.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p17_0p18.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p18_0p19.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p19_0p20.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p1_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p20_0p21.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p21_0p22.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p22_0p23.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p23_0p24.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p24_0p25.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p25_0p26.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p2_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p3_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p4_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p5_0p6.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p6_0p7.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p7_0p8.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p8_0p9.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p9_0p10.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleModuleParameters_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleModuleParameters_0p1_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleModuleParameters_0p2_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionSurfaceTraceSetParameters_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionSurfaceTraceSetParameters_0p1_0p2.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\CachedOverlaps_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\CachedOverlaps_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorChunks_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p10.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p11.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p12.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p13.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p14.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p15.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p16.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p17.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p18.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p19.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p2.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p20.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p21.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p22.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p23.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p24.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p25.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p26.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p27.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p28.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p29.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p3.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p30.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p31.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p32.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p4.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p5.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p6.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p7.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p8.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p9.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorState_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorState_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorState_0p2.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorState_0p3.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorState_0p4.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetCollisionDataSet_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p10.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p11.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p12.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p13.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p14.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p15.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p16.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p17.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p18.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p19.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p2.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p20.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p21.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p22.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p23.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p24.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p25.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p26.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p3.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p4.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p5.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p6.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p7.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p8.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p9.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleDebugRenderParams_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleModuleParameters_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleModuleParameters_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleModuleParameters_0p2.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleModuleParameters_0p3.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructiblePreviewParam_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\MeshCookedCollisionStreamsAtScale_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\MeshCookedCollisionStream_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\ModuleDestructibleLegacy.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\SurfaceTraceParameters_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\SurfaceTraceSetParameters_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\SurfaceTraceSetParameters_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\SurfaceTraceSetParameters_0p2.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferF32x1_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferF32x2_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferF32x3_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferF32x4_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferF32x4_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU16x1_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU16x2_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU16x3_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU16x4_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU32x1_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU32x2_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU32x3_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU32x4_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU8x1_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU8x2_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU8x3_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU8x4_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\ModuleFrameworkLegacyRegistration.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\RenderMeshAssetParameters_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\SubmeshParameters_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\SubmeshParameters_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\SurfaceBufferParameters_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\VertexBufferParameters_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\VertexBufferParameters_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\VertexFormatParameters_0p0.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\framework_legacy\include\ConversionBufferF32x4_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\ConversionSubmeshParameters_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\ConversionVertexBufferParameters_0p0_0p1.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferF32x1_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferF32x2_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferF32x3_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferF32x4_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferF32x4_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU16x1_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU16x2_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU16x3_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU16x4_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU32x1_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU32x2_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU32x3_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU32x4_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU8x1_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU8x2_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU8x3_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU8x4_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\ModuleFrameworkLegacy.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\RenderMeshAssetParameters_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\SubmeshParameters_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\SubmeshParameters_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\SurfaceBufferParameters_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\VertexBufferParameters_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\VertexBufferParameters_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\VertexFormatParameters_0p0.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p10.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p11.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p12.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p13.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p14.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p15.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p16.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p17.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p18.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p6.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p7.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p8.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p9.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p10.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p11.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p12.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p13.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p14.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p6.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p7.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p8.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p9.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedParam_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedParam_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedParam_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedParam_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedPhysX3Param_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedPhysX3Param_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedPhysX3Param_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedPhysX3Param_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedPhysX3Param_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedPhysX3Param_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingDebugRenderParams_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingGraphicalLodParameters_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingGraphicalLodParameters_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingGraphicalLodParameters_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingGraphicalLodParameters_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingGraphicalLodParameters_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingGraphicalLodParameters_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p10.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p11.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p12.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p13.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p14.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p6.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p7.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p8.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p9.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingModuleParameters_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p10.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p11.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p6.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p7.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p8.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p9.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPreviewParam_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ModuleClothingLegacyRegistration.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p10_0p11.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p11_0p12.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p12_0p13.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p13_0p14.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p14_0p15.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p15_0p16.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p16_0p17.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p17_0p18.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p1_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p2_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p3_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p4_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p5_0p6.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p6_0p7.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p7_0p8.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p8_0p9.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p9_0p10.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p10_0p11.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p11_0p12.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p12_0p13.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p13_0p14.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p1_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p2_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p3_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p4_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p5_0p6.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p6_0p7.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p7_0p8.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p8_0p9.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p9_0p10.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedParam_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedParam_0p1_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedParam_0p2_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedPhysX3Param_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedPhysX3Param_0p1_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedPhysX3Param_0p2_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedPhysX3Param_0p3_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedPhysX3Param_0p4_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingGraphicalLodParameters_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingGraphicalLodParameters_0p1_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingGraphicalLodParameters_0p2_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingGraphicalLodParameters_0p3_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingGraphicalLodParameters_0p4_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p10_0p11.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p11_0p12.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p12_0p13.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p13_0p14.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p1_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p2_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p3_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p4_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p5_0p6.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p6_0p7.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p7_0p8.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p8_0p9.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p9_0p10.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p10_0p11.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p1_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p2_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p3_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p4_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p5_0p6.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p6_0p7.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p7_0p8.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p8_0p9.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p9_0p10.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p10.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p11.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p12.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p13.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p14.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p15.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p16.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p17.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p18.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p2.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p3.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p4.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p5.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p6.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p7.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p8.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p9.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p10.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p11.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p12.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p13.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p14.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p2.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p3.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p4.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p5.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p6.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p7.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p8.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p9.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedParam_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedParam_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedParam_0p2.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedParam_0p3.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedPhysX3Param_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedPhysX3Param_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedPhysX3Param_0p2.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedPhysX3Param_0p3.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedPhysX3Param_0p4.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedPhysX3Param_0p5.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingDebugRenderParams_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingGraphicalLodParameters_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingGraphicalLodParameters_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingGraphicalLodParameters_0p2.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingGraphicalLodParameters_0p3.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingGraphicalLodParameters_0p4.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingGraphicalLodParameters_0p5.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p10.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p11.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p12.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p13.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p14.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p2.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p3.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p4.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p5.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p6.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p7.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p8.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p9.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingModuleParameters_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p10.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p11.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p2.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p3.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p4.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p5.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p6.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p7.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p8.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p9.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPreviewParam_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ModuleClothingLegacy.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\common_legacy\include\autogen\ConvexHullParameters_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\common_legacy\include\autogen\ConvexHullParameters_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\common_legacy\include\autogen\DebugColorParams_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\common_legacy\include\autogen\DebugRenderParams_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\common_legacy\include\autogen\ModuleCommonLegacyRegistration.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\common_legacy\include\ConversionConvexHullParameters_0p0_0p1.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\common_legacy\src\autogen\ConvexHullParameters_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\common_legacy\src\autogen\ConvexHullParameters_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\common_legacy\src\autogen\DebugColorParams_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\common_legacy\src\autogen\DebugRenderParams_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\common_legacy\src\autogen\ModuleCommonLegacy.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\legacy\src\ModuleLegacy.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\include\legacy\ModuleIofxLegacy.h"> + </ClInclude> + <ClInclude Include="..\..\include\legacy\ModuleLegacy.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc15win32/PxFoundation.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../NvParameterized/compiler/vc15win32-PhysX_3.4/NvParameterized.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc15win32/PxTask.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./ApexShared.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./ApexCommon.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"></ImportGroup> </Project> diff --git a/APEX_1.4/compiler/vc15win32-PhysX_3.4/APEX_Loader.vcxproj b/APEX_1.4/compiler/vc15win32-PhysX_3.4/APEX_Loader.vcxproj index a733cd9d..80ee157c 100644 --- a/APEX_1.4/compiler/vc15win32-PhysX_3.4/APEX_Loader.vcxproj +++ b/APEX_1.4/compiler/vc15win32-PhysX_3.4/APEX_Loader.vcxproj @@ -1,313 +1,293 @@ <?xml version="1.0" encoding="utf-8"?> -<Project - DefaultTargets="Build" - ToolsVersion="15.0" - xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <ItemGroup Label="ProjectConfigurations"> - <ProjectConfiguration Include="debug|Win32"> - <Configuration>debug</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|Win32"> - <Configuration>release</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|Win32"> - <Configuration>profile</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="checked|Win32"> - <Configuration>checked</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{E4359E1C-FB24-D016-611C-A3283B38FEA4}</ProjectGuid> - <RootNamespace>APEX_Loader</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v141</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='release|Win32'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v141</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='profile|Win32'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v141</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='checked|Win32'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v141</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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <OutDir>./../../bin/vc15win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/APEX_Loader/debug\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)DEBUG_x86</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <ClCompile> - <FloatingPointModel>Precise</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /arch:SSE2 /MP /Od /RTCsu /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/loader;./../../include/clothing;./../../include/legacy;./../../module/loader/include;./../../include/destructible;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3CommonDEBUG_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG_x86.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win32;../../../PhysX_3.4/Lib/vc15win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG_x86.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc15win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <OutDir>./../../bin/vc15win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/APEX_Loader/release\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)_x86</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <ClCompile> - <FloatingPointModel>Precise</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /arch:SSE2 /MP /Ox /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/loader;./../../include/clothing;./../../include/legacy;./../../module/loader/include;./../../include/destructible;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3Common_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)_x86.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win32;../../../PhysX_3.4/Lib/vc15win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)_x86.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc15win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <OutDir>./../../bin/vc15win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/APEX_Loader/profile\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)PROFILE_x86</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <ClCompile> - <FloatingPointModel>Precise</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /arch:SSE2 /MP /Ox /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/loader;./../../include/clothing;./../../include/legacy;./../../module/loader/include;./../../include/destructible;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3CommonPROFILE_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE_x86.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win32;../../../PhysX_3.4/Lib/vc15win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE_x86.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc15win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <OutDir>./../../bin/vc15win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/APEX_Loader/checked\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)CHECKED_x86</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <ClCompile> - <FloatingPointModel>Precise</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /arch:SSE2 /MP /Ox /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/loader;./../../include/clothing;./../../include/legacy;./../../module/loader/include;./../../include/destructible;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3CommonCHECKED_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED_x86.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win32;../../../PhysX_3.4/Lib/vc15win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED_x86.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc15win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <ItemGroup> - <ResourceCompile Include="..\resource\apex.rc"></ResourceCompile> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\loader\include\ModuleLoaderImpl.h"></ClInclude> - <ClInclude Include="..\..\module\loader\include\Modules.h"></ClInclude> - <ClInclude Include="..\..\module\loader\include\ModuleXmacro.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\loader\src\ModuleLoaderImpl.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\include\loader\ModuleLoader.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc15win32/PxFoundation.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./ApexCommon.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./ApexShared.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc15win32/PsFastXml.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../NvParameterized/compiler/vc15win32-PhysX_3.4/NvParameterized.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc15win32/PxPvdSDK.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./ApexFramework.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./APEX_Clothing.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./APEX_Legacy.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./APEX_Destructible.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> +<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup Label="ProjectConfigurations"> + <ProjectConfiguration Include="debug|Win32"> + <Configuration>debug</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="release|Win32"> + <Configuration>release</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="profile|Win32"> + <Configuration>profile</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="checked|Win32"> + <Configuration>checked</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectGuid>{E4359E1C-FB24-D016-611C-A3283B38FEA4}</ProjectGuid> + <RootNamespace>APEX_Loader</RootNamespace> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v141</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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </ImportGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> + <OutDir>./../../bin/vc15win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/APEX_Loader/debug\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)DEBUG_x86</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> + <ClCompile> + <FloatingPointModel>Precise</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /arch:SSE2 /MP /Od /RTCsu /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/loader;./../../include/clothing;./../../include/legacy;./../../module/loader/include;./../../include/destructible;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3CommonDEBUG_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)DEBUG_x86.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win32;../../../PhysX_3.4/Lib/vc15win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG_x86.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc15win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX86</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> + <OutDir>./../../bin/vc15win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/APEX_Loader/release\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)_x86</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> + <ClCompile> + <FloatingPointModel>Precise</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /arch:SSE2 /MP /Ox /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/loader;./../../include/clothing;./../../include/legacy;./../../module/loader/include;./../../include/destructible;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3Common_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)_x86.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win32;../../../PhysX_3.4/Lib/vc15win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)_x86.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc15win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX86</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> + <OutDir>./../../bin/vc15win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/APEX_Loader/profile\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)PROFILE_x86</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> + <ClCompile> + <FloatingPointModel>Precise</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /arch:SSE2 /MP /Ox /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/loader;./../../include/clothing;./../../include/legacy;./../../module/loader/include;./../../include/destructible;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3CommonPROFILE_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)PROFILE_x86.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win32;../../../PhysX_3.4/Lib/vc15win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE_x86.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc15win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX86</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> + <OutDir>./../../bin/vc15win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/APEX_Loader/checked\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)CHECKED_x86</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> + <ClCompile> + <FloatingPointModel>Precise</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /arch:SSE2 /MP /Ox /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/loader;./../../include/clothing;./../../include/legacy;./../../module/loader/include;./../../include/destructible;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3CommonCHECKED_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)CHECKED_x86.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win32;../../../PhysX_3.4/Lib/vc15win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED_x86.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc15win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX86</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <ItemGroup> + <ResourceCompile Include="..\resource\apex.rc"> + </ResourceCompile> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\loader\include\ModuleLoaderImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\loader\include\Modules.h"> + </ClInclude> + <ClInclude Include="..\..\module\loader\include\ModuleXmacro.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\loader\src\ModuleLoaderImpl.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\include\loader\ModuleLoader.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc15win32/PxFoundation.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./ApexCommon.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./ApexShared.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc15win32/PsFastXml.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../NvParameterized/compiler/vc15win32-PhysX_3.4/NvParameterized.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc15win32/PxPvdSDK.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./ApexFramework.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./APEX_Clothing.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./APEX_Legacy.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./APEX_Destructible.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"></ImportGroup> </Project> diff --git a/APEX_1.4/compiler/vc15win32-PhysX_3.4/ApexCommon.vcxproj b/APEX_1.4/compiler/vc15win32-PhysX_3.4/ApexCommon.vcxproj index 3c8c10f1..4151eb6c 100644 --- a/APEX_1.4/compiler/vc15win32-PhysX_3.4/ApexCommon.vcxproj +++ b/APEX_1.4/compiler/vc15win32-PhysX_3.4/ApexCommon.vcxproj @@ -1,376 +1,471 @@ <?xml version="1.0" encoding="utf-8"?> -<Project - DefaultTargets="Build" - ToolsVersion="15.0" - xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <ItemGroup Label="ProjectConfigurations"> - <ProjectConfiguration Include="debug|Win32"> - <Configuration>debug</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|Win32"> - <Configuration>release</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|Win32"> - <Configuration>profile</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="checked|Win32"> - <Configuration>checked</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{F7306F72-804E-41BB-6430-8804934AD542}</ProjectGuid> - <RootNamespace>ApexCommon</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" - Label="Configuration"> - <ConfigurationType>StaticLibrary</ConfigurationType> - <PlatformToolset>v141</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='release|Win32'" - Label="Configuration"> - <ConfigurationType>StaticLibrary</ConfigurationType> - <PlatformToolset>v141</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='profile|Win32'" - Label="Configuration"> - <ConfigurationType>StaticLibrary</ConfigurationType> - <PlatformToolset>v141</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='checked|Win32'" - 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|Win32'"> - <Import - Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" - Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" - Label="LocalAppDataPlatform" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <OutDir>./../../lib/vc15win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/ApexCommon/debug\</IntDir> - <TargetExt>.lib</TargetExt> - <TargetName>$(ProjectName)DEBUG</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <ClCompile> - <FloatingPointModel>Precise</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /arch:SSE2 /MP /Od /RTCsu /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.lib</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win32;../../../PhysX_3.4/Lib/vc15win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG.lib.pdb</ProgramDatabaseFile> - <TargetMachine>MachineX86</TargetMachine> - </Lib> - <ResourceCompile></ResourceCompile> - <ProjectReference> - <LinkLibraryDependencies>true</LinkLibraryDependencies> - </ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <OutDir>./../../lib/vc15win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/ApexCommon/release\</IntDir> - <TargetExt>.lib</TargetExt> - <TargetName>$(ProjectName)</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <ClCompile> - <FloatingPointModel>Precise</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /arch:SSE2 /MP /Ox /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName).lib</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win32;../../../PhysX_3.4/Lib/vc15win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName).lib.pdb</ProgramDatabaseFile> - <TargetMachine>MachineX86</TargetMachine> - </Lib> - <ResourceCompile></ResourceCompile> - <ProjectReference> - <LinkLibraryDependencies>true</LinkLibraryDependencies> - </ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <OutDir>./../../lib/vc15win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/ApexCommon/profile\</IntDir> - <TargetExt>.lib</TargetExt> - <TargetName>$(ProjectName)PROFILE</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <ClCompile> - <FloatingPointModel>Precise</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /arch:SSE2 /MP /Ox /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.lib</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win32;../../../PhysX_3.4/Lib/vc15win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE.lib.pdb</ProgramDatabaseFile> - <TargetMachine>MachineX86</TargetMachine> - </Lib> - <ResourceCompile></ResourceCompile> - <ProjectReference> - <LinkLibraryDependencies>true</LinkLibraryDependencies> - </ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <OutDir>./../../lib/vc15win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/ApexCommon/checked\</IntDir> - <TargetExt>.lib</TargetExt> - <TargetName>$(ProjectName)CHECKED</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <ClCompile> - <FloatingPointModel>Precise</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /arch:SSE2 /MP /Ox /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.lib</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win32;../../../PhysX_3.4/Lib/vc15win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED.lib.pdb</ProgramDatabaseFile> - <TargetMachine>MachineX86</TargetMachine> - </Lib> - <ResourceCompile></ResourceCompile> - <ProjectReference> - <LinkLibraryDependencies>true</LinkLibraryDependencies> - </ProjectReference> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\common\src\autogen\ConvexHullParameters.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\autogen\DebugColorParams.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\autogen\DebugRenderParams.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\common\src\ApexActor.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexAssetAuthoring.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexAssetTracker.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexCollision.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexContext.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexCudaProfile.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexCudaTest.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexGeneralizedCubeTemplates.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexGeneralizedMarchingCubes.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexIsoMesh.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexMeshContractor.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexMeshHash.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexPreview.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexPvdClient.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexQuadricSimplifier.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexResource.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexRWLockable.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexSDKCachedDataImpl.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexSDKHelpers.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexShape.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexSharedUtils.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexSubdivider.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexTetrahedralizer.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\CurveImpl.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ModuleBase.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ModuleUpdateLoader.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\PVDParameterizedHandler.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ReadCheck.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\Spline.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\variable_oscillator.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\WriteCheck.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\common\include\autogen\ConvexHullParameters.h"></ClInclude> - <ClInclude Include="..\..\common\include\autogen\DebugColorParams.h"></ClInclude> - <ClInclude Include="..\..\common\include\autogen\DebugRenderParams.h"></ClInclude> - <ClInclude Include="..\..\common\include\autogen\ModuleCommonRegistration.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\common\include\ApexActor.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexAssetAuthoring.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexAssetTracker.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexAuthorableObject.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexBinaryHeap.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexCollision.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexConstrainedDistributor.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexContext.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexCuda.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexCudaDefs.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexCudaProfile.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexCudaSource.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexCudaTest.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexCudaWrapper.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexCutil.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexFIFO.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexFind.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexGeneralizedCubeTemplates.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexGeneralizedMarchingCubes.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexGroupsFiltering.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexIsoMesh.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexLegacyModule.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexMarchingCubes.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexMath.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexMerge.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexMeshContractor.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexMeshHash.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexMirrored.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexMirroredArray.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexPermute.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexPreview.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexPvdClient.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexQuadricSimplifier.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexQuickSelectSmallestK.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexRand.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexRenderable.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexResource.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexResourceHelper.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexRWLockable.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexSDKCachedDataImpl.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexSDKHelpers.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexSDKIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexShape.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexSharedUtils.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexSubdivider.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexTest.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexTetrahedralizer.h"></ClInclude> - <ClInclude Include="..\..\common\include\AuthorableObjectIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\Cof44.h"></ClInclude> - <ClInclude Include="..\..\common\include\CurveImpl.h"></ClInclude> - <ClInclude Include="..\..\common\include\DebugColorParamsEx.h"></ClInclude> - <ClInclude Include="..\..\common\include\DeclareArray.h"></ClInclude> - <ClInclude Include="..\..\common\include\FieldBoundaryIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\FieldSamplerIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\FieldSamplerManagerIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\FieldSamplerQueryIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\FieldSamplerSceneIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\InplaceStorage.h"></ClInclude> - <ClInclude Include="..\..\common\include\InplaceTypes.h"></ClInclude> - <ClInclude Include="..\..\common\include\InplaceTypesBuilder.h"></ClInclude> - <ClInclude Include="..\..\common\include\InstancedObjectSimulationIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\IofxManagerIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\ModuleBase.h"></ClInclude> - <ClInclude Include="..\..\common\include\ModuleFieldSamplerIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\ModuleIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\ModuleIofxIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\ModuleUpdateLoader.h"></ClInclude> - <ClInclude Include="..\..\common\include\P4Info.h"></ClInclude> - <ClInclude Include="..\..\common\include\PhysXObjectDescIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\ProfilerCallback.h"></ClInclude> - <ClInclude Include="..\..\common\include\PVDParameterizedHandler.h"></ClInclude> - <ClInclude Include="..\..\common\include\RandState.h"></ClInclude> - <ClInclude Include="..\..\common\include\RandStateHelpers.h"></ClInclude> - <ClInclude Include="..\..\common\include\ReadCheck.h"></ClInclude> - <ClInclude Include="..\..\common\include\RenderAPIIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\RenderMeshAssetIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\ResourceProviderIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\SceneIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\SimplexNoise.h"></ClInclude> - <ClInclude Include="..\..\common\include\Spline.h"></ClInclude> - <ClInclude Include="..\..\common\include\TableLookup.h"></ClInclude> - <ClInclude Include="..\..\common\include\variable_oscillator.h"></ClInclude> - <ClInclude Include="..\..\common\include\WriteCheck.h"></ClInclude> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <None Include="..\..\common\parameters\ConvexHullParamSchema.pl"></None> - <None Include="..\..\common\parameters\DebugColorParamSchema.pl"></None> - <None Include="..\..\common\parameters\DebugRenderParamSchema.pl"></None> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> +<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup Label="ProjectConfigurations"> + <ProjectConfiguration Include="debug|Win32"> + <Configuration>debug</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="release|Win32"> + <Configuration>release</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="profile|Win32"> + <Configuration>profile</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="checked|Win32"> + <Configuration>checked</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectGuid>{F7306F72-804E-41BB-6430-8804934AD542}</ProjectGuid> + <RootNamespace>ApexCommon</RootNamespace> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'" 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|Win32'"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </ImportGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> + <OutDir>./../../lib/vc15win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/ApexCommon/debug\</IntDir> + <TargetExt>.lib</TargetExt> + <TargetName>$(ProjectName)DEBUG</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> + <ClCompile> + <FloatingPointModel>Precise</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /arch:SSE2 /MP /Od /RTCsu /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)DEBUG.lib</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win32;../../../PhysX_3.4/Lib/vc15win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG.lib.pdb</ProgramDatabaseFile> + <TargetMachine>MachineX86</TargetMachine> + </Lib> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + <LinkLibraryDependencies>true</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> + <OutDir>./../../lib/vc15win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/ApexCommon/release\</IntDir> + <TargetExt>.lib</TargetExt> + <TargetName>$(ProjectName)</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> + <ClCompile> + <FloatingPointModel>Precise</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /arch:SSE2 /MP /Ox /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName).lib</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win32;../../../PhysX_3.4/Lib/vc15win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName).lib.pdb</ProgramDatabaseFile> + <TargetMachine>MachineX86</TargetMachine> + </Lib> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + <LinkLibraryDependencies>true</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> + <OutDir>./../../lib/vc15win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/ApexCommon/profile\</IntDir> + <TargetExt>.lib</TargetExt> + <TargetName>$(ProjectName)PROFILE</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> + <ClCompile> + <FloatingPointModel>Precise</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /arch:SSE2 /MP /Ox /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)PROFILE.lib</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win32;../../../PhysX_3.4/Lib/vc15win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE.lib.pdb</ProgramDatabaseFile> + <TargetMachine>MachineX86</TargetMachine> + </Lib> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + <LinkLibraryDependencies>true</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> + <OutDir>./../../lib/vc15win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/ApexCommon/checked\</IntDir> + <TargetExt>.lib</TargetExt> + <TargetName>$(ProjectName)CHECKED</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> + <ClCompile> + <FloatingPointModel>Precise</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /arch:SSE2 /MP /Ox /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)CHECKED.lib</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win32;../../../PhysX_3.4/Lib/vc15win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED.lib.pdb</ProgramDatabaseFile> + <TargetMachine>MachineX86</TargetMachine> + </Lib> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + <LinkLibraryDependencies>true</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <ItemGroup> + <ClCompile Include="..\..\common\src\autogen\ConvexHullParameters.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\autogen\DebugColorParams.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\autogen\DebugRenderParams.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\common\src\ApexActor.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexAssetAuthoring.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexAssetTracker.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexCollision.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexContext.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexCudaProfile.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexCudaTest.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexGeneralizedCubeTemplates.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexGeneralizedMarchingCubes.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexIsoMesh.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexMeshContractor.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexMeshHash.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexPreview.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexPvdClient.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexQuadricSimplifier.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexResource.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexRWLockable.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexSDKCachedDataImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexSDKHelpers.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexShape.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexSharedUtils.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexSubdivider.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexTetrahedralizer.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\CurveImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ModuleBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ModuleUpdateLoader.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\PVDParameterizedHandler.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ReadCheck.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\Spline.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\variable_oscillator.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\WriteCheck.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\common\include\autogen\ConvexHullParameters.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\autogen\DebugColorParams.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\autogen\DebugRenderParams.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\autogen\ModuleCommonRegistration.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\common\include\ApexActor.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexAssetAuthoring.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexAssetTracker.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexAuthorableObject.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexBinaryHeap.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexCollision.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexConstrainedDistributor.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexContext.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexCuda.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexCudaDefs.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexCudaProfile.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexCudaSource.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexCudaTest.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexCudaWrapper.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexCutil.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexFIFO.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexFind.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexGeneralizedCubeTemplates.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexGeneralizedMarchingCubes.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexGroupsFiltering.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexIsoMesh.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexLegacyModule.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexMarchingCubes.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexMath.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexMerge.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexMeshContractor.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexMeshHash.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexMirrored.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexMirroredArray.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexPermute.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexPreview.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexPvdClient.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexQuadricSimplifier.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexQuickSelectSmallestK.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexRand.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexRenderable.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexResource.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexResourceHelper.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexRWLockable.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexSDKCachedDataImpl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexSDKHelpers.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexSDKIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexShape.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexSharedUtils.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexSubdivider.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexTest.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexTetrahedralizer.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\AuthorableObjectIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\Cof44.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\CurveImpl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\DebugColorParamsEx.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\DeclareArray.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\FieldBoundaryIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\FieldSamplerIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\FieldSamplerManagerIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\FieldSamplerQueryIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\FieldSamplerSceneIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\InplaceStorage.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\InplaceTypes.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\InplaceTypesBuilder.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\InstancedObjectSimulationIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\IofxManagerIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ModuleBase.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ModuleFieldSamplerIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ModuleIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ModuleIofxIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ModuleUpdateLoader.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\P4Info.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\PhysXObjectDescIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ProfilerCallback.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\PVDParameterizedHandler.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\RandState.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\RandStateHelpers.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ReadCheck.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\RenderAPIIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\RenderMeshAssetIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ResourceProviderIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\SceneIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\SimplexNoise.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\Spline.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\TableLookup.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\variable_oscillator.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\WriteCheck.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <None Include="..\..\common\parameters\ConvexHullParamSchema.pl"> + </None> + <None Include="..\..\common\parameters\DebugColorParamSchema.pl"> + </None> + <None Include="..\..\common\parameters\DebugRenderParamSchema.pl"> + </None> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"></ImportGroup> </Project> diff --git a/APEX_1.4/compiler/vc15win32-PhysX_3.4/ApexFramework.vcxproj b/APEX_1.4/compiler/vc15win32-PhysX_3.4/ApexFramework.vcxproj index ae49770f..cf5ec8cc 100644 --- a/APEX_1.4/compiler/vc15win32-PhysX_3.4/ApexFramework.vcxproj +++ b/APEX_1.4/compiler/vc15win32-PhysX_3.4/ApexFramework.vcxproj @@ -1,462 +1,591 @@ <?xml version="1.0" encoding="utf-8"?> -<Project - DefaultTargets="Build" - ToolsVersion="15.0" - xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <ItemGroup Label="ProjectConfigurations"> - <ProjectConfiguration Include="debug|Win32"> - <Configuration>debug</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|Win32"> - <Configuration>release</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|Win32"> - <Configuration>profile</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="checked|Win32"> - <Configuration>checked</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{3C502F21-3100-E267-FBA8-2AA0C3E5FA4C}</ProjectGuid> - <RootNamespace>ApexFramework</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v141</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='release|Win32'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v141</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='profile|Win32'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v141</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='checked|Win32'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v141</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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <OutDir>./../../bin/vc15win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/ApexFramework/debug\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)DEBUG_x86</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <ClCompile> - <FloatingPointModel>Precise</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /arch:SSE2 /MP /Od /RTCsu /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../common/include;./../../common/include/autogen;./../../shared/internal/include;./../../NvParameterized/include;./../../shared/general/RenderDebug/public;./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/PairFilter/include;./../../shared/general/PairFilter/public;../../../PxShared/src/pvd/src;../../../PxShared/src/cudamanager/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3CommonDEBUG_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG_x86.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win32;../../../PhysX_3.4/Lib/vc15win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG_x86.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc15win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <OutDir>./../../bin/vc15win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/ApexFramework/release\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)_x86</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <ClCompile> - <FloatingPointModel>Precise</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /arch:SSE2 /MP /Ox /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../common/include;./../../common/include/autogen;./../../shared/internal/include;./../../NvParameterized/include;./../../shared/general/RenderDebug/public;./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/PairFilter/include;./../../shared/general/PairFilter/public;../../../PxShared/src/pvd/src;../../../PxShared/src/cudamanager/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3Common_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)_x86.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win32;../../../PhysX_3.4/Lib/vc15win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)_x86.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc15win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <OutDir>./../../bin/vc15win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/ApexFramework/profile\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)PROFILE_x86</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <ClCompile> - <FloatingPointModel>Precise</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /arch:SSE2 /MP /Ox /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../common/include;./../../common/include/autogen;./../../shared/internal/include;./../../NvParameterized/include;./../../shared/general/RenderDebug/public;./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/PairFilter/include;./../../shared/general/PairFilter/public;../../../PxShared/src/pvd/src;../../../PxShared/src/cudamanager/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3CommonPROFILE_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE_x86.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win32;../../../PhysX_3.4/Lib/vc15win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE_x86.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc15win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <OutDir>./../../bin/vc15win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/ApexFramework/checked\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)CHECKED_x86</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <ClCompile> - <FloatingPointModel>Precise</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /arch:SSE2 /MP /Ox /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../common/include;./../../common/include/autogen;./../../shared/internal/include;./../../NvParameterized/include;./../../shared/general/RenderDebug/public;./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/PairFilter/include;./../../shared/general/PairFilter/public;../../../PxShared/src/pvd/src;../../../PxShared/src/cudamanager/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3CommonCHECKED_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED_x86.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win32;../../../PhysX_3.4/Lib/vc15win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED_x86.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc15win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX86</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <ItemGroup> - <ResourceCompile Include="..\resource\apex.rc"></ResourceCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\framework\src\autogen\BufferF32x1.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferF32x2.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferF32x3.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferF32x4.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferU16x1.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferU16x2.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferU16x3.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferU16x4.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferU32x1.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferU32x2.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferU32x3.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferU32x4.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferU8x1.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferU8x2.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferU8x3.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferU8x4.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\RenderMeshAssetParameters.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\SubmeshParameters.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\SurfaceBufferParameters.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\VertexBufferParameters.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\VertexFormatParameters.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\framework\src\windows\AgMMFile.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\windows\PhysXIndicator.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\framework\src\ApexAssetPreviewScene.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexCreateSDK.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexCustomBufferIterator.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexRenderDebug.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexRenderMeshActor.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexRenderMeshAsset.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexRenderMeshAssetAuthoring.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexRenderSubmesh.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexResourceProvider.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexScene.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexSceneTasks.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexSceneUserNotify.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexSDKImpl.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexSDKVersionString.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexVertexBuffer.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexVertexFormat.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\FrameworkProfile.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\MirrorSceneImpl.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ThreadPool.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\framework\include\autogen\BufferF32x1.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferF32x2.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferF32x3.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferF32x4.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferU16x1.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferU16x2.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferU16x3.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferU16x4.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferU32x1.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferU32x2.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferU32x3.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferU32x4.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferU8x1.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferU8x2.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferU8x3.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferU8x4.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\ModuleFrameworkRegistration.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\RenderMeshAssetParameters.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\SubmeshParameters.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\SurfaceBufferParameters.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\VertexBufferParameters.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\VertexFormatParameters.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\framework\include\ApexAssetPreviewScene.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexCustomBufferIterator.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexDefaultStream.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexInteropableBuffer.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexPhysXObjectDesc.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexRenderDebug.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexRenderMeshActor.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexRenderMeshAsset.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexRenderMeshAssetAuthoring.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexRenderSubmesh.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexResourceProvider.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexScene.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexSceneTasks.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexSceneUserNotify.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexSDKImpl.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexStubPxProfileZone.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexVertexBuffer.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexVertexFormat.h"></ClInclude> - <ClInclude Include="..\..\framework\include\CudaProfileManager.h"></ClInclude> - <ClInclude Include="..\..\framework\include\FrameworkEventDefs.h"></ClInclude> - <ClInclude Include="..\..\framework\include\FrameworkPerfScope.h"></ClInclude> - <ClInclude Include="..\..\framework\include\MirrorSceneImpl.h"></ClInclude> - <ClInclude Include="..\..\framework\include\PVDBindingErrorStream.h"></ClInclude> - <ClInclude Include="..\..\framework\include\RenderResourceManagerWrapper.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ThreadPool.h"></ClInclude> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\include\PhysX3\PhysXSDKVersion.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\include\Actor.h"></ClInclude> - <ClInclude Include="..\..\include\Apex.h"></ClInclude> - <ClInclude Include="..\..\include\ApexCudaContextManager.h"></ClInclude> - <ClInclude Include="..\..\include\ApexDefs.h"></ClInclude> - <ClInclude Include="..\..\include\ApexDesc.h"></ClInclude> - <ClInclude Include="..\..\include\ApexInterface.h"></ClInclude> - <ClInclude Include="..\..\include\ApexNameSpace.h"></ClInclude> - <ClInclude Include="..\..\include\ApexSDK.h"></ClInclude> - <ClInclude Include="..\..\include\ApexSDKCachedData.h"></ClInclude> - <ClInclude Include="..\..\include\ApexSDKVersionString.h"></ClInclude> - <ClInclude Include="..\..\include\ApexUsingNamespace.h"></ClInclude> - <ClInclude Include="..\..\include\Asset.h"></ClInclude> - <ClInclude Include="..\..\include\AssetPreview.h"></ClInclude> - <ClInclude Include="..\..\include\AssetPreviewScene.h"></ClInclude> - <ClInclude Include="..\..\include\Context.h"></ClInclude> - <ClInclude Include="..\..\include\ConvexHullMethod.h"></ClInclude> - <ClInclude Include="..\..\include\CudaTestManager.h"></ClInclude> - <ClInclude Include="..\..\include\Curve.h"></ClInclude> - <ClInclude Include="..\..\include\CustomBufferIterator.h"></ClInclude> - <ClInclude Include="..\..\include\IosAsset.h"></ClInclude> - <ClInclude Include="..\..\include\IProgressListener.h"></ClInclude> - <ClInclude Include="..\..\include\Lock.h"></ClInclude> - <ClInclude Include="..\..\include\MirrorScene.h"></ClInclude> - <ClInclude Include="..\..\include\Module.h"></ClInclude> - <ClInclude Include="..\..\include\PhysXObjectDesc.h"></ClInclude> - <ClInclude Include="..\..\include\PxStreamFromFileBuf.h"></ClInclude> - <ClInclude Include="..\..\include\Renderable.h"></ClInclude> - <ClInclude Include="..\..\include\RenderBufferData.h"></ClInclude> - <ClInclude Include="..\..\include\RenderContext.h"></ClInclude> - <ClInclude Include="..\..\include\RenderDataFormat.h"></ClInclude> - <ClInclude Include="..\..\include\RenderDataProvider.h"></ClInclude> - <ClInclude Include="..\..\include\RenderDebugInterface.h"></ClInclude> - <ClInclude Include="..\..\include\RenderMesh.h"></ClInclude> - <ClInclude Include="..\..\include\RenderMeshActor.h"></ClInclude> - <ClInclude Include="..\..\include\RenderMeshActorDesc.h"></ClInclude> - <ClInclude Include="..\..\include\RenderMeshAsset.h"></ClInclude> - <ClInclude Include="..\..\include\ResourceCallback.h"></ClInclude> - <ClInclude Include="..\..\include\ResourceProvider.h"></ClInclude> - <ClInclude Include="..\..\include\RWLockable.h"></ClInclude> - <ClInclude Include="..\..\include\Scene.h"></ClInclude> - <ClInclude Include="..\..\include\ScopedPhysXLock.h"></ClInclude> - <ClInclude Include="..\..\include\Shape.h"></ClInclude> - <ClInclude Include="..\..\include\TestBase.h"></ClInclude> - <ClInclude Include="..\..\include\UserOpaqueMesh.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderBoneBuffer.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderBoneBufferDesc.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderCallback.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderer.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderIndexBuffer.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderIndexBufferDesc.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderInstanceBuffer.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderInstanceBufferDesc.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderResource.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderResourceDesc.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderResourceManager.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderSpriteBuffer.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderSpriteBufferDesc.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderSurfaceBuffer.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderSurfaceBufferDesc.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderVertexBuffer.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderVertexBufferDesc.h"></ClInclude> - <ClInclude Include="..\..\include\VertexFormat.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <None Include="..\..\framework\parameters\ApexRenderMeshAssetParamSchema.pl"></None> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc15win32/PxFoundation.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../NvParameterized/compiler/vc15win32-PhysX_3.4/NvParameterized.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc15win32/PsFastXml.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../shared/general/RenderDebug/compiler/vc15win32-PhysX_3.4/RenderDebug.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc15win32/PxTask.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc15win32/PxPvdSDK.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./ApexShared.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./ApexCommon.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> +<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup Label="ProjectConfigurations"> + <ProjectConfiguration Include="debug|Win32"> + <Configuration>debug</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="release|Win32"> + <Configuration>release</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="profile|Win32"> + <Configuration>profile</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="checked|Win32"> + <Configuration>checked</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectGuid>{3C502F21-3100-E267-FBA8-2AA0C3E5FA4C}</ProjectGuid> + <RootNamespace>ApexFramework</RootNamespace> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v141</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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </ImportGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> + <OutDir>./../../bin/vc15win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/ApexFramework/debug\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)DEBUG_x86</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> + <ClCompile> + <FloatingPointModel>Precise</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /arch:SSE2 /MP /Od /RTCsu /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../common/include;./../../common/include/autogen;./../../shared/internal/include;./../../NvParameterized/include;./../../shared/general/RenderDebug/public;./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/PairFilter/include;./../../shared/general/PairFilter/public;../../../PxShared/src/pvd/src;../../../PxShared/src/cudamanager/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3CommonDEBUG_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)DEBUG_x86.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win32;../../../PhysX_3.4/Lib/vc15win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG_x86.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc15win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX86</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> + <OutDir>./../../bin/vc15win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/ApexFramework/release\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)_x86</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> + <ClCompile> + <FloatingPointModel>Precise</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /arch:SSE2 /MP /Ox /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../common/include;./../../common/include/autogen;./../../shared/internal/include;./../../NvParameterized/include;./../../shared/general/RenderDebug/public;./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/PairFilter/include;./../../shared/general/PairFilter/public;../../../PxShared/src/pvd/src;../../../PxShared/src/cudamanager/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3Common_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)_x86.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win32;../../../PhysX_3.4/Lib/vc15win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)_x86.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc15win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX86</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> + <OutDir>./../../bin/vc15win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/ApexFramework/profile\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)PROFILE_x86</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> + <ClCompile> + <FloatingPointModel>Precise</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /arch:SSE2 /MP /Ox /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../common/include;./../../common/include/autogen;./../../shared/internal/include;./../../NvParameterized/include;./../../shared/general/RenderDebug/public;./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/PairFilter/include;./../../shared/general/PairFilter/public;../../../PxShared/src/pvd/src;../../../PxShared/src/cudamanager/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3CommonPROFILE_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)PROFILE_x86.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win32;../../../PhysX_3.4/Lib/vc15win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE_x86.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc15win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX86</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> + <OutDir>./../../bin/vc15win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/ApexFramework/checked\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)CHECKED_x86</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> + <ClCompile> + <FloatingPointModel>Precise</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /arch:SSE2 /MP /Ox /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../common/include;./../../common/include/autogen;./../../shared/internal/include;./../../NvParameterized/include;./../../shared/general/RenderDebug/public;./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/PairFilter/include;./../../shared/general/PairFilter/public;../../../PxShared/src/pvd/src;../../../PxShared/src/cudamanager/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x86 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/win32/nvToolsExt32_1.lib;PhysX3CommonCHECKED_x86.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)CHECKED_x86.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win32;../../../PhysX_3.4/Lib/vc15win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED_x86.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc15win32-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX86</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <ItemGroup> + <ResourceCompile Include="..\resource\apex.rc"> + </ResourceCompile> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\framework\src\autogen\BufferF32x1.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferF32x2.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferF32x3.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferF32x4.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferU16x1.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferU16x2.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferU16x3.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferU16x4.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferU32x1.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferU32x2.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferU32x3.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferU32x4.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferU8x1.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferU8x2.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferU8x3.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferU8x4.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\RenderMeshAssetParameters.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\SubmeshParameters.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\SurfaceBufferParameters.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\VertexBufferParameters.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\VertexFormatParameters.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\framework\src\windows\AgMMFile.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\windows\PhysXIndicator.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\framework\src\ApexAssetPreviewScene.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexCreateSDK.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexCustomBufferIterator.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexRenderDebug.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexRenderMeshActor.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexRenderMeshAsset.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexRenderMeshAssetAuthoring.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexRenderSubmesh.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexResourceProvider.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexScene.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexSceneTasks.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexSceneUserNotify.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexSDKImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexSDKVersionString.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexVertexBuffer.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexVertexFormat.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\FrameworkProfile.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\MirrorSceneImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ThreadPool.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\framework\include\autogen\BufferF32x1.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferF32x2.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferF32x3.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferF32x4.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferU16x1.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferU16x2.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferU16x3.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferU16x4.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferU32x1.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferU32x2.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferU32x3.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferU32x4.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferU8x1.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferU8x2.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferU8x3.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferU8x4.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\ModuleFrameworkRegistration.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\RenderMeshAssetParameters.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\SubmeshParameters.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\SurfaceBufferParameters.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\VertexBufferParameters.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\VertexFormatParameters.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\framework\include\ApexAssetPreviewScene.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexCustomBufferIterator.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexDefaultStream.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexInteropableBuffer.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexPhysXObjectDesc.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexRenderDebug.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexRenderMeshActor.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexRenderMeshAsset.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexRenderMeshAssetAuthoring.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexRenderSubmesh.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexResourceProvider.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexScene.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexSceneTasks.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexSceneUserNotify.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexSDKImpl.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexStubPxProfileZone.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexVertexBuffer.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexVertexFormat.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\CudaProfileManager.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\FrameworkEventDefs.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\FrameworkPerfScope.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\MirrorSceneImpl.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\PVDBindingErrorStream.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\RenderResourceManagerWrapper.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ThreadPool.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\include\PhysX3\PhysXSDKVersion.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\include\Actor.h"> + </ClInclude> + <ClInclude Include="..\..\include\Apex.h"> + </ClInclude> + <ClInclude Include="..\..\include\ApexCudaContextManager.h"> + </ClInclude> + <ClInclude Include="..\..\include\ApexDefs.h"> + </ClInclude> + <ClInclude Include="..\..\include\ApexDesc.h"> + </ClInclude> + <ClInclude Include="..\..\include\ApexInterface.h"> + </ClInclude> + <ClInclude Include="..\..\include\ApexNameSpace.h"> + </ClInclude> + <ClInclude Include="..\..\include\ApexSDK.h"> + </ClInclude> + <ClInclude Include="..\..\include\ApexSDKCachedData.h"> + </ClInclude> + <ClInclude Include="..\..\include\ApexSDKVersionString.h"> + </ClInclude> + <ClInclude Include="..\..\include\ApexUsingNamespace.h"> + </ClInclude> + <ClInclude Include="..\..\include\Asset.h"> + </ClInclude> + <ClInclude Include="..\..\include\AssetPreview.h"> + </ClInclude> + <ClInclude Include="..\..\include\AssetPreviewScene.h"> + </ClInclude> + <ClInclude Include="..\..\include\Context.h"> + </ClInclude> + <ClInclude Include="..\..\include\ConvexHullMethod.h"> + </ClInclude> + <ClInclude Include="..\..\include\CudaTestManager.h"> + </ClInclude> + <ClInclude Include="..\..\include\Curve.h"> + </ClInclude> + <ClInclude Include="..\..\include\CustomBufferIterator.h"> + </ClInclude> + <ClInclude Include="..\..\include\IosAsset.h"> + </ClInclude> + <ClInclude Include="..\..\include\IProgressListener.h"> + </ClInclude> + <ClInclude Include="..\..\include\Lock.h"> + </ClInclude> + <ClInclude Include="..\..\include\MirrorScene.h"> + </ClInclude> + <ClInclude Include="..\..\include\Module.h"> + </ClInclude> + <ClInclude Include="..\..\include\PhysXObjectDesc.h"> + </ClInclude> + <ClInclude Include="..\..\include\PxStreamFromFileBuf.h"> + </ClInclude> + <ClInclude Include="..\..\include\Renderable.h"> + </ClInclude> + <ClInclude Include="..\..\include\RenderBufferData.h"> + </ClInclude> + <ClInclude Include="..\..\include\RenderContext.h"> + </ClInclude> + <ClInclude Include="..\..\include\RenderDataFormat.h"> + </ClInclude> + <ClInclude Include="..\..\include\RenderDataProvider.h"> + </ClInclude> + <ClInclude Include="..\..\include\RenderDebugInterface.h"> + </ClInclude> + <ClInclude Include="..\..\include\RenderMesh.h"> + </ClInclude> + <ClInclude Include="..\..\include\RenderMeshActor.h"> + </ClInclude> + <ClInclude Include="..\..\include\RenderMeshActorDesc.h"> + </ClInclude> + <ClInclude Include="..\..\include\RenderMeshAsset.h"> + </ClInclude> + <ClInclude Include="..\..\include\ResourceCallback.h"> + </ClInclude> + <ClInclude Include="..\..\include\ResourceProvider.h"> + </ClInclude> + <ClInclude Include="..\..\include\RWLockable.h"> + </ClInclude> + <ClInclude Include="..\..\include\Scene.h"> + </ClInclude> + <ClInclude Include="..\..\include\ScopedPhysXLock.h"> + </ClInclude> + <ClInclude Include="..\..\include\Shape.h"> + </ClInclude> + <ClInclude Include="..\..\include\TestBase.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserOpaqueMesh.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderBoneBuffer.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderBoneBufferDesc.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderCallback.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderer.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderIndexBuffer.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderIndexBufferDesc.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderInstanceBuffer.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderInstanceBufferDesc.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderResource.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderResourceDesc.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderResourceManager.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderSpriteBuffer.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderSpriteBufferDesc.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderSurfaceBuffer.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderSurfaceBufferDesc.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderVertexBuffer.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderVertexBufferDesc.h"> + </ClInclude> + <ClInclude Include="..\..\include\VertexFormat.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <None Include="..\..\framework\parameters\ApexRenderMeshAssetParamSchema.pl"> + </None> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc15win32/PxFoundation.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../NvParameterized/compiler/vc15win32-PhysX_3.4/NvParameterized.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc15win32/PsFastXml.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../shared/general/RenderDebug/compiler/vc15win32-PhysX_3.4/RenderDebug.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc15win32/PxTask.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc15win32/PxPvdSDK.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./ApexShared.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./ApexCommon.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"></ImportGroup> </Project> diff --git a/APEX_1.4/compiler/vc15win32-PhysX_3.4/ApexShared.vcxproj b/APEX_1.4/compiler/vc15win32-PhysX_3.4/ApexShared.vcxproj index 5983ec33..cdc94ac1 100644 --- a/APEX_1.4/compiler/vc15win32-PhysX_3.4/ApexShared.vcxproj +++ b/APEX_1.4/compiler/vc15win32-PhysX_3.4/ApexShared.vcxproj @@ -1,356 +1,413 @@ <?xml version="1.0" encoding="utf-8"?> -<Project - DefaultTargets="Build" - ToolsVersion="15.0" - xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <ItemGroup Label="ProjectConfigurations"> - <ProjectConfiguration Include="debug|Win32"> - <Configuration>debug</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="release|Win32"> - <Configuration>release</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|Win32"> - <Configuration>profile</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="checked|Win32"> - <Configuration>checked</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{E52F63A7-67BB-4C5F-AC3F-306F95DBDD0F}</ProjectGuid> - <RootNamespace>ApexShared</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" - Label="Configuration"> - <ConfigurationType>StaticLibrary</ConfigurationType> - <PlatformToolset>v141</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='release|Win32'" - Label="Configuration"> - <ConfigurationType>StaticLibrary</ConfigurationType> - <PlatformToolset>v141</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='profile|Win32'" - Label="Configuration"> - <ConfigurationType>StaticLibrary</ConfigurationType> - <PlatformToolset>v141</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='checked|Win32'" - 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|Win32'"> - <Import - Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" - Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" - Label="LocalAppDataPlatform" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <OutDir>./../../lib/vc15win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/ApexShared/debug\</IntDir> - <TargetExt>.lib</TargetExt> - <TargetName>$(ProjectName)DEBUG</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <ClCompile> - <FloatingPointModel>Precise</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /arch:SSE2 /MP /Od /RTCsu /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;./../../include/destructible;./../../shared/general/floatmath/include;./../../shared/general/PairFilter/public;./../../shared/general/PairFilter/include;./../../shared/general/HACD/public;./../../shared/general/HACD/include;./../../shared/general/HACD/src;./../../shared/general/stan_hull/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;PLUGINS_EMBEDDED;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.lib</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win32;../../../PhysX_3.4/Lib/vc15win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG.lib.pdb</ProgramDatabaseFile> - <TargetMachine>MachineX86</TargetMachine> - </Lib> - <ResourceCompile></ResourceCompile> - <ProjectReference> - <LinkLibraryDependencies>true</LinkLibraryDependencies> - </ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <OutDir>./../../lib/vc15win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/ApexShared/release\</IntDir> - <TargetExt>.lib</TargetExt> - <TargetName>$(ProjectName)</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> - <ClCompile> - <FloatingPointModel>Precise</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /arch:SSE2 /MP /Ox /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;./../../include/destructible;./../../shared/general/floatmath/include;./../../shared/general/PairFilter/public;./../../shared/general/PairFilter/include;./../../shared/general/HACD/public;./../../shared/general/HACD/include;./../../shared/general/HACD/src;./../../shared/general/stan_hull/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;PLUGINS_EMBEDDED;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName).lib</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win32;../../../PhysX_3.4/Lib/vc15win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName).lib.pdb</ProgramDatabaseFile> - <TargetMachine>MachineX86</TargetMachine> - </Lib> - <ResourceCompile></ResourceCompile> - <ProjectReference> - <LinkLibraryDependencies>true</LinkLibraryDependencies> - </ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <OutDir>./../../lib/vc15win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/ApexShared/profile\</IntDir> - <TargetExt>.lib</TargetExt> - <TargetName>$(ProjectName)PROFILE</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> - <ClCompile> - <FloatingPointModel>Precise</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /arch:SSE2 /MP /Ox /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;./../../include/destructible;./../../shared/general/floatmath/include;./../../shared/general/PairFilter/public;./../../shared/general/PairFilter/include;./../../shared/general/HACD/public;./../../shared/general/HACD/include;./../../shared/general/HACD/src;./../../shared/general/stan_hull/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;PLUGINS_EMBEDDED;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.lib</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win32;../../../PhysX_3.4/Lib/vc15win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE.lib.pdb</ProgramDatabaseFile> - <TargetMachine>MachineX86</TargetMachine> - </Lib> - <ResourceCompile></ResourceCompile> - <ProjectReference> - <LinkLibraryDependencies>true</LinkLibraryDependencies> - </ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <OutDir>./../../lib/vc15win32-PhysX_3.4\</OutDir> - <IntDir>./build/Win32/ApexShared/checked\</IntDir> - <TargetExt>.lib</TargetExt> - <TargetName>$(ProjectName)CHECKED</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> - <ClCompile> - <FloatingPointModel>Precise</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /arch:SSE2 /MP /Ox /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;./../../include/destructible;./../../shared/general/floatmath/include;./../../shared/general/PairFilter/public;./../../shared/general/PairFilter/include;./../../shared/general/HACD/public;./../../shared/general/HACD/include;./../../shared/general/HACD/src;./../../shared/general/stan_hull/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;PLUGINS_EMBEDDED;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.lib</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win32;../../../PhysX_3.4/Lib/vc15win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED.lib.pdb</ProgramDatabaseFile> - <TargetMachine>MachineX86</TargetMachine> - </Lib> - <ResourceCompile></ResourceCompile> - <ProjectReference> - <LinkLibraryDependencies>true</LinkLibraryDependencies> - </ProjectReference> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\shared\internal\src\authoring\ApexCSG.cpp"></ClCompile> - <ClCompile Include="..\..\shared\internal\src\authoring\ApexCSGHull.cpp"></ClCompile> - <ClCompile Include="..\..\shared\internal\src\authoring\ApexCSGMeshCleaning.cpp"></ClCompile> - <ClCompile Include="..\..\shared\internal\src\authoring\Cutout.cpp"></ClCompile> - <ClCompile Include="..\..\shared\internal\src\authoring\Fracturing.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\shared\internal\src\PvdNxParamSerializer.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSG.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSGDefs.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSGFastMath.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSGFastMath2.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSGHull.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSGMath.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSGSerialization.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\authoring\ApexGSA.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\authoring\Fracturing.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\shared\internal\include\ApexSharedSerialization.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\ApexStream.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\ApexString.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\FractureTools.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\Link.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\ParamArray.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\PvdNxParamSerializer.h"></ClInclude> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\shared\general\shared\PxInputDataFromPxFileBuf.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\shared\general\floatmath\include\FloatMath.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\shared\general\floatmath\src\FloatMath.cpp"></ClCompile> - <ClInclude Include="..\..\shared\general\floatmath\src\FloatMath.inl"></ClInclude> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\shared\general\HACD\include\AutoGeometry.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\ConvexDecomposition.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgAABBPolygonSoup.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgArray.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgConvexHull3d.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgGoogol.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgGraph.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgHeap.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgIntersections.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgList.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgMatrix.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgMeshEffect.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgPlane.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgPolygonSoupBuilder.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgPolygonSoupDatabase.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgPolyhedra.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgQuaternion.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgRefCounter.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgSmallDeterminant.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgSphere.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgStack.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgTree.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgTypes.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgVector.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\shared\general\HACD\public\ConvexHull.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\public\HACD.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\public\JobSwarm.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\public\MergeHulls.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\public\PlatformConfigHACD.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\public\PxVector.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\public\SparseArray.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\public\WuQuantizer.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\shared\general\HACD\src\AutoGeometry.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\ConvexDecomposition.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\ConvexHull.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\dgAABBPolygonSoup.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\dgConvexHull3d.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\dgGoogol.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\dgIntersections.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\dgMatrix.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\dgMeshEffect.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\dgPolygonSoupBuilder.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\dgPolyhedra.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\dgQuaternion.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\dgSmallDeterminant.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\dgSphere.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\dgTree.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\dgTypes.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\HACD.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\MergeHulls.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\WuQuantizer.cpp"></ClCompile> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\shared\general\PairFilter\include\PairFilter.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\shared\general\PairFilter\src\PairFilter.cpp"></ClCompile> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\shared\general\stan_hull\include\StanHull.h"></ClInclude> - <ClInclude Include="..\..\shared\general\stan_hull\include\StanHullConfig.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\shared\general\stan_hull\src\StanHull.cpp"></ClCompile> - </ItemGroup> - <ItemGroup></ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> +<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup Label="ProjectConfigurations"> + <ProjectConfiguration Include="debug|Win32"> + <Configuration>debug</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="release|Win32"> + <Configuration>release</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="profile|Win32"> + <Configuration>profile</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="checked|Win32"> + <Configuration>checked</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectGuid>{E52F63A7-67BB-4C5F-AC3F-306F95DBDD0F}</ProjectGuid> + <RootNamespace>ApexShared</RootNamespace> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'" 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|Win32'"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </ImportGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> + <OutDir>./../../lib/vc15win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/ApexShared/debug\</IntDir> + <TargetExt>.lib</TargetExt> + <TargetName>$(ProjectName)DEBUG</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> + <ClCompile> + <FloatingPointModel>Precise</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /arch:SSE2 /MP /Od /RTCsu /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;./../../include/destructible;./../../shared/general/floatmath/include;./../../shared/general/PairFilter/public;./../../shared/general/PairFilter/include;./../../shared/general/HACD/public;./../../shared/general/HACD/include;./../../shared/general/HACD/src;./../../shared/general/stan_hull/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;PLUGINS_EMBEDDED;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)DEBUG.lib</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win32;../../../PhysX_3.4/Lib/vc15win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG.lib.pdb</ProgramDatabaseFile> + <TargetMachine>MachineX86</TargetMachine> + </Lib> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + <LinkLibraryDependencies>true</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> + <OutDir>./../../lib/vc15win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/ApexShared/release\</IntDir> + <TargetExt>.lib</TargetExt> + <TargetName>$(ProjectName)</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> + <ClCompile> + <FloatingPointModel>Precise</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /arch:SSE2 /MP /Ox /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;./../../include/destructible;./../../shared/general/floatmath/include;./../../shared/general/PairFilter/public;./../../shared/general/PairFilter/include;./../../shared/general/HACD/public;./../../shared/general/HACD/include;./../../shared/general/HACD/src;./../../shared/general/stan_hull/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;PLUGINS_EMBEDDED;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName).lib</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win32;../../../PhysX_3.4/Lib/vc15win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName).lib.pdb</ProgramDatabaseFile> + <TargetMachine>MachineX86</TargetMachine> + </Lib> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + <LinkLibraryDependencies>true</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> + <OutDir>./../../lib/vc15win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/ApexShared/profile\</IntDir> + <TargetExt>.lib</TargetExt> + <TargetName>$(ProjectName)PROFILE</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> + <ClCompile> + <FloatingPointModel>Precise</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /arch:SSE2 /MP /Ox /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;./../../include/destructible;./../../shared/general/floatmath/include;./../../shared/general/PairFilter/public;./../../shared/general/PairFilter/include;./../../shared/general/HACD/public;./../../shared/general/HACD/include;./../../shared/general/HACD/src;./../../shared/general/stan_hull/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;PLUGINS_EMBEDDED;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)PROFILE.lib</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win32;../../../PhysX_3.4/Lib/vc15win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE.lib.pdb</ProgramDatabaseFile> + <TargetMachine>MachineX86</TargetMachine> + </Lib> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + <LinkLibraryDependencies>true</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> + <OutDir>./../../lib/vc15win32-PhysX_3.4\</OutDir> + <IntDir>./build/Win32/ApexShared/checked\</IntDir> + <TargetExt>.lib</TargetExt> + <TargetName>$(ProjectName)CHECKED</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> + <ClCompile> + <FloatingPointModel>Precise</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /arch:SSE2 /MP /Ox /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;./../../include/destructible;./../../shared/general/floatmath/include;./../../shared/general/PairFilter/public;./../../shared/general/PairFilter/include;./../../shared/general/HACD/public;./../../shared/general/HACD/include;./../../shared/general/HACD/src;./../../shared/general/stan_hull/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;PLUGINS_EMBEDDED;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)CHECKED.lib</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win32;../../../PhysX_3.4/Lib/vc15win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED.lib.pdb</ProgramDatabaseFile> + <TargetMachine>MachineX86</TargetMachine> + </Lib> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + <LinkLibraryDependencies>true</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <ItemGroup> + <ClCompile Include="..\..\shared\internal\src\authoring\ApexCSG.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\internal\src\authoring\ApexCSGHull.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\internal\src\authoring\ApexCSGMeshCleaning.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\internal\src\authoring\Cutout.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\internal\src\authoring\Fracturing.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\shared\internal\src\PvdNxParamSerializer.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSG.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSGDefs.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSGFastMath.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSGFastMath2.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSGHull.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSGMath.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSGSerialization.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\authoring\ApexGSA.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\authoring\Fracturing.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\shared\internal\include\ApexSharedSerialization.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\ApexStream.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\ApexString.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\FractureTools.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\Link.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\ParamArray.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\PvdNxParamSerializer.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\shared\general\shared\PxInputDataFromPxFileBuf.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\shared\general\floatmath\include\FloatMath.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\shared\general\floatmath\src\FloatMath.cpp"> + </ClCompile> + <ClInclude Include="..\..\shared\general\floatmath\src\FloatMath.inl"> + </ClInclude> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\shared\general\HACD\include\AutoGeometry.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\ConvexDecomposition.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgAABBPolygonSoup.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgArray.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgConvexHull3d.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgGoogol.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgGraph.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgHeap.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgIntersections.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgList.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgMatrix.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgMeshEffect.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgPlane.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgPolygonSoupBuilder.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgPolygonSoupDatabase.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgPolyhedra.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgQuaternion.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgRefCounter.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgSmallDeterminant.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgSphere.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgStack.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgTree.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgTypes.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgVector.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\shared\general\HACD\public\ConvexHull.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\public\HACD.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\public\JobSwarm.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\public\MergeHulls.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\public\PlatformConfigHACD.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\public\PxVector.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\public\SparseArray.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\public\WuQuantizer.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\shared\general\HACD\src\AutoGeometry.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\ConvexDecomposition.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\ConvexHull.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\dgAABBPolygonSoup.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\dgConvexHull3d.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\dgGoogol.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\dgIntersections.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\dgMatrix.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\dgMeshEffect.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\dgPolygonSoupBuilder.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\dgPolyhedra.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\dgQuaternion.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\dgSmallDeterminant.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\dgSphere.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\dgTree.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\dgTypes.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\HACD.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\MergeHulls.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\WuQuantizer.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\shared\general\PairFilter\include\PairFilter.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\shared\general\PairFilter\src\PairFilter.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\shared\general\stan_hull\include\StanHull.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\stan_hull\include\StanHullConfig.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\shared\general\stan_hull\src\StanHull.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"></ImportGroup> </Project> diff --git a/APEX_1.4/compiler/vc15win64-PhysX_3.4/APEX_Clothing.vcxproj b/APEX_1.4/compiler/vc15win64-PhysX_3.4/APEX_Clothing.vcxproj index d29c2284..8063f405 100644 --- a/APEX_1.4/compiler/vc15win64-PhysX_3.4/APEX_Clothing.vcxproj +++ b/APEX_1.4/compiler/vc15win64-PhysX_3.4/APEX_Clothing.vcxproj @@ -1,475 +1,599 @@ <?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="release|x64"> - <Configuration>release</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|x64"> - <Configuration>profile</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="checked|x64"> - <Configuration>checked</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{C549455E-94CC-81A4-1B87-FFA4D4785858}</ProjectGuid> - <RootNamespace>APEX_Clothing</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='debug|x64'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v141</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='release|x64'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v141</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='profile|x64'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v141</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='checked|x64'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <OutDir>./../../bin/vc15win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/APEX_Clothing/debug\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)DEBUG_x64</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <ClCompile> - <FloatingPointModel>Precise</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /MP /EHsc /Od /RTCsu /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/clothing;./../../module/clothing/include;./../../module/clothing/include/autogen;./../../module/clothing/include/windows;./../../module/clothing/embedded/LowLevelCloth/include;./../../module/clothing/embedded/LowLevelCloth/src;./../../module/clothing/embedded;./../../module/clothing/src/simd;../../../PxShared/src/pvd/src;./../../module/clothing/embedded/LowLevelCloth/src/windows;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonDEBUG_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG_x64.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win64;../../../PhysX_3.4/Lib/vc15win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG_x64.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc15win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <OutDir>./../../bin/vc15win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/APEX_Clothing/release\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)_x64</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <ClCompile> - <FloatingPointModel>Precise</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /MP /EHsc /Ox /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/clothing;./../../module/clothing/include;./../../module/clothing/include/autogen;./../../module/clothing/include/windows;./../../module/clothing/embedded/LowLevelCloth/include;./../../module/clothing/embedded/LowLevelCloth/src;./../../module/clothing/embedded;./../../module/clothing/src/simd;../../../PxShared/src/pvd/src;./../../module/clothing/embedded/LowLevelCloth/src/windows;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3Common_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)_x64.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win64;../../../PhysX_3.4/Lib/vc15win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)_x64.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc15win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <OutDir>./../../bin/vc15win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/APEX_Clothing/profile\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)PROFILE_x64</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <ClCompile> - <FloatingPointModel>Precise</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /MP /EHsc /Ox /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/clothing;./../../module/clothing/include;./../../module/clothing/include/autogen;./../../module/clothing/include/windows;./../../module/clothing/embedded/LowLevelCloth/include;./../../module/clothing/embedded/LowLevelCloth/src;./../../module/clothing/embedded;./../../module/clothing/src/simd;../../../PxShared/src/pvd/src;./../../module/clothing/embedded/LowLevelCloth/src/windows;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonPROFILE_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE_x64.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win64;../../../PhysX_3.4/Lib/vc15win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE_x64.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc15win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <OutDir>./../../bin/vc15win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/APEX_Clothing/checked\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)CHECKED_x64</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <ClCompile> - <FloatingPointModel>Precise</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /MP /EHsc /Ox /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/clothing;./../../module/clothing/include;./../../module/clothing/include/autogen;./../../module/clothing/include/windows;./../../module/clothing/embedded/LowLevelCloth/include;./../../module/clothing/embedded/LowLevelCloth/src;./../../module/clothing/embedded;./../../module/clothing/src/simd;../../../PxShared/src/pvd/src;./../../module/clothing/embedded/LowLevelCloth/src/windows;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonCHECKED_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED_x64.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win64;../../../PhysX_3.4/Lib/vc15win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED_x64.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc15win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <ItemGroup> - <ResourceCompile Include="..\resource\apex.rc"></ResourceCompile> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\clothing\src\simd\neon\NvNeonSimd4f.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\src\simd\neon\NvNeonSimd4i.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\src\simd\neon\NvNeonSimdTypes.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\clothing\src\simd\scalar\NvScalarSimd4f.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\src\simd\scalar\NvScalarSimd4i.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\src\simd\scalar\NvScalarSimdTypes.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\clothing\src\simd\sse2\NvSse2Simd4f.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\src\simd\sse2\NvSse2Simd4i.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\src\simd\sse2\NvSse2SimdTypes.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\clothing\src\simd\NvSimd4f.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\src\simd\NvSimd4i.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\src\simd\NvSimdTypes.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\clothing\src\autogen\ClothingActorParam.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\autogen\ClothingAssetParameters.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\autogen\ClothingCookedParam.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\autogen\ClothingCookedPhysX3Param.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\autogen\ClothingDebugRenderParams.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\autogen\ClothingGraphicalLodParameters.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\autogen\ClothingMaterialLibraryParameters.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\autogen\ClothingModuleParameters.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\autogen\ClothingPhysicalMeshParameters.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\autogen\ClothingPreviewParam.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\clothing\src\ClothingActorData.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\ClothingActorImpl.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\ClothingActorTasks.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\ClothingAssetAuthoringImpl.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\ClothingAssetData.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\ClothingAssetImpl.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\ClothingCollisionImpl.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\ClothingCooking.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\ClothingPhysicalMeshImpl.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\ClothingRenderProxyImpl.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\ClothingScene.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\CookingAbstract.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\ModuleClothingHelpers.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\ModuleClothingImpl.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\SimdMath.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\src\SimulationAbstract.cpp"></ClCompile> - <ClInclude Include="..\..\module\clothing\src\SimdMath.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\clothing\include\autogen\ClothingActorParam.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\autogen\ClothingAssetParameters.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\autogen\ClothingCookedParam.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\autogen\ClothingCookedPhysX3Param.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\autogen\ClothingDebugRenderParams.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\autogen\ClothingGraphicalLodParameters.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\autogen\ClothingMaterialLibraryParameters.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\autogen\ClothingModuleParameters.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\autogen\ClothingPhysicalMeshParameters.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\autogen\ClothingPreviewParam.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\autogen\ModuleClothingRegistration.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\clothing\include\AbstractMeshDescription.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingActorData.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingActorImpl.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingActorProxy.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingActorTasks.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingAssetAuthoringImpl.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingAssetData.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingAssetImpl.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingCollisionImpl.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingCooking.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingGlobals.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingPhysicalMeshImpl.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingPreviewProxy.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingRenderProxyImpl.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothingScene.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ClothStructs.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\Cooking.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\CookingAbstract.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\CookingPhysX.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ModuleClothingHelpers.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ModuleClothingImpl.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ModuleEventDefs.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\ModulePerfScope.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\Simulation.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\include\SimulationAbstract.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\include\clothing\ClothingActor.h"></ClInclude> - <ClInclude Include="..\..\include\clothing\ClothingAsset.h"></ClInclude> - <ClInclude Include="..\..\include\clothing\ClothingAssetAuthoring.h"></ClInclude> - <ClInclude Include="..\..\include\clothing\ClothingCollision.h"></ClInclude> - <ClInclude Include="..\..\include\clothing\ClothingPhysicalMesh.h"></ClInclude> - <ClInclude Include="..\..\include\clothing\ClothingPreview.h"></ClInclude> - <ClInclude Include="..\..\include\clothing\ClothingRenderProxy.h"></ClInclude> - <ClInclude Include="..\..\include\clothing\ClothingVelocityCallback.h"></ClInclude> - <ClInclude Include="..\..\include\clothing\ModuleClothing.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\common\src\ModuleProfileCommon.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\common\include\ModuleProfileCommon.h"></ClInclude> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\Cloth.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\Fabric.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\Factory.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\PhaseConfig.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\Range.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\Solver.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\Types.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\Allocator.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\Array.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\BoundingBox.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\ClothBase.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\ClothImpl.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\IndexPair.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\IterationState.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\MovingAverage.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\PointInterpolator.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\Simd4f.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\Simd4i.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SimdTypes.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\StackAllocator.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwCloth.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwClothData.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwCollision.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwCollisionHelpers.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwFabric.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwFactory.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwInterCollision.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwSelfCollision.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwSolver.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwSolverKernel.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\TripletScheduler.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\Vec4T.h"></ClInclude> - <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\Allocator.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\Factory.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\PhaseConfig.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwCloth.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwClothData.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwCollision.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwFabric.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwFactory.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwInterCollision.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwSelfCollision.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwSolver.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwSolverKernel.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\TripletScheduler.cpp"></ClCompile> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\clothing\embedded\CmPhysXCommon.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\CmTask.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\ExtClothConfig.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\ExtClothCoreUtilityTypes.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\ExtClothFabricCooker.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\ExtClothMeshQuadifier.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\ExtClothTetherCooker.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\PxClothFabric.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\PxClothMeshDesc.h"></ClInclude> - <ClInclude Include="..\..\module\clothing\embedded\PxClothTypes.h"></ClInclude> - <ClCompile Include="..\..\module\clothing\embedded\Cooking.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\ExtClothFabricCooker.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\ExtClothGeodesicTetherCooker.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\ExtClothMeshQuadifier.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\ExtClothSimpleTetherCooker.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing\embedded\Simulation.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <CustomBuild Include="..\..\module\clothing\embedded\LowLevelCloth\src\avx\SwSolveConstraints.cpp"> - <Command Condition="'$(Configuration)|$(Platform)'=='debug|x64'">cl.exe /c /Zi /Ox /MT /arch:AVX /Fd"$(TargetDir)\$(TargetName).pdb" /Fo$(IntermediateOutputPath)/avx/%(Filename).obj ..\..\module\clothing\embedded\LowLevelCloth\src\avx\SwSolveConstraints.cpp</Command> - <Message Condition="'$(Configuration)|$(Platform)'=='debug|x64'">Building %(Identity)</Message> - <Outputs Condition="'$(Configuration)|$(Platform)'=='debug|x64'">$(IntermediateOutputPath)/avx/%(Filename).obj;</Outputs> - <Command Condition="'$(Configuration)|$(Platform)'=='release|x64'">cl.exe /c /Zi /Ox /MT /arch:AVX /Fd"$(TargetDir)\$(TargetName).pdb" /Fo$(IntermediateOutputPath)/avx/%(Filename).obj ..\..\module\clothing\embedded\LowLevelCloth\src\avx\SwSolveConstraints.cpp</Command> - <Message Condition="'$(Configuration)|$(Platform)'=='release|x64'">Building %(Identity)</Message> - <Outputs Condition="'$(Configuration)|$(Platform)'=='release|x64'">$(IntermediateOutputPath)/avx/%(Filename).obj;</Outputs> - <Command Condition="'$(Configuration)|$(Platform)'=='profile|x64'">cl.exe /c /Zi /Ox /MT /arch:AVX /Fd"$(TargetDir)\$(TargetName).pdb" /Fo$(IntermediateOutputPath)/avx/%(Filename).obj ..\..\module\clothing\embedded\LowLevelCloth\src\avx\SwSolveConstraints.cpp</Command> - <Message Condition="'$(Configuration)|$(Platform)'=='profile|x64'">Building %(Identity)</Message> - <Outputs Condition="'$(Configuration)|$(Platform)'=='profile|x64'">$(IntermediateOutputPath)/avx/%(Filename).obj;</Outputs> - <Command Condition="'$(Configuration)|$(Platform)'=='checked|x64'">cl.exe /c /Zi /Ox /MT /arch:AVX /Fd"$(TargetDir)\$(TargetName).pdb" /Fo$(IntermediateOutputPath)/avx/%(Filename).obj ..\..\module\clothing\embedded\LowLevelCloth\src\avx\SwSolveConstraints.cpp</Command> - <Message Condition="'$(Configuration)|$(Platform)'=='checked|x64'">Building %(Identity)</Message> - <Outputs Condition="'$(Configuration)|$(Platform)'=='checked|x64'">$(IntermediateOutputPath)/avx/%(Filename).obj;</Outputs> - </CustomBuild> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc15win64/PxFoundation.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./ApexCommon.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./ApexShared.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc15win64/PsFastXml.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../NvParameterized/compiler/vc15win64-PhysX_3.4/NvParameterized.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc15win64/PxPvdSDK.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> +<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="release|x64"> + <Configuration>release</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="profile|x64"> + <Configuration>profile</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="checked|x64"> + <Configuration>checked</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectGuid>{C549455E-94CC-81A4-1B87-FFA4D4785858}</ProjectGuid> + <RootNamespace>APEX_Clothing</RootNamespace> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </ImportGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> + <OutDir>./../../bin/vc15win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/APEX_Clothing/debug\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)DEBUG_x64</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> + <ClCompile> + <FloatingPointModel>Precise</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /MP /EHsc /Od /RTCsu /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/clothing;./../../module/clothing/include;./../../module/clothing/include/autogen;./../../module/clothing/include/windows;./../../module/clothing/embedded/LowLevelCloth/include;./../../module/clothing/embedded/LowLevelCloth/src;./../../module/clothing/embedded;./../../module/clothing/src/simd;../../../PxShared/src/pvd/src;./../../module/clothing/embedded/LowLevelCloth/src/windows;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonDEBUG_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)DEBUG_x64.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win64;../../../PhysX_3.4/Lib/vc15win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG_x64.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc15win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX64</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> + <OutDir>./../../bin/vc15win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/APEX_Clothing/release\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)_x64</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> + <ClCompile> + <FloatingPointModel>Precise</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /MP /EHsc /Ox /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/clothing;./../../module/clothing/include;./../../module/clothing/include/autogen;./../../module/clothing/include/windows;./../../module/clothing/embedded/LowLevelCloth/include;./../../module/clothing/embedded/LowLevelCloth/src;./../../module/clothing/embedded;./../../module/clothing/src/simd;../../../PxShared/src/pvd/src;./../../module/clothing/embedded/LowLevelCloth/src/windows;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3Common_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)_x64.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win64;../../../PhysX_3.4/Lib/vc15win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)_x64.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc15win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX64</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> + <OutDir>./../../bin/vc15win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/APEX_Clothing/profile\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)PROFILE_x64</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> + <ClCompile> + <FloatingPointModel>Precise</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /MP /EHsc /Ox /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/clothing;./../../module/clothing/include;./../../module/clothing/include/autogen;./../../module/clothing/include/windows;./../../module/clothing/embedded/LowLevelCloth/include;./../../module/clothing/embedded/LowLevelCloth/src;./../../module/clothing/embedded;./../../module/clothing/src/simd;../../../PxShared/src/pvd/src;./../../module/clothing/embedded/LowLevelCloth/src/windows;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonPROFILE_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)PROFILE_x64.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win64;../../../PhysX_3.4/Lib/vc15win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE_x64.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc15win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX64</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> + <OutDir>./../../bin/vc15win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/APEX_Clothing/checked\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)CHECKED_x64</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> + <ClCompile> + <FloatingPointModel>Precise</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /MP /EHsc /Ox /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/clothing;./../../module/clothing/include;./../../module/clothing/include/autogen;./../../module/clothing/include/windows;./../../module/clothing/embedded/LowLevelCloth/include;./../../module/clothing/embedded/LowLevelCloth/src;./../../module/clothing/embedded;./../../module/clothing/src/simd;../../../PxShared/src/pvd/src;./../../module/clothing/embedded/LowLevelCloth/src/windows;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonCHECKED_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)CHECKED_x64.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win64;../../../PhysX_3.4/Lib/vc15win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED_x64.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc15win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX64</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <ItemGroup> + <ResourceCompile Include="..\resource\apex.rc"> + </ResourceCompile> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\clothing\src\simd\neon\NvNeonSimd4f.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\src\simd\neon\NvNeonSimd4i.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\src\simd\neon\NvNeonSimdTypes.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\clothing\src\simd\scalar\NvScalarSimd4f.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\src\simd\scalar\NvScalarSimd4i.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\src\simd\scalar\NvScalarSimdTypes.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\clothing\src\simd\sse2\NvSse2Simd4f.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\src\simd\sse2\NvSse2Simd4i.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\src\simd\sse2\NvSse2SimdTypes.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\clothing\src\simd\NvSimd4f.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\src\simd\NvSimd4i.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\src\simd\NvSimdTypes.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\clothing\src\autogen\ClothingActorParam.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\autogen\ClothingAssetParameters.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\autogen\ClothingCookedParam.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\autogen\ClothingCookedPhysX3Param.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\autogen\ClothingDebugRenderParams.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\autogen\ClothingGraphicalLodParameters.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\autogen\ClothingMaterialLibraryParameters.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\autogen\ClothingModuleParameters.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\autogen\ClothingPhysicalMeshParameters.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\autogen\ClothingPreviewParam.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\clothing\src\ClothingActorData.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\ClothingActorImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\ClothingActorTasks.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\ClothingAssetAuthoringImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\ClothingAssetData.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\ClothingAssetImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\ClothingCollisionImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\ClothingCooking.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\ClothingPhysicalMeshImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\ClothingRenderProxyImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\ClothingScene.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\CookingAbstract.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\ModuleClothingHelpers.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\ModuleClothingImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\SimdMath.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\src\SimulationAbstract.cpp"> + </ClCompile> + <ClInclude Include="..\..\module\clothing\src\SimdMath.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\clothing\include\autogen\ClothingActorParam.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\autogen\ClothingAssetParameters.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\autogen\ClothingCookedParam.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\autogen\ClothingCookedPhysX3Param.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\autogen\ClothingDebugRenderParams.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\autogen\ClothingGraphicalLodParameters.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\autogen\ClothingMaterialLibraryParameters.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\autogen\ClothingModuleParameters.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\autogen\ClothingPhysicalMeshParameters.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\autogen\ClothingPreviewParam.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\autogen\ModuleClothingRegistration.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\clothing\include\AbstractMeshDescription.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingActorData.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingActorImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingActorProxy.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingActorTasks.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingAssetAuthoringImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingAssetData.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingAssetImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingCollisionImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingCooking.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingGlobals.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingPhysicalMeshImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingPreviewProxy.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingRenderProxyImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothingScene.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ClothStructs.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\Cooking.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\CookingAbstract.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\CookingPhysX.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ModuleClothingHelpers.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ModuleClothingImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ModuleEventDefs.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\ModulePerfScope.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\Simulation.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\include\SimulationAbstract.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\include\clothing\ClothingActor.h"> + </ClInclude> + <ClInclude Include="..\..\include\clothing\ClothingAsset.h"> + </ClInclude> + <ClInclude Include="..\..\include\clothing\ClothingAssetAuthoring.h"> + </ClInclude> + <ClInclude Include="..\..\include\clothing\ClothingCollision.h"> + </ClInclude> + <ClInclude Include="..\..\include\clothing\ClothingPhysicalMesh.h"> + </ClInclude> + <ClInclude Include="..\..\include\clothing\ClothingPreview.h"> + </ClInclude> + <ClInclude Include="..\..\include\clothing\ClothingRenderProxy.h"> + </ClInclude> + <ClInclude Include="..\..\include\clothing\ClothingVelocityCallback.h"> + </ClInclude> + <ClInclude Include="..\..\include\clothing\ModuleClothing.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\common\src\ModuleProfileCommon.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\common\include\ModuleProfileCommon.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\Cloth.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\Fabric.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\Factory.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\PhaseConfig.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\Range.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\Solver.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\include\Types.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\Allocator.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\Array.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\BoundingBox.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\ClothBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\ClothImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\IndexPair.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\IterationState.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\MovingAverage.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\PointInterpolator.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\Simd4f.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\Simd4i.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SimdTypes.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\StackAllocator.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwCloth.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwClothData.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwCollision.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwCollisionHelpers.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwFabric.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwFactory.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwInterCollision.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwSelfCollision.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwSolver.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwSolverKernel.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\TripletScheduler.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\LowLevelCloth\src\Vec4T.h"> + </ClInclude> + <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\Allocator.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\Factory.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\PhaseConfig.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwCloth.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwClothData.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwCollision.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwFabric.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwFactory.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwInterCollision.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwSelfCollision.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwSolver.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\SwSolverKernel.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\LowLevelCloth\src\TripletScheduler.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\clothing\embedded\CmPhysXCommon.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\CmTask.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\ExtClothConfig.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\ExtClothCoreUtilityTypes.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\ExtClothFabricCooker.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\ExtClothMeshQuadifier.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\ExtClothTetherCooker.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\PxClothFabric.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\PxClothMeshDesc.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing\embedded\PxClothTypes.h"> + </ClInclude> + <ClCompile Include="..\..\module\clothing\embedded\Cooking.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\ExtClothFabricCooker.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\ExtClothGeodesicTetherCooker.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\ExtClothMeshQuadifier.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\ExtClothSimpleTetherCooker.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing\embedded\Simulation.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <CustomBuild Include="..\..\module\clothing\embedded\LowLevelCloth\src\avx\SwSolveConstraints.cpp"> + <Command Condition="'$(Configuration)|$(Platform)'=='debug|x64'">cl.exe /c /Zi /Ox /MT /arch:AVX /Fd"$(TargetDir)\$(TargetName).pdb" /Fo$(IntermediateOutputPath)/avx/%(Filename).obj ..\..\module\clothing\embedded\LowLevelCloth\src\avx\SwSolveConstraints.cpp</Command> + <Message Condition="'$(Configuration)|$(Platform)'=='debug|x64'">Building %(Identity)</Message> + <Outputs Condition="'$(Configuration)|$(Platform)'=='debug|x64'">$(IntermediateOutputPath)/avx/%(Filename).obj;</Outputs> + <Command Condition="'$(Configuration)|$(Platform)'=='release|x64'">cl.exe /c /Zi /Ox /MT /arch:AVX /Fd"$(TargetDir)\$(TargetName).pdb" /Fo$(IntermediateOutputPath)/avx/%(Filename).obj ..\..\module\clothing\embedded\LowLevelCloth\src\avx\SwSolveConstraints.cpp</Command> + <Message Condition="'$(Configuration)|$(Platform)'=='release|x64'">Building %(Identity)</Message> + <Outputs Condition="'$(Configuration)|$(Platform)'=='release|x64'">$(IntermediateOutputPath)/avx/%(Filename).obj;</Outputs> + <Command Condition="'$(Configuration)|$(Platform)'=='profile|x64'">cl.exe /c /Zi /Ox /MT /arch:AVX /Fd"$(TargetDir)\$(TargetName).pdb" /Fo$(IntermediateOutputPath)/avx/%(Filename).obj ..\..\module\clothing\embedded\LowLevelCloth\src\avx\SwSolveConstraints.cpp</Command> + <Message Condition="'$(Configuration)|$(Platform)'=='profile|x64'">Building %(Identity)</Message> + <Outputs Condition="'$(Configuration)|$(Platform)'=='profile|x64'">$(IntermediateOutputPath)/avx/%(Filename).obj;</Outputs> + <Command Condition="'$(Configuration)|$(Platform)'=='checked|x64'">cl.exe /c /Zi /Ox /MT /arch:AVX /Fd"$(TargetDir)\$(TargetName).pdb" /Fo$(IntermediateOutputPath)/avx/%(Filename).obj ..\..\module\clothing\embedded\LowLevelCloth\src\avx\SwSolveConstraints.cpp</Command> + <Message Condition="'$(Configuration)|$(Platform)'=='checked|x64'">Building %(Identity)</Message> + <Outputs Condition="'$(Configuration)|$(Platform)'=='checked|x64'">$(IntermediateOutputPath)/avx/%(Filename).obj;</Outputs> + </CustomBuild> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc15win64/PxFoundation.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./ApexCommon.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./ApexShared.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc15win64/PsFastXml.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../NvParameterized/compiler/vc15win64-PhysX_3.4/NvParameterized.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc15win64/PxPvdSDK.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"></ImportGroup> </Project> diff --git a/APEX_1.4/compiler/vc15win64-PhysX_3.4/APEX_Destructible.vcxproj b/APEX_1.4/compiler/vc15win64-PhysX_3.4/APEX_Destructible.vcxproj index d1921116..0d37d95b 100644 --- a/APEX_1.4/compiler/vc15win64-PhysX_3.4/APEX_Destructible.vcxproj +++ b/APEX_1.4/compiler/vc15win64-PhysX_3.4/APEX_Destructible.vcxproj @@ -1,429 +1,533 @@ <?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="release|x64"> - <Configuration>release</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|x64"> - <Configuration>profile</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="checked|x64"> - <Configuration>checked</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{777EFDFD-2EF5-4F0E-2222-6F9A226C5709}</ProjectGuid> - <RootNamespace>APEX_Destructible</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='debug|x64'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v141</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='release|x64'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v141</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='profile|x64'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v141</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='checked|x64'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <OutDir>./../../bin/vc15win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/APEX_Destructible/debug\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)DEBUG_x64</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <ClCompile> - <FloatingPointModel>Precise</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /MP /Od /RTCsu /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include/destructible;./../../module/destructible/include;./../../module/destructible/include/autogen;./../../module/destructible/fracture;./../../module/destructible/fracture/Core;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonDEBUG_x64.lib;PhysX3DEBUG_x64.lib;PhysX3ExtensionsDEBUG.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG_x64.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win64;../../../PhysX_3.4/Lib/vc15win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG_x64.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc15win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <OutDir>./../../bin/vc15win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/APEX_Destructible/release\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)_x64</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <ClCompile> - <FloatingPointModel>Precise</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /MP /Ox /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include/destructible;./../../module/destructible/include;./../../module/destructible/include/autogen;./../../module/destructible/fracture;./../../module/destructible/fracture/Core;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3Common_x64.lib;PhysX3_x64.lib;PhysX3Extensions.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)_x64.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win64;../../../PhysX_3.4/Lib/vc15win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)_x64.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc15win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <OutDir>./../../bin/vc15win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/APEX_Destructible/profile\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)PROFILE_x64</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <ClCompile> - <FloatingPointModel>Precise</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /MP /Ox /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include/destructible;./../../module/destructible/include;./../../module/destructible/include/autogen;./../../module/destructible/fracture;./../../module/destructible/fracture/Core;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonPROFILE_x64.lib;PhysX3PROFILE_x64.lib;PhysX3ExtensionsPROFILE.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE_x64.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win64;../../../PhysX_3.4/Lib/vc15win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE_x64.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc15win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <OutDir>./../../bin/vc15win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/APEX_Destructible/checked\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)CHECKED_x64</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <ClCompile> - <FloatingPointModel>Precise</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /MP /Ox /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include/destructible;./../../module/destructible/include;./../../module/destructible/include/autogen;./../../module/destructible/fracture;./../../module/destructible/fracture/Core;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonCHECKED_x64.lib;PhysX3CHECKED_x64.lib;PhysX3ExtensionsCHECKED.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED_x64.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win64;../../../PhysX_3.4/Lib/vc15win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED_x64.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc15win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <ItemGroup> - <ResourceCompile Include="..\resource\apex.rc"></ResourceCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\destructible\src\autogen\CachedOverlaps.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleActorChunks.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleActorParam.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleActorState.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleAssetCollisionDataSet.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleAssetParameters.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleDebugRenderParams.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleModuleParameters.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\autogen\DestructiblePreviewParam.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\autogen\MeshCookedCollisionStream.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\autogen\MeshCookedCollisionStreamsAtScale.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\autogen\SurfaceTraceParameters.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\autogen\SurfaceTraceSetParameters.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\destructible\src\DestructibleActorImpl.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\DestructibleActorJointImpl.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\DestructibleAssetImpl.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\DestructiblePreviewImpl.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\DestructibleRenderableImpl.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\DestructibleScene.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\DestructibleSceneSyncParams.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\DestructibleStructure.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\DestructibleStructureStressSolver.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\src\ModuleDestructibleImpl.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\destructible\fracture\Core\ActorBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\CompoundBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\CompoundCreatorBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\CompoundGeometryBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\ConvexBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\Delaunay2dBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\Delaunay3dBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\FracturePatternBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\IceBoxPruningBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\IceRevisitedRadixBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\IslandDetectorBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\MeshBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\MeshClipperBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\PolygonTriangulatorBase.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Core\SimSceneBase.cpp"></ClCompile> - <ClInclude Include="..\..\module\destructible\fracture\Core\ActorBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\CompoundBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\CompoundCreatorBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\CompoundGeometryBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\ConvexBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\Delaunay2dBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\Delaunay3dBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\FracturePatternBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\IceBoxPruningBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\IceRevisitedRadixBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\IslandDetectorBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\MeshBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\MeshClipperBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\PolygonTriangulatorBase.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Core\SimSceneBase.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\destructible\fracture\Actor.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Compound.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\CompoundCreator.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\CompoundGeometry.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Convex.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Delaunay2d.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Delaunay3d.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\FracturePattern.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\IceBoxPruning.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\IceRevisitedRadix.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\IslandDetector.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Mesh.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\MeshClipper.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\PolygonTriangulator.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\Renderable.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible\fracture\SimScene.cpp"></ClCompile> - <ClInclude Include="..\..\module\destructible\fracture\Actor.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Compound.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\CompoundCreator.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\CompoundGeometry.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Convex.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Delaunay2d.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Delaunay3d.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\FracturePattern.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\IceBoxPruning.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\IceRevisitedRadix.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\IslandDetector.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Mesh.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\MeshClipper.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\PolygonTriangulator.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\Renderable.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\RTdef.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\fracture\SimScene.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\destructible\include\autogen\CachedOverlaps.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleActorChunks.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleActorParam.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleActorState.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleAssetCollisionDataSet.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleAssetParameters.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleDebugRenderParams.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleModuleParameters.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\autogen\DestructiblePreviewParam.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\autogen\MeshCookedCollisionStream.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\autogen\MeshCookedCollisionStreamsAtScale.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\autogen\ModuleDestructibleRegistration.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\autogen\SurfaceTraceParameters.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\autogen\SurfaceTraceSetParameters.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\destructible\include\DestructibleActorImpl.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\DestructibleActorJointImpl.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\DestructibleActorJointProxy.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\DestructibleActorProxy.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\DestructibleActorUtils.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\DestructibleAssetImpl.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\DestructibleAssetProxy.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\DestructibleHelpers.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\DestructiblePreviewImpl.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\DestructiblePreviewProxy.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\DestructibleRenderableImpl.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\DestructibleScene.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\DestructibleStructure.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\DestructibleStructureStressSolver.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\ModuleDestructibleImpl.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\ModuleEventDefs.h"></ClInclude> - <ClInclude Include="..\..\module\destructible\include\ModulePerfScope.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\include\destructible\DestructibleActor.h"></ClInclude> - <ClInclude Include="..\..\include\destructible\DestructibleActorJoint.h"></ClInclude> - <ClInclude Include="..\..\include\destructible\DestructibleAsset.h"></ClInclude> - <ClInclude Include="..\..\include\destructible\DestructiblePreview.h"></ClInclude> - <ClInclude Include="..\..\include\destructible\DestructibleRenderable.h"></ClInclude> - <ClInclude Include="..\..\include\destructible\ExplicitHierarchicalMesh.h"></ClInclude> - <ClInclude Include="..\..\include\destructible\FractureToolsAPI.h"></ClInclude> - <ClInclude Include="..\..\include\destructible\FractureToolsStructs.h"></ClInclude> - <ClInclude Include="..\..\include\destructible\ModuleDestructible.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\common\src\ModuleProfileCommon.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\common\include\ModuleProfileCommon.h"></ClInclude> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc15win64/PxFoundation.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./ApexCommon.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./ApexShared.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc15win64/PsFastXml.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../NvParameterized/compiler/vc15win64-PhysX_3.4/NvParameterized.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc15win64/PxPvdSDK.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> +<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="release|x64"> + <Configuration>release</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="profile|x64"> + <Configuration>profile</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="checked|x64"> + <Configuration>checked</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectGuid>{777EFDFD-2EF5-4F0E-2222-6F9A226C5709}</ProjectGuid> + <RootNamespace>APEX_Destructible</RootNamespace> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </ImportGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> + <OutDir>./../../bin/vc15win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/APEX_Destructible/debug\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)DEBUG_x64</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> + <ClCompile> + <FloatingPointModel>Precise</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /MP /Od /RTCsu /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include/destructible;./../../module/destructible/include;./../../module/destructible/include/autogen;./../../module/destructible/fracture;./../../module/destructible/fracture/Core;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonDEBUG_x64.lib;PhysX3DEBUG_x64.lib;PhysX3ExtensionsDEBUG.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)DEBUG_x64.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win64;../../../PhysX_3.4/Lib/vc15win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG_x64.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc15win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX64</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> + <OutDir>./../../bin/vc15win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/APEX_Destructible/release\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)_x64</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> + <ClCompile> + <FloatingPointModel>Precise</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /MP /Ox /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include/destructible;./../../module/destructible/include;./../../module/destructible/include/autogen;./../../module/destructible/fracture;./../../module/destructible/fracture/Core;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3Common_x64.lib;PhysX3_x64.lib;PhysX3Extensions.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)_x64.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win64;../../../PhysX_3.4/Lib/vc15win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)_x64.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc15win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX64</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> + <OutDir>./../../bin/vc15win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/APEX_Destructible/profile\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)PROFILE_x64</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> + <ClCompile> + <FloatingPointModel>Precise</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /MP /Ox /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include/destructible;./../../module/destructible/include;./../../module/destructible/include/autogen;./../../module/destructible/fracture;./../../module/destructible/fracture/Core;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonPROFILE_x64.lib;PhysX3PROFILE_x64.lib;PhysX3ExtensionsPROFILE.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)PROFILE_x64.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win64;../../../PhysX_3.4/Lib/vc15win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE_x64.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc15win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX64</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> + <OutDir>./../../bin/vc15win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/APEX_Destructible/checked\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)CHECKED_x64</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> + <ClCompile> + <FloatingPointModel>Precise</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /MP /Ox /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include/destructible;./../../module/destructible/include;./../../module/destructible/include/autogen;./../../module/destructible/fracture;./../../module/destructible/fracture/Core;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonCHECKED_x64.lib;PhysX3CHECKED_x64.lib;PhysX3ExtensionsCHECKED.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)CHECKED_x64.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win64;../../../PhysX_3.4/Lib/vc15win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED_x64.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc15win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX64</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <ItemGroup> + <ResourceCompile Include="..\resource\apex.rc"> + </ResourceCompile> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\destructible\src\autogen\CachedOverlaps.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleActorChunks.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleActorParam.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleActorState.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleAssetCollisionDataSet.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleAssetParameters.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleDebugRenderParams.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\autogen\DestructibleModuleParameters.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\autogen\DestructiblePreviewParam.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\autogen\MeshCookedCollisionStream.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\autogen\MeshCookedCollisionStreamsAtScale.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\autogen\SurfaceTraceParameters.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\autogen\SurfaceTraceSetParameters.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\destructible\src\DestructibleActorImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\DestructibleActorJointImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\DestructibleAssetImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\DestructiblePreviewImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\DestructibleRenderableImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\DestructibleScene.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\DestructibleSceneSyncParams.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\DestructibleStructure.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\DestructibleStructureStressSolver.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\src\ModuleDestructibleImpl.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\destructible\fracture\Core\ActorBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\CompoundBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\CompoundCreatorBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\CompoundGeometryBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\ConvexBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\Delaunay2dBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\Delaunay3dBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\FracturePatternBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\IceBoxPruningBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\IceRevisitedRadixBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\IslandDetectorBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\MeshBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\MeshClipperBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\PolygonTriangulatorBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Core\SimSceneBase.cpp"> + </ClCompile> + <ClInclude Include="..\..\module\destructible\fracture\Core\ActorBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\CompoundBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\CompoundCreatorBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\CompoundGeometryBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\ConvexBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\Delaunay2dBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\Delaunay3dBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\FracturePatternBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\IceBoxPruningBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\IceRevisitedRadixBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\IslandDetectorBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\MeshBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\MeshClipperBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\PolygonTriangulatorBase.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Core\SimSceneBase.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\destructible\fracture\Actor.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Compound.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\CompoundCreator.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\CompoundGeometry.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Convex.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Delaunay2d.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Delaunay3d.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\FracturePattern.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\IceBoxPruning.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\IceRevisitedRadix.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\IslandDetector.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Mesh.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\MeshClipper.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\PolygonTriangulator.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\Renderable.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible\fracture\SimScene.cpp"> + </ClCompile> + <ClInclude Include="..\..\module\destructible\fracture\Actor.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Compound.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\CompoundCreator.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\CompoundGeometry.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Convex.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Delaunay2d.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Delaunay3d.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\FracturePattern.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\IceBoxPruning.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\IceRevisitedRadix.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\IslandDetector.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Mesh.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\MeshClipper.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\PolygonTriangulator.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\Renderable.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\RTdef.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\fracture\SimScene.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\destructible\include\autogen\CachedOverlaps.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleActorChunks.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleActorParam.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleActorState.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleAssetCollisionDataSet.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleAssetParameters.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleDebugRenderParams.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\autogen\DestructibleModuleParameters.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\autogen\DestructiblePreviewParam.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\autogen\MeshCookedCollisionStream.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\autogen\MeshCookedCollisionStreamsAtScale.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\autogen\ModuleDestructibleRegistration.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\autogen\SurfaceTraceParameters.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\autogen\SurfaceTraceSetParameters.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\destructible\include\DestructibleActorImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\DestructibleActorJointImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\DestructibleActorJointProxy.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\DestructibleActorProxy.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\DestructibleActorUtils.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\DestructibleAssetImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\DestructibleAssetProxy.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\DestructibleHelpers.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\DestructiblePreviewImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\DestructiblePreviewProxy.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\DestructibleRenderableImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\DestructibleScene.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\DestructibleStructure.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\DestructibleStructureStressSolver.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\ModuleDestructibleImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\ModuleEventDefs.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible\include\ModulePerfScope.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\include\destructible\DestructibleActor.h"> + </ClInclude> + <ClInclude Include="..\..\include\destructible\DestructibleActorJoint.h"> + </ClInclude> + <ClInclude Include="..\..\include\destructible\DestructibleAsset.h"> + </ClInclude> + <ClInclude Include="..\..\include\destructible\DestructiblePreview.h"> + </ClInclude> + <ClInclude Include="..\..\include\destructible\DestructibleRenderable.h"> + </ClInclude> + <ClInclude Include="..\..\include\destructible\ExplicitHierarchicalMesh.h"> + </ClInclude> + <ClInclude Include="..\..\include\destructible\FractureToolsAPI.h"> + </ClInclude> + <ClInclude Include="..\..\include\destructible\FractureToolsStructs.h"> + </ClInclude> + <ClInclude Include="..\..\include\destructible\ModuleDestructible.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\common\src\ModuleProfileCommon.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\common\include\ModuleProfileCommon.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc15win64/PxFoundation.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./ApexCommon.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./ApexShared.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc15win64/PsFastXml.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../NvParameterized/compiler/vc15win64-PhysX_3.4/NvParameterized.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc15win64/PxPvdSDK.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"></ImportGroup> </Project> diff --git a/APEX_1.4/compiler/vc15win64-PhysX_3.4/APEX_Legacy.vcxproj b/APEX_1.4/compiler/vc15win64-PhysX_3.4/APEX_Legacy.vcxproj index 30b16269..06010e6e 100644 --- a/APEX_1.4/compiler/vc15win64-PhysX_3.4/APEX_Legacy.vcxproj +++ b/APEX_1.4/compiler/vc15win64-PhysX_3.4/APEX_Legacy.vcxproj @@ -1,844 +1,1358 @@ <?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="release|x64"> - <Configuration>release</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|x64"> - <Configuration>profile</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="checked|x64"> - <Configuration>checked</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{E234DAF8-81E8-8FFC-FCE6-2CA09C768D36}</ProjectGuid> - <RootNamespace>APEX_Legacy</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='debug|x64'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v141</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='release|x64'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v141</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='profile|x64'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v141</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='checked|x64'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <OutDir>./../../bin/vc15win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/APEX_Legacy/debug\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)DEBUG_x64</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <ClCompile> - <FloatingPointModel>Precise</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /MP /Od /RTCsu /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../module/Test_legacy/include;./../../module/Test_legacy/include/autogen;./../../module/destructible_legacy/include;./../../module/destructible_legacy/include/autogen;./../../module/framework_legacy/include;./../../module/framework_legacy/include/autogen;./../../module/clothing_legacy/include;./../../module/clothing_legacy/include/autogen;./../../module/common_legacy/include;./../../module/common_legacy/include/autogen;./../../framework/include;./../../framework/include/autogen;./../../module/clothing/include;./../../module/clothing/include/autogen;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NV_PARAMETERIZED_HIDE_DESCRIPTIONS=1;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>PhysX3CommonDEBUG_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG_x64.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win64;../../../PhysX_3.4/Lib/vc15win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG_x64.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc15win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <OutDir>./../../bin/vc15win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/APEX_Legacy/release\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)_x64</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <ClCompile> - <FloatingPointModel>Precise</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /MP /Ox /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../module/Test_legacy/include;./../../module/Test_legacy/include/autogen;./../../module/destructible_legacy/include;./../../module/destructible_legacy/include/autogen;./../../module/framework_legacy/include;./../../module/framework_legacy/include/autogen;./../../module/clothing_legacy/include;./../../module/clothing_legacy/include/autogen;./../../module/common_legacy/include;./../../module/common_legacy/include/autogen;./../../framework/include;./../../framework/include/autogen;./../../module/clothing/include;./../../module/clothing/include/autogen;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NV_PARAMETERIZED_HIDE_DESCRIPTIONS=1;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>PhysX3Common_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)_x64.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win64;../../../PhysX_3.4/Lib/vc15win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)_x64.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc15win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <OutDir>./../../bin/vc15win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/APEX_Legacy/profile\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)PROFILE_x64</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <ClCompile> - <FloatingPointModel>Precise</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /MP /Ox /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../module/Test_legacy/include;./../../module/Test_legacy/include/autogen;./../../module/destructible_legacy/include;./../../module/destructible_legacy/include/autogen;./../../module/framework_legacy/include;./../../module/framework_legacy/include/autogen;./../../module/clothing_legacy/include;./../../module/clothing_legacy/include/autogen;./../../module/common_legacy/include;./../../module/common_legacy/include/autogen;./../../framework/include;./../../framework/include/autogen;./../../module/clothing/include;./../../module/clothing/include/autogen;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NV_PARAMETERIZED_HIDE_DESCRIPTIONS=1;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>PhysX3CommonPROFILE_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE_x64.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win64;../../../PhysX_3.4/Lib/vc15win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE_x64.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc15win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <OutDir>./../../bin/vc15win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/APEX_Legacy/checked\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)CHECKED_x64</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <ClCompile> - <FloatingPointModel>Precise</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /MP /Ox /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../module/Test_legacy/include;./../../module/Test_legacy/include/autogen;./../../module/destructible_legacy/include;./../../module/destructible_legacy/include/autogen;./../../module/framework_legacy/include;./../../module/framework_legacy/include/autogen;./../../module/clothing_legacy/include;./../../module/clothing_legacy/include/autogen;./../../module/common_legacy/include;./../../module/common_legacy/include/autogen;./../../framework/include;./../../framework/include/autogen;./../../module/clothing/include;./../../module/clothing/include/autogen;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NV_PARAMETERIZED_HIDE_DESCRIPTIONS=1;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>PhysX3CommonCHECKED_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED_x64.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win64;../../../PhysX_3.4/Lib/vc15win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED_x64.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc15win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <ItemGroup> - <ResourceCompile Include="..\resource\apex.rc"></ResourceCompile> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\CachedOverlaps_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\CachedOverlaps_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorChunks_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p10.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p11.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p12.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p13.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p14.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p15.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p16.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p17.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p18.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p19.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p20.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p21.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p22.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p23.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p24.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p25.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p26.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p27.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p28.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p29.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p30.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p31.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p32.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p6.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p7.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p8.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p9.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorState_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorState_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorState_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorState_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorState_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetCollisionDataSet_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p10.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p11.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p12.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p13.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p14.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p15.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p16.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p17.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p18.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p19.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p20.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p21.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p22.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p23.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p24.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p25.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p26.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p6.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p7.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p8.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p9.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleDebugRenderParams_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleModuleParameters_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleModuleParameters_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleModuleParameters_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleModuleParameters_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructiblePreviewParam_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\MeshCookedCollisionStreamsAtScale_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\MeshCookedCollisionStream_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\ModuleDestructibleLegacyRegistration.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\SurfaceTraceParameters_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\SurfaceTraceSetParameters_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\SurfaceTraceSetParameters_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\autogen\SurfaceTraceSetParameters_0p2.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionCachedOverlaps_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p10_0p11.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p11_0p12.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p12_0p13.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p13_0p14.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p14_0p15.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p15_0p16.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p16_0p17.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p17_0p18.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p18_0p19.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p19_0p20.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p1_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p20_0p21.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p21_0p22.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p22_0p23.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p23_0p24.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p24_0p25.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p25_0p26.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p26_0p27.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p27_0p28.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p28_0p29.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p29_0p30.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p2_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p30_0p31.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p31_0p32.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p3_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p4_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p5_0p6.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p6_0p7.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p7_0p8.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p8_0p9.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p9_0p10.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorState_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorState_0p1_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorState_0p2_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorState_0p3_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p10_0p11.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p11_0p12.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p12_0p13.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p13_0p14.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p14_0p15.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p15_0p16.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p16_0p17.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p17_0p18.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p18_0p19.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p19_0p20.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p1_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p20_0p21.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p21_0p22.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p22_0p23.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p23_0p24.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p24_0p25.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p25_0p26.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p2_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p3_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p4_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p5_0p6.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p6_0p7.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p7_0p8.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p8_0p9.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p9_0p10.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleModuleParameters_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleModuleParameters_0p1_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleModuleParameters_0p2_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionSurfaceTraceSetParameters_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\destructible_legacy\include\ConversionSurfaceTraceSetParameters_0p1_0p2.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\CachedOverlaps_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\CachedOverlaps_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorChunks_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p10.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p11.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p12.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p13.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p14.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p15.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p16.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p17.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p18.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p19.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p2.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p20.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p21.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p22.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p23.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p24.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p25.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p26.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p27.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p28.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p29.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p3.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p30.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p31.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p32.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p4.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p5.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p6.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p7.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p8.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p9.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorState_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorState_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorState_0p2.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorState_0p3.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorState_0p4.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetCollisionDataSet_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p10.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p11.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p12.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p13.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p14.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p15.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p16.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p17.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p18.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p19.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p2.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p20.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p21.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p22.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p23.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p24.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p25.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p26.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p3.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p4.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p5.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p6.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p7.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p8.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p9.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleDebugRenderParams_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleModuleParameters_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleModuleParameters_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleModuleParameters_0p2.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleModuleParameters_0p3.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructiblePreviewParam_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\MeshCookedCollisionStreamsAtScale_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\MeshCookedCollisionStream_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\ModuleDestructibleLegacy.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\SurfaceTraceParameters_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\SurfaceTraceSetParameters_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\SurfaceTraceSetParameters_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\destructible_legacy\src\autogen\SurfaceTraceSetParameters_0p2.cpp"></ClCompile> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferF32x1_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferF32x2_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferF32x3_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferF32x4_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferF32x4_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU16x1_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU16x2_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU16x3_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU16x4_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU32x1_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU32x2_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU32x3_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU32x4_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU8x1_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU8x2_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU8x3_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU8x4_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\ModuleFrameworkLegacyRegistration.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\RenderMeshAssetParameters_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\SubmeshParameters_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\SubmeshParameters_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\SurfaceBufferParameters_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\VertexBufferParameters_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\VertexBufferParameters_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\autogen\VertexFormatParameters_0p0.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\framework_legacy\include\ConversionBufferF32x4_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\ConversionSubmeshParameters_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\framework_legacy\include\ConversionVertexBufferParameters_0p0_0p1.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferF32x1_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferF32x2_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferF32x3_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferF32x4_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferF32x4_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU16x1_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU16x2_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU16x3_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU16x4_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU32x1_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU32x2_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU32x3_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU32x4_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU8x1_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU8x2_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU8x3_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU8x4_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\ModuleFrameworkLegacy.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\RenderMeshAssetParameters_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\SubmeshParameters_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\SubmeshParameters_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\SurfaceBufferParameters_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\VertexBufferParameters_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\VertexBufferParameters_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\framework_legacy\src\autogen\VertexFormatParameters_0p0.cpp"></ClCompile> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p10.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p11.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p12.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p13.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p14.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p15.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p16.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p17.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p18.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p6.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p7.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p8.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p9.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p10.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p11.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p12.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p13.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p14.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p6.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p7.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p8.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p9.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedParam_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedParam_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedParam_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedParam_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedPhysX3Param_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedPhysX3Param_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedPhysX3Param_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedPhysX3Param_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedPhysX3Param_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedPhysX3Param_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingDebugRenderParams_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingGraphicalLodParameters_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingGraphicalLodParameters_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingGraphicalLodParameters_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingGraphicalLodParameters_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingGraphicalLodParameters_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingGraphicalLodParameters_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p10.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p11.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p12.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p13.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p14.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p6.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p7.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p8.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p9.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingModuleParameters_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p10.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p11.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p6.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p7.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p8.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p9.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPreviewParam_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ModuleClothingLegacyRegistration.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p10_0p11.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p11_0p12.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p12_0p13.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p13_0p14.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p14_0p15.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p15_0p16.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p16_0p17.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p17_0p18.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p1_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p2_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p3_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p4_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p5_0p6.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p6_0p7.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p7_0p8.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p8_0p9.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p9_0p10.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p10_0p11.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p11_0p12.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p12_0p13.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p13_0p14.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p1_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p2_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p3_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p4_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p5_0p6.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p6_0p7.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p7_0p8.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p8_0p9.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p9_0p10.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedParam_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedParam_0p1_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedParam_0p2_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedPhysX3Param_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedPhysX3Param_0p1_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedPhysX3Param_0p2_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedPhysX3Param_0p3_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedPhysX3Param_0p4_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingGraphicalLodParameters_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingGraphicalLodParameters_0p1_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingGraphicalLodParameters_0p2_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingGraphicalLodParameters_0p3_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingGraphicalLodParameters_0p4_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p10_0p11.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p11_0p12.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p12_0p13.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p13_0p14.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p1_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p2_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p3_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p4_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p5_0p6.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p6_0p7.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p7_0p8.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p8_0p9.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p9_0p10.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p0_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p10_0p11.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p1_0p2.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p2_0p3.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p3_0p4.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p4_0p5.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p5_0p6.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p6_0p7.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p7_0p8.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p8_0p9.h"></ClInclude> - <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p9_0p10.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p10.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p11.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p12.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p13.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p14.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p15.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p16.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p17.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p18.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p2.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p3.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p4.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p5.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p6.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p7.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p8.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p9.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p10.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p11.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p12.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p13.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p14.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p2.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p3.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p4.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p5.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p6.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p7.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p8.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p9.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedParam_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedParam_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedParam_0p2.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedParam_0p3.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedPhysX3Param_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedPhysX3Param_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedPhysX3Param_0p2.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedPhysX3Param_0p3.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedPhysX3Param_0p4.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedPhysX3Param_0p5.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingDebugRenderParams_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingGraphicalLodParameters_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingGraphicalLodParameters_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingGraphicalLodParameters_0p2.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingGraphicalLodParameters_0p3.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingGraphicalLodParameters_0p4.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingGraphicalLodParameters_0p5.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p10.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p11.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p12.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p13.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p14.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p2.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p3.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p4.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p5.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p6.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p7.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p8.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p9.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingModuleParameters_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p10.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p11.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p2.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p3.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p4.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p5.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p6.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p7.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p8.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p9.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPreviewParam_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ModuleClothingLegacy.cpp"></ClCompile> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\common_legacy\include\autogen\ConvexHullParameters_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\common_legacy\include\autogen\ConvexHullParameters_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\common_legacy\include\autogen\DebugColorParams_0p0.h"></ClInclude> - <ClInclude Include="..\..\module\common_legacy\include\autogen\DebugRenderParams_0p1.h"></ClInclude> - <ClInclude Include="..\..\module\common_legacy\include\autogen\ModuleCommonLegacyRegistration.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\common_legacy\include\ConversionConvexHullParameters_0p0_0p1.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\common_legacy\src\autogen\ConvexHullParameters_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\common_legacy\src\autogen\ConvexHullParameters_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\common_legacy\src\autogen\DebugColorParams_0p0.cpp"></ClCompile> - <ClCompile Include="..\..\module\common_legacy\src\autogen\DebugRenderParams_0p1.cpp"></ClCompile> - <ClCompile Include="..\..\module\common_legacy\src\autogen\ModuleCommonLegacy.cpp"></ClCompile> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\legacy\src\ModuleLegacy.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\include\legacy\ModuleIofxLegacy.h"></ClInclude> - <ClInclude Include="..\..\include\legacy\ModuleLegacy.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc15win64/PxFoundation.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../NvParameterized/compiler/vc15win64-PhysX_3.4/NvParameterized.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc15win64/PxTask.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./ApexShared.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./ApexCommon.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> +<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="release|x64"> + <Configuration>release</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="profile|x64"> + <Configuration>profile</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="checked|x64"> + <Configuration>checked</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectGuid>{E234DAF8-81E8-8FFC-FCE6-2CA09C768D36}</ProjectGuid> + <RootNamespace>APEX_Legacy</RootNamespace> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </ImportGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> + <OutDir>./../../bin/vc15win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/APEX_Legacy/debug\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)DEBUG_x64</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> + <ClCompile> + <FloatingPointModel>Precise</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /MP /Od /RTCsu /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../module/Test_legacy/include;./../../module/Test_legacy/include/autogen;./../../module/destructible_legacy/include;./../../module/destructible_legacy/include/autogen;./../../module/framework_legacy/include;./../../module/framework_legacy/include/autogen;./../../module/clothing_legacy/include;./../../module/clothing_legacy/include/autogen;./../../module/common_legacy/include;./../../module/common_legacy/include/autogen;./../../framework/include;./../../framework/include/autogen;./../../module/clothing/include;./../../module/clothing/include/autogen;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NV_PARAMETERIZED_HIDE_DESCRIPTIONS=1;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>PhysX3CommonDEBUG_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)DEBUG_x64.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win64;../../../PhysX_3.4/Lib/vc15win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG_x64.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc15win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX64</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> + <OutDir>./../../bin/vc15win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/APEX_Legacy/release\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)_x64</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> + <ClCompile> + <FloatingPointModel>Precise</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /MP /Ox /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../module/Test_legacy/include;./../../module/Test_legacy/include/autogen;./../../module/destructible_legacy/include;./../../module/destructible_legacy/include/autogen;./../../module/framework_legacy/include;./../../module/framework_legacy/include/autogen;./../../module/clothing_legacy/include;./../../module/clothing_legacy/include/autogen;./../../module/common_legacy/include;./../../module/common_legacy/include/autogen;./../../framework/include;./../../framework/include/autogen;./../../module/clothing/include;./../../module/clothing/include/autogen;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NV_PARAMETERIZED_HIDE_DESCRIPTIONS=1;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>PhysX3Common_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)_x64.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win64;../../../PhysX_3.4/Lib/vc15win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)_x64.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc15win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX64</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> + <OutDir>./../../bin/vc15win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/APEX_Legacy/profile\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)PROFILE_x64</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> + <ClCompile> + <FloatingPointModel>Precise</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /MP /Ox /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../module/Test_legacy/include;./../../module/Test_legacy/include/autogen;./../../module/destructible_legacy/include;./../../module/destructible_legacy/include/autogen;./../../module/framework_legacy/include;./../../module/framework_legacy/include/autogen;./../../module/clothing_legacy/include;./../../module/clothing_legacy/include/autogen;./../../module/common_legacy/include;./../../module/common_legacy/include/autogen;./../../framework/include;./../../framework/include/autogen;./../../module/clothing/include;./../../module/clothing/include/autogen;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NV_PARAMETERIZED_HIDE_DESCRIPTIONS=1;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>PhysX3CommonPROFILE_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)PROFILE_x64.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win64;../../../PhysX_3.4/Lib/vc15win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE_x64.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc15win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX64</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> + <OutDir>./../../bin/vc15win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/APEX_Legacy/checked\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)CHECKED_x64</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> + <ClCompile> + <FloatingPointModel>Precise</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /MP /Ox /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../module/Test_legacy/include;./../../module/Test_legacy/include/autogen;./../../module/destructible_legacy/include;./../../module/destructible_legacy/include/autogen;./../../module/framework_legacy/include;./../../module/framework_legacy/include/autogen;./../../module/clothing_legacy/include;./../../module/clothing_legacy/include/autogen;./../../module/common_legacy/include;./../../module/common_legacy/include/autogen;./../../framework/include;./../../framework/include/autogen;./../../module/clothing/include;./../../module/clothing/include/autogen;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NV_PARAMETERIZED_HIDE_DESCRIPTIONS=1;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>PhysX3CommonCHECKED_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)CHECKED_x64.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win64;../../../PhysX_3.4/Lib/vc15win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED_x64.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc15win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX64</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <ItemGroup> + <ResourceCompile Include="..\resource\apex.rc"> + </ResourceCompile> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\CachedOverlaps_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\CachedOverlaps_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorChunks_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p10.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p11.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p12.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p13.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p14.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p15.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p16.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p17.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p18.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p19.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p20.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p21.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p22.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p23.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p24.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p25.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p26.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p27.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p28.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p29.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p30.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p31.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p32.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p6.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p7.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p8.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorParam_0p9.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorState_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorState_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorState_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorState_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleActorState_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetCollisionDataSet_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p10.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p11.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p12.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p13.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p14.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p15.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p16.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p17.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p18.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p19.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p20.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p21.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p22.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p23.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p24.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p25.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p26.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p6.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p7.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p8.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleAssetParameters_0p9.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleDebugRenderParams_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleModuleParameters_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleModuleParameters_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleModuleParameters_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructibleModuleParameters_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\DestructiblePreviewParam_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\MeshCookedCollisionStreamsAtScale_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\MeshCookedCollisionStream_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\ModuleDestructibleLegacyRegistration.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\SurfaceTraceParameters_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\SurfaceTraceSetParameters_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\SurfaceTraceSetParameters_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\autogen\SurfaceTraceSetParameters_0p2.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionCachedOverlaps_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p10_0p11.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p11_0p12.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p12_0p13.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p13_0p14.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p14_0p15.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p15_0p16.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p16_0p17.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p17_0p18.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p18_0p19.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p19_0p20.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p1_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p20_0p21.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p21_0p22.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p22_0p23.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p23_0p24.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p24_0p25.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p25_0p26.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p26_0p27.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p27_0p28.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p28_0p29.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p29_0p30.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p2_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p30_0p31.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p31_0p32.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p3_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p4_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p5_0p6.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p6_0p7.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p7_0p8.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p8_0p9.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorParam_0p9_0p10.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorState_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorState_0p1_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorState_0p2_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleActorState_0p3_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p10_0p11.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p11_0p12.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p12_0p13.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p13_0p14.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p14_0p15.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p15_0p16.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p16_0p17.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p17_0p18.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p18_0p19.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p19_0p20.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p1_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p20_0p21.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p21_0p22.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p22_0p23.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p23_0p24.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p24_0p25.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p25_0p26.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p2_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p3_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p4_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p5_0p6.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p6_0p7.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p7_0p8.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p8_0p9.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleAssetParameters_0p9_0p10.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleModuleParameters_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleModuleParameters_0p1_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionDestructibleModuleParameters_0p2_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionSurfaceTraceSetParameters_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\destructible_legacy\include\ConversionSurfaceTraceSetParameters_0p1_0p2.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\CachedOverlaps_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\CachedOverlaps_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorChunks_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p10.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p11.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p12.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p13.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p14.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p15.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p16.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p17.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p18.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p19.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p2.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p20.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p21.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p22.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p23.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p24.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p25.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p26.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p27.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p28.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p29.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p3.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p30.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p31.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p32.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p4.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p5.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p6.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p7.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p8.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorParam_0p9.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorState_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorState_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorState_0p2.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorState_0p3.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleActorState_0p4.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetCollisionDataSet_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p10.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p11.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p12.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p13.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p14.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p15.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p16.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p17.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p18.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p19.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p2.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p20.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p21.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p22.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p23.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p24.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p25.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p26.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p3.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p4.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p5.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p6.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p7.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p8.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleAssetParameters_0p9.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleDebugRenderParams_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleModuleParameters_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleModuleParameters_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleModuleParameters_0p2.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructibleModuleParameters_0p3.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\DestructiblePreviewParam_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\MeshCookedCollisionStreamsAtScale_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\MeshCookedCollisionStream_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\ModuleDestructibleLegacy.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\SurfaceTraceParameters_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\SurfaceTraceSetParameters_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\SurfaceTraceSetParameters_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\destructible_legacy\src\autogen\SurfaceTraceSetParameters_0p2.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferF32x1_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferF32x2_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferF32x3_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferF32x4_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferF32x4_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU16x1_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU16x2_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU16x3_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU16x4_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU32x1_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU32x2_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU32x3_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU32x4_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU8x1_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU8x2_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU8x3_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\BufferU8x4_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\ModuleFrameworkLegacyRegistration.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\RenderMeshAssetParameters_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\SubmeshParameters_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\SubmeshParameters_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\SurfaceBufferParameters_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\VertexBufferParameters_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\VertexBufferParameters_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\autogen\VertexFormatParameters_0p0.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\framework_legacy\include\ConversionBufferF32x4_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\ConversionSubmeshParameters_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\framework_legacy\include\ConversionVertexBufferParameters_0p0_0p1.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferF32x1_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferF32x2_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferF32x3_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferF32x4_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferF32x4_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU16x1_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU16x2_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU16x3_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU16x4_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU32x1_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU32x2_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU32x3_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU32x4_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU8x1_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU8x2_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU8x3_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\BufferU8x4_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\ModuleFrameworkLegacy.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\RenderMeshAssetParameters_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\SubmeshParameters_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\SubmeshParameters_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\SurfaceBufferParameters_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\VertexBufferParameters_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\VertexBufferParameters_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\framework_legacy\src\autogen\VertexFormatParameters_0p0.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p10.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p11.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p12.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p13.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p14.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p15.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p16.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p17.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p18.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p6.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p7.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p8.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingActorParam_0p9.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p10.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p11.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p12.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p13.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p14.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p6.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p7.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p8.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingAssetParameters_0p9.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedParam_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedParam_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedParam_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedParam_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedPhysX3Param_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedPhysX3Param_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedPhysX3Param_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedPhysX3Param_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedPhysX3Param_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingCookedPhysX3Param_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingDebugRenderParams_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingGraphicalLodParameters_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingGraphicalLodParameters_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingGraphicalLodParameters_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingGraphicalLodParameters_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingGraphicalLodParameters_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingGraphicalLodParameters_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p10.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p11.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p12.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p13.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p14.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p6.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p7.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p8.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingMaterialLibraryParameters_0p9.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingModuleParameters_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p10.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p11.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p6.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p7.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p8.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPhysicalMeshParameters_0p9.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ClothingPreviewParam_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\autogen\ModuleClothingLegacyRegistration.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p10_0p11.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p11_0p12.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p12_0p13.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p13_0p14.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p14_0p15.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p15_0p16.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p16_0p17.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p17_0p18.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p1_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p2_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p3_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p4_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p5_0p6.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p6_0p7.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p7_0p8.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p8_0p9.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingActorParam_0p9_0p10.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p10_0p11.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p11_0p12.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p12_0p13.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p13_0p14.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p1_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p2_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p3_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p4_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p5_0p6.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p6_0p7.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p7_0p8.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p8_0p9.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingAssetParameters_0p9_0p10.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedParam_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedParam_0p1_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedParam_0p2_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedPhysX3Param_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedPhysX3Param_0p1_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedPhysX3Param_0p2_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedPhysX3Param_0p3_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingCookedPhysX3Param_0p4_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingGraphicalLodParameters_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingGraphicalLodParameters_0p1_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingGraphicalLodParameters_0p2_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingGraphicalLodParameters_0p3_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingGraphicalLodParameters_0p4_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p10_0p11.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p11_0p12.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p12_0p13.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p13_0p14.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p1_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p2_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p3_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p4_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p5_0p6.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p6_0p7.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p7_0p8.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p8_0p9.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingMaterialLibraryParameters_0p9_0p10.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p0_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p10_0p11.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p1_0p2.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p2_0p3.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p3_0p4.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p4_0p5.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p5_0p6.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p6_0p7.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p7_0p8.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p8_0p9.h"> + </ClInclude> + <ClInclude Include="..\..\module\clothing_legacy\include\ConversionClothingPhysicalMeshParameters_0p9_0p10.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p10.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p11.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p12.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p13.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p14.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p15.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p16.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p17.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p18.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p2.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p3.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p4.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p5.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p6.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p7.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p8.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingActorParam_0p9.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p10.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p11.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p12.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p13.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p14.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p2.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p3.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p4.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p5.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p6.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p7.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p8.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingAssetParameters_0p9.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedParam_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedParam_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedParam_0p2.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedParam_0p3.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedPhysX3Param_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedPhysX3Param_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedPhysX3Param_0p2.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedPhysX3Param_0p3.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedPhysX3Param_0p4.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingCookedPhysX3Param_0p5.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingDebugRenderParams_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingGraphicalLodParameters_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingGraphicalLodParameters_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingGraphicalLodParameters_0p2.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingGraphicalLodParameters_0p3.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingGraphicalLodParameters_0p4.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingGraphicalLodParameters_0p5.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p10.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p11.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p12.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p13.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p14.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p2.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p3.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p4.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p5.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p6.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p7.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p8.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingMaterialLibraryParameters_0p9.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingModuleParameters_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p10.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p11.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p2.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p3.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p4.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p5.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p6.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p7.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p8.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPhysicalMeshParameters_0p9.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ClothingPreviewParam_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\clothing_legacy\src\autogen\ModuleClothingLegacy.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\common_legacy\include\autogen\ConvexHullParameters_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\common_legacy\include\autogen\ConvexHullParameters_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\common_legacy\include\autogen\DebugColorParams_0p0.h"> + </ClInclude> + <ClInclude Include="..\..\module\common_legacy\include\autogen\DebugRenderParams_0p1.h"> + </ClInclude> + <ClInclude Include="..\..\module\common_legacy\include\autogen\ModuleCommonLegacyRegistration.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\common_legacy\include\ConversionConvexHullParameters_0p0_0p1.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\common_legacy\src\autogen\ConvexHullParameters_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\common_legacy\src\autogen\ConvexHullParameters_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\common_legacy\src\autogen\DebugColorParams_0p0.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\common_legacy\src\autogen\DebugRenderParams_0p1.cpp"> + </ClCompile> + <ClCompile Include="..\..\module\common_legacy\src\autogen\ModuleCommonLegacy.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\legacy\src\ModuleLegacy.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\include\legacy\ModuleIofxLegacy.h"> + </ClInclude> + <ClInclude Include="..\..\include\legacy\ModuleLegacy.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc15win64/PxFoundation.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../NvParameterized/compiler/vc15win64-PhysX_3.4/NvParameterized.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc15win64/PxTask.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./ApexShared.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./ApexCommon.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"></ImportGroup> </Project> diff --git a/APEX_1.4/compiler/vc15win64-PhysX_3.4/APEX_Loader.vcxproj b/APEX_1.4/compiler/vc15win64-PhysX_3.4/APEX_Loader.vcxproj index ac1b85d7..4359ba29 100644 --- a/APEX_1.4/compiler/vc15win64-PhysX_3.4/APEX_Loader.vcxproj +++ b/APEX_1.4/compiler/vc15win64-PhysX_3.4/APEX_Loader.vcxproj @@ -1,313 +1,293 @@ <?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="release|x64"> - <Configuration>release</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|x64"> - <Configuration>profile</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="checked|x64"> - <Configuration>checked</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{E4359E1C-FB24-D016-611C-A3283B38FEA4}</ProjectGuid> - <RootNamespace>APEX_Loader</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='debug|x64'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v141</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='release|x64'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v141</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='profile|x64'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v141</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='checked|x64'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <OutDir>./../../bin/vc15win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/APEX_Loader/debug\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)DEBUG_x64</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <ClCompile> - <FloatingPointModel>Precise</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /MP /Od /RTCsu /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/loader;./../../include/clothing;./../../include/legacy;./../../module/loader/include;./../../include/destructible;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonDEBUG_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG_x64.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win64;../../../PhysX_3.4/Lib/vc15win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG_x64.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc15win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <OutDir>./../../bin/vc15win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/APEX_Loader/release\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)_x64</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <ClCompile> - <FloatingPointModel>Precise</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /MP /Ox /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/loader;./../../include/clothing;./../../include/legacy;./../../module/loader/include;./../../include/destructible;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3Common_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)_x64.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win64;../../../PhysX_3.4/Lib/vc15win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)_x64.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc15win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <OutDir>./../../bin/vc15win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/APEX_Loader/profile\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)PROFILE_x64</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <ClCompile> - <FloatingPointModel>Precise</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /MP /Ox /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/loader;./../../include/clothing;./../../include/legacy;./../../module/loader/include;./../../include/destructible;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonPROFILE_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE_x64.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win64;../../../PhysX_3.4/Lib/vc15win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE_x64.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc15win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <OutDir>./../../bin/vc15win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/APEX_Loader/checked\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)CHECKED_x64</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <ClCompile> - <FloatingPointModel>Precise</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /MP /Ox /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/loader;./../../include/clothing;./../../include/legacy;./../../module/loader/include;./../../include/destructible;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonCHECKED_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED_x64.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win64;../../../PhysX_3.4/Lib/vc15win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED_x64.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc15win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <ItemGroup> - <ResourceCompile Include="..\resource\apex.rc"></ResourceCompile> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\module\loader\include\ModuleLoaderImpl.h"></ClInclude> - <ClInclude Include="..\..\module\loader\include\Modules.h"></ClInclude> - <ClInclude Include="..\..\module\loader\include\ModuleXmacro.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\module\loader\src\ModuleLoaderImpl.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\include\loader\ModuleLoader.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc15win64/PxFoundation.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./ApexCommon.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./ApexShared.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc15win64/PsFastXml.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../NvParameterized/compiler/vc15win64-PhysX_3.4/NvParameterized.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc15win64/PxPvdSDK.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./ApexFramework.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./APEX_Clothing.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./APEX_Legacy.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./APEX_Destructible.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> +<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="release|x64"> + <Configuration>release</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="profile|x64"> + <Configuration>profile</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="checked|x64"> + <Configuration>checked</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectGuid>{E4359E1C-FB24-D016-611C-A3283B38FEA4}</ProjectGuid> + <RootNamespace>APEX_Loader</RootNamespace> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </ImportGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> + <OutDir>./../../bin/vc15win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/APEX_Loader/debug\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)DEBUG_x64</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> + <ClCompile> + <FloatingPointModel>Precise</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /MP /Od /RTCsu /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/loader;./../../include/clothing;./../../include/legacy;./../../module/loader/include;./../../include/destructible;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonDEBUG_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)DEBUG_x64.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win64;../../../PhysX_3.4/Lib/vc15win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG_x64.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc15win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX64</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> + <OutDir>./../../bin/vc15win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/APEX_Loader/release\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)_x64</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> + <ClCompile> + <FloatingPointModel>Precise</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /MP /Ox /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/loader;./../../include/clothing;./../../include/legacy;./../../module/loader/include;./../../include/destructible;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3Common_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)_x64.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win64;../../../PhysX_3.4/Lib/vc15win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)_x64.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc15win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX64</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> + <OutDir>./../../bin/vc15win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/APEX_Loader/profile\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)PROFILE_x64</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> + <ClCompile> + <FloatingPointModel>Precise</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /MP /Ox /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/loader;./../../include/clothing;./../../include/legacy;./../../module/loader/include;./../../include/destructible;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonPROFILE_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)PROFILE_x64.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win64;../../../PhysX_3.4/Lib/vc15win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE_x64.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc15win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX64</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> + <OutDir>./../../bin/vc15win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/APEX_Loader/checked\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)CHECKED_x64</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> + <ClCompile> + <FloatingPointModel>Precise</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /MP /Ox /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../include/loader;./../../include/clothing;./../../include/legacy;./../../module/loader/include;./../../include/destructible;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;ENABLE_TEST=0;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonCHECKED_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)CHECKED_x64.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win64;../../../PhysX_3.4/Lib/vc15win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED_x64.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc15win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX64</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <ItemGroup> + <ResourceCompile Include="..\resource\apex.rc"> + </ResourceCompile> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\module\loader\include\ModuleLoaderImpl.h"> + </ClInclude> + <ClInclude Include="..\..\module\loader\include\Modules.h"> + </ClInclude> + <ClInclude Include="..\..\module\loader\include\ModuleXmacro.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\module\loader\src\ModuleLoaderImpl.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\include\loader\ModuleLoader.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc15win64/PxFoundation.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./ApexCommon.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./ApexShared.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc15win64/PsFastXml.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../NvParameterized/compiler/vc15win64-PhysX_3.4/NvParameterized.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc15win64/PxPvdSDK.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./ApexFramework.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./APEX_Clothing.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./APEX_Legacy.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./APEX_Destructible.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"></ImportGroup> </Project> diff --git a/APEX_1.4/compiler/vc15win64-PhysX_3.4/ApexCommon.vcxproj b/APEX_1.4/compiler/vc15win64-PhysX_3.4/ApexCommon.vcxproj index 8beeed94..f0430496 100644 --- a/APEX_1.4/compiler/vc15win64-PhysX_3.4/ApexCommon.vcxproj +++ b/APEX_1.4/compiler/vc15win64-PhysX_3.4/ApexCommon.vcxproj @@ -1,376 +1,471 @@ <?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="release|x64"> - <Configuration>release</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|x64"> - <Configuration>profile</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="checked|x64"> - <Configuration>checked</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{F7306F72-804E-41BB-6430-8804934AD542}</ProjectGuid> - <RootNamespace>ApexCommon</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)'=='release|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)'=='checked|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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <OutDir>./../../lib/vc15win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/ApexCommon/debug\</IntDir> - <TargetExt>.lib</TargetExt> - <TargetName>$(ProjectName)DEBUG</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <ClCompile> - <FloatingPointModel>Precise</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /MP /Od /RTCsu /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.lib</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win64;../../../PhysX_3.4/Lib/vc15win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG.lib.pdb</ProgramDatabaseFile> - <TargetMachine>MachineX64</TargetMachine> - </Lib> - <ResourceCompile></ResourceCompile> - <ProjectReference> - <LinkLibraryDependencies>true</LinkLibraryDependencies> - </ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <OutDir>./../../lib/vc15win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/ApexCommon/release\</IntDir> - <TargetExt>.lib</TargetExt> - <TargetName>$(ProjectName)</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <ClCompile> - <FloatingPointModel>Precise</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /MP /Ox /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName).lib</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win64;../../../PhysX_3.4/Lib/vc15win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName).lib.pdb</ProgramDatabaseFile> - <TargetMachine>MachineX64</TargetMachine> - </Lib> - <ResourceCompile></ResourceCompile> - <ProjectReference> - <LinkLibraryDependencies>true</LinkLibraryDependencies> - </ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <OutDir>./../../lib/vc15win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/ApexCommon/profile\</IntDir> - <TargetExt>.lib</TargetExt> - <TargetName>$(ProjectName)PROFILE</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <ClCompile> - <FloatingPointModel>Precise</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /MP /Ox /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.lib</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win64;../../../PhysX_3.4/Lib/vc15win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE.lib.pdb</ProgramDatabaseFile> - <TargetMachine>MachineX64</TargetMachine> - </Lib> - <ResourceCompile></ResourceCompile> - <ProjectReference> - <LinkLibraryDependencies>true</LinkLibraryDependencies> - </ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <OutDir>./../../lib/vc15win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/ApexCommon/checked\</IntDir> - <TargetExt>.lib</TargetExt> - <TargetName>$(ProjectName)CHECKED</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <ClCompile> - <FloatingPointModel>Precise</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /MP /Ox /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.lib</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win64;../../../PhysX_3.4/Lib/vc15win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED.lib.pdb</ProgramDatabaseFile> - <TargetMachine>MachineX64</TargetMachine> - </Lib> - <ResourceCompile></ResourceCompile> - <ProjectReference> - <LinkLibraryDependencies>true</LinkLibraryDependencies> - </ProjectReference> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\common\src\autogen\ConvexHullParameters.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\autogen\DebugColorParams.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\autogen\DebugRenderParams.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\common\src\ApexActor.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexAssetAuthoring.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexAssetTracker.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexCollision.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexContext.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexCudaProfile.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexCudaTest.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexGeneralizedCubeTemplates.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexGeneralizedMarchingCubes.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexIsoMesh.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexMeshContractor.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexMeshHash.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexPreview.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexPvdClient.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexQuadricSimplifier.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexResource.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexRWLockable.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexSDKCachedDataImpl.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexSDKHelpers.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexShape.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexSharedUtils.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexSubdivider.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ApexTetrahedralizer.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\CurveImpl.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ModuleBase.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ModuleUpdateLoader.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\PVDParameterizedHandler.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\ReadCheck.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\Spline.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\variable_oscillator.cpp"></ClCompile> - <ClCompile Include="..\..\common\src\WriteCheck.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\common\include\autogen\ConvexHullParameters.h"></ClInclude> - <ClInclude Include="..\..\common\include\autogen\DebugColorParams.h"></ClInclude> - <ClInclude Include="..\..\common\include\autogen\DebugRenderParams.h"></ClInclude> - <ClInclude Include="..\..\common\include\autogen\ModuleCommonRegistration.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\common\include\ApexActor.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexAssetAuthoring.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexAssetTracker.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexAuthorableObject.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexBinaryHeap.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexCollision.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexConstrainedDistributor.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexContext.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexCuda.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexCudaDefs.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexCudaProfile.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexCudaSource.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexCudaTest.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexCudaWrapper.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexCutil.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexFIFO.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexFind.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexGeneralizedCubeTemplates.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexGeneralizedMarchingCubes.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexGroupsFiltering.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexIsoMesh.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexLegacyModule.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexMarchingCubes.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexMath.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexMerge.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexMeshContractor.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexMeshHash.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexMirrored.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexMirroredArray.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexPermute.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexPreview.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexPvdClient.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexQuadricSimplifier.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexQuickSelectSmallestK.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexRand.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexRenderable.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexResource.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexResourceHelper.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexRWLockable.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexSDKCachedDataImpl.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexSDKHelpers.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexSDKIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexShape.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexSharedUtils.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexSubdivider.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexTest.h"></ClInclude> - <ClInclude Include="..\..\common\include\ApexTetrahedralizer.h"></ClInclude> - <ClInclude Include="..\..\common\include\AuthorableObjectIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\Cof44.h"></ClInclude> - <ClInclude Include="..\..\common\include\CurveImpl.h"></ClInclude> - <ClInclude Include="..\..\common\include\DebugColorParamsEx.h"></ClInclude> - <ClInclude Include="..\..\common\include\DeclareArray.h"></ClInclude> - <ClInclude Include="..\..\common\include\FieldBoundaryIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\FieldSamplerIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\FieldSamplerManagerIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\FieldSamplerQueryIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\FieldSamplerSceneIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\InplaceStorage.h"></ClInclude> - <ClInclude Include="..\..\common\include\InplaceTypes.h"></ClInclude> - <ClInclude Include="..\..\common\include\InplaceTypesBuilder.h"></ClInclude> - <ClInclude Include="..\..\common\include\InstancedObjectSimulationIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\IofxManagerIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\ModuleBase.h"></ClInclude> - <ClInclude Include="..\..\common\include\ModuleFieldSamplerIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\ModuleIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\ModuleIofxIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\ModuleUpdateLoader.h"></ClInclude> - <ClInclude Include="..\..\common\include\P4Info.h"></ClInclude> - <ClInclude Include="..\..\common\include\PhysXObjectDescIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\ProfilerCallback.h"></ClInclude> - <ClInclude Include="..\..\common\include\PVDParameterizedHandler.h"></ClInclude> - <ClInclude Include="..\..\common\include\RandState.h"></ClInclude> - <ClInclude Include="..\..\common\include\RandStateHelpers.h"></ClInclude> - <ClInclude Include="..\..\common\include\ReadCheck.h"></ClInclude> - <ClInclude Include="..\..\common\include\RenderAPIIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\RenderMeshAssetIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\ResourceProviderIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\SceneIntl.h"></ClInclude> - <ClInclude Include="..\..\common\include\SimplexNoise.h"></ClInclude> - <ClInclude Include="..\..\common\include\Spline.h"></ClInclude> - <ClInclude Include="..\..\common\include\TableLookup.h"></ClInclude> - <ClInclude Include="..\..\common\include\variable_oscillator.h"></ClInclude> - <ClInclude Include="..\..\common\include\WriteCheck.h"></ClInclude> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <None Include="..\..\common\parameters\ConvexHullParamSchema.pl"></None> - <None Include="..\..\common\parameters\DebugColorParamSchema.pl"></None> - <None Include="..\..\common\parameters\DebugRenderParamSchema.pl"></None> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> +<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="release|x64"> + <Configuration>release</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="profile|x64"> + <Configuration>profile</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="checked|x64"> + <Configuration>checked</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectGuid>{F7306F72-804E-41BB-6430-8804934AD542}</ProjectGuid> + <RootNamespace>ApexCommon</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)'=='release|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)'=='checked|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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </ImportGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> + <OutDir>./../../lib/vc15win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/ApexCommon/debug\</IntDir> + <TargetExt>.lib</TargetExt> + <TargetName>$(ProjectName)DEBUG</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> + <ClCompile> + <FloatingPointModel>Precise</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /MP /Od /RTCsu /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)DEBUG.lib</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win64;../../../PhysX_3.4/Lib/vc15win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG.lib.pdb</ProgramDatabaseFile> + <TargetMachine>MachineX64</TargetMachine> + </Lib> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + <LinkLibraryDependencies>true</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> + <OutDir>./../../lib/vc15win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/ApexCommon/release\</IntDir> + <TargetExt>.lib</TargetExt> + <TargetName>$(ProjectName)</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> + <ClCompile> + <FloatingPointModel>Precise</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /MP /Ox /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName).lib</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win64;../../../PhysX_3.4/Lib/vc15win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName).lib.pdb</ProgramDatabaseFile> + <TargetMachine>MachineX64</TargetMachine> + </Lib> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + <LinkLibraryDependencies>true</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> + <OutDir>./../../lib/vc15win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/ApexCommon/profile\</IntDir> + <TargetExt>.lib</TargetExt> + <TargetName>$(ProjectName)PROFILE</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> + <ClCompile> + <FloatingPointModel>Precise</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /MP /Ox /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)PROFILE.lib</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win64;../../../PhysX_3.4/Lib/vc15win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE.lib.pdb</ProgramDatabaseFile> + <TargetMachine>MachineX64</TargetMachine> + </Lib> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + <LinkLibraryDependencies>true</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> + <OutDir>./../../lib/vc15win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/ApexCommon/checked\</IntDir> + <TargetExt>.lib</TargetExt> + <TargetName>$(ProjectName)CHECKED</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> + <ClCompile> + <FloatingPointModel>Precise</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /MP /Ox /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)CHECKED.lib</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win64;../../../PhysX_3.4/Lib/vc15win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED.lib.pdb</ProgramDatabaseFile> + <TargetMachine>MachineX64</TargetMachine> + </Lib> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + <LinkLibraryDependencies>true</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <ItemGroup> + <ClCompile Include="..\..\common\src\autogen\ConvexHullParameters.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\autogen\DebugColorParams.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\autogen\DebugRenderParams.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\common\src\ApexActor.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexAssetAuthoring.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexAssetTracker.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexCollision.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexContext.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexCudaProfile.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexCudaTest.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexGeneralizedCubeTemplates.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexGeneralizedMarchingCubes.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexIsoMesh.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexMeshContractor.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexMeshHash.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexPreview.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexPvdClient.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexQuadricSimplifier.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexResource.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexRWLockable.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexSDKCachedDataImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexSDKHelpers.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexShape.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexSharedUtils.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexSubdivider.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ApexTetrahedralizer.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\CurveImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ModuleBase.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ModuleUpdateLoader.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\PVDParameterizedHandler.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\ReadCheck.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\Spline.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\variable_oscillator.cpp"> + </ClCompile> + <ClCompile Include="..\..\common\src\WriteCheck.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\common\include\autogen\ConvexHullParameters.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\autogen\DebugColorParams.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\autogen\DebugRenderParams.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\autogen\ModuleCommonRegistration.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\common\include\ApexActor.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexAssetAuthoring.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexAssetTracker.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexAuthorableObject.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexBinaryHeap.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexCollision.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexConstrainedDistributor.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexContext.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexCuda.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexCudaDefs.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexCudaProfile.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexCudaSource.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexCudaTest.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexCudaWrapper.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexCutil.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexFIFO.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexFind.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexGeneralizedCubeTemplates.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexGeneralizedMarchingCubes.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexGroupsFiltering.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexIsoMesh.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexLegacyModule.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexMarchingCubes.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexMath.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexMerge.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexMeshContractor.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexMeshHash.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexMirrored.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexMirroredArray.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexPermute.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexPreview.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexPvdClient.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexQuadricSimplifier.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexQuickSelectSmallestK.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexRand.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexRenderable.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexResource.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexResourceHelper.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexRWLockable.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexSDKCachedDataImpl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexSDKHelpers.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexSDKIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexShape.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexSharedUtils.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexSubdivider.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexTest.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ApexTetrahedralizer.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\AuthorableObjectIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\Cof44.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\CurveImpl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\DebugColorParamsEx.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\DeclareArray.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\FieldBoundaryIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\FieldSamplerIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\FieldSamplerManagerIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\FieldSamplerQueryIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\FieldSamplerSceneIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\InplaceStorage.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\InplaceTypes.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\InplaceTypesBuilder.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\InstancedObjectSimulationIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\IofxManagerIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ModuleBase.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ModuleFieldSamplerIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ModuleIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ModuleIofxIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ModuleUpdateLoader.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\P4Info.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\PhysXObjectDescIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ProfilerCallback.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\PVDParameterizedHandler.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\RandState.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\RandStateHelpers.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ReadCheck.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\RenderAPIIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\RenderMeshAssetIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\ResourceProviderIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\SceneIntl.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\SimplexNoise.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\Spline.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\TableLookup.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\variable_oscillator.h"> + </ClInclude> + <ClInclude Include="..\..\common\include\WriteCheck.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <None Include="..\..\common\parameters\ConvexHullParamSchema.pl"> + </None> + <None Include="..\..\common\parameters\DebugColorParamSchema.pl"> + </None> + <None Include="..\..\common\parameters\DebugRenderParamSchema.pl"> + </None> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"></ImportGroup> </Project> diff --git a/APEX_1.4/compiler/vc15win64-PhysX_3.4/ApexFramework.vcxproj b/APEX_1.4/compiler/vc15win64-PhysX_3.4/ApexFramework.vcxproj index edc16e3a..955b69a2 100644 --- a/APEX_1.4/compiler/vc15win64-PhysX_3.4/ApexFramework.vcxproj +++ b/APEX_1.4/compiler/vc15win64-PhysX_3.4/ApexFramework.vcxproj @@ -1,462 +1,591 @@ <?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="release|x64"> - <Configuration>release</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|x64"> - <Configuration>profile</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="checked|x64"> - <Configuration>checked</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{3C502F21-3100-E267-FBA8-2AA0C3E5FA4C}</ProjectGuid> - <RootNamespace>ApexFramework</RootNamespace> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='debug|x64'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v141</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='release|x64'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v141</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='profile|x64'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v141</PlatformToolset> - </PropertyGroup> - <PropertyGroup - Condition="'$(Configuration)|$(Platform)'=='checked|x64'" - Label="Configuration"> - <ConfigurationType>DynamicLibrary</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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <OutDir>./../../bin/vc15win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/ApexFramework/debug\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)DEBUG_x64</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <ClCompile> - <FloatingPointModel>Precise</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /MP /Od /RTCsu /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../common/include;./../../common/include/autogen;./../../shared/internal/include;./../../NvParameterized/include;./../../shared/general/RenderDebug/public;./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/PairFilter/include;./../../shared/general/PairFilter/public;../../../PxShared/src/pvd/src;../../../PxShared/src/cudamanager/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonDEBUG_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG_x64.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win64;../../../PhysX_3.4/Lib/vc15win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG_x64.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc15win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <OutDir>./../../bin/vc15win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/ApexFramework/release\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)_x64</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <ClCompile> - <FloatingPointModel>Precise</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /MP /Ox /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../common/include;./../../common/include/autogen;./../../shared/internal/include;./../../NvParameterized/include;./../../shared/general/RenderDebug/public;./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/PairFilter/include;./../../shared/general/PairFilter/public;../../../PxShared/src/pvd/src;../../../PxShared/src/cudamanager/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3Common_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)_x64.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win64;../../../PhysX_3.4/Lib/vc15win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)_x64.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc15win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <OutDir>./../../bin/vc15win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/ApexFramework/profile\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)PROFILE_x64</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <ClCompile> - <FloatingPointModel>Precise</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /MP /Ox /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../common/include;./../../common/include/autogen;./../../shared/internal/include;./../../NvParameterized/include;./../../shared/general/RenderDebug/public;./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/PairFilter/include;./../../shared/general/PairFilter/public;../../../PxShared/src/pvd/src;../../../PxShared/src/cudamanager/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonPROFILE_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE_x64.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win64;../../../PhysX_3.4/Lib/vc15win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE_x64.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc15win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <OutDir>./../../bin/vc15win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/ApexFramework/checked\</IntDir> - <TargetExt>.dll</TargetExt> - <TargetName>$(ProjectName)CHECKED_x64</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <ClCompile> - <FloatingPointModel>Precise</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /MP /Ox /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../common/include;./../../common/include/autogen;./../../shared/internal/include;./../../NvParameterized/include;./../../shared/general/RenderDebug/public;./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/PairFilter/include;./../../shared/general/PairFilter/public;../../../PxShared/src/pvd/src;../../../PxShared/src/cudamanager/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Link> - <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonCHECKED_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED_x64.dll</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win64;../../../PhysX_3.4/Lib/vc15win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED_x64.dll.pdb</ProgramDatabaseFile> - <SubSystem>Console</SubSystem> - <ImportLibrary>./../../lib/vc15win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> - <GenerateDebugInformation>true</GenerateDebugInformation> - <TargetMachine>MachineX64</TargetMachine> - </Link> - <ResourceCompile></ResourceCompile> - <ProjectReference></ProjectReference> - </ItemDefinitionGroup> - <ItemGroup> - <ResourceCompile Include="..\resource\apex.rc"></ResourceCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\framework\src\autogen\BufferF32x1.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferF32x2.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferF32x3.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferF32x4.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferU16x1.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferU16x2.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferU16x3.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferU16x4.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferU32x1.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferU32x2.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferU32x3.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferU32x4.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferU8x1.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferU8x2.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferU8x3.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\BufferU8x4.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\RenderMeshAssetParameters.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\SubmeshParameters.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\SurfaceBufferParameters.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\VertexBufferParameters.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\autogen\VertexFormatParameters.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\framework\src\windows\AgMMFile.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\windows\PhysXIndicator.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\framework\src\ApexAssetPreviewScene.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexCreateSDK.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexCustomBufferIterator.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexRenderDebug.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexRenderMeshActor.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexRenderMeshAsset.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexRenderMeshAssetAuthoring.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexRenderSubmesh.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexResourceProvider.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexScene.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexSceneTasks.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexSceneUserNotify.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexSDKImpl.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexSDKVersionString.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexVertexBuffer.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ApexVertexFormat.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\FrameworkProfile.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\MirrorSceneImpl.cpp"></ClCompile> - <ClCompile Include="..\..\framework\src\ThreadPool.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\framework\include\autogen\BufferF32x1.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferF32x2.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferF32x3.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferF32x4.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferU16x1.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferU16x2.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferU16x3.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferU16x4.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferU32x1.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferU32x2.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferU32x3.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferU32x4.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferU8x1.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferU8x2.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferU8x3.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\BufferU8x4.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\ModuleFrameworkRegistration.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\RenderMeshAssetParameters.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\SubmeshParameters.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\SurfaceBufferParameters.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\VertexBufferParameters.h"></ClInclude> - <ClInclude Include="..\..\framework\include\autogen\VertexFormatParameters.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\framework\include\ApexAssetPreviewScene.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexCustomBufferIterator.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexDefaultStream.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexInteropableBuffer.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexPhysXObjectDesc.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexRenderDebug.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexRenderMeshActor.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexRenderMeshAsset.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexRenderMeshAssetAuthoring.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexRenderSubmesh.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexResourceProvider.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexScene.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexSceneTasks.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexSceneUserNotify.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexSDKImpl.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexStubPxProfileZone.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexVertexBuffer.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ApexVertexFormat.h"></ClInclude> - <ClInclude Include="..\..\framework\include\CudaProfileManager.h"></ClInclude> - <ClInclude Include="..\..\framework\include\FrameworkEventDefs.h"></ClInclude> - <ClInclude Include="..\..\framework\include\FrameworkPerfScope.h"></ClInclude> - <ClInclude Include="..\..\framework\include\MirrorSceneImpl.h"></ClInclude> - <ClInclude Include="..\..\framework\include\PVDBindingErrorStream.h"></ClInclude> - <ClInclude Include="..\..\framework\include\RenderResourceManagerWrapper.h"></ClInclude> - <ClInclude Include="..\..\framework\include\ThreadPool.h"></ClInclude> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\include\PhysX3\PhysXSDKVersion.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\include\Actor.h"></ClInclude> - <ClInclude Include="..\..\include\Apex.h"></ClInclude> - <ClInclude Include="..\..\include\ApexCudaContextManager.h"></ClInclude> - <ClInclude Include="..\..\include\ApexDefs.h"></ClInclude> - <ClInclude Include="..\..\include\ApexDesc.h"></ClInclude> - <ClInclude Include="..\..\include\ApexInterface.h"></ClInclude> - <ClInclude Include="..\..\include\ApexNameSpace.h"></ClInclude> - <ClInclude Include="..\..\include\ApexSDK.h"></ClInclude> - <ClInclude Include="..\..\include\ApexSDKCachedData.h"></ClInclude> - <ClInclude Include="..\..\include\ApexSDKVersionString.h"></ClInclude> - <ClInclude Include="..\..\include\ApexUsingNamespace.h"></ClInclude> - <ClInclude Include="..\..\include\Asset.h"></ClInclude> - <ClInclude Include="..\..\include\AssetPreview.h"></ClInclude> - <ClInclude Include="..\..\include\AssetPreviewScene.h"></ClInclude> - <ClInclude Include="..\..\include\Context.h"></ClInclude> - <ClInclude Include="..\..\include\ConvexHullMethod.h"></ClInclude> - <ClInclude Include="..\..\include\CudaTestManager.h"></ClInclude> - <ClInclude Include="..\..\include\Curve.h"></ClInclude> - <ClInclude Include="..\..\include\CustomBufferIterator.h"></ClInclude> - <ClInclude Include="..\..\include\IosAsset.h"></ClInclude> - <ClInclude Include="..\..\include\IProgressListener.h"></ClInclude> - <ClInclude Include="..\..\include\Lock.h"></ClInclude> - <ClInclude Include="..\..\include\MirrorScene.h"></ClInclude> - <ClInclude Include="..\..\include\Module.h"></ClInclude> - <ClInclude Include="..\..\include\PhysXObjectDesc.h"></ClInclude> - <ClInclude Include="..\..\include\PxStreamFromFileBuf.h"></ClInclude> - <ClInclude Include="..\..\include\Renderable.h"></ClInclude> - <ClInclude Include="..\..\include\RenderBufferData.h"></ClInclude> - <ClInclude Include="..\..\include\RenderContext.h"></ClInclude> - <ClInclude Include="..\..\include\RenderDataFormat.h"></ClInclude> - <ClInclude Include="..\..\include\RenderDataProvider.h"></ClInclude> - <ClInclude Include="..\..\include\RenderDebugInterface.h"></ClInclude> - <ClInclude Include="..\..\include\RenderMesh.h"></ClInclude> - <ClInclude Include="..\..\include\RenderMeshActor.h"></ClInclude> - <ClInclude Include="..\..\include\RenderMeshActorDesc.h"></ClInclude> - <ClInclude Include="..\..\include\RenderMeshAsset.h"></ClInclude> - <ClInclude Include="..\..\include\ResourceCallback.h"></ClInclude> - <ClInclude Include="..\..\include\ResourceProvider.h"></ClInclude> - <ClInclude Include="..\..\include\RWLockable.h"></ClInclude> - <ClInclude Include="..\..\include\Scene.h"></ClInclude> - <ClInclude Include="..\..\include\ScopedPhysXLock.h"></ClInclude> - <ClInclude Include="..\..\include\Shape.h"></ClInclude> - <ClInclude Include="..\..\include\TestBase.h"></ClInclude> - <ClInclude Include="..\..\include\UserOpaqueMesh.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderBoneBuffer.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderBoneBufferDesc.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderCallback.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderer.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderIndexBuffer.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderIndexBufferDesc.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderInstanceBuffer.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderInstanceBufferDesc.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderResource.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderResourceDesc.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderResourceManager.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderSpriteBuffer.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderSpriteBufferDesc.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderSurfaceBuffer.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderSurfaceBufferDesc.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderVertexBuffer.h"></ClInclude> - <ClInclude Include="..\..\include\UserRenderVertexBufferDesc.h"></ClInclude> - <ClInclude Include="..\..\include\VertexFormat.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <None Include="..\..\framework\parameters\ApexRenderMeshAssetParamSchema.pl"></None> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc15win64/PxFoundation.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../NvParameterized/compiler/vc15win64-PhysX_3.4/NvParameterized.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc15win64/PsFastXml.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../shared/general/RenderDebug/compiler/vc15win64-PhysX_3.4/RenderDebug.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc15win64/PxTask.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./../../../PxShared/src/compiler/vc15win64/PxPvdSDK.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./ApexShared.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="./ApexCommon.vcxproj"> - <ReferenceOutputAssembly>false</ReferenceOutputAssembly> - </ProjectReference> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> +<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="release|x64"> + <Configuration>release</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="profile|x64"> + <Configuration>profile</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="checked|x64"> + <Configuration>checked</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectGuid>{3C502F21-3100-E267-FBA8-2AA0C3E5FA4C}</ProjectGuid> + <RootNamespace>ApexFramework</RootNamespace> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <PlatformToolset>v141</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </ImportGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> + <OutDir>./../../bin/vc15win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/ApexFramework/debug\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)DEBUG_x64</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> + <ClCompile> + <FloatingPointModel>Precise</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /MP /Od /RTCsu /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../common/include;./../../common/include/autogen;./../../shared/internal/include;./../../NvParameterized/include;./../../shared/general/RenderDebug/public;./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/PairFilter/include;./../../shared/general/PairFilter/public;../../../PxShared/src/pvd/src;../../../PxShared/src/cudamanager/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonDEBUG_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)DEBUG_x64.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win64;../../../PhysX_3.4/Lib/vc15win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG_x64.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc15win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX64</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> + <OutDir>./../../bin/vc15win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/ApexFramework/release\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)_x64</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> + <ClCompile> + <FloatingPointModel>Precise</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /MP /Ox /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../common/include;./../../common/include/autogen;./../../shared/internal/include;./../../NvParameterized/include;./../../shared/general/RenderDebug/public;./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/PairFilter/include;./../../shared/general/PairFilter/public;../../../PxShared/src/pvd/src;../../../PxShared/src/cudamanager/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3Common_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)_x64.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win64;../../../PhysX_3.4/Lib/vc15win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)_x64.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc15win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX64</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> + <OutDir>./../../bin/vc15win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/ApexFramework/profile\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)PROFILE_x64</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> + <ClCompile> + <FloatingPointModel>Precise</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /MP /Ox /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../common/include;./../../common/include/autogen;./../../shared/internal/include;./../../NvParameterized/include;./../../shared/general/RenderDebug/public;./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/PairFilter/include;./../../shared/general/PairFilter/public;../../../PxShared/src/pvd/src;../../../PxShared/src/cudamanager/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonPROFILE_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)PROFILE_x64.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win64;../../../PhysX_3.4/Lib/vc15win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE_x64.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc15win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX64</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> + <OutDir>./../../bin/vc15win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/ApexFramework/checked\</IntDir> + <TargetExt>.dll</TargetExt> + <TargetName>$(ProjectName)CHECKED_x64</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + <SkipCopyingSymbolsToOutputDirectory>true</SkipCopyingSymbolsToOutputDirectory> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> + <ClCompile> + <FloatingPointModel>Precise</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /MP /Ox /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>./../../../Externals/nvToolsExt/1/include;./../../framework/include;./../../framework/include/autogen;./../../common/include;./../../common/include/autogen;./../../shared/internal/include;./../../NvParameterized/include;./../../shared/general/RenderDebug/public;./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/PairFilter/include;./../../shared/general/PairFilter/public;../../../PxShared/src/pvd/src;../../../PxShared/src/cudamanager/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;_USRDLL;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Link> + <AdditionalOptions>/MACHINE:x64 /INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonCHECKED_x64.lib;%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)CHECKED_x64.dll</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win64;../../../PhysX_3.4/Lib/vc15win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED_x64.dll.pdb</ProgramDatabaseFile> + <SubSystem>Console</SubSystem> + <ImportLibrary>./../../lib/vc15win64-PhysX_3.4/$(TargetName).lib</ImportLibrary> + <GenerateDebugInformation>true</GenerateDebugInformation> + <TargetMachine>MachineX64</TargetMachine> + </Link> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + </ProjectReference> + </ItemDefinitionGroup> + <ItemGroup> + <ResourceCompile Include="..\resource\apex.rc"> + </ResourceCompile> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\framework\src\autogen\BufferF32x1.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferF32x2.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferF32x3.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferF32x4.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferU16x1.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferU16x2.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferU16x3.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferU16x4.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferU32x1.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferU32x2.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferU32x3.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferU32x4.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferU8x1.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferU8x2.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferU8x3.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\BufferU8x4.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\RenderMeshAssetParameters.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\SubmeshParameters.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\SurfaceBufferParameters.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\VertexBufferParameters.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\autogen\VertexFormatParameters.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\framework\src\windows\AgMMFile.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\windows\PhysXIndicator.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\framework\src\ApexAssetPreviewScene.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexCreateSDK.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexCustomBufferIterator.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexRenderDebug.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexRenderMeshActor.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexRenderMeshAsset.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexRenderMeshAssetAuthoring.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexRenderSubmesh.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexResourceProvider.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexScene.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexSceneTasks.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexSceneUserNotify.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexSDKImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexSDKVersionString.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexVertexBuffer.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ApexVertexFormat.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\FrameworkProfile.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\MirrorSceneImpl.cpp"> + </ClCompile> + <ClCompile Include="..\..\framework\src\ThreadPool.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\framework\include\autogen\BufferF32x1.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferF32x2.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferF32x3.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferF32x4.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferU16x1.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferU16x2.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferU16x3.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferU16x4.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferU32x1.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferU32x2.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferU32x3.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferU32x4.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferU8x1.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferU8x2.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferU8x3.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\BufferU8x4.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\ModuleFrameworkRegistration.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\RenderMeshAssetParameters.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\SubmeshParameters.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\SurfaceBufferParameters.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\VertexBufferParameters.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\autogen\VertexFormatParameters.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\framework\include\ApexAssetPreviewScene.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexCustomBufferIterator.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexDefaultStream.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexInteropableBuffer.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexPhysXObjectDesc.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexRenderDebug.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexRenderMeshActor.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexRenderMeshAsset.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexRenderMeshAssetAuthoring.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexRenderSubmesh.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexResourceProvider.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexScene.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexSceneTasks.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexSceneUserNotify.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexSDKImpl.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexStubPxProfileZone.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexVertexBuffer.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ApexVertexFormat.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\CudaProfileManager.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\FrameworkEventDefs.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\FrameworkPerfScope.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\MirrorSceneImpl.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\PVDBindingErrorStream.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\RenderResourceManagerWrapper.h"> + </ClInclude> + <ClInclude Include="..\..\framework\include\ThreadPool.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\include\PhysX3\PhysXSDKVersion.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\include\Actor.h"> + </ClInclude> + <ClInclude Include="..\..\include\Apex.h"> + </ClInclude> + <ClInclude Include="..\..\include\ApexCudaContextManager.h"> + </ClInclude> + <ClInclude Include="..\..\include\ApexDefs.h"> + </ClInclude> + <ClInclude Include="..\..\include\ApexDesc.h"> + </ClInclude> + <ClInclude Include="..\..\include\ApexInterface.h"> + </ClInclude> + <ClInclude Include="..\..\include\ApexNameSpace.h"> + </ClInclude> + <ClInclude Include="..\..\include\ApexSDK.h"> + </ClInclude> + <ClInclude Include="..\..\include\ApexSDKCachedData.h"> + </ClInclude> + <ClInclude Include="..\..\include\ApexSDKVersionString.h"> + </ClInclude> + <ClInclude Include="..\..\include\ApexUsingNamespace.h"> + </ClInclude> + <ClInclude Include="..\..\include\Asset.h"> + </ClInclude> + <ClInclude Include="..\..\include\AssetPreview.h"> + </ClInclude> + <ClInclude Include="..\..\include\AssetPreviewScene.h"> + </ClInclude> + <ClInclude Include="..\..\include\Context.h"> + </ClInclude> + <ClInclude Include="..\..\include\ConvexHullMethod.h"> + </ClInclude> + <ClInclude Include="..\..\include\CudaTestManager.h"> + </ClInclude> + <ClInclude Include="..\..\include\Curve.h"> + </ClInclude> + <ClInclude Include="..\..\include\CustomBufferIterator.h"> + </ClInclude> + <ClInclude Include="..\..\include\IosAsset.h"> + </ClInclude> + <ClInclude Include="..\..\include\IProgressListener.h"> + </ClInclude> + <ClInclude Include="..\..\include\Lock.h"> + </ClInclude> + <ClInclude Include="..\..\include\MirrorScene.h"> + </ClInclude> + <ClInclude Include="..\..\include\Module.h"> + </ClInclude> + <ClInclude Include="..\..\include\PhysXObjectDesc.h"> + </ClInclude> + <ClInclude Include="..\..\include\PxStreamFromFileBuf.h"> + </ClInclude> + <ClInclude Include="..\..\include\Renderable.h"> + </ClInclude> + <ClInclude Include="..\..\include\RenderBufferData.h"> + </ClInclude> + <ClInclude Include="..\..\include\RenderContext.h"> + </ClInclude> + <ClInclude Include="..\..\include\RenderDataFormat.h"> + </ClInclude> + <ClInclude Include="..\..\include\RenderDataProvider.h"> + </ClInclude> + <ClInclude Include="..\..\include\RenderDebugInterface.h"> + </ClInclude> + <ClInclude Include="..\..\include\RenderMesh.h"> + </ClInclude> + <ClInclude Include="..\..\include\RenderMeshActor.h"> + </ClInclude> + <ClInclude Include="..\..\include\RenderMeshActorDesc.h"> + </ClInclude> + <ClInclude Include="..\..\include\RenderMeshAsset.h"> + </ClInclude> + <ClInclude Include="..\..\include\ResourceCallback.h"> + </ClInclude> + <ClInclude Include="..\..\include\ResourceProvider.h"> + </ClInclude> + <ClInclude Include="..\..\include\RWLockable.h"> + </ClInclude> + <ClInclude Include="..\..\include\Scene.h"> + </ClInclude> + <ClInclude Include="..\..\include\ScopedPhysXLock.h"> + </ClInclude> + <ClInclude Include="..\..\include\Shape.h"> + </ClInclude> + <ClInclude Include="..\..\include\TestBase.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserOpaqueMesh.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderBoneBuffer.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderBoneBufferDesc.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderCallback.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderer.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderIndexBuffer.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderIndexBufferDesc.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderInstanceBuffer.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderInstanceBufferDesc.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderResource.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderResourceDesc.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderResourceManager.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderSpriteBuffer.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderSpriteBufferDesc.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderSurfaceBuffer.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderSurfaceBufferDesc.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderVertexBuffer.h"> + </ClInclude> + <ClInclude Include="..\..\include\UserRenderVertexBufferDesc.h"> + </ClInclude> + <ClInclude Include="..\..\include\VertexFormat.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <None Include="..\..\framework\parameters\ApexRenderMeshAssetParamSchema.pl"> + </None> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc15win64/PxFoundation.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../NvParameterized/compiler/vc15win64-PhysX_3.4/NvParameterized.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc15win64/PsFastXml.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../shared/general/RenderDebug/compiler/vc15win64-PhysX_3.4/RenderDebug.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc15win64/PxTask.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./../../../PxShared/src/compiler/vc15win64/PxPvdSDK.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./ApexShared.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="./ApexCommon.vcxproj"> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"></ImportGroup> </Project> diff --git a/APEX_1.4/compiler/vc15win64-PhysX_3.4/ApexShared.vcxproj b/APEX_1.4/compiler/vc15win64-PhysX_3.4/ApexShared.vcxproj index 73a65435..ea1dabb1 100644 --- a/APEX_1.4/compiler/vc15win64-PhysX_3.4/ApexShared.vcxproj +++ b/APEX_1.4/compiler/vc15win64-PhysX_3.4/ApexShared.vcxproj @@ -1,356 +1,413 @@ <?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="release|x64"> - <Configuration>release</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="profile|x64"> - <Configuration>profile</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="checked|x64"> - <Configuration>checked</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{E52F63A7-67BB-4C5F-AC3F-306F95DBDD0F}</ProjectGuid> - <RootNamespace>ApexShared</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)'=='release|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)'=='checked|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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </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" - /> - <Import Project="../paths.vsprops" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <OutDir>./../../lib/vc15win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/ApexShared/debug\</IntDir> - <TargetExt>.lib</TargetExt> - <TargetName>$(ProjectName)DEBUG</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <ClCompile> - <FloatingPointModel>Precise</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /MP /Od /RTCsu /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;./../../include/destructible;./../../shared/general/floatmath/include;./../../shared/general/PairFilter/public;./../../shared/general/PairFilter/include;./../../shared/general/HACD/public;./../../shared/general/HACD/include;./../../shared/general/HACD/src;./../../shared/general/stan_hull/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;PLUGINS_EMBEDDED;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.lib</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win64;../../../PhysX_3.4/Lib/vc15win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG.lib.pdb</ProgramDatabaseFile> - <TargetMachine>MachineX64</TargetMachine> - </Lib> - <ResourceCompile></ResourceCompile> - <ProjectReference> - <LinkLibraryDependencies>true</LinkLibraryDependencies> - </ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <OutDir>./../../lib/vc15win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/ApexShared/release\</IntDir> - <TargetExt>.lib</TargetExt> - <TargetName>$(ProjectName)</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> - <ClCompile> - <FloatingPointModel>Precise</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /MP /Ox /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;./../../include/destructible;./../../shared/general/floatmath/include;./../../shared/general/PairFilter/public;./../../shared/general/PairFilter/include;./../../shared/general/HACD/public;./../../shared/general/HACD/include;./../../shared/general/HACD/src;./../../shared/general/stan_hull/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;PLUGINS_EMBEDDED;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName).lib</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win64;../../../PhysX_3.4/Lib/vc15win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName).lib.pdb</ProgramDatabaseFile> - <TargetMachine>MachineX64</TargetMachine> - </Lib> - <ResourceCompile></ResourceCompile> - <ProjectReference> - <LinkLibraryDependencies>true</LinkLibraryDependencies> - </ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <OutDir>./../../lib/vc15win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/ApexShared/profile\</IntDir> - <TargetExt>.lib</TargetExt> - <TargetName>$(ProjectName)PROFILE</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> - <ClCompile> - <FloatingPointModel>Precise</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /MP /Ox /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;./../../include/destructible;./../../shared/general/floatmath/include;./../../shared/general/PairFilter/public;./../../shared/general/PairFilter/include;./../../shared/general/HACD/public;./../../shared/general/HACD/include;./../../shared/general/HACD/src;./../../shared/general/stan_hull/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;PLUGINS_EMBEDDED;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.lib</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win64;../../../PhysX_3.4/Lib/vc15win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE.lib.pdb</ProgramDatabaseFile> - <TargetMachine>MachineX64</TargetMachine> - </Lib> - <ResourceCompile></ResourceCompile> - <ProjectReference> - <LinkLibraryDependencies>true</LinkLibraryDependencies> - </ProjectReference> - </ItemDefinitionGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <OutDir>./../../lib/vc15win64-PhysX_3.4\</OutDir> - <IntDir>./build/x64/ApexShared/checked\</IntDir> - <TargetExt>.lib</TargetExt> - <TargetName>$(ProjectName)CHECKED</TargetName> - <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> - <CodeAnalysisRules/> - <CodeAnalysisRuleAssemblies/> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> - <ClCompile> - <FloatingPointModel>Precise</FloatingPointModel> - <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /MP /Ox /d2Zi+</AdditionalOptions> - <Optimization>Disabled</Optimization> - <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;./../../include/destructible;./../../shared/general/floatmath/include;./../../shared/general/PairFilter/public;./../../shared/general/PairFilter/include;./../../shared/general/HACD/public;./../../shared/general/HACD/include;./../../shared/general/HACD/src;./../../shared/general/stan_hull/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;PLUGINS_EMBEDDED;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <ExceptionHandling>false</ExceptionHandling> - <WarningLevel>Level4</WarningLevel> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <PrecompiledHeader>NotUsing</PrecompiledHeader> - <PrecompiledHeaderFile></PrecompiledHeaderFile> - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> - </ClCompile> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.lib</OutputFile> - <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win64;../../../PhysX_3.4/Lib/vc15win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED.lib.pdb</ProgramDatabaseFile> - <TargetMachine>MachineX64</TargetMachine> - </Lib> - <ResourceCompile></ResourceCompile> - <ProjectReference> - <LinkLibraryDependencies>true</LinkLibraryDependencies> - </ProjectReference> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\shared\internal\src\authoring\ApexCSG.cpp"></ClCompile> - <ClCompile Include="..\..\shared\internal\src\authoring\ApexCSGHull.cpp"></ClCompile> - <ClCompile Include="..\..\shared\internal\src\authoring\ApexCSGMeshCleaning.cpp"></ClCompile> - <ClCompile Include="..\..\shared\internal\src\authoring\Cutout.cpp"></ClCompile> - <ClCompile Include="..\..\shared\internal\src\authoring\Fracturing.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\shared\internal\src\PvdNxParamSerializer.cpp"></ClCompile> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSG.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSGDefs.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSGFastMath.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSGFastMath2.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSGHull.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSGMath.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSGSerialization.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\authoring\ApexGSA.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\authoring\Fracturing.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\shared\internal\include\ApexSharedSerialization.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\ApexStream.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\ApexString.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\FractureTools.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\Link.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\ParamArray.h"></ClInclude> - <ClInclude Include="..\..\shared\internal\include\PvdNxParamSerializer.h"></ClInclude> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\shared\general\shared\PxInputDataFromPxFileBuf.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\shared\general\floatmath\include\FloatMath.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\shared\general\floatmath\src\FloatMath.cpp"></ClCompile> - <ClInclude Include="..\..\shared\general\floatmath\src\FloatMath.inl"></ClInclude> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\shared\general\HACD\include\AutoGeometry.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\ConvexDecomposition.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgAABBPolygonSoup.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgArray.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgConvexHull3d.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgGoogol.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgGraph.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgHeap.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgIntersections.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgList.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgMatrix.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgMeshEffect.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgPlane.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgPolygonSoupBuilder.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgPolygonSoupDatabase.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgPolyhedra.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgQuaternion.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgRefCounter.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgSmallDeterminant.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgSphere.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgStack.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgTree.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgTypes.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\include\dgVector.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\shared\general\HACD\public\ConvexHull.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\public\HACD.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\public\JobSwarm.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\public\MergeHulls.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\public\PlatformConfigHACD.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\public\PxVector.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\public\SparseArray.h"></ClInclude> - <ClInclude Include="..\..\shared\general\HACD\public\WuQuantizer.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\shared\general\HACD\src\AutoGeometry.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\ConvexDecomposition.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\ConvexHull.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\dgAABBPolygonSoup.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\dgConvexHull3d.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\dgGoogol.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\dgIntersections.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\dgMatrix.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\dgMeshEffect.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\dgPolygonSoupBuilder.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\dgPolyhedra.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\dgQuaternion.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\dgSmallDeterminant.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\dgSphere.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\dgTree.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\dgTypes.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\HACD.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\MergeHulls.cpp"></ClCompile> - <ClCompile Include="..\..\shared\general\HACD\src\WuQuantizer.cpp"></ClCompile> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\shared\general\PairFilter\include\PairFilter.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\shared\general\PairFilter\src\PairFilter.cpp"></ClCompile> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\shared\general\stan_hull\include\StanHull.h"></ClInclude> - <ClInclude Include="..\..\shared\general\stan_hull\include\StanHullConfig.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\shared\general\stan_hull\src\StanHull.cpp"></ClCompile> - </ItemGroup> - <ItemGroup></ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"></ImportGroup> +<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="release|x64"> + <Configuration>release</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="profile|x64"> + <Configuration>profile</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="checked|x64"> + <Configuration>checked</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectGuid>{E52F63A7-67BB-4C5F-AC3F-306F95DBDD0F}</ProjectGuid> + <RootNamespace>ApexShared</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)'=='release|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)'=='checked|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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </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" /> + <Import Project="../paths.vsprops" /> + </ImportGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> + <OutDir>./../../lib/vc15win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/ApexShared/debug\</IntDir> + <TargetExt>.lib</TargetExt> + <TargetName>$(ProjectName)DEBUG</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> + <ClCompile> + <FloatingPointModel>Precise</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /MP /Od /RTCsu /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;./../../include/destructible;./../../shared/general/floatmath/include;./../../shared/general/PairFilter/public;./../../shared/general/PairFilter/include;./../../shared/general/HACD/public;./../../shared/general/HACD/include;./../../shared/general/HACD/src;./../../shared/general/stan_hull/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;PLUGINS_EMBEDDED;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)DEBUG.lib</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win64;../../../PhysX_3.4/Lib/vc15win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG.lib.pdb</ProgramDatabaseFile> + <TargetMachine>MachineX64</TargetMachine> + </Lib> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + <LinkLibraryDependencies>true</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> + <OutDir>./../../lib/vc15win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/ApexShared/release\</IntDir> + <TargetExt>.lib</TargetExt> + <TargetName>$(ProjectName)</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> + <ClCompile> + <FloatingPointModel>Precise</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /MP /Ox /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;./../../include/destructible;./../../shared/general/floatmath/include;./../../shared/general/PairFilter/public;./../../shared/general/PairFilter/include;./../../shared/general/HACD/public;./../../shared/general/HACD/include;./../../shared/general/HACD/src;./../../shared/general/stan_hull/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;PLUGINS_EMBEDDED;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName).lib</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win64;../../../PhysX_3.4/Lib/vc15win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName).lib.pdb</ProgramDatabaseFile> + <TargetMachine>MachineX64</TargetMachine> + </Lib> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + <LinkLibraryDependencies>true</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> + <OutDir>./../../lib/vc15win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/ApexShared/profile\</IntDir> + <TargetExt>.lib</TargetExt> + <TargetName>$(ProjectName)PROFILE</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|x64'"> + <ClCompile> + <FloatingPointModel>Precise</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /MP /Ox /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;./../../include/destructible;./../../shared/general/floatmath/include;./../../shared/general/PairFilter/public;./../../shared/general/PairFilter/include;./../../shared/general/HACD/public;./../../shared/general/HACD/include;./../../shared/general/HACD/src;./../../shared/general/stan_hull/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;PLUGINS_EMBEDDED;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)PROFILE.lib</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win64;../../../PhysX_3.4/Lib/vc15win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE.lib.pdb</ProgramDatabaseFile> + <TargetMachine>MachineX64</TargetMachine> + </Lib> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + <LinkLibraryDependencies>true</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> + <OutDir>./../../lib/vc15win64-PhysX_3.4\</OutDir> + <IntDir>./build/x64/ApexShared/checked\</IntDir> + <TargetExt>.lib</TargetExt> + <TargetName>$(ProjectName)CHECKED</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules /> + <CodeAnalysisRuleAssemblies /> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|x64'"> + <ClCompile> + <FloatingPointModel>Precise</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /wd5038 /wd5039 /wd4596 /wd4365 /wd4774 /wd4996 /GR- /GF /WX /fp:fast /MP /Ox /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../shared/general/shared/inparser/include;./../../common/include;./../../common/include/autogen;./../../common/include/windows;./../../shared/internal/include;./../../module/common/include;./../../NvParameterized/include;./../../include;./../../include/PhysX3;./../../framework/include;./../../framework/include/autogen;./../../include;./../../include/PhysX3;./../../include/destructible;./../../shared/general/floatmath/include;./../../shared/general/PairFilter/public;./../../shared/general/PairFilter/include;./../../shared/general/HACD/public;./../../shared/general/HACD/include;./../../shared/general/HACD/src;./../../shared/general/stan_hull/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;INSTALLER=1;EXCLUDE_PARTICLES=1;ENABLE_TEST=0;PLUGINS_EMBEDDED;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)CHECKED.lib</OutputFile> + <AdditionalLibraryDirectories>../../../PxShared/lib/vc15win64;../../../PhysX_3.4/Lib/vc15win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED.lib.pdb</ProgramDatabaseFile> + <TargetMachine>MachineX64</TargetMachine> + </Lib> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + <LinkLibraryDependencies>true</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <ItemGroup> + <ClCompile Include="..\..\shared\internal\src\authoring\ApexCSG.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\internal\src\authoring\ApexCSGHull.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\internal\src\authoring\ApexCSGMeshCleaning.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\internal\src\authoring\Cutout.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\internal\src\authoring\Fracturing.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\shared\internal\src\PvdNxParamSerializer.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSG.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSGDefs.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSGFastMath.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSGFastMath2.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSGHull.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSGMath.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\authoring\ApexCSGSerialization.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\authoring\ApexGSA.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\authoring\Fracturing.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\shared\internal\include\ApexSharedSerialization.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\ApexStream.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\ApexString.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\FractureTools.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\Link.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\ParamArray.h"> + </ClInclude> + <ClInclude Include="..\..\shared\internal\include\PvdNxParamSerializer.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\shared\general\shared\PxInputDataFromPxFileBuf.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\shared\general\floatmath\include\FloatMath.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\shared\general\floatmath\src\FloatMath.cpp"> + </ClCompile> + <ClInclude Include="..\..\shared\general\floatmath\src\FloatMath.inl"> + </ClInclude> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\shared\general\HACD\include\AutoGeometry.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\ConvexDecomposition.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgAABBPolygonSoup.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgArray.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgConvexHull3d.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgGoogol.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgGraph.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgHeap.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgIntersections.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgList.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgMatrix.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgMeshEffect.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgPlane.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgPolygonSoupBuilder.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgPolygonSoupDatabase.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgPolyhedra.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgQuaternion.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgRefCounter.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgSmallDeterminant.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgSphere.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgStack.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgTree.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgTypes.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\include\dgVector.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\shared\general\HACD\public\ConvexHull.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\public\HACD.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\public\JobSwarm.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\public\MergeHulls.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\public\PlatformConfigHACD.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\public\PxVector.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\public\SparseArray.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\HACD\public\WuQuantizer.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\shared\general\HACD\src\AutoGeometry.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\ConvexDecomposition.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\ConvexHull.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\dgAABBPolygonSoup.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\dgConvexHull3d.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\dgGoogol.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\dgIntersections.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\dgMatrix.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\dgMeshEffect.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\dgPolygonSoupBuilder.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\dgPolyhedra.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\dgQuaternion.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\dgSmallDeterminant.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\dgSphere.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\dgTree.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\dgTypes.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\HACD.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\MergeHulls.cpp"> + </ClCompile> + <ClCompile Include="..\..\shared\general\HACD\src\WuQuantizer.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\shared\general\PairFilter\include\PairFilter.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\shared\general\PairFilter\src\PairFilter.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\shared\general\stan_hull\include\StanHull.h"> + </ClInclude> + <ClInclude Include="..\..\shared\general\stan_hull\include\StanHullConfig.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\shared\general\stan_hull\src\StanHull.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"></ImportGroup> </Project> |