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 | |
| 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')
280 files changed, 29280 insertions, 23268 deletions
diff --git a/APEX_1.4/NvParameterized/compiler/vc12win32-PhysX_3.4/NvParameterized.vcxproj b/APEX_1.4/NvParameterized/compiler/vc12win32-PhysX_3.4/NvParameterized.vcxproj index 0f552f2a..bb63b177 100644 --- a/APEX_1.4/NvParameterized/compiler/vc12win32-PhysX_3.4/NvParameterized.vcxproj +++ b/APEX_1.4/NvParameterized/compiler/vc12win32-PhysX_3.4/NvParameterized.vcxproj @@ -1,297 +1,302 @@ <?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>{116CDA44-9950-8942-1462-6A904E0C4817}</ProjectGuid> - <RootNamespace>NvParameterized</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="../../../compiler/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="../../../compiler/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="../../../compiler/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="../../../compiler/paths.vsprops" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <OutDir>./../../lib/vc12win32\</OutDir> - <IntDir>./build/Win32/NvParameterized/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;./../../../include;./../../../include/PhysX3;$(WindowsSDK_IncludePath);./../../include;./../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PX_FOUNDATION_DLL=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> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.lib</OutputFile> - <AdditionalLibraryDirectories>../../../../PxShared/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\</OutDir> - <IntDir>./build/Win32/NvParameterized/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;./../../../include;./../../../include/PhysX3;$(WindowsSDK_IncludePath);./../../include;./../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PX_FOUNDATION_DLL=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;%(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\</OutDir> - <IntDir>./build/Win32/NvParameterized/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;./../../../include;./../../../include/PhysX3;$(WindowsSDK_IncludePath);./../../include;./../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PX_FOUNDATION_DLL=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> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.lib</OutputFile> - <AdditionalLibraryDirectories>../../../../PxShared/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\</OutDir> - <IntDir>./build/Win32/NvParameterized/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;./../../../include;./../../../include/PhysX3;$(WindowsSDK_IncludePath);./../../include;./../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PX_FOUNDATION_DLL=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> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.lib</OutputFile> - <AdditionalLibraryDirectories>../../../../PxShared/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="..\..\src\BinaryHelper.cpp"></ClCompile> - <ClCompile Include="..\..\src\BinSerializer.cpp"></ClCompile> - <ClCompile Include="..\..\src\NvParameterized.cpp"></ClCompile> - <ClCompile Include="..\..\src\NvParameterizedTraits.cpp"></ClCompile> - <ClCompile Include="..\..\src\NvSerializer.cpp"></ClCompile> - <ClCompile Include="..\..\src\NvTraits.cpp"></ClCompile> - <ClCompile Include="..\..\src\PlatformABI.cpp"></ClCompile> - <ClCompile Include="..\..\src\PlatformInputStream.cpp"></ClCompile> - <ClCompile Include="..\..\src\PlatformOutputStream.cpp"></ClCompile> - <ClCompile Include="..\..\src\SerializerCommon.cpp"></ClCompile> - <ClCompile Include="..\..\src\XmlDeserializer.cpp"></ClCompile> - <ClCompile Include="..\..\src\XmlSerializer.cpp"></ClCompile> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\include\AbstractSerializer.h"></ClInclude> - <ClInclude Include="..\..\include\ApbDefinitions.h"></ClInclude> - <ClInclude Include="..\..\include\BinaryHelper.h"></ClInclude> - <ClInclude Include="..\..\include\BinSerializer.h"></ClInclude> - <ClInclude Include="..\..\include\NvDefaultTraits.h"></ClInclude> - <ClInclude Include="..\..\include\NvParamConversionTemplate.h"></ClInclude> - <ClInclude Include="..\..\include\NvParameters.h"></ClInclude> - <ClInclude Include="..\..\include\NvParametersTypes.h"></ClInclude> - <ClInclude Include="..\..\include\NvRegistrationsForTraitsBase.h"></ClInclude> - <ClInclude Include="..\..\include\NvSerializerInternal.h"></ClInclude> - <ClInclude Include="..\..\include\NvTraitsInternal.h"></ClInclude> - <ClInclude Include="..\..\include\PlatformABI.h"></ClInclude> - <ClInclude Include="..\..\include\PlatformInputStream.h"></ClInclude> - <ClInclude Include="..\..\include\PlatformOutputStream.h"></ClInclude> - <ClInclude Include="..\..\include\PlatformStream.h"></ClInclude> - <ClInclude Include="..\..\include\SerializerCommon.h"></ClInclude> - <ClInclude Include="..\..\include\XmlDeserializer.h"></ClInclude> - <ClInclude Include="..\..\include\XmlSerializer.h"></ClInclude> - <ClInclude Include="..\..\include\PlatformABI.inl"></ClInclude> - <ClInclude Include="..\..\include\PlatformInputStream.inl"></ClInclude> - <ClInclude Include="..\..\include\PlatformOutputStream.inl"></ClInclude> - </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>{116CDA44-9950-8942-1462-6A904E0C4817}</ProjectGuid> + <RootNamespace>NvParameterized</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="../../../compiler/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="../../../compiler/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="../../../compiler/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="../../../compiler/paths.vsprops" /> + </ImportGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> + <OutDir>./../../lib/vc12win32\</OutDir> + <IntDir>./build/Win32/NvParameterized/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;./../../../include;./../../../include/PhysX3;$(WindowsSDK_IncludePath);./../../include;./../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PX_FOUNDATION_DLL=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> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)DEBUG.lib</OutputFile> + <AdditionalLibraryDirectories>../../../../PxShared/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\</OutDir> + <IntDir>./build/Win32/NvParameterized/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;./../../../include;./../../../include/PhysX3;$(WindowsSDK_IncludePath);./../../include;./../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PX_FOUNDATION_DLL=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;%(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\</OutDir> + <IntDir>./build/Win32/NvParameterized/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;./../../../include;./../../../include/PhysX3;$(WindowsSDK_IncludePath);./../../include;./../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PX_FOUNDATION_DLL=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> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)PROFILE.lib</OutputFile> + <AdditionalLibraryDirectories>../../../../PxShared/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\</OutDir> + <IntDir>./build/Win32/NvParameterized/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;./../../../include;./../../../include/PhysX3;$(WindowsSDK_IncludePath);./../../include;./../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PX_FOUNDATION_DLL=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> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)CHECKED.lib</OutputFile> + <AdditionalLibraryDirectories>../../../../PxShared/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="..\..\src\BinaryHelper.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\BinSerializer.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\NvParameterized.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\NvParameterizedTraits.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\NvSerializer.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\NvTraits.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\PlatformABI.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\PlatformInputStream.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\PlatformOutputStream.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\SerializerCommon.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\XmlDeserializer.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\XmlSerializer.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\include\AbstractSerializer.h"> + </ClInclude> + <ClInclude Include="..\..\include\ApbDefinitions.h"> + </ClInclude> + <ClInclude Include="..\..\include\BinaryHelper.h"> + </ClInclude> + <ClInclude Include="..\..\include\BinSerializer.h"> + </ClInclude> + <ClInclude Include="..\..\include\NvDefaultTraits.h"> + </ClInclude> + <ClInclude Include="..\..\include\NvParamConversionTemplate.h"> + </ClInclude> + <ClInclude Include="..\..\include\NvParameters.h"> + </ClInclude> + <ClInclude Include="..\..\include\NvParametersTypes.h"> + </ClInclude> + <ClInclude Include="..\..\include\NvRegistrationsForTraitsBase.h"> + </ClInclude> + <ClInclude Include="..\..\include\NvSerializerInternal.h"> + </ClInclude> + <ClInclude Include="..\..\include\NvTraitsInternal.h"> + </ClInclude> + <ClInclude Include="..\..\include\PlatformABI.h"> + </ClInclude> + <ClInclude Include="..\..\include\PlatformInputStream.h"> + </ClInclude> + <ClInclude Include="..\..\include\PlatformOutputStream.h"> + </ClInclude> + <ClInclude Include="..\..\include\PlatformStream.h"> + </ClInclude> + <ClInclude Include="..\..\include\SerializerCommon.h"> + </ClInclude> + <ClInclude Include="..\..\include\XmlDeserializer.h"> + </ClInclude> + <ClInclude Include="..\..\include\XmlSerializer.h"> + </ClInclude> + <ClInclude Include="..\..\include\PlatformABI.inl"> + </ClInclude> + <ClInclude Include="..\..\include\PlatformInputStream.inl"> + </ClInclude> + <ClInclude Include="..\..\include\PlatformOutputStream.inl"> + </ClInclude> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"></ImportGroup> </Project> diff --git a/APEX_1.4/NvParameterized/compiler/vc12win64-PhysX_3.4/NvParameterized.vcxproj b/APEX_1.4/NvParameterized/compiler/vc12win64-PhysX_3.4/NvParameterized.vcxproj index 5622e692..9f3f6ecd 100644 --- a/APEX_1.4/NvParameterized/compiler/vc12win64-PhysX_3.4/NvParameterized.vcxproj +++ b/APEX_1.4/NvParameterized/compiler/vc12win64-PhysX_3.4/NvParameterized.vcxproj @@ -1,293 +1,298 @@ <?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>{116CDA44-9950-8942-1462-6A904E0C4817}</ProjectGuid> - <RootNamespace>NvParameterized</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="../../../compiler/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="../../../compiler/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="../../../compiler/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="../../../compiler/paths.vsprops" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <OutDir>./../../lib/vc12win64\</OutDir> - <IntDir>./build/x64/NvParameterized/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;./../../../include;./../../../include/PhysX3;$(WindowsSDK_IncludePath);./../../include;./../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PX_FOUNDATION_DLL=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> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.lib</OutputFile> - <AdditionalLibraryDirectories>../../../../PxShared/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\</OutDir> - <IntDir>./build/x64/NvParameterized/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;./../../../include;./../../../include/PhysX3;$(WindowsSDK_IncludePath);./../../include;./../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PX_FOUNDATION_DLL=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;%(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\</OutDir> - <IntDir>./build/x64/NvParameterized/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;./../../../include;./../../../include/PhysX3;$(WindowsSDK_IncludePath);./../../include;./../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PX_FOUNDATION_DLL=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> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.lib</OutputFile> - <AdditionalLibraryDirectories>../../../../PxShared/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\</OutDir> - <IntDir>./build/x64/NvParameterized/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;./../../../include;./../../../include/PhysX3;$(WindowsSDK_IncludePath);./../../include;./../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PX_FOUNDATION_DLL=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> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.lib</OutputFile> - <AdditionalLibraryDirectories>../../../../PxShared/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="..\..\src\BinaryHelper.cpp"></ClCompile> - <ClCompile Include="..\..\src\BinSerializer.cpp"></ClCompile> - <ClCompile Include="..\..\src\NvParameterized.cpp"></ClCompile> - <ClCompile Include="..\..\src\NvParameterizedTraits.cpp"></ClCompile> - <ClCompile Include="..\..\src\NvSerializer.cpp"></ClCompile> - <ClCompile Include="..\..\src\NvTraits.cpp"></ClCompile> - <ClCompile Include="..\..\src\PlatformABI.cpp"></ClCompile> - <ClCompile Include="..\..\src\PlatformInputStream.cpp"></ClCompile> - <ClCompile Include="..\..\src\PlatformOutputStream.cpp"></ClCompile> - <ClCompile Include="..\..\src\SerializerCommon.cpp"></ClCompile> - <ClCompile Include="..\..\src\XmlDeserializer.cpp"></ClCompile> - <ClCompile Include="..\..\src\XmlSerializer.cpp"></ClCompile> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\include\AbstractSerializer.h"></ClInclude> - <ClInclude Include="..\..\include\ApbDefinitions.h"></ClInclude> - <ClInclude Include="..\..\include\BinaryHelper.h"></ClInclude> - <ClInclude Include="..\..\include\BinSerializer.h"></ClInclude> - <ClInclude Include="..\..\include\NvDefaultTraits.h"></ClInclude> - <ClInclude Include="..\..\include\NvParamConversionTemplate.h"></ClInclude> - <ClInclude Include="..\..\include\NvParameters.h"></ClInclude> - <ClInclude Include="..\..\include\NvParametersTypes.h"></ClInclude> - <ClInclude Include="..\..\include\NvRegistrationsForTraitsBase.h"></ClInclude> - <ClInclude Include="..\..\include\NvSerializerInternal.h"></ClInclude> - <ClInclude Include="..\..\include\NvTraitsInternal.h"></ClInclude> - <ClInclude Include="..\..\include\PlatformABI.h"></ClInclude> - <ClInclude Include="..\..\include\PlatformInputStream.h"></ClInclude> - <ClInclude Include="..\..\include\PlatformOutputStream.h"></ClInclude> - <ClInclude Include="..\..\include\PlatformStream.h"></ClInclude> - <ClInclude Include="..\..\include\SerializerCommon.h"></ClInclude> - <ClInclude Include="..\..\include\XmlDeserializer.h"></ClInclude> - <ClInclude Include="..\..\include\XmlSerializer.h"></ClInclude> - <ClInclude Include="..\..\include\PlatformABI.inl"></ClInclude> - <ClInclude Include="..\..\include\PlatformInputStream.inl"></ClInclude> - <ClInclude Include="..\..\include\PlatformOutputStream.inl"></ClInclude> - </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>{116CDA44-9950-8942-1462-6A904E0C4817}</ProjectGuid> + <RootNamespace>NvParameterized</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="../../../compiler/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="../../../compiler/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="../../../compiler/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="../../../compiler/paths.vsprops" /> + </ImportGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> + <OutDir>./../../lib/vc12win64\</OutDir> + <IntDir>./build/x64/NvParameterized/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;./../../../include;./../../../include/PhysX3;$(WindowsSDK_IncludePath);./../../include;./../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PX_FOUNDATION_DLL=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> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)DEBUG.lib</OutputFile> + <AdditionalLibraryDirectories>../../../../PxShared/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\</OutDir> + <IntDir>./build/x64/NvParameterized/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;./../../../include;./../../../include/PhysX3;$(WindowsSDK_IncludePath);./../../include;./../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PX_FOUNDATION_DLL=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;%(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\</OutDir> + <IntDir>./build/x64/NvParameterized/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;./../../../include;./../../../include/PhysX3;$(WindowsSDK_IncludePath);./../../include;./../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PX_FOUNDATION_DLL=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> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)PROFILE.lib</OutputFile> + <AdditionalLibraryDirectories>../../../../PxShared/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\</OutDir> + <IntDir>./build/x64/NvParameterized/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;./../../../include;./../../../include/PhysX3;$(WindowsSDK_IncludePath);./../../include;./../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PX_FOUNDATION_DLL=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> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)CHECKED.lib</OutputFile> + <AdditionalLibraryDirectories>../../../../PxShared/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="..\..\src\BinaryHelper.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\BinSerializer.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\NvParameterized.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\NvParameterizedTraits.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\NvSerializer.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\NvTraits.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\PlatformABI.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\PlatformInputStream.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\PlatformOutputStream.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\SerializerCommon.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\XmlDeserializer.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\XmlSerializer.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\include\AbstractSerializer.h"> + </ClInclude> + <ClInclude Include="..\..\include\ApbDefinitions.h"> + </ClInclude> + <ClInclude Include="..\..\include\BinaryHelper.h"> + </ClInclude> + <ClInclude Include="..\..\include\BinSerializer.h"> + </ClInclude> + <ClInclude Include="..\..\include\NvDefaultTraits.h"> + </ClInclude> + <ClInclude Include="..\..\include\NvParamConversionTemplate.h"> + </ClInclude> + <ClInclude Include="..\..\include\NvParameters.h"> + </ClInclude> + <ClInclude Include="..\..\include\NvParametersTypes.h"> + </ClInclude> + <ClInclude Include="..\..\include\NvRegistrationsForTraitsBase.h"> + </ClInclude> + <ClInclude Include="..\..\include\NvSerializerInternal.h"> + </ClInclude> + <ClInclude Include="..\..\include\NvTraitsInternal.h"> + </ClInclude> + <ClInclude Include="..\..\include\PlatformABI.h"> + </ClInclude> + <ClInclude Include="..\..\include\PlatformInputStream.h"> + </ClInclude> + <ClInclude Include="..\..\include\PlatformOutputStream.h"> + </ClInclude> + <ClInclude Include="..\..\include\PlatformStream.h"> + </ClInclude> + <ClInclude Include="..\..\include\SerializerCommon.h"> + </ClInclude> + <ClInclude Include="..\..\include\XmlDeserializer.h"> + </ClInclude> + <ClInclude Include="..\..\include\XmlSerializer.h"> + </ClInclude> + <ClInclude Include="..\..\include\PlatformABI.inl"> + </ClInclude> + <ClInclude Include="..\..\include\PlatformInputStream.inl"> + </ClInclude> + <ClInclude Include="..\..\include\PlatformOutputStream.inl"> + </ClInclude> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"></ImportGroup> </Project> diff --git a/APEX_1.4/NvParameterized/compiler/vc14win32-PhysX_3.4/NvParameterized.vcxproj b/APEX_1.4/NvParameterized/compiler/vc14win32-PhysX_3.4/NvParameterized.vcxproj index 9d0350e4..611518bb 100644 --- a/APEX_1.4/NvParameterized/compiler/vc14win32-PhysX_3.4/NvParameterized.vcxproj +++ b/APEX_1.4/NvParameterized/compiler/vc14win32-PhysX_3.4/NvParameterized.vcxproj @@ -1,297 +1,302 @@ <?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>{116CDA44-9950-8942-1462-6A904E0C4817}</ProjectGuid> - <RootNamespace>NvParameterized</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="../../../compiler/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="../../../compiler/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="../../../compiler/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="../../../compiler/paths.vsprops" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <OutDir>./../../lib/vc14win32\</OutDir> - <IntDir>./build/Win32/NvParameterized/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;./../../../include;./../../../include/PhysX3;$(WindowsSDK_IncludePath);./../../include;./../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PX_FOUNDATION_DLL=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> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.lib</OutputFile> - <AdditionalLibraryDirectories>../../../../PxShared/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\</OutDir> - <IntDir>./build/Win32/NvParameterized/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;./../../../include;./../../../include/PhysX3;$(WindowsSDK_IncludePath);./../../include;./../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PX_FOUNDATION_DLL=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;%(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\</OutDir> - <IntDir>./build/Win32/NvParameterized/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;./../../../include;./../../../include/PhysX3;$(WindowsSDK_IncludePath);./../../include;./../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PX_FOUNDATION_DLL=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> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.lib</OutputFile> - <AdditionalLibraryDirectories>../../../../PxShared/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\</OutDir> - <IntDir>./build/Win32/NvParameterized/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;./../../../include;./../../../include/PhysX3;$(WindowsSDK_IncludePath);./../../include;./../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PX_FOUNDATION_DLL=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> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.lib</OutputFile> - <AdditionalLibraryDirectories>../../../../PxShared/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="..\..\src\BinaryHelper.cpp"></ClCompile> - <ClCompile Include="..\..\src\BinSerializer.cpp"></ClCompile> - <ClCompile Include="..\..\src\NvParameterized.cpp"></ClCompile> - <ClCompile Include="..\..\src\NvParameterizedTraits.cpp"></ClCompile> - <ClCompile Include="..\..\src\NvSerializer.cpp"></ClCompile> - <ClCompile Include="..\..\src\NvTraits.cpp"></ClCompile> - <ClCompile Include="..\..\src\PlatformABI.cpp"></ClCompile> - <ClCompile Include="..\..\src\PlatformInputStream.cpp"></ClCompile> - <ClCompile Include="..\..\src\PlatformOutputStream.cpp"></ClCompile> - <ClCompile Include="..\..\src\SerializerCommon.cpp"></ClCompile> - <ClCompile Include="..\..\src\XmlDeserializer.cpp"></ClCompile> - <ClCompile Include="..\..\src\XmlSerializer.cpp"></ClCompile> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\include\AbstractSerializer.h"></ClInclude> - <ClInclude Include="..\..\include\ApbDefinitions.h"></ClInclude> - <ClInclude Include="..\..\include\BinaryHelper.h"></ClInclude> - <ClInclude Include="..\..\include\BinSerializer.h"></ClInclude> - <ClInclude Include="..\..\include\NvDefaultTraits.h"></ClInclude> - <ClInclude Include="..\..\include\NvParamConversionTemplate.h"></ClInclude> - <ClInclude Include="..\..\include\NvParameters.h"></ClInclude> - <ClInclude Include="..\..\include\NvParametersTypes.h"></ClInclude> - <ClInclude Include="..\..\include\NvRegistrationsForTraitsBase.h"></ClInclude> - <ClInclude Include="..\..\include\NvSerializerInternal.h"></ClInclude> - <ClInclude Include="..\..\include\NvTraitsInternal.h"></ClInclude> - <ClInclude Include="..\..\include\PlatformABI.h"></ClInclude> - <ClInclude Include="..\..\include\PlatformInputStream.h"></ClInclude> - <ClInclude Include="..\..\include\PlatformOutputStream.h"></ClInclude> - <ClInclude Include="..\..\include\PlatformStream.h"></ClInclude> - <ClInclude Include="..\..\include\SerializerCommon.h"></ClInclude> - <ClInclude Include="..\..\include\XmlDeserializer.h"></ClInclude> - <ClInclude Include="..\..\include\XmlSerializer.h"></ClInclude> - <ClInclude Include="..\..\include\PlatformABI.inl"></ClInclude> - <ClInclude Include="..\..\include\PlatformInputStream.inl"></ClInclude> - <ClInclude Include="..\..\include\PlatformOutputStream.inl"></ClInclude> - </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>{116CDA44-9950-8942-1462-6A904E0C4817}</ProjectGuid> + <RootNamespace>NvParameterized</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="../../../compiler/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="../../../compiler/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="../../../compiler/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="../../../compiler/paths.vsprops" /> + </ImportGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> + <OutDir>./../../lib/vc14win32\</OutDir> + <IntDir>./build/Win32/NvParameterized/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;./../../../include;./../../../include/PhysX3;$(WindowsSDK_IncludePath);./../../include;./../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PX_FOUNDATION_DLL=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> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)DEBUG.lib</OutputFile> + <AdditionalLibraryDirectories>../../../../PxShared/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\</OutDir> + <IntDir>./build/Win32/NvParameterized/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;./../../../include;./../../../include/PhysX3;$(WindowsSDK_IncludePath);./../../include;./../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PX_FOUNDATION_DLL=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;%(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\</OutDir> + <IntDir>./build/Win32/NvParameterized/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;./../../../include;./../../../include/PhysX3;$(WindowsSDK_IncludePath);./../../include;./../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PX_FOUNDATION_DLL=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> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)PROFILE.lib</OutputFile> + <AdditionalLibraryDirectories>../../../../PxShared/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\</OutDir> + <IntDir>./build/Win32/NvParameterized/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;./../../../include;./../../../include/PhysX3;$(WindowsSDK_IncludePath);./../../include;./../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PX_FOUNDATION_DLL=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> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)CHECKED.lib</OutputFile> + <AdditionalLibraryDirectories>../../../../PxShared/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="..\..\src\BinaryHelper.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\BinSerializer.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\NvParameterized.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\NvParameterizedTraits.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\NvSerializer.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\NvTraits.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\PlatformABI.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\PlatformInputStream.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\PlatformOutputStream.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\SerializerCommon.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\XmlDeserializer.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\XmlSerializer.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\include\AbstractSerializer.h"> + </ClInclude> + <ClInclude Include="..\..\include\ApbDefinitions.h"> + </ClInclude> + <ClInclude Include="..\..\include\BinaryHelper.h"> + </ClInclude> + <ClInclude Include="..\..\include\BinSerializer.h"> + </ClInclude> + <ClInclude Include="..\..\include\NvDefaultTraits.h"> + </ClInclude> + <ClInclude Include="..\..\include\NvParamConversionTemplate.h"> + </ClInclude> + <ClInclude Include="..\..\include\NvParameters.h"> + </ClInclude> + <ClInclude Include="..\..\include\NvParametersTypes.h"> + </ClInclude> + <ClInclude Include="..\..\include\NvRegistrationsForTraitsBase.h"> + </ClInclude> + <ClInclude Include="..\..\include\NvSerializerInternal.h"> + </ClInclude> + <ClInclude Include="..\..\include\NvTraitsInternal.h"> + </ClInclude> + <ClInclude Include="..\..\include\PlatformABI.h"> + </ClInclude> + <ClInclude Include="..\..\include\PlatformInputStream.h"> + </ClInclude> + <ClInclude Include="..\..\include\PlatformOutputStream.h"> + </ClInclude> + <ClInclude Include="..\..\include\PlatformStream.h"> + </ClInclude> + <ClInclude Include="..\..\include\SerializerCommon.h"> + </ClInclude> + <ClInclude Include="..\..\include\XmlDeserializer.h"> + </ClInclude> + <ClInclude Include="..\..\include\XmlSerializer.h"> + </ClInclude> + <ClInclude Include="..\..\include\PlatformABI.inl"> + </ClInclude> + <ClInclude Include="..\..\include\PlatformInputStream.inl"> + </ClInclude> + <ClInclude Include="..\..\include\PlatformOutputStream.inl"> + </ClInclude> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"></ImportGroup> </Project> diff --git a/APEX_1.4/NvParameterized/compiler/vc14win64-PhysX_3.4/NvParameterized.vcxproj b/APEX_1.4/NvParameterized/compiler/vc14win64-PhysX_3.4/NvParameterized.vcxproj index 6313697a..8a43281c 100644 --- a/APEX_1.4/NvParameterized/compiler/vc14win64-PhysX_3.4/NvParameterized.vcxproj +++ b/APEX_1.4/NvParameterized/compiler/vc14win64-PhysX_3.4/NvParameterized.vcxproj @@ -1,293 +1,298 @@ <?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>{116CDA44-9950-8942-1462-6A904E0C4817}</ProjectGuid> - <RootNamespace>NvParameterized</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="../../../compiler/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="../../../compiler/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="../../../compiler/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="../../../compiler/paths.vsprops" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <OutDir>./../../lib/vc14win64\</OutDir> - <IntDir>./build/x64/NvParameterized/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;./../../../include;./../../../include/PhysX3;$(WindowsSDK_IncludePath);./../../include;./../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PX_FOUNDATION_DLL=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> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.lib</OutputFile> - <AdditionalLibraryDirectories>../../../../PxShared/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\</OutDir> - <IntDir>./build/x64/NvParameterized/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;./../../../include;./../../../include/PhysX3;$(WindowsSDK_IncludePath);./../../include;./../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PX_FOUNDATION_DLL=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;%(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\</OutDir> - <IntDir>./build/x64/NvParameterized/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;./../../../include;./../../../include/PhysX3;$(WindowsSDK_IncludePath);./../../include;./../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PX_FOUNDATION_DLL=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> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.lib</OutputFile> - <AdditionalLibraryDirectories>../../../../PxShared/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\</OutDir> - <IntDir>./build/x64/NvParameterized/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;./../../../include;./../../../include/PhysX3;$(WindowsSDK_IncludePath);./../../include;./../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PX_FOUNDATION_DLL=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> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.lib</OutputFile> - <AdditionalLibraryDirectories>../../../../PxShared/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="..\..\src\BinaryHelper.cpp"></ClCompile> - <ClCompile Include="..\..\src\BinSerializer.cpp"></ClCompile> - <ClCompile Include="..\..\src\NvParameterized.cpp"></ClCompile> - <ClCompile Include="..\..\src\NvParameterizedTraits.cpp"></ClCompile> - <ClCompile Include="..\..\src\NvSerializer.cpp"></ClCompile> - <ClCompile Include="..\..\src\NvTraits.cpp"></ClCompile> - <ClCompile Include="..\..\src\PlatformABI.cpp"></ClCompile> - <ClCompile Include="..\..\src\PlatformInputStream.cpp"></ClCompile> - <ClCompile Include="..\..\src\PlatformOutputStream.cpp"></ClCompile> - <ClCompile Include="..\..\src\SerializerCommon.cpp"></ClCompile> - <ClCompile Include="..\..\src\XmlDeserializer.cpp"></ClCompile> - <ClCompile Include="..\..\src\XmlSerializer.cpp"></ClCompile> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\include\AbstractSerializer.h"></ClInclude> - <ClInclude Include="..\..\include\ApbDefinitions.h"></ClInclude> - <ClInclude Include="..\..\include\BinaryHelper.h"></ClInclude> - <ClInclude Include="..\..\include\BinSerializer.h"></ClInclude> - <ClInclude Include="..\..\include\NvDefaultTraits.h"></ClInclude> - <ClInclude Include="..\..\include\NvParamConversionTemplate.h"></ClInclude> - <ClInclude Include="..\..\include\NvParameters.h"></ClInclude> - <ClInclude Include="..\..\include\NvParametersTypes.h"></ClInclude> - <ClInclude Include="..\..\include\NvRegistrationsForTraitsBase.h"></ClInclude> - <ClInclude Include="..\..\include\NvSerializerInternal.h"></ClInclude> - <ClInclude Include="..\..\include\NvTraitsInternal.h"></ClInclude> - <ClInclude Include="..\..\include\PlatformABI.h"></ClInclude> - <ClInclude Include="..\..\include\PlatformInputStream.h"></ClInclude> - <ClInclude Include="..\..\include\PlatformOutputStream.h"></ClInclude> - <ClInclude Include="..\..\include\PlatformStream.h"></ClInclude> - <ClInclude Include="..\..\include\SerializerCommon.h"></ClInclude> - <ClInclude Include="..\..\include\XmlDeserializer.h"></ClInclude> - <ClInclude Include="..\..\include\XmlSerializer.h"></ClInclude> - <ClInclude Include="..\..\include\PlatformABI.inl"></ClInclude> - <ClInclude Include="..\..\include\PlatformInputStream.inl"></ClInclude> - <ClInclude Include="..\..\include\PlatformOutputStream.inl"></ClInclude> - </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>{116CDA44-9950-8942-1462-6A904E0C4817}</ProjectGuid> + <RootNamespace>NvParameterized</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="../../../compiler/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="../../../compiler/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="../../../compiler/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="../../../compiler/paths.vsprops" /> + </ImportGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> + <OutDir>./../../lib/vc14win64\</OutDir> + <IntDir>./build/x64/NvParameterized/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;./../../../include;./../../../include/PhysX3;$(WindowsSDK_IncludePath);./../../include;./../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PX_FOUNDATION_DLL=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> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)DEBUG.lib</OutputFile> + <AdditionalLibraryDirectories>../../../../PxShared/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\</OutDir> + <IntDir>./build/x64/NvParameterized/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;./../../../include;./../../../include/PhysX3;$(WindowsSDK_IncludePath);./../../include;./../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PX_FOUNDATION_DLL=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;%(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\</OutDir> + <IntDir>./build/x64/NvParameterized/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;./../../../include;./../../../include/PhysX3;$(WindowsSDK_IncludePath);./../../include;./../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PX_FOUNDATION_DLL=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> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)PROFILE.lib</OutputFile> + <AdditionalLibraryDirectories>../../../../PxShared/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\</OutDir> + <IntDir>./build/x64/NvParameterized/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;./../../../include;./../../../include/PhysX3;$(WindowsSDK_IncludePath);./../../include;./../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;PX_FOUNDATION_DLL=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> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)CHECKED.lib</OutputFile> + <AdditionalLibraryDirectories>../../../../PxShared/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="..\..\src\BinaryHelper.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\BinSerializer.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\NvParameterized.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\NvParameterizedTraits.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\NvSerializer.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\NvTraits.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\PlatformABI.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\PlatformInputStream.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\PlatformOutputStream.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\SerializerCommon.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\XmlDeserializer.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\XmlSerializer.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\include\AbstractSerializer.h"> + </ClInclude> + <ClInclude Include="..\..\include\ApbDefinitions.h"> + </ClInclude> + <ClInclude Include="..\..\include\BinaryHelper.h"> + </ClInclude> + <ClInclude Include="..\..\include\BinSerializer.h"> + </ClInclude> + <ClInclude Include="..\..\include\NvDefaultTraits.h"> + </ClInclude> + <ClInclude Include="..\..\include\NvParamConversionTemplate.h"> + </ClInclude> + <ClInclude Include="..\..\include\NvParameters.h"> + </ClInclude> + <ClInclude Include="..\..\include\NvParametersTypes.h"> + </ClInclude> + <ClInclude Include="..\..\include\NvRegistrationsForTraitsBase.h"> + </ClInclude> + <ClInclude Include="..\..\include\NvSerializerInternal.h"> + </ClInclude> + <ClInclude Include="..\..\include\NvTraitsInternal.h"> + </ClInclude> + <ClInclude Include="..\..\include\PlatformABI.h"> + </ClInclude> + <ClInclude Include="..\..\include\PlatformInputStream.h"> + </ClInclude> + <ClInclude Include="..\..\include\PlatformOutputStream.h"> + </ClInclude> + <ClInclude Include="..\..\include\PlatformStream.h"> + </ClInclude> + <ClInclude Include="..\..\include\SerializerCommon.h"> + </ClInclude> + <ClInclude Include="..\..\include\XmlDeserializer.h"> + </ClInclude> + <ClInclude Include="..\..\include\XmlSerializer.h"> + </ClInclude> + <ClInclude Include="..\..\include\PlatformABI.inl"> + </ClInclude> + <ClInclude Include="..\..\include\PlatformInputStream.inl"> + </ClInclude> + <ClInclude Include="..\..\include\PlatformOutputStream.inl"> + </ClInclude> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"></ImportGroup> </Project> diff --git a/APEX_1.4/NvParameterized/compiler/vc15win32-PhysX_3.4/NvParameterized.vcxproj b/APEX_1.4/NvParameterized/compiler/vc15win32-PhysX_3.4/NvParameterized.vcxproj index 9a45900a..cc451160 100644 --- a/APEX_1.4/NvParameterized/compiler/vc15win32-PhysX_3.4/NvParameterized.vcxproj +++ b/APEX_1.4/NvParameterized/compiler/vc15win32-PhysX_3.4/NvParameterized.vcxproj @@ -1,280 +1,285 @@ <?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>{116CDA44-9950-8942-1462-6A904E0C4817}</ProjectGuid> - <RootNamespace>NvParameterized</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="../../../compiler/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="../../../compiler/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="../../../compiler/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="../../../compiler/paths.vsprops" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <OutDir>./../../lib/vc15win32\</OutDir> - <IntDir>./build/Win32/NvParameterized/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;./../../../include;./../../../include/PhysX3;$(WindowsSDK_IncludePath);./../../include;./../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;PX_FOUNDATION_DLL=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> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.lib</OutputFile> - <AdditionalLibraryDirectories>../../../../PxShared/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\</OutDir> - <IntDir>./build/Win32/NvParameterized/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;./../../../include;./../../../include/PhysX3;$(WindowsSDK_IncludePath);./../../include;./../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;PX_FOUNDATION_DLL=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;%(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\</OutDir> - <IntDir>./build/Win32/NvParameterized/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;./../../../include;./../../../include/PhysX3;$(WindowsSDK_IncludePath);./../../include;./../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;PX_FOUNDATION_DLL=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> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.lib</OutputFile> - <AdditionalLibraryDirectories>../../../../PxShared/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\</OutDir> - <IntDir>./build/Win32/NvParameterized/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;./../../../include;./../../../include/PhysX3;$(WindowsSDK_IncludePath);./../../include;./../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;PX_FOUNDATION_DLL=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> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.lib</OutputFile> - <AdditionalLibraryDirectories>../../../../PxShared/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="..\..\src\BinaryHelper.cpp"></ClCompile> - <ClCompile Include="..\..\src\BinSerializer.cpp"></ClCompile> - <ClCompile Include="..\..\src\NvParameterized.cpp"></ClCompile> - <ClCompile Include="..\..\src\NvParameterizedTraits.cpp"></ClCompile> - <ClCompile Include="..\..\src\NvSerializer.cpp"></ClCompile> - <ClCompile Include="..\..\src\NvTraits.cpp"></ClCompile> - <ClCompile Include="..\..\src\PlatformABI.cpp"></ClCompile> - <ClCompile Include="..\..\src\PlatformInputStream.cpp"></ClCompile> - <ClCompile Include="..\..\src\PlatformOutputStream.cpp"></ClCompile> - <ClCompile Include="..\..\src\SerializerCommon.cpp"></ClCompile> - <ClCompile Include="..\..\src\XmlDeserializer.cpp"></ClCompile> - <ClCompile Include="..\..\src\XmlSerializer.cpp"></ClCompile> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\include\AbstractSerializer.h"></ClInclude> - <ClInclude Include="..\..\include\ApbDefinitions.h"></ClInclude> - <ClInclude Include="..\..\include\BinaryHelper.h"></ClInclude> - <ClInclude Include="..\..\include\BinSerializer.h"></ClInclude> - <ClInclude Include="..\..\include\NvDefaultTraits.h"></ClInclude> - <ClInclude Include="..\..\include\NvParamConversionTemplate.h"></ClInclude> - <ClInclude Include="..\..\include\NvParameters.h"></ClInclude> - <ClInclude Include="..\..\include\NvParametersTypes.h"></ClInclude> - <ClInclude Include="..\..\include\NvRegistrationsForTraitsBase.h"></ClInclude> - <ClInclude Include="..\..\include\NvSerializerInternal.h"></ClInclude> - <ClInclude Include="..\..\include\NvTraitsInternal.h"></ClInclude> - <ClInclude Include="..\..\include\PlatformABI.h"></ClInclude> - <ClInclude Include="..\..\include\PlatformInputStream.h"></ClInclude> - <ClInclude Include="..\..\include\PlatformOutputStream.h"></ClInclude> - <ClInclude Include="..\..\include\PlatformStream.h"></ClInclude> - <ClInclude Include="..\..\include\SerializerCommon.h"></ClInclude> - <ClInclude Include="..\..\include\XmlDeserializer.h"></ClInclude> - <ClInclude Include="..\..\include\XmlSerializer.h"></ClInclude> - <ClInclude Include="..\..\include\PlatformABI.inl"></ClInclude> - <ClInclude Include="..\..\include\PlatformInputStream.inl"></ClInclude> - <ClInclude Include="..\..\include\PlatformOutputStream.inl"></ClInclude> - </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>{116CDA44-9950-8942-1462-6A904E0C4817}</ProjectGuid> + <RootNamespace>NvParameterized</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="../../../compiler/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="../../../compiler/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="../../../compiler/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="../../../compiler/paths.vsprops" /> + </ImportGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> + <OutDir>./../../lib/vc15win32\</OutDir> + <IntDir>./build/Win32/NvParameterized/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;./../../../include;./../../../include/PhysX3;$(WindowsSDK_IncludePath);./../../include;./../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;PX_FOUNDATION_DLL=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> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)DEBUG.lib</OutputFile> + <AdditionalLibraryDirectories>../../../../PxShared/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\</OutDir> + <IntDir>./build/Win32/NvParameterized/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;./../../../include;./../../../include/PhysX3;$(WindowsSDK_IncludePath);./../../include;./../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;PX_FOUNDATION_DLL=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;%(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\</OutDir> + <IntDir>./build/Win32/NvParameterized/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;./../../../include;./../../../include/PhysX3;$(WindowsSDK_IncludePath);./../../include;./../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;PX_FOUNDATION_DLL=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> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)PROFILE.lib</OutputFile> + <AdditionalLibraryDirectories>../../../../PxShared/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\</OutDir> + <IntDir>./build/Win32/NvParameterized/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;./../../../include;./../../../include/PhysX3;$(WindowsSDK_IncludePath);./../../include;./../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;PX_FOUNDATION_DLL=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> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)CHECKED.lib</OutputFile> + <AdditionalLibraryDirectories>../../../../PxShared/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="..\..\src\BinaryHelper.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\BinSerializer.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\NvParameterized.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\NvParameterizedTraits.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\NvSerializer.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\NvTraits.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\PlatformABI.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\PlatformInputStream.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\PlatformOutputStream.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\SerializerCommon.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\XmlDeserializer.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\XmlSerializer.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\include\AbstractSerializer.h"> + </ClInclude> + <ClInclude Include="..\..\include\ApbDefinitions.h"> + </ClInclude> + <ClInclude Include="..\..\include\BinaryHelper.h"> + </ClInclude> + <ClInclude Include="..\..\include\BinSerializer.h"> + </ClInclude> + <ClInclude Include="..\..\include\NvDefaultTraits.h"> + </ClInclude> + <ClInclude Include="..\..\include\NvParamConversionTemplate.h"> + </ClInclude> + <ClInclude Include="..\..\include\NvParameters.h"> + </ClInclude> + <ClInclude Include="..\..\include\NvParametersTypes.h"> + </ClInclude> + <ClInclude Include="..\..\include\NvRegistrationsForTraitsBase.h"> + </ClInclude> + <ClInclude Include="..\..\include\NvSerializerInternal.h"> + </ClInclude> + <ClInclude Include="..\..\include\NvTraitsInternal.h"> + </ClInclude> + <ClInclude Include="..\..\include\PlatformABI.h"> + </ClInclude> + <ClInclude Include="..\..\include\PlatformInputStream.h"> + </ClInclude> + <ClInclude Include="..\..\include\PlatformOutputStream.h"> + </ClInclude> + <ClInclude Include="..\..\include\PlatformStream.h"> + </ClInclude> + <ClInclude Include="..\..\include\SerializerCommon.h"> + </ClInclude> + <ClInclude Include="..\..\include\XmlDeserializer.h"> + </ClInclude> + <ClInclude Include="..\..\include\XmlSerializer.h"> + </ClInclude> + <ClInclude Include="..\..\include\PlatformABI.inl"> + </ClInclude> + <ClInclude Include="..\..\include\PlatformInputStream.inl"> + </ClInclude> + <ClInclude Include="..\..\include\PlatformOutputStream.inl"> + </ClInclude> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"></ImportGroup> </Project> diff --git a/APEX_1.4/NvParameterized/compiler/vc15win64-PhysX_3.4/NvParameterized.vcxproj b/APEX_1.4/NvParameterized/compiler/vc15win64-PhysX_3.4/NvParameterized.vcxproj index a894b6a0..116b62ca 100644 --- a/APEX_1.4/NvParameterized/compiler/vc15win64-PhysX_3.4/NvParameterized.vcxproj +++ b/APEX_1.4/NvParameterized/compiler/vc15win64-PhysX_3.4/NvParameterized.vcxproj @@ -1,280 +1,285 @@ <?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>{116CDA44-9950-8942-1462-6A904E0C4817}</ProjectGuid> - <RootNamespace>NvParameterized</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="../../../compiler/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="../../../compiler/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="../../../compiler/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="../../../compiler/paths.vsprops" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <OutDir>./../../lib/vc15win64\</OutDir> - <IntDir>./build/x64/NvParameterized/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;./../../../include;./../../../include/PhysX3;$(WindowsSDK_IncludePath);./../../include;./../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;PX_FOUNDATION_DLL=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> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.lib</OutputFile> - <AdditionalLibraryDirectories>../../../../PxShared/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\</OutDir> - <IntDir>./build/x64/NvParameterized/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;./../../../include;./../../../include/PhysX3;$(WindowsSDK_IncludePath);./../../include;./../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;PX_FOUNDATION_DLL=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;%(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\</OutDir> - <IntDir>./build/x64/NvParameterized/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;./../../../include;./../../../include/PhysX3;$(WindowsSDK_IncludePath);./../../include;./../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;PX_FOUNDATION_DLL=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> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.lib</OutputFile> - <AdditionalLibraryDirectories>../../../../PxShared/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\</OutDir> - <IntDir>./build/x64/NvParameterized/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;./../../../include;./../../../include/PhysX3;$(WindowsSDK_IncludePath);./../../include;./../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;PX_FOUNDATION_DLL=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> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.lib</OutputFile> - <AdditionalLibraryDirectories>../../../../PxShared/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="..\..\src\BinaryHelper.cpp"></ClCompile> - <ClCompile Include="..\..\src\BinSerializer.cpp"></ClCompile> - <ClCompile Include="..\..\src\NvParameterized.cpp"></ClCompile> - <ClCompile Include="..\..\src\NvParameterizedTraits.cpp"></ClCompile> - <ClCompile Include="..\..\src\NvSerializer.cpp"></ClCompile> - <ClCompile Include="..\..\src\NvTraits.cpp"></ClCompile> - <ClCompile Include="..\..\src\PlatformABI.cpp"></ClCompile> - <ClCompile Include="..\..\src\PlatformInputStream.cpp"></ClCompile> - <ClCompile Include="..\..\src\PlatformOutputStream.cpp"></ClCompile> - <ClCompile Include="..\..\src\SerializerCommon.cpp"></ClCompile> - <ClCompile Include="..\..\src\XmlDeserializer.cpp"></ClCompile> - <ClCompile Include="..\..\src\XmlSerializer.cpp"></ClCompile> - </ItemGroup> - <ItemGroup></ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\include\AbstractSerializer.h"></ClInclude> - <ClInclude Include="..\..\include\ApbDefinitions.h"></ClInclude> - <ClInclude Include="..\..\include\BinaryHelper.h"></ClInclude> - <ClInclude Include="..\..\include\BinSerializer.h"></ClInclude> - <ClInclude Include="..\..\include\NvDefaultTraits.h"></ClInclude> - <ClInclude Include="..\..\include\NvParamConversionTemplate.h"></ClInclude> - <ClInclude Include="..\..\include\NvParameters.h"></ClInclude> - <ClInclude Include="..\..\include\NvParametersTypes.h"></ClInclude> - <ClInclude Include="..\..\include\NvRegistrationsForTraitsBase.h"></ClInclude> - <ClInclude Include="..\..\include\NvSerializerInternal.h"></ClInclude> - <ClInclude Include="..\..\include\NvTraitsInternal.h"></ClInclude> - <ClInclude Include="..\..\include\PlatformABI.h"></ClInclude> - <ClInclude Include="..\..\include\PlatformInputStream.h"></ClInclude> - <ClInclude Include="..\..\include\PlatformOutputStream.h"></ClInclude> - <ClInclude Include="..\..\include\PlatformStream.h"></ClInclude> - <ClInclude Include="..\..\include\SerializerCommon.h"></ClInclude> - <ClInclude Include="..\..\include\XmlDeserializer.h"></ClInclude> - <ClInclude Include="..\..\include\XmlSerializer.h"></ClInclude> - <ClInclude Include="..\..\include\PlatformABI.inl"></ClInclude> - <ClInclude Include="..\..\include\PlatformInputStream.inl"></ClInclude> - <ClInclude Include="..\..\include\PlatformOutputStream.inl"></ClInclude> - </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>{116CDA44-9950-8942-1462-6A904E0C4817}</ProjectGuid> + <RootNamespace>NvParameterized</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="../../../compiler/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="../../../compiler/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="../../../compiler/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="../../../compiler/paths.vsprops" /> + </ImportGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> + <OutDir>./../../lib/vc15win64\</OutDir> + <IntDir>./build/x64/NvParameterized/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;./../../../include;./../../../include/PhysX3;$(WindowsSDK_IncludePath);./../../include;./../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;PX_FOUNDATION_DLL=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> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)DEBUG.lib</OutputFile> + <AdditionalLibraryDirectories>../../../../PxShared/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\</OutDir> + <IntDir>./build/x64/NvParameterized/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;./../../../include;./../../../include/PhysX3;$(WindowsSDK_IncludePath);./../../include;./../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;PX_FOUNDATION_DLL=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;%(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\</OutDir> + <IntDir>./build/x64/NvParameterized/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;./../../../include;./../../../include/PhysX3;$(WindowsSDK_IncludePath);./../../include;./../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;PX_FOUNDATION_DLL=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> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)PROFILE.lib</OutputFile> + <AdditionalLibraryDirectories>../../../../PxShared/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\</OutDir> + <IntDir>./build/x64/NvParameterized/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;./../../../include;./../../../include/PhysX3;$(WindowsSDK_IncludePath);./../../include;./../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;PX_FOUNDATION_DLL=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> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)CHECKED.lib</OutputFile> + <AdditionalLibraryDirectories>../../../../PxShared/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="..\..\src\BinaryHelper.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\BinSerializer.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\NvParameterized.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\NvParameterizedTraits.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\NvSerializer.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\NvTraits.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\PlatformABI.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\PlatformInputStream.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\PlatformOutputStream.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\SerializerCommon.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\XmlDeserializer.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\XmlSerializer.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\include\AbstractSerializer.h"> + </ClInclude> + <ClInclude Include="..\..\include\ApbDefinitions.h"> + </ClInclude> + <ClInclude Include="..\..\include\BinaryHelper.h"> + </ClInclude> + <ClInclude Include="..\..\include\BinSerializer.h"> + </ClInclude> + <ClInclude Include="..\..\include\NvDefaultTraits.h"> + </ClInclude> + <ClInclude Include="..\..\include\NvParamConversionTemplate.h"> + </ClInclude> + <ClInclude Include="..\..\include\NvParameters.h"> + </ClInclude> + <ClInclude Include="..\..\include\NvParametersTypes.h"> + </ClInclude> + <ClInclude Include="..\..\include\NvRegistrationsForTraitsBase.h"> + </ClInclude> + <ClInclude Include="..\..\include\NvSerializerInternal.h"> + </ClInclude> + <ClInclude Include="..\..\include\NvTraitsInternal.h"> + </ClInclude> + <ClInclude Include="..\..\include\PlatformABI.h"> + </ClInclude> + <ClInclude Include="..\..\include\PlatformInputStream.h"> + </ClInclude> + <ClInclude Include="..\..\include\PlatformOutputStream.h"> + </ClInclude> + <ClInclude Include="..\..\include\PlatformStream.h"> + </ClInclude> + <ClInclude Include="..\..\include\SerializerCommon.h"> + </ClInclude> + <ClInclude Include="..\..\include\XmlDeserializer.h"> + </ClInclude> + <ClInclude Include="..\..\include\XmlSerializer.h"> + </ClInclude> + <ClInclude Include="..\..\include\PlatformABI.inl"> + </ClInclude> + <ClInclude Include="..\..\include\PlatformInputStream.inl"> + </ClInclude> + <ClInclude Include="..\..\include\PlatformOutputStream.inl"> + </ClInclude> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"></ImportGroup> </Project> diff --git a/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_ClothingCHECKED_x86.dll b/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_ClothingCHECKED_x86.dll Binary files differindex e4b3b0ae..e1c57065 100644 --- a/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_ClothingCHECKED_x86.dll +++ b/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_ClothingCHECKED_x86.dll diff --git a/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_ClothingDEBUG_x86.dll b/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_ClothingDEBUG_x86.dll Binary files differindex 303cb9f8..6d5cad56 100644 --- a/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_ClothingDEBUG_x86.dll +++ b/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_ClothingDEBUG_x86.dll diff --git a/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_ClothingGPUCHECKED_x86.dll b/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_ClothingGPUCHECKED_x86.dll Binary files differindex af41d1ee..eb471e94 100755 --- a/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_ClothingGPUCHECKED_x86.dll +++ b/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_ClothingGPUCHECKED_x86.dll diff --git a/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_ClothingGPUDEBUG_x86.dll b/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_ClothingGPUDEBUG_x86.dll Binary files differindex cacecf38..3a43a79e 100755 --- a/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_ClothingGPUDEBUG_x86.dll +++ b/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_ClothingGPUDEBUG_x86.dll diff --git a/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_ClothingGPUPROFILE_x86.dll b/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_ClothingGPUPROFILE_x86.dll Binary files differindex f032abee..c3a436fd 100755 --- a/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_ClothingGPUPROFILE_x86.dll +++ b/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_ClothingGPUPROFILE_x86.dll diff --git a/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_ClothingGPU_x86.dll b/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_ClothingGPU_x86.dll Binary files differindex d639b4f5..b1a607bb 100755 --- a/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_ClothingGPU_x86.dll +++ b/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_ClothingGPU_x86.dll diff --git a/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_ClothingPROFILE_x86.dll b/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_ClothingPROFILE_x86.dll Binary files differindex ae7544e5..a688d668 100644 --- a/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_ClothingPROFILE_x86.dll +++ b/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_ClothingPROFILE_x86.dll diff --git a/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_Clothing_x86.dll b/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_Clothing_x86.dll Binary files differindex 6ca09cb8..24cc462a 100644 --- a/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_Clothing_x86.dll +++ b/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_Clothing_x86.dll diff --git a/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_DestructibleCHECKED_x86.dll b/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_DestructibleCHECKED_x86.dll Binary files differindex 97e4545e..24b72f7f 100644 --- a/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_DestructibleCHECKED_x86.dll +++ b/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_DestructibleCHECKED_x86.dll diff --git a/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_DestructibleDEBUG_x86.dll b/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_DestructibleDEBUG_x86.dll Binary files differindex 12304409..8164ed05 100644 --- a/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_DestructibleDEBUG_x86.dll +++ b/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_DestructibleDEBUG_x86.dll diff --git a/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_DestructiblePROFILE_x86.dll b/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_DestructiblePROFILE_x86.dll Binary files differindex bf03518e..dd2cd383 100644 --- a/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_DestructiblePROFILE_x86.dll +++ b/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_DestructiblePROFILE_x86.dll diff --git a/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_Destructible_x86.dll b/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_Destructible_x86.dll Binary files differindex bd9a7414..009edb5a 100644 --- a/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_Destructible_x86.dll +++ b/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_Destructible_x86.dll diff --git a/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_LegacyCHECKED_x86.dll b/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_LegacyCHECKED_x86.dll Binary files differindex 7d121a08..61004a64 100644 --- a/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_LegacyCHECKED_x86.dll +++ b/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_LegacyCHECKED_x86.dll diff --git a/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_LegacyDEBUG_x86.dll b/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_LegacyDEBUG_x86.dll Binary files differindex 92a27a9f..3b51780f 100644 --- a/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_LegacyDEBUG_x86.dll +++ b/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_LegacyDEBUG_x86.dll diff --git a/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_LegacyPROFILE_x86.dll b/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_LegacyPROFILE_x86.dll Binary files differindex f9d97bb9..4cc9a0c1 100644 --- a/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_LegacyPROFILE_x86.dll +++ b/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_LegacyPROFILE_x86.dll diff --git a/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_Legacy_x86.dll b/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_Legacy_x86.dll Binary files differindex 71136420..2015ed8f 100644 --- a/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_Legacy_x86.dll +++ b/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_Legacy_x86.dll diff --git a/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_LoaderCHECKED_x86.dll b/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_LoaderCHECKED_x86.dll Binary files differindex 8c8fbe15..36f5bd99 100644 --- a/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_LoaderCHECKED_x86.dll +++ b/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_LoaderCHECKED_x86.dll diff --git a/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_LoaderDEBUG_x86.dll b/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_LoaderDEBUG_x86.dll Binary files differindex 64edcc8e..1fb0e96e 100644 --- a/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_LoaderDEBUG_x86.dll +++ b/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_LoaderDEBUG_x86.dll diff --git a/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_LoaderPROFILE_x86.dll b/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_LoaderPROFILE_x86.dll Binary files differindex 2867ca7b..6dd7733d 100644 --- a/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_LoaderPROFILE_x86.dll +++ b/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_LoaderPROFILE_x86.dll diff --git a/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_Loader_x86.dll b/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_Loader_x86.dll Binary files differindex 99d78c59..359bede9 100644 --- a/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_Loader_x86.dll +++ b/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_Loader_x86.dll diff --git a/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_ParticlesCHECKED_x86.dll b/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_ParticlesCHECKED_x86.dll Binary files differindex 59fd5838..93a67fb2 100755 --- a/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_ParticlesCHECKED_x86.dll +++ b/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_ParticlesCHECKED_x86.dll diff --git a/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_ParticlesDEBUG_x86.dll b/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_ParticlesDEBUG_x86.dll Binary files differindex f8615c64..7fd3611c 100755 --- a/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_ParticlesDEBUG_x86.dll +++ b/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_ParticlesDEBUG_x86.dll diff --git a/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_ParticlesPROFILE_x86.dll b/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_ParticlesPROFILE_x86.dll Binary files differindex 5bc697dc..1e5bfc2d 100755 --- a/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_ParticlesPROFILE_x86.dll +++ b/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_ParticlesPROFILE_x86.dll diff --git a/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_Particles_x86.dll b/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_Particles_x86.dll Binary files differindex a597f72f..4a0c109c 100755 --- a/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_Particles_x86.dll +++ b/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_Particles_x86.dll diff --git a/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_TurbulenceFSCHECKED_x86.dll b/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_TurbulenceFSCHECKED_x86.dll Binary files differindex 25b3ebf0..903ff9fd 100755 --- a/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_TurbulenceFSCHECKED_x86.dll +++ b/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_TurbulenceFSCHECKED_x86.dll diff --git a/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_TurbulenceFSDEBUG_x86.dll b/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_TurbulenceFSDEBUG_x86.dll Binary files differindex 3d6d9318..231f1b42 100755 --- a/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_TurbulenceFSDEBUG_x86.dll +++ b/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_TurbulenceFSDEBUG_x86.dll diff --git a/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_TurbulenceFSPROFILE_x86.dll b/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_TurbulenceFSPROFILE_x86.dll Binary files differindex b2377cb5..cba3e418 100755 --- a/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_TurbulenceFSPROFILE_x86.dll +++ b/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_TurbulenceFSPROFILE_x86.dll diff --git a/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_TurbulenceFS_x86.dll b/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_TurbulenceFS_x86.dll Binary files differindex 3c07bd60..dbb09f4c 100755 --- a/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_TurbulenceFS_x86.dll +++ b/APEX_1.4/bin/vc12win32-PhysX_3.4/APEX_TurbulenceFS_x86.dll diff --git a/APEX_1.4/bin/vc12win32-PhysX_3.4/ApexFrameworkCHECKED_x86.dll b/APEX_1.4/bin/vc12win32-PhysX_3.4/ApexFrameworkCHECKED_x86.dll Binary files differindex 7f94ddc7..d1404027 100755 --- a/APEX_1.4/bin/vc12win32-PhysX_3.4/ApexFrameworkCHECKED_x86.dll +++ b/APEX_1.4/bin/vc12win32-PhysX_3.4/ApexFrameworkCHECKED_x86.dll diff --git a/APEX_1.4/bin/vc12win32-PhysX_3.4/ApexFrameworkDEBUG_x86.dll b/APEX_1.4/bin/vc12win32-PhysX_3.4/ApexFrameworkDEBUG_x86.dll Binary files differindex c1e1a24d..fd9eebdf 100755 --- a/APEX_1.4/bin/vc12win32-PhysX_3.4/ApexFrameworkDEBUG_x86.dll +++ b/APEX_1.4/bin/vc12win32-PhysX_3.4/ApexFrameworkDEBUG_x86.dll diff --git a/APEX_1.4/bin/vc12win32-PhysX_3.4/ApexFrameworkPROFILE_x86.dll b/APEX_1.4/bin/vc12win32-PhysX_3.4/ApexFrameworkPROFILE_x86.dll Binary files differindex 57631ad6..8fbcabc9 100755 --- a/APEX_1.4/bin/vc12win32-PhysX_3.4/ApexFrameworkPROFILE_x86.dll +++ b/APEX_1.4/bin/vc12win32-PhysX_3.4/ApexFrameworkPROFILE_x86.dll diff --git a/APEX_1.4/bin/vc12win32-PhysX_3.4/ApexFramework_x86.dll b/APEX_1.4/bin/vc12win32-PhysX_3.4/ApexFramework_x86.dll Binary files differindex 1cbbc954..5e741c5f 100755 --- a/APEX_1.4/bin/vc12win32-PhysX_3.4/ApexFramework_x86.dll +++ b/APEX_1.4/bin/vc12win32-PhysX_3.4/ApexFramework_x86.dll diff --git a/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_ClothingCHECKED_x64.dll b/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_ClothingCHECKED_x64.dll Binary files differindex 5a8aea71..343e4e11 100644 --- a/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_ClothingCHECKED_x64.dll +++ b/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_ClothingCHECKED_x64.dll diff --git a/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_ClothingDEBUG_x64.dll b/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_ClothingDEBUG_x64.dll Binary files differindex 835f2507..c68ba189 100644 --- a/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_ClothingDEBUG_x64.dll +++ b/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_ClothingDEBUG_x64.dll diff --git a/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_ClothingGPUCHECKED_x64.dll b/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_ClothingGPUCHECKED_x64.dll Binary files differindex 38af3877..fed0c9a8 100755 --- a/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_ClothingGPUCHECKED_x64.dll +++ b/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_ClothingGPUCHECKED_x64.dll diff --git a/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_ClothingGPUDEBUG_x64.dll b/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_ClothingGPUDEBUG_x64.dll Binary files differindex 232039ef..25b5449f 100755 --- a/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_ClothingGPUDEBUG_x64.dll +++ b/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_ClothingGPUDEBUG_x64.dll diff --git a/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_ClothingGPUPROFILE_x64.dll b/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_ClothingGPUPROFILE_x64.dll Binary files differindex 9aa6cabb..894fcf17 100755 --- a/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_ClothingGPUPROFILE_x64.dll +++ b/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_ClothingGPUPROFILE_x64.dll diff --git a/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_ClothingGPU_x64.dll b/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_ClothingGPU_x64.dll Binary files differindex a7ff0e29..557a8e12 100755 --- a/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_ClothingGPU_x64.dll +++ b/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_ClothingGPU_x64.dll diff --git a/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_ClothingPROFILE_x64.dll b/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_ClothingPROFILE_x64.dll Binary files differindex 3040eec9..f060e7bf 100644 --- a/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_ClothingPROFILE_x64.dll +++ b/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_ClothingPROFILE_x64.dll diff --git a/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_Clothing_x64.dll b/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_Clothing_x64.dll Binary files differindex 180590c1..473fa82d 100644 --- a/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_Clothing_x64.dll +++ b/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_Clothing_x64.dll diff --git a/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_DestructibleCHECKED_x64.dll b/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_DestructibleCHECKED_x64.dll Binary files differindex d1c5bf7c..ab679235 100644 --- a/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_DestructibleCHECKED_x64.dll +++ b/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_DestructibleCHECKED_x64.dll diff --git a/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_DestructibleDEBUG_x64.dll b/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_DestructibleDEBUG_x64.dll Binary files differindex 3b1a23c5..e7546cdf 100644 --- a/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_DestructibleDEBUG_x64.dll +++ b/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_DestructibleDEBUG_x64.dll diff --git a/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_DestructiblePROFILE_x64.dll b/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_DestructiblePROFILE_x64.dll Binary files differindex 7c173227..7bf532d0 100644 --- a/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_DestructiblePROFILE_x64.dll +++ b/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_DestructiblePROFILE_x64.dll diff --git a/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_Destructible_x64.dll b/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_Destructible_x64.dll Binary files differindex 3f3b6324..e114dcfd 100644 --- a/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_Destructible_x64.dll +++ b/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_Destructible_x64.dll diff --git a/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_LegacyCHECKED_x64.dll b/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_LegacyCHECKED_x64.dll Binary files differindex 52ae5d2d..1737ce66 100644 --- a/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_LegacyCHECKED_x64.dll +++ b/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_LegacyCHECKED_x64.dll diff --git a/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_LegacyDEBUG_x64.dll b/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_LegacyDEBUG_x64.dll Binary files differindex 361a1be7..d7857cd6 100644 --- a/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_LegacyDEBUG_x64.dll +++ b/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_LegacyDEBUG_x64.dll diff --git a/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_LegacyPROFILE_x64.dll b/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_LegacyPROFILE_x64.dll Binary files differindex 3692416a..2079a21d 100644 --- a/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_LegacyPROFILE_x64.dll +++ b/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_LegacyPROFILE_x64.dll diff --git a/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_Legacy_x64.dll b/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_Legacy_x64.dll Binary files differindex 811befb3..ad410793 100644 --- a/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_Legacy_x64.dll +++ b/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_Legacy_x64.dll diff --git a/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_LoaderCHECKED_x64.dll b/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_LoaderCHECKED_x64.dll Binary files differindex 292df3d5..5cd1c218 100644 --- a/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_LoaderCHECKED_x64.dll +++ b/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_LoaderCHECKED_x64.dll diff --git a/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_LoaderDEBUG_x64.dll b/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_LoaderDEBUG_x64.dll Binary files differindex 540a3ca2..7180817c 100644 --- a/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_LoaderDEBUG_x64.dll +++ b/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_LoaderDEBUG_x64.dll diff --git a/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_LoaderPROFILE_x64.dll b/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_LoaderPROFILE_x64.dll Binary files differindex 150c2a35..1f999c43 100644 --- a/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_LoaderPROFILE_x64.dll +++ b/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_LoaderPROFILE_x64.dll diff --git a/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_Loader_x64.dll b/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_Loader_x64.dll Binary files differindex 099ac876..da8f53c3 100644 --- a/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_Loader_x64.dll +++ b/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_Loader_x64.dll diff --git a/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_ParticlesCHECKED_x64.dll b/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_ParticlesCHECKED_x64.dll Binary files differindex a9f59c3e..26ed38ca 100755 --- a/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_ParticlesCHECKED_x64.dll +++ b/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_ParticlesCHECKED_x64.dll diff --git a/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_ParticlesDEBUG_x64.dll b/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_ParticlesDEBUG_x64.dll Binary files differindex 4c6c672f..5ae432d1 100755 --- a/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_ParticlesDEBUG_x64.dll +++ b/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_ParticlesDEBUG_x64.dll diff --git a/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_ParticlesPROFILE_x64.dll b/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_ParticlesPROFILE_x64.dll Binary files differindex 59b1ba1f..904747bd 100755 --- a/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_ParticlesPROFILE_x64.dll +++ b/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_ParticlesPROFILE_x64.dll diff --git a/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_Particles_x64.dll b/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_Particles_x64.dll Binary files differindex 3249f809..966c174b 100755 --- a/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_Particles_x64.dll +++ b/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_Particles_x64.dll diff --git a/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_TurbulenceFSCHECKED_x64.dll b/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_TurbulenceFSCHECKED_x64.dll Binary files differindex 5a338686..9c108974 100755 --- a/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_TurbulenceFSCHECKED_x64.dll +++ b/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_TurbulenceFSCHECKED_x64.dll diff --git a/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_TurbulenceFSDEBUG_x64.dll b/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_TurbulenceFSDEBUG_x64.dll Binary files differindex bcdd7103..e5052dbb 100755 --- a/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_TurbulenceFSDEBUG_x64.dll +++ b/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_TurbulenceFSDEBUG_x64.dll diff --git a/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_TurbulenceFSPROFILE_x64.dll b/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_TurbulenceFSPROFILE_x64.dll Binary files differindex 29cd32cf..2e8d4a86 100755 --- a/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_TurbulenceFSPROFILE_x64.dll +++ b/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_TurbulenceFSPROFILE_x64.dll diff --git a/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_TurbulenceFS_x64.dll b/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_TurbulenceFS_x64.dll Binary files differindex 3c787305..74144d21 100755 --- a/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_TurbulenceFS_x64.dll +++ b/APEX_1.4/bin/vc12win64-PhysX_3.4/APEX_TurbulenceFS_x64.dll diff --git a/APEX_1.4/bin/vc12win64-PhysX_3.4/ApexFrameworkCHECKED_x64.dll b/APEX_1.4/bin/vc12win64-PhysX_3.4/ApexFrameworkCHECKED_x64.dll Binary files differindex 0ec3f43d..e4d4f3fc 100755 --- a/APEX_1.4/bin/vc12win64-PhysX_3.4/ApexFrameworkCHECKED_x64.dll +++ b/APEX_1.4/bin/vc12win64-PhysX_3.4/ApexFrameworkCHECKED_x64.dll diff --git a/APEX_1.4/bin/vc12win64-PhysX_3.4/ApexFrameworkDEBUG_x64.dll b/APEX_1.4/bin/vc12win64-PhysX_3.4/ApexFrameworkDEBUG_x64.dll Binary files differindex 49ef7335..d6155be2 100755 --- a/APEX_1.4/bin/vc12win64-PhysX_3.4/ApexFrameworkDEBUG_x64.dll +++ b/APEX_1.4/bin/vc12win64-PhysX_3.4/ApexFrameworkDEBUG_x64.dll diff --git a/APEX_1.4/bin/vc12win64-PhysX_3.4/ApexFrameworkPROFILE_x64.dll b/APEX_1.4/bin/vc12win64-PhysX_3.4/ApexFrameworkPROFILE_x64.dll Binary files differindex 68fbed87..0e92fe8b 100755 --- a/APEX_1.4/bin/vc12win64-PhysX_3.4/ApexFrameworkPROFILE_x64.dll +++ b/APEX_1.4/bin/vc12win64-PhysX_3.4/ApexFrameworkPROFILE_x64.dll diff --git a/APEX_1.4/bin/vc12win64-PhysX_3.4/ApexFramework_x64.dll b/APEX_1.4/bin/vc12win64-PhysX_3.4/ApexFramework_x64.dll Binary files differindex 99fd0f64..1004bc85 100755 --- a/APEX_1.4/bin/vc12win64-PhysX_3.4/ApexFramework_x64.dll +++ b/APEX_1.4/bin/vc12win64-PhysX_3.4/ApexFramework_x64.dll diff --git a/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_ClothingCHECKED_x86.dll b/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_ClothingCHECKED_x86.dll Binary files differindex 7086e99b..47157647 100644 --- a/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_ClothingCHECKED_x86.dll +++ b/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_ClothingCHECKED_x86.dll diff --git a/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_ClothingDEBUG_x86.dll b/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_ClothingDEBUG_x86.dll Binary files differindex 74a1d0b4..25869f6c 100644 --- a/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_ClothingDEBUG_x86.dll +++ b/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_ClothingDEBUG_x86.dll diff --git a/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_ClothingGPUCHECKED_x86.dll b/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_ClothingGPUCHECKED_x86.dll Binary files differindex a84d0ee3..724c13c3 100755 --- a/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_ClothingGPUCHECKED_x86.dll +++ b/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_ClothingGPUCHECKED_x86.dll diff --git a/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_ClothingGPUDEBUG_x86.dll b/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_ClothingGPUDEBUG_x86.dll Binary files differindex 64299817..4da9e860 100755 --- a/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_ClothingGPUDEBUG_x86.dll +++ b/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_ClothingGPUDEBUG_x86.dll diff --git a/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_ClothingGPUPROFILE_x86.dll b/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_ClothingGPUPROFILE_x86.dll Binary files differindex 4d60a514..34e3d553 100755 --- a/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_ClothingGPUPROFILE_x86.dll +++ b/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_ClothingGPUPROFILE_x86.dll diff --git a/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_ClothingGPU_x86.dll b/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_ClothingGPU_x86.dll Binary files differindex 446f86ed..fcd4a545 100755 --- a/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_ClothingGPU_x86.dll +++ b/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_ClothingGPU_x86.dll diff --git a/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_ClothingPROFILE_x86.dll b/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_ClothingPROFILE_x86.dll Binary files differindex 3653d079..7995d439 100644 --- a/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_ClothingPROFILE_x86.dll +++ b/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_ClothingPROFILE_x86.dll diff --git a/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_Clothing_x86.dll b/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_Clothing_x86.dll Binary files differindex fc1b0507..eb361aae 100644 --- a/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_Clothing_x86.dll +++ b/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_Clothing_x86.dll diff --git a/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_DestructibleCHECKED_x86.dll b/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_DestructibleCHECKED_x86.dll Binary files differindex 718f5f86..49a8f434 100644 --- a/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_DestructibleCHECKED_x86.dll +++ b/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_DestructibleCHECKED_x86.dll diff --git a/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_DestructibleDEBUG_x86.dll b/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_DestructibleDEBUG_x86.dll Binary files differindex 6e1eea1a..485755a7 100644 --- a/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_DestructibleDEBUG_x86.dll +++ b/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_DestructibleDEBUG_x86.dll diff --git a/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_DestructiblePROFILE_x86.dll b/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_DestructiblePROFILE_x86.dll Binary files differindex f39f979f..f4aa0976 100644 --- a/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_DestructiblePROFILE_x86.dll +++ b/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_DestructiblePROFILE_x86.dll diff --git a/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_Destructible_x86.dll b/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_Destructible_x86.dll Binary files differindex a14be0e2..37f46376 100644 --- a/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_Destructible_x86.dll +++ b/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_Destructible_x86.dll diff --git a/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_LegacyCHECKED_x86.dll b/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_LegacyCHECKED_x86.dll Binary files differindex 7041b69f..132040e9 100644 --- a/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_LegacyCHECKED_x86.dll +++ b/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_LegacyCHECKED_x86.dll diff --git a/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_LegacyDEBUG_x86.dll b/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_LegacyDEBUG_x86.dll Binary files differindex 749bf243..1808fcf4 100644 --- a/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_LegacyDEBUG_x86.dll +++ b/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_LegacyDEBUG_x86.dll diff --git a/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_LegacyPROFILE_x86.dll b/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_LegacyPROFILE_x86.dll Binary files differindex 74b6b8c7..5f047b5e 100644 --- a/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_LegacyPROFILE_x86.dll +++ b/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_LegacyPROFILE_x86.dll diff --git a/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_Legacy_x86.dll b/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_Legacy_x86.dll Binary files differindex 549d2894..24a4de3a 100644 --- a/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_Legacy_x86.dll +++ b/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_Legacy_x86.dll diff --git a/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_LoaderCHECKED_x86.dll b/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_LoaderCHECKED_x86.dll Binary files differindex 25ceee00..e7ad9ac7 100644 --- a/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_LoaderCHECKED_x86.dll +++ b/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_LoaderCHECKED_x86.dll diff --git a/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_LoaderDEBUG_x86.dll b/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_LoaderDEBUG_x86.dll Binary files differindex d246f180..71be0f2c 100644 --- a/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_LoaderDEBUG_x86.dll +++ b/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_LoaderDEBUG_x86.dll diff --git a/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_LoaderPROFILE_x86.dll b/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_LoaderPROFILE_x86.dll Binary files differindex 1f4fca42..6415522f 100644 --- a/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_LoaderPROFILE_x86.dll +++ b/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_LoaderPROFILE_x86.dll diff --git a/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_Loader_x86.dll b/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_Loader_x86.dll Binary files differindex b2dd5967..b18169b5 100644 --- a/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_Loader_x86.dll +++ b/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_Loader_x86.dll diff --git a/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_ParticlesCHECKED_x86.dll b/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_ParticlesCHECKED_x86.dll Binary files differindex a4f114d3..438cf2a4 100755 --- a/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_ParticlesCHECKED_x86.dll +++ b/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_ParticlesCHECKED_x86.dll diff --git a/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_ParticlesDEBUG_x86.dll b/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_ParticlesDEBUG_x86.dll Binary files differindex badab4bc..4e956387 100755 --- a/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_ParticlesDEBUG_x86.dll +++ b/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_ParticlesDEBUG_x86.dll diff --git a/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_ParticlesPROFILE_x86.dll b/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_ParticlesPROFILE_x86.dll Binary files differindex b8b9894c..d6261818 100755 --- a/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_ParticlesPROFILE_x86.dll +++ b/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_ParticlesPROFILE_x86.dll diff --git a/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_Particles_x86.dll b/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_Particles_x86.dll Binary files differindex cc1423a0..cc30e2b2 100755 --- a/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_Particles_x86.dll +++ b/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_Particles_x86.dll diff --git a/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_TurbulenceFSCHECKED_x86.dll b/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_TurbulenceFSCHECKED_x86.dll Binary files differindex 3d906ded..47599033 100755 --- a/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_TurbulenceFSCHECKED_x86.dll +++ b/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_TurbulenceFSCHECKED_x86.dll diff --git a/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_TurbulenceFSDEBUG_x86.dll b/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_TurbulenceFSDEBUG_x86.dll Binary files differindex 509a1c3e..3c829c84 100755 --- a/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_TurbulenceFSDEBUG_x86.dll +++ b/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_TurbulenceFSDEBUG_x86.dll diff --git a/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_TurbulenceFSPROFILE_x86.dll b/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_TurbulenceFSPROFILE_x86.dll Binary files differindex d307603e..65a0c022 100755 --- a/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_TurbulenceFSPROFILE_x86.dll +++ b/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_TurbulenceFSPROFILE_x86.dll diff --git a/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_TurbulenceFS_x86.dll b/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_TurbulenceFS_x86.dll Binary files differindex 543fe8e5..4696a69b 100755 --- a/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_TurbulenceFS_x86.dll +++ b/APEX_1.4/bin/vc14win32-PhysX_3.4/APEX_TurbulenceFS_x86.dll diff --git a/APEX_1.4/bin/vc14win32-PhysX_3.4/ApexFrameworkCHECKED_x86.dll b/APEX_1.4/bin/vc14win32-PhysX_3.4/ApexFrameworkCHECKED_x86.dll Binary files differindex 865e3456..88416ba6 100755 --- a/APEX_1.4/bin/vc14win32-PhysX_3.4/ApexFrameworkCHECKED_x86.dll +++ b/APEX_1.4/bin/vc14win32-PhysX_3.4/ApexFrameworkCHECKED_x86.dll diff --git a/APEX_1.4/bin/vc14win32-PhysX_3.4/ApexFrameworkDEBUG_x86.dll b/APEX_1.4/bin/vc14win32-PhysX_3.4/ApexFrameworkDEBUG_x86.dll Binary files differindex 486f05bf..f21b8b51 100755 --- a/APEX_1.4/bin/vc14win32-PhysX_3.4/ApexFrameworkDEBUG_x86.dll +++ b/APEX_1.4/bin/vc14win32-PhysX_3.4/ApexFrameworkDEBUG_x86.dll diff --git a/APEX_1.4/bin/vc14win32-PhysX_3.4/ApexFrameworkPROFILE_x86.dll b/APEX_1.4/bin/vc14win32-PhysX_3.4/ApexFrameworkPROFILE_x86.dll Binary files differindex c9c83b1c..e6ab1ec9 100755 --- a/APEX_1.4/bin/vc14win32-PhysX_3.4/ApexFrameworkPROFILE_x86.dll +++ b/APEX_1.4/bin/vc14win32-PhysX_3.4/ApexFrameworkPROFILE_x86.dll diff --git a/APEX_1.4/bin/vc14win32-PhysX_3.4/ApexFramework_x86.dll b/APEX_1.4/bin/vc14win32-PhysX_3.4/ApexFramework_x86.dll Binary files differindex e413ce36..11da2096 100755 --- a/APEX_1.4/bin/vc14win32-PhysX_3.4/ApexFramework_x86.dll +++ b/APEX_1.4/bin/vc14win32-PhysX_3.4/ApexFramework_x86.dll diff --git a/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_ClothingCHECKED_x64.dll b/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_ClothingCHECKED_x64.dll Binary files differindex a8980c55..551d542f 100644 --- a/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_ClothingCHECKED_x64.dll +++ b/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_ClothingCHECKED_x64.dll diff --git a/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_ClothingDEBUG_x64.dll b/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_ClothingDEBUG_x64.dll Binary files differindex cd80ec8f..d6f11b37 100644 --- a/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_ClothingDEBUG_x64.dll +++ b/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_ClothingDEBUG_x64.dll diff --git a/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_ClothingGPUCHECKED_x64.dll b/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_ClothingGPUCHECKED_x64.dll Binary files differindex 444c8faf..b02dc92b 100755 --- a/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_ClothingGPUCHECKED_x64.dll +++ b/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_ClothingGPUCHECKED_x64.dll diff --git a/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_ClothingGPUDEBUG_x64.dll b/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_ClothingGPUDEBUG_x64.dll Binary files differindex 8e48d5bb..6888fa47 100755 --- a/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_ClothingGPUDEBUG_x64.dll +++ b/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_ClothingGPUDEBUG_x64.dll diff --git a/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_ClothingGPUPROFILE_x64.dll b/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_ClothingGPUPROFILE_x64.dll Binary files differindex 927ea5dc..73a57d0e 100755 --- a/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_ClothingGPUPROFILE_x64.dll +++ b/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_ClothingGPUPROFILE_x64.dll diff --git a/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_ClothingGPU_x64.dll b/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_ClothingGPU_x64.dll Binary files differindex 71d2ec29..3a68bc2c 100755 --- a/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_ClothingGPU_x64.dll +++ b/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_ClothingGPU_x64.dll diff --git a/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_ClothingPROFILE_x64.dll b/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_ClothingPROFILE_x64.dll Binary files differindex 781c0590..35166d1c 100644 --- a/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_ClothingPROFILE_x64.dll +++ b/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_ClothingPROFILE_x64.dll diff --git a/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_Clothing_x64.dll b/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_Clothing_x64.dll Binary files differindex 6b16d103..0eb87cce 100644 --- a/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_Clothing_x64.dll +++ b/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_Clothing_x64.dll diff --git a/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_DestructibleCHECKED_x64.dll b/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_DestructibleCHECKED_x64.dll Binary files differindex a2c18823..8a18f640 100644 --- a/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_DestructibleCHECKED_x64.dll +++ b/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_DestructibleCHECKED_x64.dll diff --git a/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_DestructibleDEBUG_x64.dll b/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_DestructibleDEBUG_x64.dll Binary files differindex 65f724c5..b06748bd 100644 --- a/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_DestructibleDEBUG_x64.dll +++ b/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_DestructibleDEBUG_x64.dll diff --git a/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_DestructiblePROFILE_x64.dll b/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_DestructiblePROFILE_x64.dll Binary files differindex ec92deda..d5498548 100644 --- a/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_DestructiblePROFILE_x64.dll +++ b/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_DestructiblePROFILE_x64.dll diff --git a/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_Destructible_x64.dll b/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_Destructible_x64.dll Binary files differindex 2f597f0b..9b2a74fc 100644 --- a/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_Destructible_x64.dll +++ b/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_Destructible_x64.dll diff --git a/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_LegacyCHECKED_x64.dll b/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_LegacyCHECKED_x64.dll Binary files differindex 837f9830..a9712ee7 100644 --- a/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_LegacyCHECKED_x64.dll +++ b/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_LegacyCHECKED_x64.dll diff --git a/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_LegacyDEBUG_x64.dll b/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_LegacyDEBUG_x64.dll Binary files differindex b8aa9a46..54db58be 100644 --- a/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_LegacyDEBUG_x64.dll +++ b/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_LegacyDEBUG_x64.dll diff --git a/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_LegacyPROFILE_x64.dll b/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_LegacyPROFILE_x64.dll Binary files differindex 862e7788..339b5cda 100644 --- a/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_LegacyPROFILE_x64.dll +++ b/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_LegacyPROFILE_x64.dll diff --git a/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_Legacy_x64.dll b/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_Legacy_x64.dll Binary files differindex 4d7b355d..06b8b10f 100644 --- a/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_Legacy_x64.dll +++ b/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_Legacy_x64.dll diff --git a/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_LoaderCHECKED_x64.dll b/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_LoaderCHECKED_x64.dll Binary files differindex 21f2de81..1de6f652 100644 --- a/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_LoaderCHECKED_x64.dll +++ b/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_LoaderCHECKED_x64.dll diff --git a/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_LoaderDEBUG_x64.dll b/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_LoaderDEBUG_x64.dll Binary files differindex aaba0975..9918dcf1 100644 --- a/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_LoaderDEBUG_x64.dll +++ b/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_LoaderDEBUG_x64.dll diff --git a/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_LoaderPROFILE_x64.dll b/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_LoaderPROFILE_x64.dll Binary files differindex b2884347..a4b02cd4 100644 --- a/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_LoaderPROFILE_x64.dll +++ b/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_LoaderPROFILE_x64.dll diff --git a/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_Loader_x64.dll b/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_Loader_x64.dll Binary files differindex 55ccb520..eb371bc3 100644 --- a/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_Loader_x64.dll +++ b/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_Loader_x64.dll diff --git a/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_ParticlesCHECKED_x64.dll b/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_ParticlesCHECKED_x64.dll Binary files differindex 50589041..6be7bfda 100755 --- a/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_ParticlesCHECKED_x64.dll +++ b/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_ParticlesCHECKED_x64.dll diff --git a/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_ParticlesDEBUG_x64.dll b/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_ParticlesDEBUG_x64.dll Binary files differindex 303b81de..6000823f 100755 --- a/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_ParticlesDEBUG_x64.dll +++ b/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_ParticlesDEBUG_x64.dll diff --git a/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_ParticlesPROFILE_x64.dll b/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_ParticlesPROFILE_x64.dll Binary files differindex c0917231..b854f9ed 100755 --- a/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_ParticlesPROFILE_x64.dll +++ b/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_ParticlesPROFILE_x64.dll diff --git a/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_Particles_x64.dll b/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_Particles_x64.dll Binary files differindex 60c8a191..3ec9575d 100755 --- a/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_Particles_x64.dll +++ b/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_Particles_x64.dll diff --git a/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_TurbulenceFSCHECKED_x64.dll b/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_TurbulenceFSCHECKED_x64.dll Binary files differindex 0623808b..f56b647c 100755 --- a/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_TurbulenceFSCHECKED_x64.dll +++ b/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_TurbulenceFSCHECKED_x64.dll diff --git a/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_TurbulenceFSDEBUG_x64.dll b/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_TurbulenceFSDEBUG_x64.dll Binary files differindex a067559c..733d6075 100755 --- a/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_TurbulenceFSDEBUG_x64.dll +++ b/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_TurbulenceFSDEBUG_x64.dll diff --git a/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_TurbulenceFSPROFILE_x64.dll b/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_TurbulenceFSPROFILE_x64.dll Binary files differindex 6e380d5c..6052e134 100755 --- a/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_TurbulenceFSPROFILE_x64.dll +++ b/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_TurbulenceFSPROFILE_x64.dll diff --git a/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_TurbulenceFS_x64.dll b/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_TurbulenceFS_x64.dll Binary files differindex 2665d28e..654461d3 100755 --- a/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_TurbulenceFS_x64.dll +++ b/APEX_1.4/bin/vc14win64-PhysX_3.4/APEX_TurbulenceFS_x64.dll diff --git a/APEX_1.4/bin/vc14win64-PhysX_3.4/ApexFrameworkCHECKED_x64.dll b/APEX_1.4/bin/vc14win64-PhysX_3.4/ApexFrameworkCHECKED_x64.dll Binary files differindex 746988c9..d0f022c3 100755 --- a/APEX_1.4/bin/vc14win64-PhysX_3.4/ApexFrameworkCHECKED_x64.dll +++ b/APEX_1.4/bin/vc14win64-PhysX_3.4/ApexFrameworkCHECKED_x64.dll diff --git a/APEX_1.4/bin/vc14win64-PhysX_3.4/ApexFrameworkDEBUG_x64.dll b/APEX_1.4/bin/vc14win64-PhysX_3.4/ApexFrameworkDEBUG_x64.dll Binary files differindex e0dbbeae..2167b92f 100755 --- a/APEX_1.4/bin/vc14win64-PhysX_3.4/ApexFrameworkDEBUG_x64.dll +++ b/APEX_1.4/bin/vc14win64-PhysX_3.4/ApexFrameworkDEBUG_x64.dll diff --git a/APEX_1.4/bin/vc14win64-PhysX_3.4/ApexFrameworkPROFILE_x64.dll b/APEX_1.4/bin/vc14win64-PhysX_3.4/ApexFrameworkPROFILE_x64.dll Binary files differindex 3db0dbfa..8987a33d 100755 --- a/APEX_1.4/bin/vc14win64-PhysX_3.4/ApexFrameworkPROFILE_x64.dll +++ b/APEX_1.4/bin/vc14win64-PhysX_3.4/ApexFrameworkPROFILE_x64.dll diff --git a/APEX_1.4/bin/vc14win64-PhysX_3.4/ApexFramework_x64.dll b/APEX_1.4/bin/vc14win64-PhysX_3.4/ApexFramework_x64.dll Binary files differindex 831b19b0..65c4628f 100755 --- a/APEX_1.4/bin/vc14win64-PhysX_3.4/ApexFramework_x64.dll +++ b/APEX_1.4/bin/vc14win64-PhysX_3.4/ApexFramework_x64.dll 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> diff --git a/APEX_1.4/docs/apex_release_notes.chm b/APEX_1.4/docs/apex_release_notes.chm Binary files differindex 7a123fa6..e424153f 100644 --- a/APEX_1.4/docs/apex_release_notes.chm +++ b/APEX_1.4/docs/apex_release_notes.chm diff --git a/APEX_1.4/docs/apexdoc.chm b/APEX_1.4/docs/apexdoc.chm Binary files differindex a0f92916..955ea8ef 100644 --- a/APEX_1.4/docs/apexdoc.chm +++ b/APEX_1.4/docs/apexdoc.chm diff --git a/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_ClothingGPUCHECKED_x86.lib b/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_ClothingGPUCHECKED_x86.lib Binary files differindex 9afc7200..ee1e131d 100644 --- a/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_ClothingGPUCHECKED_x86.lib +++ b/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_ClothingGPUCHECKED_x86.lib diff --git a/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_ClothingGPUDEBUG_x86.lib b/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_ClothingGPUDEBUG_x86.lib Binary files differindex 8dfe520f..e8770da6 100644 --- a/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_ClothingGPUDEBUG_x86.lib +++ b/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_ClothingGPUDEBUG_x86.lib diff --git a/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_ClothingGPUPROFILE_x86.lib b/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_ClothingGPUPROFILE_x86.lib Binary files differindex 41c4b6df..20029ee3 100644 --- a/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_ClothingGPUPROFILE_x86.lib +++ b/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_ClothingGPUPROFILE_x86.lib diff --git a/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_ClothingGPU_x86.lib b/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_ClothingGPU_x86.lib Binary files differindex 7992caf2..6ddc3276 100644 --- a/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_ClothingGPU_x86.lib +++ b/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_ClothingGPU_x86.lib diff --git a/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_DestructibleCHECKED_x86.lib b/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_DestructibleCHECKED_x86.lib Binary files differindex b6e8c0dc..21532af9 100644 --- a/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_DestructibleCHECKED_x86.lib +++ b/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_DestructibleCHECKED_x86.lib diff --git a/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_DestructibleDEBUG_x86.lib b/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_DestructibleDEBUG_x86.lib Binary files differindex fcf2da2f..98969dc1 100644 --- a/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_DestructibleDEBUG_x86.lib +++ b/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_DestructibleDEBUG_x86.lib diff --git a/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_DestructiblePROFILE_x86.lib b/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_DestructiblePROFILE_x86.lib Binary files differindex 05b4baef..f48e7fad 100644 --- a/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_DestructiblePROFILE_x86.lib +++ b/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_DestructiblePROFILE_x86.lib diff --git a/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_Destructible_x86.lib b/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_Destructible_x86.lib Binary files differindex 9db89c30..cb243fb6 100644 --- a/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_Destructible_x86.lib +++ b/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_Destructible_x86.lib diff --git a/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_LegacyCHECKED_x86.lib b/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_LegacyCHECKED_x86.lib Binary files differindex c8342fa0..8ffd2472 100644 --- a/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_LegacyCHECKED_x86.lib +++ b/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_LegacyCHECKED_x86.lib diff --git a/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_LegacyDEBUG_x86.lib b/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_LegacyDEBUG_x86.lib Binary files differindex 940b4fea..d7abb11f 100644 --- a/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_LegacyDEBUG_x86.lib +++ b/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_LegacyDEBUG_x86.lib diff --git a/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_LegacyPROFILE_x86.lib b/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_LegacyPROFILE_x86.lib Binary files differindex ba3e4965..c73a5c81 100644 --- a/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_LegacyPROFILE_x86.lib +++ b/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_LegacyPROFILE_x86.lib diff --git a/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_Legacy_x86.lib b/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_Legacy_x86.lib Binary files differindex 4c7c14a7..b1485246 100644 --- a/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_Legacy_x86.lib +++ b/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_Legacy_x86.lib diff --git a/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_ParticlesCHECKED_x86.lib b/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_ParticlesCHECKED_x86.lib Binary files differindex 8447b304..e2a387d3 100644 --- a/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_ParticlesCHECKED_x86.lib +++ b/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_ParticlesCHECKED_x86.lib diff --git a/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_ParticlesDEBUG_x86.lib b/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_ParticlesDEBUG_x86.lib Binary files differindex 3855debd..0f4e6262 100644 --- a/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_ParticlesDEBUG_x86.lib +++ b/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_ParticlesDEBUG_x86.lib diff --git a/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_ParticlesPROFILE_x86.lib b/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_ParticlesPROFILE_x86.lib Binary files differindex 6dc76923..608d18cb 100644 --- a/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_ParticlesPROFILE_x86.lib +++ b/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_ParticlesPROFILE_x86.lib diff --git a/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_Particles_x86.lib b/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_Particles_x86.lib Binary files differindex 0ecbab2b..34da0bed 100644 --- a/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_Particles_x86.lib +++ b/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_Particles_x86.lib diff --git a/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_TurbulenceFSCHECKED_x86.lib b/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_TurbulenceFSCHECKED_x86.lib Binary files differindex 3ffde216..b6e95cc3 100644 --- a/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_TurbulenceFSCHECKED_x86.lib +++ b/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_TurbulenceFSCHECKED_x86.lib diff --git a/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_TurbulenceFSDEBUG_x86.lib b/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_TurbulenceFSDEBUG_x86.lib Binary files differindex 0ce363e1..eb607edf 100644 --- a/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_TurbulenceFSDEBUG_x86.lib +++ b/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_TurbulenceFSDEBUG_x86.lib diff --git a/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_TurbulenceFSPROFILE_x86.lib b/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_TurbulenceFSPROFILE_x86.lib Binary files differindex e3f1647a..aff12441 100644 --- a/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_TurbulenceFSPROFILE_x86.lib +++ b/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_TurbulenceFSPROFILE_x86.lib diff --git a/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_TurbulenceFS_x86.lib b/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_TurbulenceFS_x86.lib Binary files differindex f2f0cdbc..967bae67 100644 --- a/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_TurbulenceFS_x86.lib +++ b/APEX_1.4/lib/vc12win32-PhysX_3.4/APEX_TurbulenceFS_x86.lib diff --git a/APEX_1.4/lib/vc12win32-PhysX_3.4/ApexFrameworkCHECKED_x86.lib b/APEX_1.4/lib/vc12win32-PhysX_3.4/ApexFrameworkCHECKED_x86.lib Binary files differindex 3911bde2..11897540 100644 --- a/APEX_1.4/lib/vc12win32-PhysX_3.4/ApexFrameworkCHECKED_x86.lib +++ b/APEX_1.4/lib/vc12win32-PhysX_3.4/ApexFrameworkCHECKED_x86.lib diff --git a/APEX_1.4/lib/vc12win32-PhysX_3.4/ApexFrameworkDEBUG_x86.lib b/APEX_1.4/lib/vc12win32-PhysX_3.4/ApexFrameworkDEBUG_x86.lib Binary files differindex 9c4837e5..b1365fc1 100644 --- a/APEX_1.4/lib/vc12win32-PhysX_3.4/ApexFrameworkDEBUG_x86.lib +++ b/APEX_1.4/lib/vc12win32-PhysX_3.4/ApexFrameworkDEBUG_x86.lib diff --git a/APEX_1.4/lib/vc12win32-PhysX_3.4/ApexFrameworkPROFILE_x86.lib b/APEX_1.4/lib/vc12win32-PhysX_3.4/ApexFrameworkPROFILE_x86.lib Binary files differindex 1b1a13a0..c2d0f9bb 100644 --- a/APEX_1.4/lib/vc12win32-PhysX_3.4/ApexFrameworkPROFILE_x86.lib +++ b/APEX_1.4/lib/vc12win32-PhysX_3.4/ApexFrameworkPROFILE_x86.lib diff --git a/APEX_1.4/lib/vc12win32-PhysX_3.4/ApexFramework_x86.lib b/APEX_1.4/lib/vc12win32-PhysX_3.4/ApexFramework_x86.lib Binary files differindex a1ed7d67..ecf39fbc 100644 --- a/APEX_1.4/lib/vc12win32-PhysX_3.4/ApexFramework_x86.lib +++ b/APEX_1.4/lib/vc12win32-PhysX_3.4/ApexFramework_x86.lib diff --git a/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_ClothingGPUCHECKED_x64.lib b/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_ClothingGPUCHECKED_x64.lib Binary files differindex 947b0515..21f6d1c0 100644 --- a/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_ClothingGPUCHECKED_x64.lib +++ b/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_ClothingGPUCHECKED_x64.lib diff --git a/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_ClothingGPUDEBUG_x64.lib b/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_ClothingGPUDEBUG_x64.lib Binary files differindex b915761d..6781999a 100644 --- a/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_ClothingGPUDEBUG_x64.lib +++ b/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_ClothingGPUDEBUG_x64.lib diff --git a/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_ClothingGPUPROFILE_x64.lib b/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_ClothingGPUPROFILE_x64.lib Binary files differindex e2527c67..6b2cc1e2 100644 --- a/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_ClothingGPUPROFILE_x64.lib +++ b/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_ClothingGPUPROFILE_x64.lib diff --git a/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_ClothingGPU_x64.lib b/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_ClothingGPU_x64.lib Binary files differindex 15ad860e..4995c8f7 100644 --- a/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_ClothingGPU_x64.lib +++ b/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_ClothingGPU_x64.lib diff --git a/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_DestructibleCHECKED_x64.lib b/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_DestructibleCHECKED_x64.lib Binary files differindex 8b679966..fe3e8966 100644 --- a/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_DestructibleCHECKED_x64.lib +++ b/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_DestructibleCHECKED_x64.lib diff --git a/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_DestructibleDEBUG_x64.lib b/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_DestructibleDEBUG_x64.lib Binary files differindex be8e2764..9c3c2b3b 100644 --- a/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_DestructibleDEBUG_x64.lib +++ b/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_DestructibleDEBUG_x64.lib diff --git a/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_DestructiblePROFILE_x64.lib b/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_DestructiblePROFILE_x64.lib Binary files differindex d2d60ea0..ce31dea9 100644 --- a/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_DestructiblePROFILE_x64.lib +++ b/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_DestructiblePROFILE_x64.lib diff --git a/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_Destructible_x64.lib b/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_Destructible_x64.lib Binary files differindex bbde33f0..1ca93f74 100644 --- a/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_Destructible_x64.lib +++ b/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_Destructible_x64.lib diff --git a/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_LegacyCHECKED_x64.lib b/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_LegacyCHECKED_x64.lib Binary files differindex 19c99cb0..2df7dff5 100644 --- a/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_LegacyCHECKED_x64.lib +++ b/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_LegacyCHECKED_x64.lib diff --git a/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_LegacyDEBUG_x64.lib b/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_LegacyDEBUG_x64.lib Binary files differindex 1d26a41e..1719a89e 100644 --- a/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_LegacyDEBUG_x64.lib +++ b/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_LegacyDEBUG_x64.lib diff --git a/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_LegacyPROFILE_x64.lib b/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_LegacyPROFILE_x64.lib Binary files differindex c203a420..14a4ab80 100644 --- a/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_LegacyPROFILE_x64.lib +++ b/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_LegacyPROFILE_x64.lib diff --git a/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_Legacy_x64.lib b/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_Legacy_x64.lib Binary files differindex 01509acd..df84283e 100644 --- a/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_Legacy_x64.lib +++ b/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_Legacy_x64.lib diff --git a/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_ParticlesCHECKED_x64.lib b/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_ParticlesCHECKED_x64.lib Binary files differindex 72c45311..5f6a4b55 100644 --- a/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_ParticlesCHECKED_x64.lib +++ b/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_ParticlesCHECKED_x64.lib diff --git a/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_ParticlesDEBUG_x64.lib b/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_ParticlesDEBUG_x64.lib Binary files differindex c1a66d90..3823ffa7 100644 --- a/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_ParticlesDEBUG_x64.lib +++ b/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_ParticlesDEBUG_x64.lib diff --git a/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_ParticlesPROFILE_x64.lib b/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_ParticlesPROFILE_x64.lib Binary files differindex a74acdc0..90dc480e 100644 --- a/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_ParticlesPROFILE_x64.lib +++ b/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_ParticlesPROFILE_x64.lib diff --git a/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_Particles_x64.lib b/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_Particles_x64.lib Binary files differindex 482d2c7f..5fa99638 100644 --- a/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_Particles_x64.lib +++ b/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_Particles_x64.lib diff --git a/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_TurbulenceFSCHECKED_x64.lib b/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_TurbulenceFSCHECKED_x64.lib Binary files differindex fb79f8b2..1b69d9fe 100644 --- a/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_TurbulenceFSCHECKED_x64.lib +++ b/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_TurbulenceFSCHECKED_x64.lib diff --git a/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_TurbulenceFSDEBUG_x64.lib b/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_TurbulenceFSDEBUG_x64.lib Binary files differindex 856dcea1..238cf2b6 100644 --- a/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_TurbulenceFSDEBUG_x64.lib +++ b/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_TurbulenceFSDEBUG_x64.lib diff --git a/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_TurbulenceFSPROFILE_x64.lib b/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_TurbulenceFSPROFILE_x64.lib Binary files differindex 8f98779d..4f0ec898 100644 --- a/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_TurbulenceFSPROFILE_x64.lib +++ b/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_TurbulenceFSPROFILE_x64.lib diff --git a/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_TurbulenceFS_x64.lib b/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_TurbulenceFS_x64.lib Binary files differindex 482cbee0..40fe330a 100644 --- a/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_TurbulenceFS_x64.lib +++ b/APEX_1.4/lib/vc12win64-PhysX_3.4/APEX_TurbulenceFS_x64.lib diff --git a/APEX_1.4/lib/vc12win64-PhysX_3.4/ApexFrameworkCHECKED_x64.lib b/APEX_1.4/lib/vc12win64-PhysX_3.4/ApexFrameworkCHECKED_x64.lib Binary files differindex 8866c457..ab9f2517 100644 --- a/APEX_1.4/lib/vc12win64-PhysX_3.4/ApexFrameworkCHECKED_x64.lib +++ b/APEX_1.4/lib/vc12win64-PhysX_3.4/ApexFrameworkCHECKED_x64.lib diff --git a/APEX_1.4/lib/vc12win64-PhysX_3.4/ApexFrameworkDEBUG_x64.lib b/APEX_1.4/lib/vc12win64-PhysX_3.4/ApexFrameworkDEBUG_x64.lib Binary files differindex 79657702..4ee680f8 100644 --- a/APEX_1.4/lib/vc12win64-PhysX_3.4/ApexFrameworkDEBUG_x64.lib +++ b/APEX_1.4/lib/vc12win64-PhysX_3.4/ApexFrameworkDEBUG_x64.lib diff --git a/APEX_1.4/lib/vc12win64-PhysX_3.4/ApexFrameworkPROFILE_x64.lib b/APEX_1.4/lib/vc12win64-PhysX_3.4/ApexFrameworkPROFILE_x64.lib Binary files differindex f27587d1..e9f5d115 100644 --- a/APEX_1.4/lib/vc12win64-PhysX_3.4/ApexFrameworkPROFILE_x64.lib +++ b/APEX_1.4/lib/vc12win64-PhysX_3.4/ApexFrameworkPROFILE_x64.lib diff --git a/APEX_1.4/lib/vc12win64-PhysX_3.4/ApexFramework_x64.lib b/APEX_1.4/lib/vc12win64-PhysX_3.4/ApexFramework_x64.lib Binary files differindex 9d62743d..ba900014 100644 --- a/APEX_1.4/lib/vc12win64-PhysX_3.4/ApexFramework_x64.lib +++ b/APEX_1.4/lib/vc12win64-PhysX_3.4/ApexFramework_x64.lib diff --git a/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_ClothingGPUCHECKED_x86.lib b/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_ClothingGPUCHECKED_x86.lib Binary files differindex 39478e3e..7beaa6d2 100644 --- a/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_ClothingGPUCHECKED_x86.lib +++ b/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_ClothingGPUCHECKED_x86.lib diff --git a/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_ClothingGPUDEBUG_x86.lib b/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_ClothingGPUDEBUG_x86.lib Binary files differindex 063df080..4776e0e1 100644 --- a/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_ClothingGPUDEBUG_x86.lib +++ b/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_ClothingGPUDEBUG_x86.lib diff --git a/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_ClothingGPUPROFILE_x86.lib b/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_ClothingGPUPROFILE_x86.lib Binary files differindex feeb6ccc..91d42a95 100644 --- a/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_ClothingGPUPROFILE_x86.lib +++ b/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_ClothingGPUPROFILE_x86.lib diff --git a/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_ClothingGPU_x86.lib b/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_ClothingGPU_x86.lib Binary files differindex 70f70b83..56d03d88 100644 --- a/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_ClothingGPU_x86.lib +++ b/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_ClothingGPU_x86.lib diff --git a/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_DestructibleCHECKED_x86.lib b/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_DestructibleCHECKED_x86.lib Binary files differindex f715e243..ec435bd2 100644 --- a/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_DestructibleCHECKED_x86.lib +++ b/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_DestructibleCHECKED_x86.lib diff --git a/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_DestructibleDEBUG_x86.lib b/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_DestructibleDEBUG_x86.lib Binary files differindex 4aef7064..844e4ead 100644 --- a/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_DestructibleDEBUG_x86.lib +++ b/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_DestructibleDEBUG_x86.lib diff --git a/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_DestructiblePROFILE_x86.lib b/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_DestructiblePROFILE_x86.lib Binary files differindex 89e76d2e..cc7455cd 100644 --- a/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_DestructiblePROFILE_x86.lib +++ b/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_DestructiblePROFILE_x86.lib diff --git a/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_Destructible_x86.lib b/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_Destructible_x86.lib Binary files differindex c2e246f1..f6bfded1 100644 --- a/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_Destructible_x86.lib +++ b/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_Destructible_x86.lib diff --git a/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_LegacyCHECKED_x86.lib b/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_LegacyCHECKED_x86.lib Binary files differindex c9cd7826..e82e5568 100644 --- a/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_LegacyCHECKED_x86.lib +++ b/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_LegacyCHECKED_x86.lib diff --git a/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_LegacyDEBUG_x86.lib b/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_LegacyDEBUG_x86.lib Binary files differindex 67d75100..a68d28f2 100644 --- a/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_LegacyDEBUG_x86.lib +++ b/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_LegacyDEBUG_x86.lib diff --git a/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_LegacyPROFILE_x86.lib b/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_LegacyPROFILE_x86.lib Binary files differindex cf0115ee..e5381818 100644 --- a/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_LegacyPROFILE_x86.lib +++ b/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_LegacyPROFILE_x86.lib diff --git a/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_Legacy_x86.lib b/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_Legacy_x86.lib Binary files differindex 4e905e0f..8b5c097b 100644 --- a/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_Legacy_x86.lib +++ b/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_Legacy_x86.lib diff --git a/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_ParticlesCHECKED_x86.lib b/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_ParticlesCHECKED_x86.lib Binary files differindex e6cad3f7..88e95fb0 100644 --- a/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_ParticlesCHECKED_x86.lib +++ b/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_ParticlesCHECKED_x86.lib diff --git a/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_ParticlesDEBUG_x86.lib b/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_ParticlesDEBUG_x86.lib Binary files differindex 6721347d..93bb1328 100644 --- a/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_ParticlesDEBUG_x86.lib +++ b/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_ParticlesDEBUG_x86.lib diff --git a/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_ParticlesPROFILE_x86.lib b/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_ParticlesPROFILE_x86.lib Binary files differindex f941bcb6..a0fcd6c0 100644 --- a/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_ParticlesPROFILE_x86.lib +++ b/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_ParticlesPROFILE_x86.lib diff --git a/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_Particles_x86.lib b/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_Particles_x86.lib Binary files differindex 1fe60fd6..f8b11fb6 100644 --- a/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_Particles_x86.lib +++ b/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_Particles_x86.lib diff --git a/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_TurbulenceFSCHECKED_x86.lib b/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_TurbulenceFSCHECKED_x86.lib Binary files differindex 4ff24e23..214ceb1c 100644 --- a/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_TurbulenceFSCHECKED_x86.lib +++ b/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_TurbulenceFSCHECKED_x86.lib diff --git a/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_TurbulenceFSDEBUG_x86.lib b/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_TurbulenceFSDEBUG_x86.lib Binary files differindex d3b0b814..37da2862 100644 --- a/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_TurbulenceFSDEBUG_x86.lib +++ b/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_TurbulenceFSDEBUG_x86.lib diff --git a/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_TurbulenceFSPROFILE_x86.lib b/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_TurbulenceFSPROFILE_x86.lib Binary files differindex 065c0c5a..590fccbf 100644 --- a/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_TurbulenceFSPROFILE_x86.lib +++ b/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_TurbulenceFSPROFILE_x86.lib diff --git a/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_TurbulenceFS_x86.lib b/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_TurbulenceFS_x86.lib Binary files differindex 95cd56f4..d100bc45 100644 --- a/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_TurbulenceFS_x86.lib +++ b/APEX_1.4/lib/vc14win32-PhysX_3.4/APEX_TurbulenceFS_x86.lib diff --git a/APEX_1.4/lib/vc14win32-PhysX_3.4/ApexFrameworkCHECKED_x86.lib b/APEX_1.4/lib/vc14win32-PhysX_3.4/ApexFrameworkCHECKED_x86.lib Binary files differindex c6ba9cd8..13a32bb7 100644 --- a/APEX_1.4/lib/vc14win32-PhysX_3.4/ApexFrameworkCHECKED_x86.lib +++ b/APEX_1.4/lib/vc14win32-PhysX_3.4/ApexFrameworkCHECKED_x86.lib diff --git a/APEX_1.4/lib/vc14win32-PhysX_3.4/ApexFrameworkDEBUG_x86.lib b/APEX_1.4/lib/vc14win32-PhysX_3.4/ApexFrameworkDEBUG_x86.lib Binary files differindex b6676f19..e4080461 100644 --- a/APEX_1.4/lib/vc14win32-PhysX_3.4/ApexFrameworkDEBUG_x86.lib +++ b/APEX_1.4/lib/vc14win32-PhysX_3.4/ApexFrameworkDEBUG_x86.lib diff --git a/APEX_1.4/lib/vc14win32-PhysX_3.4/ApexFrameworkPROFILE_x86.lib b/APEX_1.4/lib/vc14win32-PhysX_3.4/ApexFrameworkPROFILE_x86.lib Binary files differindex 191c193a..a8008e9f 100644 --- a/APEX_1.4/lib/vc14win32-PhysX_3.4/ApexFrameworkPROFILE_x86.lib +++ b/APEX_1.4/lib/vc14win32-PhysX_3.4/ApexFrameworkPROFILE_x86.lib diff --git a/APEX_1.4/lib/vc14win32-PhysX_3.4/ApexFramework_x86.lib b/APEX_1.4/lib/vc14win32-PhysX_3.4/ApexFramework_x86.lib Binary files differindex caa81073..6ff3bbd0 100644 --- a/APEX_1.4/lib/vc14win32-PhysX_3.4/ApexFramework_x86.lib +++ b/APEX_1.4/lib/vc14win32-PhysX_3.4/ApexFramework_x86.lib diff --git a/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_ClothingGPUCHECKED_x64.lib b/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_ClothingGPUCHECKED_x64.lib Binary files differindex 55f30527..5e627773 100644 --- a/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_ClothingGPUCHECKED_x64.lib +++ b/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_ClothingGPUCHECKED_x64.lib diff --git a/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_ClothingGPUDEBUG_x64.lib b/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_ClothingGPUDEBUG_x64.lib Binary files differindex da2cf6b5..6d9ed4a4 100644 --- a/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_ClothingGPUDEBUG_x64.lib +++ b/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_ClothingGPUDEBUG_x64.lib diff --git a/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_ClothingGPUPROFILE_x64.lib b/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_ClothingGPUPROFILE_x64.lib Binary files differindex e4884ab8..7d129228 100644 --- a/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_ClothingGPUPROFILE_x64.lib +++ b/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_ClothingGPUPROFILE_x64.lib diff --git a/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_ClothingGPU_x64.lib b/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_ClothingGPU_x64.lib Binary files differindex 3fa30326..6021b095 100644 --- a/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_ClothingGPU_x64.lib +++ b/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_ClothingGPU_x64.lib diff --git a/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_DestructibleCHECKED_x64.lib b/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_DestructibleCHECKED_x64.lib Binary files differindex 42f98244..d111ec68 100644 --- a/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_DestructibleCHECKED_x64.lib +++ b/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_DestructibleCHECKED_x64.lib diff --git a/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_DestructibleDEBUG_x64.lib b/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_DestructibleDEBUG_x64.lib Binary files differindex 8074065d..21cf5fdc 100644 --- a/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_DestructibleDEBUG_x64.lib +++ b/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_DestructibleDEBUG_x64.lib diff --git a/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_DestructiblePROFILE_x64.lib b/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_DestructiblePROFILE_x64.lib Binary files differindex fd00b151..cd7b5a78 100644 --- a/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_DestructiblePROFILE_x64.lib +++ b/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_DestructiblePROFILE_x64.lib diff --git a/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_Destructible_x64.lib b/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_Destructible_x64.lib Binary files differindex ebae44fe..bbd87115 100644 --- a/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_Destructible_x64.lib +++ b/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_Destructible_x64.lib diff --git a/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_LegacyCHECKED_x64.lib b/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_LegacyCHECKED_x64.lib Binary files differindex ee9256e5..e989224f 100644 --- a/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_LegacyCHECKED_x64.lib +++ b/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_LegacyCHECKED_x64.lib diff --git a/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_LegacyDEBUG_x64.lib b/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_LegacyDEBUG_x64.lib Binary files differindex 994a46cf..f16715d7 100644 --- a/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_LegacyDEBUG_x64.lib +++ b/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_LegacyDEBUG_x64.lib diff --git a/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_LegacyPROFILE_x64.lib b/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_LegacyPROFILE_x64.lib Binary files differindex e8512e15..2ea99872 100644 --- a/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_LegacyPROFILE_x64.lib +++ b/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_LegacyPROFILE_x64.lib diff --git a/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_Legacy_x64.lib b/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_Legacy_x64.lib Binary files differindex f1f469dc..c2037daa 100644 --- a/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_Legacy_x64.lib +++ b/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_Legacy_x64.lib diff --git a/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_ParticlesCHECKED_x64.lib b/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_ParticlesCHECKED_x64.lib Binary files differindex b8d7bece..68477cec 100644 --- a/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_ParticlesCHECKED_x64.lib +++ b/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_ParticlesCHECKED_x64.lib diff --git a/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_ParticlesDEBUG_x64.lib b/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_ParticlesDEBUG_x64.lib Binary files differindex ff7a01d8..0dce8531 100644 --- a/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_ParticlesDEBUG_x64.lib +++ b/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_ParticlesDEBUG_x64.lib diff --git a/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_ParticlesPROFILE_x64.lib b/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_ParticlesPROFILE_x64.lib Binary files differindex 3a0f4d40..02703673 100644 --- a/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_ParticlesPROFILE_x64.lib +++ b/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_ParticlesPROFILE_x64.lib diff --git a/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_Particles_x64.lib b/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_Particles_x64.lib Binary files differindex 7e8bc708..28bf6489 100644 --- a/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_Particles_x64.lib +++ b/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_Particles_x64.lib diff --git a/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_TurbulenceFSCHECKED_x64.lib b/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_TurbulenceFSCHECKED_x64.lib Binary files differindex 28921fab..2aac4011 100644 --- a/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_TurbulenceFSCHECKED_x64.lib +++ b/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_TurbulenceFSCHECKED_x64.lib diff --git a/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_TurbulenceFSDEBUG_x64.lib b/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_TurbulenceFSDEBUG_x64.lib Binary files differindex 05a0e6db..86302a09 100644 --- a/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_TurbulenceFSDEBUG_x64.lib +++ b/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_TurbulenceFSDEBUG_x64.lib diff --git a/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_TurbulenceFSPROFILE_x64.lib b/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_TurbulenceFSPROFILE_x64.lib Binary files differindex 44dcabcd..dbe2a88e 100644 --- a/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_TurbulenceFSPROFILE_x64.lib +++ b/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_TurbulenceFSPROFILE_x64.lib diff --git a/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_TurbulenceFS_x64.lib b/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_TurbulenceFS_x64.lib Binary files differindex 6013b2f6..27163b19 100644 --- a/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_TurbulenceFS_x64.lib +++ b/APEX_1.4/lib/vc14win64-PhysX_3.4/APEX_TurbulenceFS_x64.lib diff --git a/APEX_1.4/lib/vc14win64-PhysX_3.4/ApexFrameworkCHECKED_x64.lib b/APEX_1.4/lib/vc14win64-PhysX_3.4/ApexFrameworkCHECKED_x64.lib Binary files differindex 5f7aac4c..01bd9db0 100644 --- a/APEX_1.4/lib/vc14win64-PhysX_3.4/ApexFrameworkCHECKED_x64.lib +++ b/APEX_1.4/lib/vc14win64-PhysX_3.4/ApexFrameworkCHECKED_x64.lib diff --git a/APEX_1.4/lib/vc14win64-PhysX_3.4/ApexFrameworkDEBUG_x64.lib b/APEX_1.4/lib/vc14win64-PhysX_3.4/ApexFrameworkDEBUG_x64.lib Binary files differindex 2cd4b66a..fb44f15c 100644 --- a/APEX_1.4/lib/vc14win64-PhysX_3.4/ApexFrameworkDEBUG_x64.lib +++ b/APEX_1.4/lib/vc14win64-PhysX_3.4/ApexFrameworkDEBUG_x64.lib diff --git a/APEX_1.4/lib/vc14win64-PhysX_3.4/ApexFrameworkPROFILE_x64.lib b/APEX_1.4/lib/vc14win64-PhysX_3.4/ApexFrameworkPROFILE_x64.lib Binary files differindex 44f65c35..43bc5a66 100644 --- a/APEX_1.4/lib/vc14win64-PhysX_3.4/ApexFrameworkPROFILE_x64.lib +++ b/APEX_1.4/lib/vc14win64-PhysX_3.4/ApexFrameworkPROFILE_x64.lib diff --git a/APEX_1.4/lib/vc14win64-PhysX_3.4/ApexFramework_x64.lib b/APEX_1.4/lib/vc14win64-PhysX_3.4/ApexFramework_x64.lib Binary files differindex 54961982..ec2374dd 100644 --- a/APEX_1.4/lib/vc14win64-PhysX_3.4/ApexFramework_x64.lib +++ b/APEX_1.4/lib/vc14win64-PhysX_3.4/ApexFramework_x64.lib diff --git a/APEX_1.4/shared/general/RenderDebug/compiler/vc12win32-PhysX_3.4/RenderDebug.vcxproj b/APEX_1.4/shared/general/RenderDebug/compiler/vc12win32-PhysX_3.4/RenderDebug.vcxproj index 38ccdad9..1cf4b58f 100644 --- a/APEX_1.4/shared/general/RenderDebug/compiler/vc12win32-PhysX_3.4/RenderDebug.vcxproj +++ b/APEX_1.4/shared/general/RenderDebug/compiler/vc12win32-PhysX_3.4/RenderDebug.vcxproj @@ -1,288 +1,282 @@ <?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>{473AD218-8370-A35E-CAB1-F030F86A6449}</ProjectGuid> - <RootNamespace>RenderDebug</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="../../../../../compiler/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="../../../../../compiler/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="../../../../../compiler/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="../../../../../compiler/paths.vsprops" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <OutDir>./../../lib/vc12win32\</OutDir> - <IntDir>./build/Win32/RenderDebug/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>./../../include;./../../public;../../../../../../PxShared/include;../../../../../../PxShared/include/filebuf;../../../../../../PxShared/include/foundation;../../../../../../PxShared/include/task;../../../../../../PxShared/include/cudamanager;../../../../../../PxShared/include/pvd;../../../../../../PxShared/src/foundation/include;../../../../../../PxShared/src/filebuf/include;../../../../../../PxShared/src/fastxml/include;../../../../../../PxShared/src/pvd/include;./../../../shared;./../../../../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>PX_FOUNDATION_DLL=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_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> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.lib</OutputFile> - <AdditionalLibraryDirectories>../../../../../../PxShared/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\</OutDir> - <IntDir>./build/Win32/RenderDebug/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>./../../include;./../../public;../../../../../../PxShared/include;../../../../../../PxShared/include/filebuf;../../../../../../PxShared/include/foundation;../../../../../../PxShared/include/task;../../../../../../PxShared/include/cudamanager;../../../../../../PxShared/include/pvd;../../../../../../PxShared/src/foundation/include;../../../../../../PxShared/src/filebuf/include;../../../../../../PxShared/src/fastxml/include;../../../../../../PxShared/src/pvd/include;./../../../shared;./../../../../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>PX_FOUNDATION_DLL=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;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;%(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\</OutDir> - <IntDir>./build/Win32/RenderDebug/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>./../../include;./../../public;../../../../../../PxShared/include;../../../../../../PxShared/include/filebuf;../../../../../../PxShared/include/foundation;../../../../../../PxShared/include/task;../../../../../../PxShared/include/cudamanager;../../../../../../PxShared/include/pvd;../../../../../../PxShared/src/foundation/include;../../../../../../PxShared/src/filebuf/include;../../../../../../PxShared/src/fastxml/include;../../../../../../PxShared/src/pvd/include;./../../../shared;./../../../../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>PX_FOUNDATION_DLL=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;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> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.lib</OutputFile> - <AdditionalLibraryDirectories>../../../../../../PxShared/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\</OutDir> - <IntDir>./build/Win32/RenderDebug/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>./../../include;./../../public;../../../../../../PxShared/include;../../../../../../PxShared/include/filebuf;../../../../../../PxShared/include/foundation;../../../../../../PxShared/include/task;../../../../../../PxShared/include/cudamanager;../../../../../../PxShared/include/pvd;../../../../../../PxShared/src/foundation/include;../../../../../../PxShared/src/filebuf/include;../../../../../../PxShared/src/fastxml/include;../../../../../../PxShared/src/pvd/include;./../../../shared;./../../../../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>PX_FOUNDATION_DLL=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;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> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.lib</OutputFile> - <AdditionalLibraryDirectories>../../../../../../PxShared/lib/vc12win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED.lib.pdb</ProgramDatabaseFile> - <TargetMachine>MachineX86</TargetMachine> - </Lib> - <ResourceCompile></ResourceCompile> - <ProjectReference> - <LinkLibraryDependencies>true</LinkLibraryDependencies> - </ProjectReference> - </ItemDefinitionGroup> - <ItemGroup> - <ClInclude Include="..\..\public\RenderDebug.h"></ClInclude> - <ClInclude Include="..\..\public\RenderDebugTyped.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\include\ClientServer.h"></ClInclude> - <ClInclude Include="..\..\include\FileRenderDebug.h"></ClInclude> - <ClInclude Include="..\..\include\GetArgs.h"></ClInclude> - <ClInclude Include="..\..\include\Hull2MeshEdges.h"></ClInclude> - <ClInclude Include="..\..\include\InternalRenderDebug.h"></ClInclude> - <ClInclude Include="..\..\include\ProcessRenderDebug.h"></ClInclude> - <ClInclude Include="..\..\include\PsCommLayer.h"></ClInclude> - <ClInclude Include="..\..\include\PsCommStream.h"></ClInclude> - <ClInclude Include="..\..\include\RenderDebugData.h"></ClInclude> - <ClInclude Include="..\..\include\RenderDebugImpl.h"></ClInclude> - <ClInclude Include="..\..\include\StreamIO.h"></ClInclude> - <ClInclude Include="..\..\include\StreamIO.inl"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\src\ClientServer.cpp"></ClCompile> - <ClCompile Include="..\..\src\FileRenderDebug.cpp"></ClCompile> - <ClCompile Include="..\..\src\Hull2MeshEdges.cpp"></ClCompile> - <ClCompile Include="..\..\src\InternalRenderDebug.cpp"></ClCompile> - <ClCompile Include="..\..\src\ProcessRenderDebug.cpp"></ClCompile> - <ClCompile Include="..\..\src\PsCommLayer.cpp"></ClCompile> - <ClCompile Include="..\..\src\PsCommStream.cpp"></ClCompile> - <ClCompile Include="..\..\src\RenderDebug.cpp"></ClCompile> - <ClCompile Include="..\..\src\RenderDebugDLLMain.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>{473AD218-8370-A35E-CAB1-F030F86A6449}</ProjectGuid> + <RootNamespace>RenderDebug</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="../../../../../compiler/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="../../../../../compiler/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="../../../../../compiler/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="../../../../../compiler/paths.vsprops" /> + </ImportGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> + <OutDir>./../../lib/vc12win32\</OutDir> + <IntDir>./build/Win32/RenderDebug/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>./../../include;./../../public;../../../../../../PxShared/include;../../../../../../PxShared/include/filebuf;../../../../../../PxShared/include/foundation;../../../../../../PxShared/include/task;../../../../../../PxShared/include/cudamanager;../../../../../../PxShared/include/pvd;../../../../../../PxShared/src/foundation/include;../../../../../../PxShared/src/filebuf/include;../../../../../../PxShared/src/fastxml/include;../../../../../../PxShared/src/pvd/include;./../../../shared;./../../../../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>PX_FOUNDATION_DLL=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_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> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)DEBUG.lib</OutputFile> + <AdditionalLibraryDirectories>../../../../../../PxShared/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\</OutDir> + <IntDir>./build/Win32/RenderDebug/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>./../../include;./../../public;../../../../../../PxShared/include;../../../../../../PxShared/include/filebuf;../../../../../../PxShared/include/foundation;../../../../../../PxShared/include/task;../../../../../../PxShared/include/cudamanager;../../../../../../PxShared/include/pvd;../../../../../../PxShared/src/foundation/include;../../../../../../PxShared/src/filebuf/include;../../../../../../PxShared/src/fastxml/include;../../../../../../PxShared/src/pvd/include;./../../../shared;./../../../../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>PX_FOUNDATION_DLL=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;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;%(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\</OutDir> + <IntDir>./build/Win32/RenderDebug/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>./../../include;./../../public;../../../../../../PxShared/include;../../../../../../PxShared/include/filebuf;../../../../../../PxShared/include/foundation;../../../../../../PxShared/include/task;../../../../../../PxShared/include/cudamanager;../../../../../../PxShared/include/pvd;../../../../../../PxShared/src/foundation/include;../../../../../../PxShared/src/filebuf/include;../../../../../../PxShared/src/fastxml/include;../../../../../../PxShared/src/pvd/include;./../../../shared;./../../../../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>PX_FOUNDATION_DLL=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;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> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)PROFILE.lib</OutputFile> + <AdditionalLibraryDirectories>../../../../../../PxShared/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\</OutDir> + <IntDir>./build/Win32/RenderDebug/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>./../../include;./../../public;../../../../../../PxShared/include;../../../../../../PxShared/include/filebuf;../../../../../../PxShared/include/foundation;../../../../../../PxShared/include/task;../../../../../../PxShared/include/cudamanager;../../../../../../PxShared/include/pvd;../../../../../../PxShared/src/foundation/include;../../../../../../PxShared/src/filebuf/include;../../../../../../PxShared/src/fastxml/include;../../../../../../PxShared/src/pvd/include;./../../../shared;./../../../../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>PX_FOUNDATION_DLL=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;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> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)CHECKED.lib</OutputFile> + <AdditionalLibraryDirectories>../../../../../../PxShared/lib/vc12win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED.lib.pdb</ProgramDatabaseFile> + <TargetMachine>MachineX86</TargetMachine> + </Lib> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + <LinkLibraryDependencies>true</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <ItemGroup> + <ClInclude Include="..\..\public\RenderDebug.h"> + </ClInclude> + <ClInclude Include="..\..\public\RenderDebugTyped.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\include\ClientServer.h"> + </ClInclude> + <ClInclude Include="..\..\include\FileRenderDebug.h"> + </ClInclude> + <ClInclude Include="..\..\include\GetArgs.h"> + </ClInclude> + <ClInclude Include="..\..\include\Hull2MeshEdges.h"> + </ClInclude> + <ClInclude Include="..\..\include\InternalRenderDebug.h"> + </ClInclude> + <ClInclude Include="..\..\include\ProcessRenderDebug.h"> + </ClInclude> + <ClInclude Include="..\..\include\PsCommLayer.h"> + </ClInclude> + <ClInclude Include="..\..\include\PsCommStream.h"> + </ClInclude> + <ClInclude Include="..\..\include\RenderDebugData.h"> + </ClInclude> + <ClInclude Include="..\..\include\RenderDebugImpl.h"> + </ClInclude> + <ClInclude Include="..\..\include\StreamIO.h"> + </ClInclude> + <ClInclude Include="..\..\include\StreamIO.inl"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\src\ClientServer.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\FileRenderDebug.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\Hull2MeshEdges.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\InternalRenderDebug.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\ProcessRenderDebug.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\PsCommLayer.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\PsCommStream.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\RenderDebug.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\RenderDebugDLLMain.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"></ImportGroup> </Project> diff --git a/APEX_1.4/shared/general/RenderDebug/compiler/vc12win64-PhysX_3.4/RenderDebug.vcxproj b/APEX_1.4/shared/general/RenderDebug/compiler/vc12win64-PhysX_3.4/RenderDebug.vcxproj index 116ccebb..2a9e2040 100644 --- a/APEX_1.4/shared/general/RenderDebug/compiler/vc12win64-PhysX_3.4/RenderDebug.vcxproj +++ b/APEX_1.4/shared/general/RenderDebug/compiler/vc12win64-PhysX_3.4/RenderDebug.vcxproj @@ -1,284 +1,278 @@ <?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>{473AD218-8370-A35E-CAB1-F030F86A6449}</ProjectGuid> - <RootNamespace>RenderDebug</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="../../../../../compiler/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="../../../../../compiler/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="../../../../../compiler/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="../../../../../compiler/paths.vsprops" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <OutDir>./../../lib/vc12win64\</OutDir> - <IntDir>./build/x64/RenderDebug/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>./../../include;./../../public;../../../../../../PxShared/include;../../../../../../PxShared/include/filebuf;../../../../../../PxShared/include/foundation;../../../../../../PxShared/include/task;../../../../../../PxShared/include/cudamanager;../../../../../../PxShared/include/pvd;../../../../../../PxShared/src/foundation/include;../../../../../../PxShared/src/filebuf/include;../../../../../../PxShared/src/fastxml/include;../../../../../../PxShared/src/pvd/include;./../../../shared;./../../../../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>PX_FOUNDATION_DLL=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_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> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.lib</OutputFile> - <AdditionalLibraryDirectories>../../../../../../PxShared/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\</OutDir> - <IntDir>./build/x64/RenderDebug/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>./../../include;./../../public;../../../../../../PxShared/include;../../../../../../PxShared/include/filebuf;../../../../../../PxShared/include/foundation;../../../../../../PxShared/include/task;../../../../../../PxShared/include/cudamanager;../../../../../../PxShared/include/pvd;../../../../../../PxShared/src/foundation/include;../../../../../../PxShared/src/filebuf/include;../../../../../../PxShared/src/fastxml/include;../../../../../../PxShared/src/pvd/include;./../../../shared;./../../../../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>PX_FOUNDATION_DLL=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;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;%(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\</OutDir> - <IntDir>./build/x64/RenderDebug/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>./../../include;./../../public;../../../../../../PxShared/include;../../../../../../PxShared/include/filebuf;../../../../../../PxShared/include/foundation;../../../../../../PxShared/include/task;../../../../../../PxShared/include/cudamanager;../../../../../../PxShared/include/pvd;../../../../../../PxShared/src/foundation/include;../../../../../../PxShared/src/filebuf/include;../../../../../../PxShared/src/fastxml/include;../../../../../../PxShared/src/pvd/include;./../../../shared;./../../../../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>PX_FOUNDATION_DLL=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;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> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.lib</OutputFile> - <AdditionalLibraryDirectories>../../../../../../PxShared/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\</OutDir> - <IntDir>./build/x64/RenderDebug/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>./../../include;./../../public;../../../../../../PxShared/include;../../../../../../PxShared/include/filebuf;../../../../../../PxShared/include/foundation;../../../../../../PxShared/include/task;../../../../../../PxShared/include/cudamanager;../../../../../../PxShared/include/pvd;../../../../../../PxShared/src/foundation/include;../../../../../../PxShared/src/filebuf/include;../../../../../../PxShared/src/fastxml/include;../../../../../../PxShared/src/pvd/include;./../../../shared;./../../../../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>PX_FOUNDATION_DLL=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;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> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.lib</OutputFile> - <AdditionalLibraryDirectories>../../../../../../PxShared/lib/vc12win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED.lib.pdb</ProgramDatabaseFile> - <TargetMachine>MachineX64</TargetMachine> - </Lib> - <ResourceCompile></ResourceCompile> - <ProjectReference> - <LinkLibraryDependencies>true</LinkLibraryDependencies> - </ProjectReference> - </ItemDefinitionGroup> - <ItemGroup> - <ClInclude Include="..\..\public\RenderDebug.h"></ClInclude> - <ClInclude Include="..\..\public\RenderDebugTyped.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\include\ClientServer.h"></ClInclude> - <ClInclude Include="..\..\include\FileRenderDebug.h"></ClInclude> - <ClInclude Include="..\..\include\GetArgs.h"></ClInclude> - <ClInclude Include="..\..\include\Hull2MeshEdges.h"></ClInclude> - <ClInclude Include="..\..\include\InternalRenderDebug.h"></ClInclude> - <ClInclude Include="..\..\include\ProcessRenderDebug.h"></ClInclude> - <ClInclude Include="..\..\include\PsCommLayer.h"></ClInclude> - <ClInclude Include="..\..\include\PsCommStream.h"></ClInclude> - <ClInclude Include="..\..\include\RenderDebugData.h"></ClInclude> - <ClInclude Include="..\..\include\RenderDebugImpl.h"></ClInclude> - <ClInclude Include="..\..\include\StreamIO.h"></ClInclude> - <ClInclude Include="..\..\include\StreamIO.inl"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\src\ClientServer.cpp"></ClCompile> - <ClCompile Include="..\..\src\FileRenderDebug.cpp"></ClCompile> - <ClCompile Include="..\..\src\Hull2MeshEdges.cpp"></ClCompile> - <ClCompile Include="..\..\src\InternalRenderDebug.cpp"></ClCompile> - <ClCompile Include="..\..\src\ProcessRenderDebug.cpp"></ClCompile> - <ClCompile Include="..\..\src\PsCommLayer.cpp"></ClCompile> - <ClCompile Include="..\..\src\PsCommStream.cpp"></ClCompile> - <ClCompile Include="..\..\src\RenderDebug.cpp"></ClCompile> - <ClCompile Include="..\..\src\RenderDebugDLLMain.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>{473AD218-8370-A35E-CAB1-F030F86A6449}</ProjectGuid> + <RootNamespace>RenderDebug</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="../../../../../compiler/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="../../../../../compiler/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="../../../../../compiler/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="../../../../../compiler/paths.vsprops" /> + </ImportGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> + <OutDir>./../../lib/vc12win64\</OutDir> + <IntDir>./build/x64/RenderDebug/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>./../../include;./../../public;../../../../../../PxShared/include;../../../../../../PxShared/include/filebuf;../../../../../../PxShared/include/foundation;../../../../../../PxShared/include/task;../../../../../../PxShared/include/cudamanager;../../../../../../PxShared/include/pvd;../../../../../../PxShared/src/foundation/include;../../../../../../PxShared/src/filebuf/include;../../../../../../PxShared/src/fastxml/include;../../../../../../PxShared/src/pvd/include;./../../../shared;./../../../../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>PX_FOUNDATION_DLL=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_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> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)DEBUG.lib</OutputFile> + <AdditionalLibraryDirectories>../../../../../../PxShared/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\</OutDir> + <IntDir>./build/x64/RenderDebug/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>./../../include;./../../public;../../../../../../PxShared/include;../../../../../../PxShared/include/filebuf;../../../../../../PxShared/include/foundation;../../../../../../PxShared/include/task;../../../../../../PxShared/include/cudamanager;../../../../../../PxShared/include/pvd;../../../../../../PxShared/src/foundation/include;../../../../../../PxShared/src/filebuf/include;../../../../../../PxShared/src/fastxml/include;../../../../../../PxShared/src/pvd/include;./../../../shared;./../../../../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>PX_FOUNDATION_DLL=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;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;%(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\</OutDir> + <IntDir>./build/x64/RenderDebug/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>./../../include;./../../public;../../../../../../PxShared/include;../../../../../../PxShared/include/filebuf;../../../../../../PxShared/include/foundation;../../../../../../PxShared/include/task;../../../../../../PxShared/include/cudamanager;../../../../../../PxShared/include/pvd;../../../../../../PxShared/src/foundation/include;../../../../../../PxShared/src/filebuf/include;../../../../../../PxShared/src/fastxml/include;../../../../../../PxShared/src/pvd/include;./../../../shared;./../../../../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>PX_FOUNDATION_DLL=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;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> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)PROFILE.lib</OutputFile> + <AdditionalLibraryDirectories>../../../../../../PxShared/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\</OutDir> + <IntDir>./build/x64/RenderDebug/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>./../../include;./../../public;../../../../../../PxShared/include;../../../../../../PxShared/include/filebuf;../../../../../../PxShared/include/foundation;../../../../../../PxShared/include/task;../../../../../../PxShared/include/cudamanager;../../../../../../PxShared/include/pvd;../../../../../../PxShared/src/foundation/include;../../../../../../PxShared/src/filebuf/include;../../../../../../PxShared/src/fastxml/include;../../../../../../PxShared/src/pvd/include;./../../../shared;./../../../../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>PX_FOUNDATION_DLL=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;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> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)CHECKED.lib</OutputFile> + <AdditionalLibraryDirectories>../../../../../../PxShared/lib/vc12win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED.lib.pdb</ProgramDatabaseFile> + <TargetMachine>MachineX64</TargetMachine> + </Lib> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + <LinkLibraryDependencies>true</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <ItemGroup> + <ClInclude Include="..\..\public\RenderDebug.h"> + </ClInclude> + <ClInclude Include="..\..\public\RenderDebugTyped.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\include\ClientServer.h"> + </ClInclude> + <ClInclude Include="..\..\include\FileRenderDebug.h"> + </ClInclude> + <ClInclude Include="..\..\include\GetArgs.h"> + </ClInclude> + <ClInclude Include="..\..\include\Hull2MeshEdges.h"> + </ClInclude> + <ClInclude Include="..\..\include\InternalRenderDebug.h"> + </ClInclude> + <ClInclude Include="..\..\include\ProcessRenderDebug.h"> + </ClInclude> + <ClInclude Include="..\..\include\PsCommLayer.h"> + </ClInclude> + <ClInclude Include="..\..\include\PsCommStream.h"> + </ClInclude> + <ClInclude Include="..\..\include\RenderDebugData.h"> + </ClInclude> + <ClInclude Include="..\..\include\RenderDebugImpl.h"> + </ClInclude> + <ClInclude Include="..\..\include\StreamIO.h"> + </ClInclude> + <ClInclude Include="..\..\include\StreamIO.inl"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\src\ClientServer.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\FileRenderDebug.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\Hull2MeshEdges.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\InternalRenderDebug.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\ProcessRenderDebug.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\PsCommLayer.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\PsCommStream.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\RenderDebug.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\RenderDebugDLLMain.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"></ImportGroup> </Project> diff --git a/APEX_1.4/shared/general/RenderDebug/compiler/vc14win32-PhysX_3.4/RenderDebug.vcxproj b/APEX_1.4/shared/general/RenderDebug/compiler/vc14win32-PhysX_3.4/RenderDebug.vcxproj index 7ed7a2fc..924814df 100644 --- a/APEX_1.4/shared/general/RenderDebug/compiler/vc14win32-PhysX_3.4/RenderDebug.vcxproj +++ b/APEX_1.4/shared/general/RenderDebug/compiler/vc14win32-PhysX_3.4/RenderDebug.vcxproj @@ -1,288 +1,282 @@ <?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>{473AD218-8370-A35E-CAB1-F030F86A6449}</ProjectGuid> - <RootNamespace>RenderDebug</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="../../../../../compiler/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="../../../../../compiler/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="../../../../../compiler/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="../../../../../compiler/paths.vsprops" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <OutDir>./../../lib/vc14win32\</OutDir> - <IntDir>./build/Win32/RenderDebug/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>./../../include;./../../public;../../../../../../PxShared/include;../../../../../../PxShared/include/filebuf;../../../../../../PxShared/include/foundation;../../../../../../PxShared/include/task;../../../../../../PxShared/include/cudamanager;../../../../../../PxShared/include/pvd;../../../../../../PxShared/src/foundation/include;../../../../../../PxShared/src/filebuf/include;../../../../../../PxShared/src/fastxml/include;../../../../../../PxShared/src/pvd/include;./../../../shared;./../../../../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>PX_FOUNDATION_DLL=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_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> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.lib</OutputFile> - <AdditionalLibraryDirectories>../../../../../../PxShared/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\</OutDir> - <IntDir>./build/Win32/RenderDebug/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>./../../include;./../../public;../../../../../../PxShared/include;../../../../../../PxShared/include/filebuf;../../../../../../PxShared/include/foundation;../../../../../../PxShared/include/task;../../../../../../PxShared/include/cudamanager;../../../../../../PxShared/include/pvd;../../../../../../PxShared/src/foundation/include;../../../../../../PxShared/src/filebuf/include;../../../../../../PxShared/src/fastxml/include;../../../../../../PxShared/src/pvd/include;./../../../shared;./../../../../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>PX_FOUNDATION_DLL=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;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;%(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\</OutDir> - <IntDir>./build/Win32/RenderDebug/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>./../../include;./../../public;../../../../../../PxShared/include;../../../../../../PxShared/include/filebuf;../../../../../../PxShared/include/foundation;../../../../../../PxShared/include/task;../../../../../../PxShared/include/cudamanager;../../../../../../PxShared/include/pvd;../../../../../../PxShared/src/foundation/include;../../../../../../PxShared/src/filebuf/include;../../../../../../PxShared/src/fastxml/include;../../../../../../PxShared/src/pvd/include;./../../../shared;./../../../../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>PX_FOUNDATION_DLL=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;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> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.lib</OutputFile> - <AdditionalLibraryDirectories>../../../../../../PxShared/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\</OutDir> - <IntDir>./build/Win32/RenderDebug/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>./../../include;./../../public;../../../../../../PxShared/include;../../../../../../PxShared/include/filebuf;../../../../../../PxShared/include/foundation;../../../../../../PxShared/include/task;../../../../../../PxShared/include/cudamanager;../../../../../../PxShared/include/pvd;../../../../../../PxShared/src/foundation/include;../../../../../../PxShared/src/filebuf/include;../../../../../../PxShared/src/fastxml/include;../../../../../../PxShared/src/pvd/include;./../../../shared;./../../../../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>PX_FOUNDATION_DLL=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;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> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.lib</OutputFile> - <AdditionalLibraryDirectories>../../../../../../PxShared/lib/vc14win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED.lib.pdb</ProgramDatabaseFile> - <TargetMachine>MachineX86</TargetMachine> - </Lib> - <ResourceCompile></ResourceCompile> - <ProjectReference> - <LinkLibraryDependencies>true</LinkLibraryDependencies> - </ProjectReference> - </ItemDefinitionGroup> - <ItemGroup> - <ClInclude Include="..\..\public\RenderDebug.h"></ClInclude> - <ClInclude Include="..\..\public\RenderDebugTyped.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\include\ClientServer.h"></ClInclude> - <ClInclude Include="..\..\include\FileRenderDebug.h"></ClInclude> - <ClInclude Include="..\..\include\GetArgs.h"></ClInclude> - <ClInclude Include="..\..\include\Hull2MeshEdges.h"></ClInclude> - <ClInclude Include="..\..\include\InternalRenderDebug.h"></ClInclude> - <ClInclude Include="..\..\include\ProcessRenderDebug.h"></ClInclude> - <ClInclude Include="..\..\include\PsCommLayer.h"></ClInclude> - <ClInclude Include="..\..\include\PsCommStream.h"></ClInclude> - <ClInclude Include="..\..\include\RenderDebugData.h"></ClInclude> - <ClInclude Include="..\..\include\RenderDebugImpl.h"></ClInclude> - <ClInclude Include="..\..\include\StreamIO.h"></ClInclude> - <ClInclude Include="..\..\include\StreamIO.inl"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\src\ClientServer.cpp"></ClCompile> - <ClCompile Include="..\..\src\FileRenderDebug.cpp"></ClCompile> - <ClCompile Include="..\..\src\Hull2MeshEdges.cpp"></ClCompile> - <ClCompile Include="..\..\src\InternalRenderDebug.cpp"></ClCompile> - <ClCompile Include="..\..\src\ProcessRenderDebug.cpp"></ClCompile> - <ClCompile Include="..\..\src\PsCommLayer.cpp"></ClCompile> - <ClCompile Include="..\..\src\PsCommStream.cpp"></ClCompile> - <ClCompile Include="..\..\src\RenderDebug.cpp"></ClCompile> - <ClCompile Include="..\..\src\RenderDebugDLLMain.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>{473AD218-8370-A35E-CAB1-F030F86A6449}</ProjectGuid> + <RootNamespace>RenderDebug</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="../../../../../compiler/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="../../../../../compiler/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="../../../../../compiler/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="../../../../../compiler/paths.vsprops" /> + </ImportGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> + <OutDir>./../../lib/vc14win32\</OutDir> + <IntDir>./build/Win32/RenderDebug/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>./../../include;./../../public;../../../../../../PxShared/include;../../../../../../PxShared/include/filebuf;../../../../../../PxShared/include/foundation;../../../../../../PxShared/include/task;../../../../../../PxShared/include/cudamanager;../../../../../../PxShared/include/pvd;../../../../../../PxShared/src/foundation/include;../../../../../../PxShared/src/filebuf/include;../../../../../../PxShared/src/fastxml/include;../../../../../../PxShared/src/pvd/include;./../../../shared;./../../../../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>PX_FOUNDATION_DLL=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_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> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)DEBUG.lib</OutputFile> + <AdditionalLibraryDirectories>../../../../../../PxShared/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\</OutDir> + <IntDir>./build/Win32/RenderDebug/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>./../../include;./../../public;../../../../../../PxShared/include;../../../../../../PxShared/include/filebuf;../../../../../../PxShared/include/foundation;../../../../../../PxShared/include/task;../../../../../../PxShared/include/cudamanager;../../../../../../PxShared/include/pvd;../../../../../../PxShared/src/foundation/include;../../../../../../PxShared/src/filebuf/include;../../../../../../PxShared/src/fastxml/include;../../../../../../PxShared/src/pvd/include;./../../../shared;./../../../../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>PX_FOUNDATION_DLL=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;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;%(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\</OutDir> + <IntDir>./build/Win32/RenderDebug/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>./../../include;./../../public;../../../../../../PxShared/include;../../../../../../PxShared/include/filebuf;../../../../../../PxShared/include/foundation;../../../../../../PxShared/include/task;../../../../../../PxShared/include/cudamanager;../../../../../../PxShared/include/pvd;../../../../../../PxShared/src/foundation/include;../../../../../../PxShared/src/filebuf/include;../../../../../../PxShared/src/fastxml/include;../../../../../../PxShared/src/pvd/include;./../../../shared;./../../../../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>PX_FOUNDATION_DLL=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;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> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)PROFILE.lib</OutputFile> + <AdditionalLibraryDirectories>../../../../../../PxShared/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\</OutDir> + <IntDir>./build/Win32/RenderDebug/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>./../../include;./../../public;../../../../../../PxShared/include;../../../../../../PxShared/include/filebuf;../../../../../../PxShared/include/foundation;../../../../../../PxShared/include/task;../../../../../../PxShared/include/cudamanager;../../../../../../PxShared/include/pvd;../../../../../../PxShared/src/foundation/include;../../../../../../PxShared/src/filebuf/include;../../../../../../PxShared/src/fastxml/include;../../../../../../PxShared/src/pvd/include;./../../../shared;./../../../../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>PX_FOUNDATION_DLL=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;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> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)CHECKED.lib</OutputFile> + <AdditionalLibraryDirectories>../../../../../../PxShared/lib/vc14win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED.lib.pdb</ProgramDatabaseFile> + <TargetMachine>MachineX86</TargetMachine> + </Lib> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + <LinkLibraryDependencies>true</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <ItemGroup> + <ClInclude Include="..\..\public\RenderDebug.h"> + </ClInclude> + <ClInclude Include="..\..\public\RenderDebugTyped.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\include\ClientServer.h"> + </ClInclude> + <ClInclude Include="..\..\include\FileRenderDebug.h"> + </ClInclude> + <ClInclude Include="..\..\include\GetArgs.h"> + </ClInclude> + <ClInclude Include="..\..\include\Hull2MeshEdges.h"> + </ClInclude> + <ClInclude Include="..\..\include\InternalRenderDebug.h"> + </ClInclude> + <ClInclude Include="..\..\include\ProcessRenderDebug.h"> + </ClInclude> + <ClInclude Include="..\..\include\PsCommLayer.h"> + </ClInclude> + <ClInclude Include="..\..\include\PsCommStream.h"> + </ClInclude> + <ClInclude Include="..\..\include\RenderDebugData.h"> + </ClInclude> + <ClInclude Include="..\..\include\RenderDebugImpl.h"> + </ClInclude> + <ClInclude Include="..\..\include\StreamIO.h"> + </ClInclude> + <ClInclude Include="..\..\include\StreamIO.inl"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\src\ClientServer.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\FileRenderDebug.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\Hull2MeshEdges.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\InternalRenderDebug.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\ProcessRenderDebug.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\PsCommLayer.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\PsCommStream.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\RenderDebug.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\RenderDebugDLLMain.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"></ImportGroup> </Project> diff --git a/APEX_1.4/shared/general/RenderDebug/compiler/vc14win64-PhysX_3.4/RenderDebug.vcxproj b/APEX_1.4/shared/general/RenderDebug/compiler/vc14win64-PhysX_3.4/RenderDebug.vcxproj index aa893656..21986f3f 100644 --- a/APEX_1.4/shared/general/RenderDebug/compiler/vc14win64-PhysX_3.4/RenderDebug.vcxproj +++ b/APEX_1.4/shared/general/RenderDebug/compiler/vc14win64-PhysX_3.4/RenderDebug.vcxproj @@ -1,284 +1,278 @@ <?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>{473AD218-8370-A35E-CAB1-F030F86A6449}</ProjectGuid> - <RootNamespace>RenderDebug</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="../../../../../compiler/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="../../../../../compiler/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="../../../../../compiler/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="../../../../../compiler/paths.vsprops" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <OutDir>./../../lib/vc14win64\</OutDir> - <IntDir>./build/x64/RenderDebug/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>./../../include;./../../public;../../../../../../PxShared/include;../../../../../../PxShared/include/filebuf;../../../../../../PxShared/include/foundation;../../../../../../PxShared/include/task;../../../../../../PxShared/include/cudamanager;../../../../../../PxShared/include/pvd;../../../../../../PxShared/src/foundation/include;../../../../../../PxShared/src/filebuf/include;../../../../../../PxShared/src/fastxml/include;../../../../../../PxShared/src/pvd/include;./../../../shared;./../../../../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>PX_FOUNDATION_DLL=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_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> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.lib</OutputFile> - <AdditionalLibraryDirectories>../../../../../../PxShared/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\</OutDir> - <IntDir>./build/x64/RenderDebug/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>./../../include;./../../public;../../../../../../PxShared/include;../../../../../../PxShared/include/filebuf;../../../../../../PxShared/include/foundation;../../../../../../PxShared/include/task;../../../../../../PxShared/include/cudamanager;../../../../../../PxShared/include/pvd;../../../../../../PxShared/src/foundation/include;../../../../../../PxShared/src/filebuf/include;../../../../../../PxShared/src/fastxml/include;../../../../../../PxShared/src/pvd/include;./../../../shared;./../../../../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>PX_FOUNDATION_DLL=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;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;%(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\</OutDir> - <IntDir>./build/x64/RenderDebug/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>./../../include;./../../public;../../../../../../PxShared/include;../../../../../../PxShared/include/filebuf;../../../../../../PxShared/include/foundation;../../../../../../PxShared/include/task;../../../../../../PxShared/include/cudamanager;../../../../../../PxShared/include/pvd;../../../../../../PxShared/src/foundation/include;../../../../../../PxShared/src/filebuf/include;../../../../../../PxShared/src/fastxml/include;../../../../../../PxShared/src/pvd/include;./../../../shared;./../../../../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>PX_FOUNDATION_DLL=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;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> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.lib</OutputFile> - <AdditionalLibraryDirectories>../../../../../../PxShared/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\</OutDir> - <IntDir>./build/x64/RenderDebug/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>./../../include;./../../public;../../../../../../PxShared/include;../../../../../../PxShared/include/filebuf;../../../../../../PxShared/include/foundation;../../../../../../PxShared/include/task;../../../../../../PxShared/include/cudamanager;../../../../../../PxShared/include/pvd;../../../../../../PxShared/src/foundation/include;../../../../../../PxShared/src/filebuf/include;../../../../../../PxShared/src/fastxml/include;../../../../../../PxShared/src/pvd/include;./../../../shared;./../../../../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>PX_FOUNDATION_DLL=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;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> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.lib</OutputFile> - <AdditionalLibraryDirectories>../../../../../../PxShared/lib/vc14win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED.lib.pdb</ProgramDatabaseFile> - <TargetMachine>MachineX64</TargetMachine> - </Lib> - <ResourceCompile></ResourceCompile> - <ProjectReference> - <LinkLibraryDependencies>true</LinkLibraryDependencies> - </ProjectReference> - </ItemDefinitionGroup> - <ItemGroup> - <ClInclude Include="..\..\public\RenderDebug.h"></ClInclude> - <ClInclude Include="..\..\public\RenderDebugTyped.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\include\ClientServer.h"></ClInclude> - <ClInclude Include="..\..\include\FileRenderDebug.h"></ClInclude> - <ClInclude Include="..\..\include\GetArgs.h"></ClInclude> - <ClInclude Include="..\..\include\Hull2MeshEdges.h"></ClInclude> - <ClInclude Include="..\..\include\InternalRenderDebug.h"></ClInclude> - <ClInclude Include="..\..\include\ProcessRenderDebug.h"></ClInclude> - <ClInclude Include="..\..\include\PsCommLayer.h"></ClInclude> - <ClInclude Include="..\..\include\PsCommStream.h"></ClInclude> - <ClInclude Include="..\..\include\RenderDebugData.h"></ClInclude> - <ClInclude Include="..\..\include\RenderDebugImpl.h"></ClInclude> - <ClInclude Include="..\..\include\StreamIO.h"></ClInclude> - <ClInclude Include="..\..\include\StreamIO.inl"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\src\ClientServer.cpp"></ClCompile> - <ClCompile Include="..\..\src\FileRenderDebug.cpp"></ClCompile> - <ClCompile Include="..\..\src\Hull2MeshEdges.cpp"></ClCompile> - <ClCompile Include="..\..\src\InternalRenderDebug.cpp"></ClCompile> - <ClCompile Include="..\..\src\ProcessRenderDebug.cpp"></ClCompile> - <ClCompile Include="..\..\src\PsCommLayer.cpp"></ClCompile> - <ClCompile Include="..\..\src\PsCommStream.cpp"></ClCompile> - <ClCompile Include="..\..\src\RenderDebug.cpp"></ClCompile> - <ClCompile Include="..\..\src\RenderDebugDLLMain.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>{473AD218-8370-A35E-CAB1-F030F86A6449}</ProjectGuid> + <RootNamespace>RenderDebug</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="../../../../../compiler/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="../../../../../compiler/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="../../../../../compiler/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="../../../../../compiler/paths.vsprops" /> + </ImportGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> + <OutDir>./../../lib/vc14win64\</OutDir> + <IntDir>./build/x64/RenderDebug/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>./../../include;./../../public;../../../../../../PxShared/include;../../../../../../PxShared/include/filebuf;../../../../../../PxShared/include/foundation;../../../../../../PxShared/include/task;../../../../../../PxShared/include/cudamanager;../../../../../../PxShared/include/pvd;../../../../../../PxShared/src/foundation/include;../../../../../../PxShared/src/filebuf/include;../../../../../../PxShared/src/fastxml/include;../../../../../../PxShared/src/pvd/include;./../../../shared;./../../../../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>PX_FOUNDATION_DLL=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_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> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)DEBUG.lib</OutputFile> + <AdditionalLibraryDirectories>../../../../../../PxShared/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\</OutDir> + <IntDir>./build/x64/RenderDebug/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>./../../include;./../../public;../../../../../../PxShared/include;../../../../../../PxShared/include/filebuf;../../../../../../PxShared/include/foundation;../../../../../../PxShared/include/task;../../../../../../PxShared/include/cudamanager;../../../../../../PxShared/include/pvd;../../../../../../PxShared/src/foundation/include;../../../../../../PxShared/src/filebuf/include;../../../../../../PxShared/src/fastxml/include;../../../../../../PxShared/src/pvd/include;./../../../shared;./../../../../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>PX_FOUNDATION_DLL=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;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;%(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\</OutDir> + <IntDir>./build/x64/RenderDebug/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>./../../include;./../../public;../../../../../../PxShared/include;../../../../../../PxShared/include/filebuf;../../../../../../PxShared/include/foundation;../../../../../../PxShared/include/task;../../../../../../PxShared/include/cudamanager;../../../../../../PxShared/include/pvd;../../../../../../PxShared/src/foundation/include;../../../../../../PxShared/src/filebuf/include;../../../../../../PxShared/src/fastxml/include;../../../../../../PxShared/src/pvd/include;./../../../shared;./../../../../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>PX_FOUNDATION_DLL=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;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> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)PROFILE.lib</OutputFile> + <AdditionalLibraryDirectories>../../../../../../PxShared/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\</OutDir> + <IntDir>./build/x64/RenderDebug/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>./../../include;./../../public;../../../../../../PxShared/include;../../../../../../PxShared/include/filebuf;../../../../../../PxShared/include/foundation;../../../../../../PxShared/include/task;../../../../../../PxShared/include/cudamanager;../../../../../../PxShared/include/pvd;../../../../../../PxShared/src/foundation/include;../../../../../../PxShared/src/filebuf/include;../../../../../../PxShared/src/fastxml/include;../../../../../../PxShared/src/pvd/include;./../../../shared;./../../../../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>PX_FOUNDATION_DLL=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;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> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)CHECKED.lib</OutputFile> + <AdditionalLibraryDirectories>../../../../../../PxShared/lib/vc14win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED.lib.pdb</ProgramDatabaseFile> + <TargetMachine>MachineX64</TargetMachine> + </Lib> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + <LinkLibraryDependencies>true</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <ItemGroup> + <ClInclude Include="..\..\public\RenderDebug.h"> + </ClInclude> + <ClInclude Include="..\..\public\RenderDebugTyped.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\include\ClientServer.h"> + </ClInclude> + <ClInclude Include="..\..\include\FileRenderDebug.h"> + </ClInclude> + <ClInclude Include="..\..\include\GetArgs.h"> + </ClInclude> + <ClInclude Include="..\..\include\Hull2MeshEdges.h"> + </ClInclude> + <ClInclude Include="..\..\include\InternalRenderDebug.h"> + </ClInclude> + <ClInclude Include="..\..\include\ProcessRenderDebug.h"> + </ClInclude> + <ClInclude Include="..\..\include\PsCommLayer.h"> + </ClInclude> + <ClInclude Include="..\..\include\PsCommStream.h"> + </ClInclude> + <ClInclude Include="..\..\include\RenderDebugData.h"> + </ClInclude> + <ClInclude Include="..\..\include\RenderDebugImpl.h"> + </ClInclude> + <ClInclude Include="..\..\include\StreamIO.h"> + </ClInclude> + <ClInclude Include="..\..\include\StreamIO.inl"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\src\ClientServer.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\FileRenderDebug.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\Hull2MeshEdges.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\InternalRenderDebug.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\ProcessRenderDebug.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\PsCommLayer.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\PsCommStream.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\RenderDebug.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\RenderDebugDLLMain.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"></ImportGroup> </Project> diff --git a/APEX_1.4/shared/general/RenderDebug/compiler/vc15win32-PhysX_3.4/RenderDebug.vcxproj b/APEX_1.4/shared/general/RenderDebug/compiler/vc15win32-PhysX_3.4/RenderDebug.vcxproj index 06ed7d9c..8d3373a2 100644 --- a/APEX_1.4/shared/general/RenderDebug/compiler/vc15win32-PhysX_3.4/RenderDebug.vcxproj +++ b/APEX_1.4/shared/general/RenderDebug/compiler/vc15win32-PhysX_3.4/RenderDebug.vcxproj @@ -1,271 +1,265 @@ <?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>{473AD218-8370-A35E-CAB1-F030F86A6449}</ProjectGuid> - <RootNamespace>RenderDebug</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="../../../../../compiler/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="../../../../../compiler/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="../../../../../compiler/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="../../../../../compiler/paths.vsprops" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> - <OutDir>./../../lib/vc15win32\</OutDir> - <IntDir>./build/Win32/RenderDebug/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>./../../include;./../../public;../../../../../../PxShared/include;../../../../../../PxShared/include/filebuf;../../../../../../PxShared/include/foundation;../../../../../../PxShared/include/task;../../../../../../PxShared/include/cudamanager;../../../../../../PxShared/include/pvd;../../../../../../PxShared/src/foundation/include;../../../../../../PxShared/src/filebuf/include;../../../../../../PxShared/src/fastxml/include;../../../../../../PxShared/src/pvd/include;./../../../shared;./../../../../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>PX_FOUNDATION_DLL=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;_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> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.lib</OutputFile> - <AdditionalLibraryDirectories>../../../../../../PxShared/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\</OutDir> - <IntDir>./build/Win32/RenderDebug/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>./../../include;./../../public;../../../../../../PxShared/include;../../../../../../PxShared/include/filebuf;../../../../../../PxShared/include/foundation;../../../../../../PxShared/include/task;../../../../../../PxShared/include/cudamanager;../../../../../../PxShared/include/pvd;../../../../../../PxShared/src/foundation/include;../../../../../../PxShared/src/filebuf/include;../../../../../../PxShared/src/fastxml/include;../../../../../../PxShared/src/pvd/include;./../../../shared;./../../../../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>PX_FOUNDATION_DLL=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;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;%(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\</OutDir> - <IntDir>./build/Win32/RenderDebug/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>./../../include;./../../public;../../../../../../PxShared/include;../../../../../../PxShared/include/filebuf;../../../../../../PxShared/include/foundation;../../../../../../PxShared/include/task;../../../../../../PxShared/include/cudamanager;../../../../../../PxShared/include/pvd;../../../../../../PxShared/src/foundation/include;../../../../../../PxShared/src/filebuf/include;../../../../../../PxShared/src/fastxml/include;../../../../../../PxShared/src/pvd/include;./../../../shared;./../../../../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>PX_FOUNDATION_DLL=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;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> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.lib</OutputFile> - <AdditionalLibraryDirectories>../../../../../../PxShared/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\</OutDir> - <IntDir>./build/Win32/RenderDebug/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>./../../include;./../../public;../../../../../../PxShared/include;../../../../../../PxShared/include/filebuf;../../../../../../PxShared/include/foundation;../../../../../../PxShared/include/task;../../../../../../PxShared/include/cudamanager;../../../../../../PxShared/include/pvd;../../../../../../PxShared/src/foundation/include;../../../../../../PxShared/src/filebuf/include;../../../../../../PxShared/src/fastxml/include;../../../../../../PxShared/src/pvd/include;./../../../shared;./../../../../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>PX_FOUNDATION_DLL=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;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> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.lib</OutputFile> - <AdditionalLibraryDirectories>../../../../../../PxShared/lib/vc15win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED.lib.pdb</ProgramDatabaseFile> - <TargetMachine>MachineX86</TargetMachine> - </Lib> - <ResourceCompile></ResourceCompile> - <ProjectReference> - <LinkLibraryDependencies>true</LinkLibraryDependencies> - </ProjectReference> - </ItemDefinitionGroup> - <ItemGroup> - <ClInclude Include="..\..\public\RenderDebug.h"></ClInclude> - <ClInclude Include="..\..\public\RenderDebugTyped.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\include\ClientServer.h"></ClInclude> - <ClInclude Include="..\..\include\FileRenderDebug.h"></ClInclude> - <ClInclude Include="..\..\include\GetArgs.h"></ClInclude> - <ClInclude Include="..\..\include\Hull2MeshEdges.h"></ClInclude> - <ClInclude Include="..\..\include\InternalRenderDebug.h"></ClInclude> - <ClInclude Include="..\..\include\ProcessRenderDebug.h"></ClInclude> - <ClInclude Include="..\..\include\PsCommLayer.h"></ClInclude> - <ClInclude Include="..\..\include\PsCommStream.h"></ClInclude> - <ClInclude Include="..\..\include\RenderDebugData.h"></ClInclude> - <ClInclude Include="..\..\include\RenderDebugImpl.h"></ClInclude> - <ClInclude Include="..\..\include\StreamIO.h"></ClInclude> - <ClInclude Include="..\..\include\StreamIO.inl"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\src\ClientServer.cpp"></ClCompile> - <ClCompile Include="..\..\src\FileRenderDebug.cpp"></ClCompile> - <ClCompile Include="..\..\src\Hull2MeshEdges.cpp"></ClCompile> - <ClCompile Include="..\..\src\InternalRenderDebug.cpp"></ClCompile> - <ClCompile Include="..\..\src\ProcessRenderDebug.cpp"></ClCompile> - <ClCompile Include="..\..\src\PsCommLayer.cpp"></ClCompile> - <ClCompile Include="..\..\src\PsCommStream.cpp"></ClCompile> - <ClCompile Include="..\..\src\RenderDebug.cpp"></ClCompile> - <ClCompile Include="..\..\src\RenderDebugDLLMain.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>{473AD218-8370-A35E-CAB1-F030F86A6449}</ProjectGuid> + <RootNamespace>RenderDebug</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="../../../../../compiler/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="../../../../../compiler/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="../../../../../compiler/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="../../../../../compiler/paths.vsprops" /> + </ImportGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> + <OutDir>./../../lib/vc15win32\</OutDir> + <IntDir>./build/Win32/RenderDebug/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>./../../include;./../../public;../../../../../../PxShared/include;../../../../../../PxShared/include/filebuf;../../../../../../PxShared/include/foundation;../../../../../../PxShared/include/task;../../../../../../PxShared/include/cudamanager;../../../../../../PxShared/include/pvd;../../../../../../PxShared/src/foundation/include;../../../../../../PxShared/src/filebuf/include;../../../../../../PxShared/src/fastxml/include;../../../../../../PxShared/src/pvd/include;./../../../shared;./../../../../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>PX_FOUNDATION_DLL=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;_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> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)DEBUG.lib</OutputFile> + <AdditionalLibraryDirectories>../../../../../../PxShared/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\</OutDir> + <IntDir>./build/Win32/RenderDebug/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>./../../include;./../../public;../../../../../../PxShared/include;../../../../../../PxShared/include/filebuf;../../../../../../PxShared/include/foundation;../../../../../../PxShared/include/task;../../../../../../PxShared/include/cudamanager;../../../../../../PxShared/include/pvd;../../../../../../PxShared/src/foundation/include;../../../../../../PxShared/src/filebuf/include;../../../../../../PxShared/src/fastxml/include;../../../../../../PxShared/src/pvd/include;./../../../shared;./../../../../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>PX_FOUNDATION_DLL=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;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;%(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\</OutDir> + <IntDir>./build/Win32/RenderDebug/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>./../../include;./../../public;../../../../../../PxShared/include;../../../../../../PxShared/include/filebuf;../../../../../../PxShared/include/foundation;../../../../../../PxShared/include/task;../../../../../../PxShared/include/cudamanager;../../../../../../PxShared/include/pvd;../../../../../../PxShared/src/foundation/include;../../../../../../PxShared/src/filebuf/include;../../../../../../PxShared/src/fastxml/include;../../../../../../PxShared/src/pvd/include;./../../../shared;./../../../../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>PX_FOUNDATION_DLL=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;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> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)PROFILE.lib</OutputFile> + <AdditionalLibraryDirectories>../../../../../../PxShared/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\</OutDir> + <IntDir>./build/Win32/RenderDebug/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>./../../include;./../../public;../../../../../../PxShared/include;../../../../../../PxShared/include/filebuf;../../../../../../PxShared/include/foundation;../../../../../../PxShared/include/task;../../../../../../PxShared/include/cudamanager;../../../../../../PxShared/include/pvd;../../../../../../PxShared/src/foundation/include;../../../../../../PxShared/src/filebuf/include;../../../../../../PxShared/src/fastxml/include;../../../../../../PxShared/src/pvd/include;./../../../shared;./../../../../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>PX_FOUNDATION_DLL=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;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> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)CHECKED.lib</OutputFile> + <AdditionalLibraryDirectories>../../../../../../PxShared/lib/vc15win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED.lib.pdb</ProgramDatabaseFile> + <TargetMachine>MachineX86</TargetMachine> + </Lib> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + <LinkLibraryDependencies>true</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <ItemGroup> + <ClInclude Include="..\..\public\RenderDebug.h"> + </ClInclude> + <ClInclude Include="..\..\public\RenderDebugTyped.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\include\ClientServer.h"> + </ClInclude> + <ClInclude Include="..\..\include\FileRenderDebug.h"> + </ClInclude> + <ClInclude Include="..\..\include\GetArgs.h"> + </ClInclude> + <ClInclude Include="..\..\include\Hull2MeshEdges.h"> + </ClInclude> + <ClInclude Include="..\..\include\InternalRenderDebug.h"> + </ClInclude> + <ClInclude Include="..\..\include\ProcessRenderDebug.h"> + </ClInclude> + <ClInclude Include="..\..\include\PsCommLayer.h"> + </ClInclude> + <ClInclude Include="..\..\include\PsCommStream.h"> + </ClInclude> + <ClInclude Include="..\..\include\RenderDebugData.h"> + </ClInclude> + <ClInclude Include="..\..\include\RenderDebugImpl.h"> + </ClInclude> + <ClInclude Include="..\..\include\StreamIO.h"> + </ClInclude> + <ClInclude Include="..\..\include\StreamIO.inl"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\src\ClientServer.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\FileRenderDebug.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\Hull2MeshEdges.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\InternalRenderDebug.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\ProcessRenderDebug.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\PsCommLayer.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\PsCommStream.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\RenderDebug.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\RenderDebugDLLMain.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"></ImportGroup> </Project> diff --git a/APEX_1.4/shared/general/RenderDebug/compiler/vc15win64-PhysX_3.4/RenderDebug.vcxproj b/APEX_1.4/shared/general/RenderDebug/compiler/vc15win64-PhysX_3.4/RenderDebug.vcxproj index abfdd10c..89b5e39d 100644 --- a/APEX_1.4/shared/general/RenderDebug/compiler/vc15win64-PhysX_3.4/RenderDebug.vcxproj +++ b/APEX_1.4/shared/general/RenderDebug/compiler/vc15win64-PhysX_3.4/RenderDebug.vcxproj @@ -1,271 +1,265 @@ <?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>{473AD218-8370-A35E-CAB1-F030F86A6449}</ProjectGuid> - <RootNamespace>RenderDebug</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="../../../../../compiler/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="../../../../../compiler/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="../../../../../compiler/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="../../../../../compiler/paths.vsprops" /> - </ImportGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> - <OutDir>./../../lib/vc15win64\</OutDir> - <IntDir>./build/x64/RenderDebug/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>./../../include;./../../public;../../../../../../PxShared/include;../../../../../../PxShared/include/filebuf;../../../../../../PxShared/include/foundation;../../../../../../PxShared/include/task;../../../../../../PxShared/include/cudamanager;../../../../../../PxShared/include/pvd;../../../../../../PxShared/src/foundation/include;../../../../../../PxShared/src/filebuf/include;../../../../../../PxShared/src/fastxml/include;../../../../../../PxShared/src/pvd/include;./../../../shared;./../../../../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>PX_FOUNDATION_DLL=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;_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> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)DEBUG.lib</OutputFile> - <AdditionalLibraryDirectories>../../../../../../PxShared/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\</OutDir> - <IntDir>./build/x64/RenderDebug/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>./../../include;./../../public;../../../../../../PxShared/include;../../../../../../PxShared/include/filebuf;../../../../../../PxShared/include/foundation;../../../../../../PxShared/include/task;../../../../../../PxShared/include/cudamanager;../../../../../../PxShared/include/pvd;../../../../../../PxShared/src/foundation/include;../../../../../../PxShared/src/filebuf/include;../../../../../../PxShared/src/fastxml/include;../../../../../../PxShared/src/pvd/include;./../../../shared;./../../../../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>PX_FOUNDATION_DLL=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;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;%(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\</OutDir> - <IntDir>./build/x64/RenderDebug/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>./../../include;./../../public;../../../../../../PxShared/include;../../../../../../PxShared/include/filebuf;../../../../../../PxShared/include/foundation;../../../../../../PxShared/include/task;../../../../../../PxShared/include/cudamanager;../../../../../../PxShared/include/pvd;../../../../../../PxShared/src/foundation/include;../../../../../../PxShared/src/filebuf/include;../../../../../../PxShared/src/fastxml/include;../../../../../../PxShared/src/pvd/include;./../../../shared;./../../../../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>PX_FOUNDATION_DLL=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;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> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)PROFILE.lib</OutputFile> - <AdditionalLibraryDirectories>../../../../../../PxShared/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\</OutDir> - <IntDir>./build/x64/RenderDebug/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>./../../include;./../../public;../../../../../../PxShared/include;../../../../../../PxShared/include/filebuf;../../../../../../PxShared/include/foundation;../../../../../../PxShared/include/task;../../../../../../PxShared/include/cudamanager;../../../../../../PxShared/include/pvd;../../../../../../PxShared/src/foundation/include;../../../../../../PxShared/src/filebuf/include;../../../../../../PxShared/src/fastxml/include;../../../../../../PxShared/src/pvd/include;./../../../shared;./../../../../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>PX_FOUNDATION_DLL=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;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> - <Lib> - <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> - <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> - <OutputFile>$(OutDir)$(ProjectName)CHECKED.lib</OutputFile> - <AdditionalLibraryDirectories>../../../../../../PxShared/lib/vc15win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> - <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED.lib.pdb</ProgramDatabaseFile> - <TargetMachine>MachineX64</TargetMachine> - </Lib> - <ResourceCompile></ResourceCompile> - <ProjectReference> - <LinkLibraryDependencies>true</LinkLibraryDependencies> - </ProjectReference> - </ItemDefinitionGroup> - <ItemGroup> - <ClInclude Include="..\..\public\RenderDebug.h"></ClInclude> - <ClInclude Include="..\..\public\RenderDebugTyped.h"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\include\ClientServer.h"></ClInclude> - <ClInclude Include="..\..\include\FileRenderDebug.h"></ClInclude> - <ClInclude Include="..\..\include\GetArgs.h"></ClInclude> - <ClInclude Include="..\..\include\Hull2MeshEdges.h"></ClInclude> - <ClInclude Include="..\..\include\InternalRenderDebug.h"></ClInclude> - <ClInclude Include="..\..\include\ProcessRenderDebug.h"></ClInclude> - <ClInclude Include="..\..\include\PsCommLayer.h"></ClInclude> - <ClInclude Include="..\..\include\PsCommStream.h"></ClInclude> - <ClInclude Include="..\..\include\RenderDebugData.h"></ClInclude> - <ClInclude Include="..\..\include\RenderDebugImpl.h"></ClInclude> - <ClInclude Include="..\..\include\StreamIO.h"></ClInclude> - <ClInclude Include="..\..\include\StreamIO.inl"></ClInclude> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\src\ClientServer.cpp"></ClCompile> - <ClCompile Include="..\..\src\FileRenderDebug.cpp"></ClCompile> - <ClCompile Include="..\..\src\Hull2MeshEdges.cpp"></ClCompile> - <ClCompile Include="..\..\src\InternalRenderDebug.cpp"></ClCompile> - <ClCompile Include="..\..\src\ProcessRenderDebug.cpp"></ClCompile> - <ClCompile Include="..\..\src\PsCommLayer.cpp"></ClCompile> - <ClCompile Include="..\..\src\PsCommStream.cpp"></ClCompile> - <ClCompile Include="..\..\src\RenderDebug.cpp"></ClCompile> - <ClCompile Include="..\..\src\RenderDebugDLLMain.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>{473AD218-8370-A35E-CAB1-F030F86A6449}</ProjectGuid> + <RootNamespace>RenderDebug</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="../../../../../compiler/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="../../../../../compiler/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="../../../../../compiler/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="../../../../../compiler/paths.vsprops" /> + </ImportGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> + <OutDir>./../../lib/vc15win64\</OutDir> + <IntDir>./build/x64/RenderDebug/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>./../../include;./../../public;../../../../../../PxShared/include;../../../../../../PxShared/include/filebuf;../../../../../../PxShared/include/foundation;../../../../../../PxShared/include/task;../../../../../../PxShared/include/cudamanager;../../../../../../PxShared/include/pvd;../../../../../../PxShared/src/foundation/include;../../../../../../PxShared/src/filebuf/include;../../../../../../PxShared/src/fastxml/include;../../../../../../PxShared/src/pvd/include;./../../../shared;./../../../../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>PX_FOUNDATION_DLL=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;_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> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)DEBUG.lib</OutputFile> + <AdditionalLibraryDirectories>../../../../../../PxShared/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\</OutDir> + <IntDir>./build/x64/RenderDebug/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>./../../include;./../../public;../../../../../../PxShared/include;../../../../../../PxShared/include/filebuf;../../../../../../PxShared/include/foundation;../../../../../../PxShared/include/task;../../../../../../PxShared/include/cudamanager;../../../../../../PxShared/include/pvd;../../../../../../PxShared/src/foundation/include;../../../../../../PxShared/src/filebuf/include;../../../../../../PxShared/src/fastxml/include;../../../../../../PxShared/src/pvd/include;./../../../shared;./../../../../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>PX_FOUNDATION_DLL=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;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;%(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\</OutDir> + <IntDir>./build/x64/RenderDebug/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>./../../include;./../../public;../../../../../../PxShared/include;../../../../../../PxShared/include/filebuf;../../../../../../PxShared/include/foundation;../../../../../../PxShared/include/task;../../../../../../PxShared/include/cudamanager;../../../../../../PxShared/include/pvd;../../../../../../PxShared/src/foundation/include;../../../../../../PxShared/src/filebuf/include;../../../../../../PxShared/src/fastxml/include;../../../../../../PxShared/src/pvd/include;./../../../shared;./../../../../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>PX_FOUNDATION_DLL=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;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> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)PROFILE.lib</OutputFile> + <AdditionalLibraryDirectories>../../../../../../PxShared/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\</OutDir> + <IntDir>./build/x64/RenderDebug/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>./../../include;./../../public;../../../../../../PxShared/include;../../../../../../PxShared/include/filebuf;../../../../../../PxShared/include/foundation;../../../../../../PxShared/include/task;../../../../../../PxShared/include/cudamanager;../../../../../../PxShared/include/pvd;../../../../../../PxShared/src/foundation/include;../../../../../../PxShared/src/filebuf/include;../../../../../../PxShared/src/fastxml/include;../../../../../../PxShared/src/pvd/include;./../../../shared;./../../../../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>PX_FOUNDATION_DLL=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_CUDA_PHYSX;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> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)CHECKED.lib</OutputFile> + <AdditionalLibraryDirectories>../../../../../../PxShared/lib/vc15win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED.lib.pdb</ProgramDatabaseFile> + <TargetMachine>MachineX64</TargetMachine> + </Lib> + <ResourceCompile> + </ResourceCompile> + <ProjectReference> + <LinkLibraryDependencies>true</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <ItemGroup> + <ClInclude Include="..\..\public\RenderDebug.h"> + </ClInclude> + <ClInclude Include="..\..\public\RenderDebugTyped.h"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\include\ClientServer.h"> + </ClInclude> + <ClInclude Include="..\..\include\FileRenderDebug.h"> + </ClInclude> + <ClInclude Include="..\..\include\GetArgs.h"> + </ClInclude> + <ClInclude Include="..\..\include\Hull2MeshEdges.h"> + </ClInclude> + <ClInclude Include="..\..\include\InternalRenderDebug.h"> + </ClInclude> + <ClInclude Include="..\..\include\ProcessRenderDebug.h"> + </ClInclude> + <ClInclude Include="..\..\include\PsCommLayer.h"> + </ClInclude> + <ClInclude Include="..\..\include\PsCommStream.h"> + </ClInclude> + <ClInclude Include="..\..\include\RenderDebugData.h"> + </ClInclude> + <ClInclude Include="..\..\include\RenderDebugImpl.h"> + </ClInclude> + <ClInclude Include="..\..\include\StreamIO.h"> + </ClInclude> + <ClInclude Include="..\..\include\StreamIO.inl"> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\src\ClientServer.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\FileRenderDebug.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\Hull2MeshEdges.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\InternalRenderDebug.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\ProcessRenderDebug.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\PsCommLayer.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\PsCommStream.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\RenderDebug.cpp"> + </ClCompile> + <ClCompile Include="..\..\src\RenderDebugDLLMain.cpp"> + </ClCompile> + </ItemGroup> + <ItemGroup> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"></ImportGroup> </Project> |