diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000..3e223d7f2
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,401 @@
+## Ignore Visual Studio temporary files, build results, and
+## files generated by popular Visual Studio add-ons.
+##
+## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore
+
+# User-specific files
+*.rsuser
+*.suo
+*.user
+*.userosscache
+*.sln.docstates
+
+# User-specific files (MonoDevelop/Xamarin Studio)
+*.userprefs
+
+# Mono auto generated files
+mono_crash.*
+
+# Build results
+[Dd]ebug/
+[Dd]ebugPublic/
+[Rr]elease/
+[Rr]eleases/
+x64/
+x86/
+[Ww][Ii][Nn]32/
+[Aa][Rr][Mm]/
+[Aa][Rr][Mm]64/
+bld/
+[Bb]in/
+[Oo]bj/
+[Ll]og/
+[Ll]ogs/
+
+# Visual Studio 2015/2017 cache/options directory
+.vs/
+# Uncomment if you have tasks that create the project's static files in wwwroot
+#wwwroot/
+
+# Visual Studio 2017 auto generated files
+Generated\ Files/
+
+# MSTest test Results
+[Tt]est[Rr]esult*/
+[Bb]uild[Ll]og.*
+
+# NUnit
+*.VisualState.xml
+TestResult.xml
+nunit-*.xml
+
+# Build Results of an ATL Project
+[Dd]ebugPS/
+[Rr]eleasePS/
+dlldata.c
+
+# Benchmark Results
+BenchmarkDotNet.Artifacts/
+
+# .NET Core
+project.lock.json
+project.fragment.lock.json
+artifacts/
+
+# ASP.NET Scaffolding
+ScaffoldingReadMe.txt
+
+# StyleCop
+StyleCopReport.xml
+
+# Files built by Visual Studio
+*_i.c
+*_p.c
+*_h.h
+*.ilk
+*.meta
+*.obj
+*.iobj
+*.pch
+*.pdb
+*.ipdb
+*.pgc
+*.pgd
+*.rsp
+*.sbr
+*.tlb
+*.tli
+*.tlh
+*.tmp
+*.tmp_proj
+*_wpftmp.csproj
+*.log
+*.tlog
+*.vspscc
+*.vssscc
+.builds
+*.pidb
+*.svclog
+*.scc
+
+# Chutzpah Test files
+_Chutzpah*
+
+# Visual C++ cache files
+ipch/
+*.aps
+*.ncb
+*.opendb
+*.opensdf
+*.sdf
+*.cachefile
+*.VC.db
+*.VC.VC.opendb
+
+# Visual Studio profiler
+*.psess
+*.vsp
+*.vspx
+*.sap
+
+# Visual Studio Trace Files
+*.e2e
+
+# TFS 2012 Local Workspace
+$tf/
+
+# Guidance Automation Toolkit
+*.gpState
+
+# ReSharper is a .NET coding add-in
+_ReSharper*/
+*.[Rr]e[Ss]harper
+*.DotSettings.user
+
+# TeamCity is a build add-in
+_TeamCity*
+
+# DotCover is a Code Coverage Tool
+*.dotCover
+
+# AxoCover is a Code Coverage Tool
+.axoCover/*
+!.axoCover/settings.json
+
+# Coverlet is a free, cross platform Code Coverage Tool
+coverage*.json
+coverage*.xml
+coverage*.info
+
+# Visual Studio code coverage results
+*.coverage
+*.coveragexml
+
+# NCrunch
+_NCrunch_*
+.*crunch*.local.xml
+nCrunchTemp_*
+
+# MightyMoose
+*.mm.*
+AutoTest.Net/
+
+# Web workbench (sass)
+.sass-cache/
+
+# Installshield output folder
+[Ee]xpress/
+
+# DocProject is a documentation generator add-in
+DocProject/buildhelp/
+DocProject/Help/*.HxT
+DocProject/Help/*.HxC
+DocProject/Help/*.hhc
+DocProject/Help/*.hhk
+DocProject/Help/*.hhp
+DocProject/Help/Html2
+DocProject/Help/html
+
+# Click-Once directory
+publish/
+
+# Publish Web Output
+*.[Pp]ublish.xml
+*.azurePubxml
+# Note: Comment the next line if you want to checkin your web deploy settings,
+# but database connection strings (with potential passwords) will be unencrypted
+*.pubxml
+*.publishproj
+
+# Microsoft Azure Web App publish settings. Comment the next line if you want to
+# checkin your Azure Web App publish settings, but sensitive information contained
+# in these scripts will be unencrypted
+PublishScripts/
+
+# NuGet Packages
+*.nupkg
+# NuGet Symbol Packages
+*.snupkg
+# The packages folder can be ignored because of Package Restore
+**/[Pp]ackages/*
+# except build/, which is used as an MSBuild target.
+!**/[Pp]ackages/build/
+# Uncomment if necessary however generally it will be regenerated when needed
+#!**/[Pp]ackages/repositories.config
+# NuGet v3's project.json files produces more ignorable files
+*.nuget.props
+*.nuget.targets
+
+# Microsoft Azure Build Output
+csx/
+*.build.csdef
+
+# Microsoft Azure Emulator
+ecf/
+rcf/
+
+# Windows Store app package directories and files
+AppPackages/
+BundleArtifacts/
+Package.StoreAssociation.xml
+_pkginfo.txt
+*.appx
+*.appxbundle
+*.appxupload
+
+# Visual Studio cache files
+# files ending in .cache can be ignored
+*.[Cc]ache
+# but keep track of directories ending in .cache
+!?*.[Cc]ache/
+
+# Others
+ClientBin/
+~$*
+*~
+*.dbmdl
+*.dbproj.schemaview
+*.jfm
+*.pfx
+*.publishsettings
+orleans.codegen.cs
+
+# Including strong name files can present a security risk
+# (https://github.com/github/gitignore/pull/2483#issue-259490424)
+#*.snk
+
+# Since there are multiple workflows, uncomment next line to ignore bower_components
+# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
+#bower_components/
+
+# RIA/Silverlight projects
+Generated_Code/
+
+# Backup & report files from converting an old project file
+# to a newer Visual Studio version. Backup files are not needed,
+# because we have git ;-)
+_UpgradeReport_Files/
+Backup*/
+UpgradeLog*.XML
+UpgradeLog*.htm
+ServiceFabricBackup/
+*.rptproj.bak
+
+# SQL Server files
+*.mdf
+*.ldf
+*.ndf
+
+# Business Intelligence projects
+*.rdl.data
+*.bim.layout
+*.bim_*.settings
+*.rptproj.rsuser
+*- [Bb]ackup.rdl
+*- [Bb]ackup ([0-9]).rdl
+*- [Bb]ackup ([0-9][0-9]).rdl
+
+# Microsoft Fakes
+FakesAssemblies/
+
+# GhostDoc plugin setting file
+*.GhostDoc.xml
+
+# Node.js Tools for Visual Studio
+.ntvs_analysis.dat
+node_modules/
+
+# Visual Studio 6 build log
+*.plg
+
+# Visual Studio 6 workspace options file
+*.opt
+
+# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
+*.vbw
+
+# Visual Studio 6 auto-generated project file (contains which files were open etc.)
+*.vbp
+
+# Visual Studio 6 workspace and project file (working project files containing files to include in project)
+*.dsw
+*.dsp
+
+# Visual Studio 6 technical files
+*.ncb
+*.aps
+
+# Visual Studio LightSwitch build output
+**/*.HTMLClient/GeneratedArtifacts
+**/*.DesktopClient/GeneratedArtifacts
+**/*.DesktopClient/ModelManifest.xml
+**/*.Server/GeneratedArtifacts
+**/*.Server/ModelManifest.xml
+_Pvt_Extensions
+
+# Paket dependency manager
+.paket/paket.exe
+paket-files/
+
+# FAKE - F# Make
+.fake/
+
+# CodeRush personal settings
+.cr/personal
+
+# Python Tools for Visual Studio (PTVS)
+__pycache__/
+*.pyc
+
+# Cake - Uncomment if you are using it
+# tools/**
+# !tools/packages.config
+
+# Tabs Studio
+*.tss
+
+# Telerik's JustMock configuration file
+*.jmconfig
+
+# BizTalk build output
+*.btp.cs
+*.btm.cs
+*.odx.cs
+*.xsd.cs
+
+# OpenCover UI analysis results
+OpenCover/
+
+# Azure Stream Analytics local run output
+ASALocalRun/
+
+# MSBuild Binary and Structured Log
+*.binlog
+
+# NVidia Nsight GPU debugger configuration file
+*.nvuser
+
+# MFractors (Xamarin productivity tool) working folder
+.mfractor/
+
+# Local History for Visual Studio
+.localhistory/
+
+# Visual Studio History (VSHistory) files
+.vshistory/
+
+# BeatPulse healthcheck temp database
+healthchecksdb
+
+# Backup folder for Package Reference Convert tool in Visual Studio 2017
+MigrationBackup/
+
+# Ionide (cross platform F# VS Code tools) working folder
+.ionide/
+
+# Fody - auto-generated XML schema
+FodyWeavers.xsd
+
+# VS Code files for those working on multiple tools
+.vscode/*
+!.vscode/settings.json
+!.vscode/tasks.json
+!.vscode/launch.json
+!.vscode/extensions.json
+*.code-workspace
+
+# Local History for Visual Studio Code
+.history/
+
+# Windows Installer files from build outputs
+*.cab
+*.msi
+*.msix
+*.msm
+*.msp
+
+# JetBrains Rider
+*.sln.iml
+
+*.lib
+*.exp
diff --git a/APEX_1.4/NvParameterized/compiler/vc17win64-PhysX_3.4/NvParameterized.sln b/APEX_1.4/NvParameterized/compiler/vc17win64-PhysX_3.4/NvParameterized.sln
new file mode 100644
index 000000000..3cc7f34ed
--- /dev/null
+++ b/APEX_1.4/NvParameterized/compiler/vc17win64-PhysX_3.4/NvParameterized.sln
@@ -0,0 +1,30 @@
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio 15
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NvParameterized", "./NvParameterized.vcxproj", "{116CDA44-9950-8942-1462-6A904E0C4817}"
+ ProjectSection(ProjectDependencies) = postProject
+ EndProjectSection
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ checked|x64 = checked|x64
+ debug|x64 = debug|x64
+ profile|x64 = profile|x64
+ release|x64 = release|x64
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {116CDA44-9950-8942-1462-6A904E0C4817}.checked|x64.ActiveCfg = checked|x64
+ {116CDA44-9950-8942-1462-6A904E0C4817}.checked|x64.Build.0 = checked|x64
+ {116CDA44-9950-8942-1462-6A904E0C4817}.debug|x64.ActiveCfg = debug|x64
+ {116CDA44-9950-8942-1462-6A904E0C4817}.debug|x64.Build.0 = debug|x64
+ {116CDA44-9950-8942-1462-6A904E0C4817}.profile|x64.ActiveCfg = profile|x64
+ {116CDA44-9950-8942-1462-6A904E0C4817}.profile|x64.Build.0 = profile|x64
+ {116CDA44-9950-8942-1462-6A904E0C4817}.release|x64.ActiveCfg = release|x64
+ {116CDA44-9950-8942-1462-6A904E0C4817}.release|x64.Build.0 = release|x64
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ EndGlobalSection
+ GlobalSection(ExtensibilityAddins) = postSolution
+ EndGlobalSection
+ GlobalSection(NestedProjects) = preSolution
+ EndGlobalSection
+EndGlobal
diff --git a/APEX_1.4/NvParameterized/compiler/vc17win64-PhysX_3.4/NvParameterized.vcxproj b/APEX_1.4/NvParameterized/compiler/vc17win64-PhysX_3.4/NvParameterized.vcxproj
new file mode 100644
index 000000000..ebe50a1a7
--- /dev/null
+++ b/APEX_1.4/NvParameterized/compiler/vc17win64-PhysX_3.4/NvParameterized.vcxproj
@@ -0,0 +1,290 @@
+
+
+
+
+ debug
+ x64
+
+
+ release
+ x64
+
+
+ profile
+ x64
+
+
+ checked
+ x64
+
+
+
+ {116CDA44-9950-8942-1462-6A904E0C4817}
+ NvParameterized
+
+
+
+ StaticLibrary
+ v143
+
+
+ StaticLibrary
+ v143
+
+
+ StaticLibrary
+ v143
+
+
+ StaticLibrary
+ v143
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ./../../lib/vc15win64\
+ ./build/x64/NvParameterized/debug\
+ .lib
+ $(ProjectName)DEBUG
+ AllRules.ruleset
+
+
+
+
+
+ Precise
+ /wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /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 /wd5045 /GR- /GF /WX- /fp:fast /MP /Od /RTCsu /d2Zi+
+ Disabled
+ ../../../../PxShared/include;../../../../PxShared/include/filebuf;../../../../PxShared/include/foundation;../../../../PxShared/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)
+ 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)
+ false
+ Level4
+ MultiThreadedDebug
+ NotUsing
+
+
+ ProgramDatabase
+
+
+ /INCREMENTAL:NO
+ %(AdditionalDependencies)
+ $(OutDir)$(ProjectName)DEBUG.lib
+ ../../../../PxShared/lib/vc15win64;%(AdditionalLibraryDirectories)
+ $(OutDir)/$(ProjectName)DEBUG.lib.pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+ ./../../lib/vc15win64\
+ ./build/x64/NvParameterized/release\
+ .lib
+ $(ProjectName)
+ AllRules.ruleset
+
+
+
+
+
+ Precise
+ /wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /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 /wd5045 /GR- /GF /WX- /fp:fast /MP /Ox /d2Zi+
+ Disabled
+ ../../../../PxShared/include;../../../../PxShared/include/filebuf;../../../../PxShared/include/foundation;../../../../PxShared/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)
+ 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)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ ProgramDatabase
+
+
+ /INCREMENTAL:NO
+ %(AdditionalDependencies)
+ $(OutDir)$(ProjectName).lib
+ ../../../../PxShared/lib/vc15win64;%(AdditionalLibraryDirectories)
+ $(OutDir)/$(ProjectName).lib.pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+ ./../../lib/vc15win64\
+ ./build/x64/NvParameterized/profile\
+ .lib
+ $(ProjectName)PROFILE
+ AllRules.ruleset
+
+
+
+
+
+ Precise
+ /wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /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 /wd5045 /GR- /GF /WX- /fp:fast /MP /Ox /d2Zi+
+ Disabled
+ ../../../../PxShared/include;../../../../PxShared/include/filebuf;../../../../PxShared/include/foundation;../../../../PxShared/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)
+ 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)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ ProgramDatabase
+
+
+ /INCREMENTAL:NO
+ %(AdditionalDependencies)
+ $(OutDir)$(ProjectName)PROFILE.lib
+ ../../../../PxShared/lib/vc15win64;%(AdditionalLibraryDirectories)
+ $(OutDir)/$(ProjectName)PROFILE.lib.pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+ ./../../lib/vc15win64\
+ ./build/x64/NvParameterized/checked\
+ .lib
+ $(ProjectName)CHECKED
+ AllRules.ruleset
+
+
+
+
+
+ Precise
+ /wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /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 /wd5045 /GR- /GF /WX- /fp:fast /MP /Ox /d2Zi+
+ Disabled
+ ../../../../PxShared/include;../../../../PxShared/include/filebuf;../../../../PxShared/include/foundation;../../../../PxShared/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)
+ 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)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ ProgramDatabase
+
+
+ /INCREMENTAL:NO
+ %(AdditionalDependencies)
+ $(OutDir)$(ProjectName)CHECKED.lib
+ ../../../../PxShared/lib/vc15win64;%(AdditionalLibraryDirectories)
+ $(OutDir)/$(ProjectName)CHECKED.lib.pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/APEX_1.4/NvParameterized/compiler/vc17win64-PhysX_3.4/NvParameterized.vcxproj.filters b/APEX_1.4/NvParameterized/compiler/vc17win64-PhysX_3.4/NvParameterized.vcxproj.filters
new file mode 100644
index 000000000..e0273457f
--- /dev/null
+++ b/APEX_1.4/NvParameterized/compiler/vc17win64-PhysX_3.4/NvParameterized.vcxproj.filters
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ NV_PARAMETERIZED_SRC\src
+
+
+ NV_PARAMETERIZED_SRC\src
+
+
+ NV_PARAMETERIZED_SRC\src
+
+
+ NV_PARAMETERIZED_SRC\src
+
+
+ NV_PARAMETERIZED_SRC\src
+
+
+ NV_PARAMETERIZED_SRC\src
+
+
+ NV_PARAMETERIZED_SRC\src
+
+
+ NV_PARAMETERIZED_SRC\src
+
+
+ NV_PARAMETERIZED_SRC\src
+
+
+ NV_PARAMETERIZED_SRC\src
+
+
+ NV_PARAMETERIZED_SRC\src
+
+
+ NV_PARAMETERIZED_SRC\src
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ NV_PARAMETERIZED_HEADER\include
+
+
+ NV_PARAMETERIZED_HEADER\include
+
+
+ NV_PARAMETERIZED_HEADER\include
+
+
+ NV_PARAMETERIZED_HEADER\include
+
+
+ NV_PARAMETERIZED_HEADER\include
+
+
+ NV_PARAMETERIZED_HEADER\include
+
+
+ NV_PARAMETERIZED_HEADER\include
+
+
+ NV_PARAMETERIZED_HEADER\include
+
+
+ NV_PARAMETERIZED_HEADER\include
+
+
+ NV_PARAMETERIZED_HEADER\include
+
+
+ NV_PARAMETERIZED_HEADER\include
+
+
+ NV_PARAMETERIZED_HEADER\include
+
+
+ NV_PARAMETERIZED_HEADER\include
+
+
+ NV_PARAMETERIZED_HEADER\include
+
+
+ NV_PARAMETERIZED_HEADER\include
+
+
+ NV_PARAMETERIZED_HEADER\include
+
+
+ NV_PARAMETERIZED_HEADER\include
+
+
+ NV_PARAMETERIZED_HEADER\include
+
+
+ NV_PARAMETERIZED_HEADER\include
+
+
+ NV_PARAMETERIZED_HEADER\include
+
+
+ NV_PARAMETERIZED_HEADER\include
+
+
+
+
+
\ No newline at end of file
diff --git a/APEX_1.4/compiler/vc17win64-PhysX_3.4/APEX.sln b/APEX_1.4/compiler/vc17win64-PhysX_3.4/APEX.sln
new file mode 100644
index 000000000..e2cd24098
--- /dev/null
+++ b/APEX_1.4/compiler/vc17win64-PhysX_3.4/APEX.sln
@@ -0,0 +1,210 @@
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio 15
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ApexCommon", "./ApexCommon.vcxproj", "{F7306F72-804E-41BB-6430-8804934AD542}"
+ ProjectSection(ProjectDependencies) = postProject
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ApexShared", "./ApexShared.vcxproj", "{E52F63A7-67BB-4C5F-AC3F-306F95DBDD0F}"
+ ProjectSection(ProjectDependencies) = postProject
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ApexFramework", "./ApexFramework.vcxproj", "{3C502F21-3100-E267-FBA8-2AA0C3E5FA4C}"
+ ProjectSection(ProjectDependencies) = postProject
+ {DF4537B3-3CE9-1581-10B6-A291FE3299C6} = {DF4537B3-3CE9-1581-10B6-A291FE3299C6}
+ {116CDA44-9950-8942-1462-6A904E0C4817} = {116CDA44-9950-8942-1462-6A904E0C4817}
+ {82276A9F-CCF0-C50C-BB4A-82ACFFE2A93A} = {82276A9F-CCF0-C50C-BB4A-82ACFFE2A93A}
+ {473AD218-8370-A35E-CAB1-F030F86A6449} = {473AD218-8370-A35E-CAB1-F030F86A6449}
+ {5B1132F6-84F8-142E-B951-ADB8505CC27F} = {5B1132F6-84F8-142E-B951-ADB8505CC27F}
+ {D4255C0E-3C6E-8A94-959C-54BAC884B25C} = {D4255C0E-3C6E-8A94-959C-54BAC884B25C}
+ {E52F63A7-67BB-4C5F-AC3F-306F95DBDD0F} = {E52F63A7-67BB-4C5F-AC3F-306F95DBDD0F}
+ {F7306F72-804E-41BB-6430-8804934AD542} = {F7306F72-804E-41BB-6430-8804934AD542}
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "APEX_Clothing", "./APEX_Clothing.vcxproj", "{C549455E-94CC-81A4-1B87-FFA4D4785858}"
+ ProjectSection(ProjectDependencies) = postProject
+ {DF4537B3-3CE9-1581-10B6-A291FE3299C6} = {DF4537B3-3CE9-1581-10B6-A291FE3299C6}
+ {F7306F72-804E-41BB-6430-8804934AD542} = {F7306F72-804E-41BB-6430-8804934AD542}
+ {E52F63A7-67BB-4C5F-AC3F-306F95DBDD0F} = {E52F63A7-67BB-4C5F-AC3F-306F95DBDD0F}
+ {82276A9F-CCF0-C50C-BB4A-82ACFFE2A93A} = {82276A9F-CCF0-C50C-BB4A-82ACFFE2A93A}
+ {116CDA44-9950-8942-1462-6A904E0C4817} = {116CDA44-9950-8942-1462-6A904E0C4817}
+ {D4255C0E-3C6E-8A94-959C-54BAC884B25C} = {D4255C0E-3C6E-8A94-959C-54BAC884B25C}
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "APEX_Loader", "./APEX_Loader.vcxproj", "{E4359E1C-FB24-D016-611C-A3283B38FEA4}"
+ ProjectSection(ProjectDependencies) = postProject
+ {DF4537B3-3CE9-1581-10B6-A291FE3299C6} = {DF4537B3-3CE9-1581-10B6-A291FE3299C6}
+ {F7306F72-804E-41BB-6430-8804934AD542} = {F7306F72-804E-41BB-6430-8804934AD542}
+ {E52F63A7-67BB-4C5F-AC3F-306F95DBDD0F} = {E52F63A7-67BB-4C5F-AC3F-306F95DBDD0F}
+ {82276A9F-CCF0-C50C-BB4A-82ACFFE2A93A} = {82276A9F-CCF0-C50C-BB4A-82ACFFE2A93A}
+ {116CDA44-9950-8942-1462-6A904E0C4817} = {116CDA44-9950-8942-1462-6A904E0C4817}
+ {D4255C0E-3C6E-8A94-959C-54BAC884B25C} = {D4255C0E-3C6E-8A94-959C-54BAC884B25C}
+ {3C502F21-3100-E267-FBA8-2AA0C3E5FA4C} = {3C502F21-3100-E267-FBA8-2AA0C3E5FA4C}
+ {C549455E-94CC-81A4-1B87-FFA4D4785858} = {C549455E-94CC-81A4-1B87-FFA4D4785858}
+ {E234DAF8-81E8-8FFC-FCE6-2CA09C768D36} = {E234DAF8-81E8-8FFC-FCE6-2CA09C768D36}
+ {777EFDFD-2EF5-4F0E-2222-6F9A226C5709} = {777EFDFD-2EF5-4F0E-2222-6F9A226C5709}
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "APEX_Destructible", "./APEX_Destructible.vcxproj", "{777EFDFD-2EF5-4F0E-2222-6F9A226C5709}"
+ ProjectSection(ProjectDependencies) = postProject
+ {DF4537B3-3CE9-1581-10B6-A291FE3299C6} = {DF4537B3-3CE9-1581-10B6-A291FE3299C6}
+ {F7306F72-804E-41BB-6430-8804934AD542} = {F7306F72-804E-41BB-6430-8804934AD542}
+ {E52F63A7-67BB-4C5F-AC3F-306F95DBDD0F} = {E52F63A7-67BB-4C5F-AC3F-306F95DBDD0F}
+ {82276A9F-CCF0-C50C-BB4A-82ACFFE2A93A} = {82276A9F-CCF0-C50C-BB4A-82ACFFE2A93A}
+ {116CDA44-9950-8942-1462-6A904E0C4817} = {116CDA44-9950-8942-1462-6A904E0C4817}
+ {D4255C0E-3C6E-8A94-959C-54BAC884B25C} = {D4255C0E-3C6E-8A94-959C-54BAC884B25C}
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "APEX_Legacy", "./APEX_Legacy.vcxproj", "{E234DAF8-81E8-8FFC-FCE6-2CA09C768D36}"
+ ProjectSection(ProjectDependencies) = postProject
+ {DF4537B3-3CE9-1581-10B6-A291FE3299C6} = {DF4537B3-3CE9-1581-10B6-A291FE3299C6}
+ {116CDA44-9950-8942-1462-6A904E0C4817} = {116CDA44-9950-8942-1462-6A904E0C4817}
+ {5B1132F6-84F8-142E-B951-ADB8505CC27F} = {5B1132F6-84F8-142E-B951-ADB8505CC27F}
+ {E52F63A7-67BB-4C5F-AC3F-306F95DBDD0F} = {E52F63A7-67BB-4C5F-AC3F-306F95DBDD0F}
+ {F7306F72-804E-41BB-6430-8804934AD542} = {F7306F72-804E-41BB-6430-8804934AD542}
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PxTask", "./../../../PxShared/src/compiler/vc17win64/PxTask.vcxproj", "{5B1132F6-84F8-142E-B951-ADB8505CC27F}"
+ ProjectSection(ProjectDependencies) = postProject
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PsFastXml", "./../../../PxShared/src/compiler/vc17win64/PsFastXml.vcxproj", "{82276A9F-CCF0-C50C-BB4A-82ACFFE2A93A}"
+ ProjectSection(ProjectDependencies) = postProject
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PxFoundation", "./../../../PxShared/src/compiler/vc17win64/PxFoundation.vcxproj", "{DF4537B3-3CE9-1581-10B6-A291FE3299C6}"
+ ProjectSection(ProjectDependencies) = postProject
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PxPvdSDK", "./../../../PxShared/src/compiler/vc17win64/PxPvdSDK.vcxproj", "{D4255C0E-3C6E-8A94-959C-54BAC884B25C}"
+ ProjectSection(ProjectDependencies) = postProject
+ {DF4537B3-3CE9-1581-10B6-A291FE3299C6} = {DF4537B3-3CE9-1581-10B6-A291FE3299C6}
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NvParameterized", "./../../NvParameterized/compiler/vc17win64-PhysX_3.4/NvParameterized.vcxproj", "{116CDA44-9950-8942-1462-6A904E0C4817}"
+ ProjectSection(ProjectDependencies) = postProject
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RenderDebug", "./../../shared/general/RenderDebug/compiler/vc17win64-PhysX_3.4/RenderDebug.vcxproj", "{473AD218-8370-A35E-CAB1-F030F86A6449}"
+ ProjectSection(ProjectDependencies) = postProject
+ EndProjectSection
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ checked|x64 = checked|x64
+ debug|x64 = debug|x64
+ profile|x64 = profile|x64
+ release|x64 = release|x64
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {F7306F72-804E-41BB-6430-8804934AD542}.checked|x64.ActiveCfg = checked|x64
+ {F7306F72-804E-41BB-6430-8804934AD542}.checked|x64.Build.0 = checked|x64
+ {F7306F72-804E-41BB-6430-8804934AD542}.debug|x64.ActiveCfg = debug|x64
+ {F7306F72-804E-41BB-6430-8804934AD542}.debug|x64.Build.0 = debug|x64
+ {F7306F72-804E-41BB-6430-8804934AD542}.profile|x64.ActiveCfg = profile|x64
+ {F7306F72-804E-41BB-6430-8804934AD542}.profile|x64.Build.0 = profile|x64
+ {F7306F72-804E-41BB-6430-8804934AD542}.release|x64.ActiveCfg = release|x64
+ {F7306F72-804E-41BB-6430-8804934AD542}.release|x64.Build.0 = release|x64
+ {E52F63A7-67BB-4C5F-AC3F-306F95DBDD0F}.checked|x64.ActiveCfg = checked|x64
+ {E52F63A7-67BB-4C5F-AC3F-306F95DBDD0F}.checked|x64.Build.0 = checked|x64
+ {E52F63A7-67BB-4C5F-AC3F-306F95DBDD0F}.debug|x64.ActiveCfg = debug|x64
+ {E52F63A7-67BB-4C5F-AC3F-306F95DBDD0F}.debug|x64.Build.0 = debug|x64
+ {E52F63A7-67BB-4C5F-AC3F-306F95DBDD0F}.profile|x64.ActiveCfg = profile|x64
+ {E52F63A7-67BB-4C5F-AC3F-306F95DBDD0F}.profile|x64.Build.0 = profile|x64
+ {E52F63A7-67BB-4C5F-AC3F-306F95DBDD0F}.release|x64.ActiveCfg = release|x64
+ {E52F63A7-67BB-4C5F-AC3F-306F95DBDD0F}.release|x64.Build.0 = release|x64
+ {3C502F21-3100-E267-FBA8-2AA0C3E5FA4C}.checked|x64.ActiveCfg = checked|x64
+ {3C502F21-3100-E267-FBA8-2AA0C3E5FA4C}.checked|x64.Build.0 = checked|x64
+ {3C502F21-3100-E267-FBA8-2AA0C3E5FA4C}.debug|x64.ActiveCfg = debug|x64
+ {3C502F21-3100-E267-FBA8-2AA0C3E5FA4C}.debug|x64.Build.0 = debug|x64
+ {3C502F21-3100-E267-FBA8-2AA0C3E5FA4C}.profile|x64.ActiveCfg = profile|x64
+ {3C502F21-3100-E267-FBA8-2AA0C3E5FA4C}.profile|x64.Build.0 = profile|x64
+ {3C502F21-3100-E267-FBA8-2AA0C3E5FA4C}.release|x64.ActiveCfg = release|x64
+ {3C502F21-3100-E267-FBA8-2AA0C3E5FA4C}.release|x64.Build.0 = release|x64
+ {C549455E-94CC-81A4-1B87-FFA4D4785858}.checked|x64.ActiveCfg = checked|x64
+ {C549455E-94CC-81A4-1B87-FFA4D4785858}.checked|x64.Build.0 = checked|x64
+ {C549455E-94CC-81A4-1B87-FFA4D4785858}.debug|x64.ActiveCfg = debug|x64
+ {C549455E-94CC-81A4-1B87-FFA4D4785858}.debug|x64.Build.0 = debug|x64
+ {C549455E-94CC-81A4-1B87-FFA4D4785858}.profile|x64.ActiveCfg = profile|x64
+ {C549455E-94CC-81A4-1B87-FFA4D4785858}.profile|x64.Build.0 = profile|x64
+ {C549455E-94CC-81A4-1B87-FFA4D4785858}.release|x64.ActiveCfg = release|x64
+ {C549455E-94CC-81A4-1B87-FFA4D4785858}.release|x64.Build.0 = release|x64
+ {E4359E1C-FB24-D016-611C-A3283B38FEA4}.checked|x64.ActiveCfg = checked|x64
+ {E4359E1C-FB24-D016-611C-A3283B38FEA4}.checked|x64.Build.0 = checked|x64
+ {E4359E1C-FB24-D016-611C-A3283B38FEA4}.debug|x64.ActiveCfg = debug|x64
+ {E4359E1C-FB24-D016-611C-A3283B38FEA4}.debug|x64.Build.0 = debug|x64
+ {E4359E1C-FB24-D016-611C-A3283B38FEA4}.profile|x64.ActiveCfg = profile|x64
+ {E4359E1C-FB24-D016-611C-A3283B38FEA4}.profile|x64.Build.0 = profile|x64
+ {E4359E1C-FB24-D016-611C-A3283B38FEA4}.release|x64.ActiveCfg = release|x64
+ {E4359E1C-FB24-D016-611C-A3283B38FEA4}.release|x64.Build.0 = release|x64
+ {777EFDFD-2EF5-4F0E-2222-6F9A226C5709}.checked|x64.ActiveCfg = checked|x64
+ {777EFDFD-2EF5-4F0E-2222-6F9A226C5709}.checked|x64.Build.0 = checked|x64
+ {777EFDFD-2EF5-4F0E-2222-6F9A226C5709}.debug|x64.ActiveCfg = debug|x64
+ {777EFDFD-2EF5-4F0E-2222-6F9A226C5709}.debug|x64.Build.0 = debug|x64
+ {777EFDFD-2EF5-4F0E-2222-6F9A226C5709}.profile|x64.ActiveCfg = profile|x64
+ {777EFDFD-2EF5-4F0E-2222-6F9A226C5709}.profile|x64.Build.0 = profile|x64
+ {777EFDFD-2EF5-4F0E-2222-6F9A226C5709}.release|x64.ActiveCfg = release|x64
+ {777EFDFD-2EF5-4F0E-2222-6F9A226C5709}.release|x64.Build.0 = release|x64
+ {E234DAF8-81E8-8FFC-FCE6-2CA09C768D36}.checked|x64.ActiveCfg = checked|x64
+ {E234DAF8-81E8-8FFC-FCE6-2CA09C768D36}.checked|x64.Build.0 = checked|x64
+ {E234DAF8-81E8-8FFC-FCE6-2CA09C768D36}.debug|x64.ActiveCfg = debug|x64
+ {E234DAF8-81E8-8FFC-FCE6-2CA09C768D36}.debug|x64.Build.0 = debug|x64
+ {E234DAF8-81E8-8FFC-FCE6-2CA09C768D36}.profile|x64.ActiveCfg = profile|x64
+ {E234DAF8-81E8-8FFC-FCE6-2CA09C768D36}.profile|x64.Build.0 = profile|x64
+ {E234DAF8-81E8-8FFC-FCE6-2CA09C768D36}.release|x64.ActiveCfg = release|x64
+ {E234DAF8-81E8-8FFC-FCE6-2CA09C768D36}.release|x64.Build.0 = release|x64
+ {5B1132F6-84F8-142E-B951-ADB8505CC27F}.checked|x64.ActiveCfg = checked|x64
+ {5B1132F6-84F8-142E-B951-ADB8505CC27F}.checked|x64.Build.0 = checked|x64
+ {5B1132F6-84F8-142E-B951-ADB8505CC27F}.debug|x64.ActiveCfg = debug|x64
+ {5B1132F6-84F8-142E-B951-ADB8505CC27F}.debug|x64.Build.0 = debug|x64
+ {5B1132F6-84F8-142E-B951-ADB8505CC27F}.profile|x64.ActiveCfg = profile|x64
+ {5B1132F6-84F8-142E-B951-ADB8505CC27F}.profile|x64.Build.0 = profile|x64
+ {5B1132F6-84F8-142E-B951-ADB8505CC27F}.release|x64.ActiveCfg = release|x64
+ {5B1132F6-84F8-142E-B951-ADB8505CC27F}.release|x64.Build.0 = release|x64
+ {82276A9F-CCF0-C50C-BB4A-82ACFFE2A93A}.checked|x64.ActiveCfg = checked|x64
+ {82276A9F-CCF0-C50C-BB4A-82ACFFE2A93A}.checked|x64.Build.0 = checked|x64
+ {82276A9F-CCF0-C50C-BB4A-82ACFFE2A93A}.debug|x64.ActiveCfg = debug|x64
+ {82276A9F-CCF0-C50C-BB4A-82ACFFE2A93A}.debug|x64.Build.0 = debug|x64
+ {82276A9F-CCF0-C50C-BB4A-82ACFFE2A93A}.profile|x64.ActiveCfg = profile|x64
+ {82276A9F-CCF0-C50C-BB4A-82ACFFE2A93A}.profile|x64.Build.0 = profile|x64
+ {82276A9F-CCF0-C50C-BB4A-82ACFFE2A93A}.release|x64.ActiveCfg = release|x64
+ {82276A9F-CCF0-C50C-BB4A-82ACFFE2A93A}.release|x64.Build.0 = release|x64
+ {DF4537B3-3CE9-1581-10B6-A291FE3299C6}.checked|x64.ActiveCfg = checked|x64
+ {DF4537B3-3CE9-1581-10B6-A291FE3299C6}.checked|x64.Build.0 = checked|x64
+ {DF4537B3-3CE9-1581-10B6-A291FE3299C6}.debug|x64.ActiveCfg = debug|x64
+ {DF4537B3-3CE9-1581-10B6-A291FE3299C6}.debug|x64.Build.0 = debug|x64
+ {DF4537B3-3CE9-1581-10B6-A291FE3299C6}.profile|x64.ActiveCfg = profile|x64
+ {DF4537B3-3CE9-1581-10B6-A291FE3299C6}.profile|x64.Build.0 = profile|x64
+ {DF4537B3-3CE9-1581-10B6-A291FE3299C6}.release|x64.ActiveCfg = release|x64
+ {DF4537B3-3CE9-1581-10B6-A291FE3299C6}.release|x64.Build.0 = release|x64
+ {D4255C0E-3C6E-8A94-959C-54BAC884B25C}.checked|x64.ActiveCfg = checked|x64
+ {D4255C0E-3C6E-8A94-959C-54BAC884B25C}.checked|x64.Build.0 = checked|x64
+ {D4255C0E-3C6E-8A94-959C-54BAC884B25C}.debug|x64.ActiveCfg = debug|x64
+ {D4255C0E-3C6E-8A94-959C-54BAC884B25C}.debug|x64.Build.0 = debug|x64
+ {D4255C0E-3C6E-8A94-959C-54BAC884B25C}.profile|x64.ActiveCfg = profile|x64
+ {D4255C0E-3C6E-8A94-959C-54BAC884B25C}.profile|x64.Build.0 = profile|x64
+ {D4255C0E-3C6E-8A94-959C-54BAC884B25C}.release|x64.ActiveCfg = release|x64
+ {D4255C0E-3C6E-8A94-959C-54BAC884B25C}.release|x64.Build.0 = release|x64
+ {116CDA44-9950-8942-1462-6A904E0C4817}.checked|x64.ActiveCfg = checked|x64
+ {116CDA44-9950-8942-1462-6A904E0C4817}.checked|x64.Build.0 = checked|x64
+ {116CDA44-9950-8942-1462-6A904E0C4817}.debug|x64.ActiveCfg = debug|x64
+ {116CDA44-9950-8942-1462-6A904E0C4817}.debug|x64.Build.0 = debug|x64
+ {116CDA44-9950-8942-1462-6A904E0C4817}.profile|x64.ActiveCfg = profile|x64
+ {116CDA44-9950-8942-1462-6A904E0C4817}.profile|x64.Build.0 = profile|x64
+ {116CDA44-9950-8942-1462-6A904E0C4817}.release|x64.ActiveCfg = release|x64
+ {116CDA44-9950-8942-1462-6A904E0C4817}.release|x64.Build.0 = release|x64
+ {473AD218-8370-A35E-CAB1-F030F86A6449}.checked|x64.ActiveCfg = checked|x64
+ {473AD218-8370-A35E-CAB1-F030F86A6449}.checked|x64.Build.0 = checked|x64
+ {473AD218-8370-A35E-CAB1-F030F86A6449}.debug|x64.ActiveCfg = debug|x64
+ {473AD218-8370-A35E-CAB1-F030F86A6449}.debug|x64.Build.0 = debug|x64
+ {473AD218-8370-A35E-CAB1-F030F86A6449}.profile|x64.ActiveCfg = profile|x64
+ {473AD218-8370-A35E-CAB1-F030F86A6449}.profile|x64.Build.0 = profile|x64
+ {473AD218-8370-A35E-CAB1-F030F86A6449}.release|x64.ActiveCfg = release|x64
+ {473AD218-8370-A35E-CAB1-F030F86A6449}.release|x64.Build.0 = release|x64
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ EndGlobalSection
+ GlobalSection(ExtensibilityAddins) = postSolution
+ EndGlobalSection
+ GlobalSection(NestedProjects) = preSolution
+ EndGlobalSection
+EndGlobal
diff --git a/APEX_1.4/compiler/vc17win64-PhysX_3.4/APEX_Clothing.vcxproj b/APEX_1.4/compiler/vc17win64-PhysX_3.4/APEX_Clothing.vcxproj
new file mode 100644
index 000000000..f643e71e9
--- /dev/null
+++ b/APEX_1.4/compiler/vc17win64-PhysX_3.4/APEX_Clothing.vcxproj
@@ -0,0 +1,604 @@
+
+
+
+
+ debug
+ x64
+
+
+ release
+ x64
+
+
+ profile
+ x64
+
+
+ checked
+ x64
+
+
+
+ {C549455E-94CC-81A4-1B87-FFA4D4785858}
+ APEX_Clothing
+
+
+
+ DynamicLibrary
+ v143
+
+
+ DynamicLibrary
+ v143
+
+
+ DynamicLibrary
+ v143
+
+
+ DynamicLibrary
+ v143
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ./../../bin/vc17win64-PhysX_3.4\
+ ./build/x64/APEX_Clothing/debug\
+ .dll
+ $(ProjectName)DEBUG_x64
+ AllRules.ruleset
+
+
+ true
+
+
+
+ Precise
+ /wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /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 /wd5045 /GR- /GF /WX- /fp:fast /MP /EHsc /Od /RTCsu /d2Zi+
+ Disabled
+ ./../../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)
+ 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)
+ false
+ Level4
+ MultiThreadedDebug
+ NotUsing
+
+
+ ProgramDatabase
+
+
+ /MACHINE:x64 /INCREMENTAL:NO
+ ./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonDEBUG_x64.lib;%(AdditionalDependencies)
+ $(OutDir)$(ProjectName)DEBUG_x64.dll
+ ../../../PxShared/lib/vc17win64;../../../PhysX_3.4/Lib/vc17win64;%(AdditionalLibraryDirectories)
+ $(OutDir)/$(ProjectName)DEBUG_x64.dll.pdb
+ Console
+ ./../../lib/vc17win64-PhysX_3.4/$(TargetName).lib
+ true
+ MachineX64
+
+
+
+
+
+
+
+ ./../../bin/vc17win64-PhysX_3.4\
+ ./build/x64/APEX_Clothing/release\
+ .dll
+ $(ProjectName)_x64
+ AllRules.ruleset
+
+
+ true
+
+
+
+ Precise
+ /wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /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 /wd5045 /GR- /GF /WX- /fp:fast /MP /EHsc /Ox /d2Zi+
+ Disabled
+ ./../../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)
+ 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)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ ProgramDatabase
+
+
+ /MACHINE:x64 /INCREMENTAL:NO
+ ./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3Common_x64.lib;%(AdditionalDependencies)
+ $(OutDir)$(ProjectName)_x64.dll
+ ../../../PxShared/lib/vc17win64;../../../PhysX_3.4/Lib/vc17win64;%(AdditionalLibraryDirectories)
+ $(OutDir)/$(ProjectName)_x64.dll.pdb
+ Console
+ ./../../lib/vc17win64-PhysX_3.4/$(TargetName).lib
+ true
+ MachineX64
+
+
+
+
+
+
+
+ ./../../bin/vc17win64-PhysX_3.4\
+ ./build/x64/APEX_Clothing/profile\
+ .dll
+ $(ProjectName)PROFILE_x64
+ AllRules.ruleset
+
+
+ true
+
+
+
+ Precise
+ /wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /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 /wd5045 /GR- /GF /WX- /fp:fast /MP /EHsc /Ox /d2Zi+
+ Disabled
+ ./../../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)
+ 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)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ ProgramDatabase
+
+
+ /MACHINE:x64 /INCREMENTAL:NO
+ ./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonPROFILE_x64.lib;%(AdditionalDependencies)
+ $(OutDir)$(ProjectName)PROFILE_x64.dll
+ ../../../PxShared/lib/vc17win64;../../../PhysX_3.4/Lib/vc17win64;%(AdditionalLibraryDirectories)
+ $(OutDir)/$(ProjectName)PROFILE_x64.dll.pdb
+ Console
+ ./../../lib/vc17win64-PhysX_3.4/$(TargetName).lib
+ true
+ MachineX64
+
+
+
+
+
+
+
+ ./../../bin/vc17win64-PhysX_3.4\
+ ./build/x64/APEX_Clothing/checked\
+ .dll
+ $(ProjectName)CHECKED_x64
+ AllRules.ruleset
+
+
+ true
+
+
+
+ Precise
+ /wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /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 /wd5045 /GR- /GF /WX- /fp:fast /MP /EHsc /Ox /d2Zi+
+ Disabled
+ ./../../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)
+ 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)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ ProgramDatabase
+
+
+ /MACHINE:x64 /INCREMENTAL:NO
+ ./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonCHECKED_x64.lib;%(AdditionalDependencies)
+ $(OutDir)$(ProjectName)CHECKED_x64.dll
+ ../../../PxShared/lib/vc17win64;../../../PhysX_3.4/Lib/vc17win64;%(AdditionalLibraryDirectories)
+ $(OutDir)/$(ProjectName)CHECKED_x64.dll.pdb
+ Console
+ ./../../lib/vc17win64-PhysX_3.4/$(TargetName).lib
+ true
+ MachineX64
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 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
+ Building %(Identity)
+ $(IntermediateOutputPath)/avx/%(Filename).obj;
+ 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
+ Building %(Identity)
+ $(IntermediateOutputPath)/avx/%(Filename).obj;
+ 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
+ Building %(Identity)
+ $(IntermediateOutputPath)/avx/%(Filename).obj;
+ 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
+ Building %(Identity)
+ $(IntermediateOutputPath)/avx/%(Filename).obj;
+
+
+
+
+ false
+
+
+
+
+ false
+
+
+
+
+ false
+
+
+
+
+ false
+
+
+
+
+ false
+
+
+
+
+ false
+
+
+
+
+
+
\ No newline at end of file
diff --git a/APEX_1.4/compiler/vc17win64-PhysX_3.4/APEX_Clothing.vcxproj.filters b/APEX_1.4/compiler/vc17win64-PhysX_3.4/APEX_Clothing.vcxproj.filters
new file mode 100644
index 000000000..67e8a68d9
--- /dev/null
+++ b/APEX_1.4/compiler/vc17win64-PhysX_3.4/APEX_Clothing.vcxproj.filters
@@ -0,0 +1,558 @@
+
+
+
+
+
+
+
+
+ resource
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Clothing\src\simd\neon
+
+
+ Clothing\src\simd\neon
+
+
+ Clothing\src\simd\neon
+
+
+
+
+
+
+
+
+ Clothing\src\simd\scalar
+
+
+ Clothing\src\simd\scalar
+
+
+ Clothing\src\simd\scalar
+
+
+
+
+
+
+
+
+ Clothing\src\simd\sse2
+
+
+ Clothing\src\simd\sse2
+
+
+ Clothing\src\simd\sse2
+
+
+
+
+ Clothing\src\simd
+
+
+ Clothing\src\simd
+
+
+ Clothing\src\simd
+
+
+
+
+
+
+
+
+ Clothing\src\autogen
+
+
+ Clothing\src\autogen
+
+
+ Clothing\src\autogen
+
+
+ Clothing\src\autogen
+
+
+ Clothing\src\autogen
+
+
+ Clothing\src\autogen
+
+
+ Clothing\src\autogen
+
+
+ Clothing\src\autogen
+
+
+ Clothing\src\autogen
+
+
+ Clothing\src\autogen
+
+
+
+
+ Clothing\src
+
+
+ Clothing\src
+
+
+ Clothing\src
+
+
+ Clothing\src
+
+
+ Clothing\src
+
+
+ Clothing\src
+
+
+ Clothing\src
+
+
+ Clothing\src
+
+
+ Clothing\src
+
+
+ Clothing\src
+
+
+ Clothing\src
+
+
+ Clothing\src
+
+
+ Clothing\src
+
+
+ Clothing\src
+
+
+ Clothing\src
+
+
+ Clothing\src
+
+
+ Clothing\src
+
+
+
+
+
+
+
+
+
+
+
+
+ Clothing\include\autogen
+
+
+ Clothing\include\autogen
+
+
+ Clothing\include\autogen
+
+
+ Clothing\include\autogen
+
+
+ Clothing\include\autogen
+
+
+ Clothing\include\autogen
+
+
+ Clothing\include\autogen
+
+
+ Clothing\include\autogen
+
+
+ Clothing\include\autogen
+
+
+ Clothing\include\autogen
+
+
+ Clothing\include\autogen
+
+
+
+
+ Clothing\include
+
+
+ Clothing\include
+
+
+ Clothing\include
+
+
+ Clothing\include
+
+
+ Clothing\include
+
+
+ Clothing\include
+
+
+ Clothing\include
+
+
+ Clothing\include
+
+
+ Clothing\include
+
+
+ Clothing\include
+
+
+ Clothing\include
+
+
+ Clothing\include
+
+
+ Clothing\include
+
+
+ Clothing\include
+
+
+ Clothing\include
+
+
+ Clothing\include
+
+
+ Clothing\include
+
+
+ Clothing\include
+
+
+ Clothing\include
+
+
+ Clothing\include
+
+
+ Clothing\include
+
+
+ Clothing\include
+
+
+ Clothing\include
+
+
+ Clothing\include
+
+
+ Clothing\include
+
+
+
+
+ Clothing
+
+
+ Clothing
+
+
+ Clothing
+
+
+ Clothing
+
+
+ Clothing
+
+
+ Clothing
+
+
+ Clothing
+
+
+ Clothing
+
+
+ Clothing
+
+
+
+
+
+
+
+
+
+
+
+
+ Module Common\src
+
+
+
+
+
+
+
+
+ Module Common\include
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ embedded\LowLevelCloth\include
+
+
+ embedded\LowLevelCloth\include
+
+
+ embedded\LowLevelCloth\include
+
+
+ embedded\LowLevelCloth\include
+
+
+ embedded\LowLevelCloth\include
+
+
+ embedded\LowLevelCloth\include
+
+
+ embedded\LowLevelCloth\include
+
+
+
+
+
+
+
+
+ embedded\LowLevelCloth\src
+
+
+ embedded\LowLevelCloth\src
+
+
+ embedded\LowLevelCloth\src
+
+
+ embedded\LowLevelCloth\src
+
+
+ embedded\LowLevelCloth\src
+
+
+ embedded\LowLevelCloth\src
+
+
+ embedded\LowLevelCloth\src
+
+
+ embedded\LowLevelCloth\src
+
+
+ embedded\LowLevelCloth\src
+
+
+ embedded\LowLevelCloth\src
+
+
+ embedded\LowLevelCloth\src
+
+
+ embedded\LowLevelCloth\src
+
+
+ embedded\LowLevelCloth\src
+
+
+ embedded\LowLevelCloth\src
+
+
+ embedded\LowLevelCloth\src
+
+
+ embedded\LowLevelCloth\src
+
+
+ embedded\LowLevelCloth\src
+
+
+ embedded\LowLevelCloth\src
+
+
+ embedded\LowLevelCloth\src
+
+
+ embedded\LowLevelCloth\src
+
+
+ embedded\LowLevelCloth\src
+
+
+ embedded\LowLevelCloth\src
+
+
+ embedded\LowLevelCloth\src
+
+
+ embedded\LowLevelCloth\src
+
+
+ embedded\LowLevelCloth\src
+
+
+ embedded\LowLevelCloth\src
+
+
+ embedded\LowLevelCloth\src
+
+
+ embedded\LowLevelCloth\src
+
+
+ embedded\LowLevelCloth\src
+
+
+ embedded\LowLevelCloth\src
+
+
+ embedded\LowLevelCloth\src
+
+
+ embedded\LowLevelCloth\src
+
+
+ embedded\LowLevelCloth\src
+
+
+ embedded\LowLevelCloth\src
+
+
+ embedded\LowLevelCloth\src
+
+
+ embedded\LowLevelCloth\src
+
+
+ embedded\LowLevelCloth\src
+
+
+ embedded\LowLevelCloth\src
+
+
+
+
+
+
+ embedded
+
+
+ embedded
+
+
+ embedded
+
+
+ embedded
+
+
+ embedded
+
+
+ embedded
+
+
+ embedded
+
+
+ embedded
+
+
+ embedded
+
+
+ embedded
+
+
+ embedded
+
+
+ embedded
+
+
+ embedded
+
+
+ embedded
+
+
+ embedded
+
+
+ embedded
+
+
+
+
+
+
+
+
+ embedded avx
+
+
+
\ No newline at end of file
diff --git a/APEX_1.4/compiler/vc17win64-PhysX_3.4/APEX_Destructible.vcxproj b/APEX_1.4/compiler/vc17win64-PhysX_3.4/APEX_Destructible.vcxproj
new file mode 100644
index 000000000..e62151457
--- /dev/null
+++ b/APEX_1.4/compiler/vc17win64-PhysX_3.4/APEX_Destructible.vcxproj
@@ -0,0 +1,538 @@
+
+
+
+
+ debug
+ x64
+
+
+ release
+ x64
+
+
+ profile
+ x64
+
+
+ checked
+ x64
+
+
+
+ {777EFDFD-2EF5-4F0E-2222-6F9A226C5709}
+ APEX_Destructible
+
+
+
+ DynamicLibrary
+ v143
+
+
+ DynamicLibrary
+ v143
+
+
+ DynamicLibrary
+ v143
+
+
+ DynamicLibrary
+ v143
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ./../../bin/vc17win64-PhysX_3.4\
+ ./build/x64/APEX_Destructible/debug\
+ .dll
+ $(ProjectName)DEBUG_x64
+ AllRules.ruleset
+
+
+ true
+
+
+
+ Precise
+ /wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /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 /wd5045 /GR- /GF /WX- /fp:fast /MP /Od /RTCsu /d2Zi+
+ Disabled
+ ./../../../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)
+ 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)
+ false
+ Level4
+ MultiThreadedDebug
+ NotUsing
+
+
+ ProgramDatabase
+
+
+ /MACHINE:x64 /INCREMENTAL:NO
+ ./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonDEBUG_x64.lib;PhysX3DEBUG_x64.lib;PhysX3ExtensionsDEBUG.lib;%(AdditionalDependencies)
+ $(OutDir)$(ProjectName)DEBUG_x64.dll
+ ../../../PxShared/lib/vc17win64;../../../PhysX_3.4/Lib/vc17win64;%(AdditionalLibraryDirectories)
+ $(OutDir)/$(ProjectName)DEBUG_x64.dll.pdb
+ Console
+ ./../../lib/vc17win64-PhysX_3.4/$(TargetName).lib
+ true
+ MachineX64
+
+
+
+
+
+
+
+ ./../../bin/vc17win64-PhysX_3.4\
+ ./build/x64/APEX_Destructible/release\
+ .dll
+ $(ProjectName)_x64
+ AllRules.ruleset
+
+
+ true
+
+
+
+ Precise
+ /wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /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 /wd5045 /GR- /GF /WX- /fp:fast /MP /Ox /d2Zi+
+ Disabled
+ ./../../../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)
+ 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)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ ProgramDatabase
+
+
+ /MACHINE:x64 /INCREMENTAL:NO
+ ./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3Common_x64.lib;PhysX3_x64.lib;PhysX3Extensions.lib;%(AdditionalDependencies)
+ $(OutDir)$(ProjectName)_x64.dll
+ ../../../PxShared/lib/vc17win64;../../../PhysX_3.4/Lib/vc17win64;%(AdditionalLibraryDirectories)
+ $(OutDir)/$(ProjectName)_x64.dll.pdb
+ Console
+ ./../../lib/vc17win64-PhysX_3.4/$(TargetName).lib
+ true
+ MachineX64
+
+
+
+
+
+
+
+ ./../../bin/vc17win64-PhysX_3.4\
+ ./build/x64/APEX_Destructible/profile\
+ .dll
+ $(ProjectName)PROFILE_x64
+ AllRules.ruleset
+
+
+ true
+
+
+
+ Precise
+ /wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /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 /wd5045 /GR- /GF /WX- /fp:fast /MP /Ox /d2Zi+
+ Disabled
+ ./../../../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)
+ 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)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ ProgramDatabase
+
+
+ /MACHINE:x64 /INCREMENTAL:NO
+ ./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonPROFILE_x64.lib;PhysX3PROFILE_x64.lib;PhysX3ExtensionsPROFILE.lib;%(AdditionalDependencies)
+ $(OutDir)$(ProjectName)PROFILE_x64.dll
+ ../../../PxShared/lib/vc17win64;../../../PhysX_3.4/Lib/vc17win64;%(AdditionalLibraryDirectories)
+ $(OutDir)/$(ProjectName)PROFILE_x64.dll.pdb
+ Console
+ ./../../lib/vc17win64-PhysX_3.4/$(TargetName).lib
+ true
+ MachineX64
+
+
+
+
+
+
+
+ ./../../bin/vc17win64-PhysX_3.4\
+ ./build/x64/APEX_Destructible/checked\
+ .dll
+ $(ProjectName)CHECKED_x64
+ AllRules.ruleset
+
+
+ true
+
+
+
+ Precise
+ /wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /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 /wd5045 /GR- /GF /WX- /fp:fast /MP /Ox /d2Zi+
+ Disabled
+ ./../../../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)
+ 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)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ ProgramDatabase
+
+
+ /MACHINE:x64 /INCREMENTAL:NO
+ ./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonCHECKED_x64.lib;PhysX3CHECKED_x64.lib;PhysX3ExtensionsCHECKED.lib;%(AdditionalDependencies)
+ $(OutDir)$(ProjectName)CHECKED_x64.dll
+ ../../../PxShared/lib/vc17win64;../../../PhysX_3.4/Lib/vc17win64;%(AdditionalLibraryDirectories)
+ $(OutDir)/$(ProjectName)CHECKED_x64.dll.pdb
+ Console
+ ./../../lib/vc17win64-PhysX_3.4/$(TargetName).lib
+ true
+ MachineX64
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+
+
+
+
+ false
+
+
+
+
+ false
+
+
+
+
+ false
+
+
+
+
+ false
+
+
+
+
+ false
+
+
+
+
+
+
\ No newline at end of file
diff --git a/APEX_1.4/compiler/vc17win64-PhysX_3.4/APEX_Destructible.vcxproj.filters b/APEX_1.4/compiler/vc17win64-PhysX_3.4/APEX_Destructible.vcxproj.filters
new file mode 100644
index 000000000..f452850a7
--- /dev/null
+++ b/APEX_1.4/compiler/vc17win64-PhysX_3.4/APEX_Destructible.vcxproj.filters
@@ -0,0 +1,456 @@
+
+
+
+
+
+
+
+
+ resource
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Destructible\src\autogen
+
+
+ Destructible\src\autogen
+
+
+ Destructible\src\autogen
+
+
+ Destructible\src\autogen
+
+
+ Destructible\src\autogen
+
+
+ Destructible\src\autogen
+
+
+ Destructible\src\autogen
+
+
+ Destructible\src\autogen
+
+
+ Destructible\src\autogen
+
+
+ Destructible\src\autogen
+
+
+ Destructible\src\autogen
+
+
+ Destructible\src\autogen
+
+
+ Destructible\src\autogen
+
+
+
+
+ Destructible\src
+
+
+ Destructible\src
+
+
+ Destructible\src
+
+
+ Destructible\src
+
+
+ Destructible\src
+
+
+ Destructible\src
+
+
+ Destructible\src
+
+
+ Destructible\src
+
+
+ Destructible\src
+
+
+ Destructible\src
+
+
+
+
+
+
+
+
+
+
+
+
+ Destructible\fracture\Core
+
+
+ Destructible\fracture\Core
+
+
+ Destructible\fracture\Core
+
+
+ Destructible\fracture\Core
+
+
+ Destructible\fracture\Core
+
+
+ Destructible\fracture\Core
+
+
+ Destructible\fracture\Core
+
+
+ Destructible\fracture\Core
+
+
+ Destructible\fracture\Core
+
+
+ Destructible\fracture\Core
+
+
+ Destructible\fracture\Core
+
+
+ Destructible\fracture\Core
+
+
+ Destructible\fracture\Core
+
+
+ Destructible\fracture\Core
+
+
+ Destructible\fracture\Core
+
+
+ Destructible\fracture\Core
+
+
+ Destructible\fracture\Core
+
+
+ Destructible\fracture\Core
+
+
+ Destructible\fracture\Core
+
+
+ Destructible\fracture\Core
+
+
+ Destructible\fracture\Core
+
+
+ Destructible\fracture\Core
+
+
+ Destructible\fracture\Core
+
+
+ Destructible\fracture\Core
+
+
+ Destructible\fracture\Core
+
+
+ Destructible\fracture\Core
+
+
+ Destructible\fracture\Core
+
+
+ Destructible\fracture\Core
+
+
+ Destructible\fracture\Core
+
+
+ Destructible\fracture\Core
+
+
+
+
+ Destructible\fracture
+
+
+ Destructible\fracture
+
+
+ Destructible\fracture
+
+
+ Destructible\fracture
+
+
+ Destructible\fracture
+
+
+ Destructible\fracture
+
+
+ Destructible\fracture
+
+
+ Destructible\fracture
+
+
+ Destructible\fracture
+
+
+ Destructible\fracture
+
+
+ Destructible\fracture
+
+
+ Destructible\fracture
+
+
+ Destructible\fracture
+
+
+ Destructible\fracture
+
+
+ Destructible\fracture
+
+
+ Destructible\fracture
+
+
+ Destructible\fracture
+
+
+ Destructible\fracture
+
+
+ Destructible\fracture
+
+
+ Destructible\fracture
+
+
+ Destructible\fracture
+
+
+ Destructible\fracture
+
+
+ Destructible\fracture
+
+
+ Destructible\fracture
+
+
+ Destructible\fracture
+
+
+ Destructible\fracture
+
+
+ Destructible\fracture
+
+
+ Destructible\fracture
+
+
+ Destructible\fracture
+
+
+ Destructible\fracture
+
+
+ Destructible\fracture
+
+
+ Destructible\fracture
+
+
+ Destructible\fracture
+
+
+
+
+
+
+
+
+
+
+
+
+ Destructible\include\autogen
+
+
+ Destructible\include\autogen
+
+
+ Destructible\include\autogen
+
+
+ Destructible\include\autogen
+
+
+ Destructible\include\autogen
+
+
+ Destructible\include\autogen
+
+
+ Destructible\include\autogen
+
+
+ Destructible\include\autogen
+
+
+ Destructible\include\autogen
+
+
+ Destructible\include\autogen
+
+
+ Destructible\include\autogen
+
+
+ Destructible\include\autogen
+
+
+ Destructible\include\autogen
+
+
+ Destructible\include\autogen
+
+
+
+
+ Destructible\include
+
+
+ Destructible\include
+
+
+ Destructible\include
+
+
+ Destructible\include
+
+
+ Destructible\include
+
+
+ Destructible\include
+
+
+ Destructible\include
+
+
+ Destructible\include
+
+
+ Destructible\include
+
+
+ Destructible\include
+
+
+ Destructible\include
+
+
+ Destructible\include
+
+
+ Destructible\include
+
+
+ Destructible\include
+
+
+ Destructible\include
+
+
+ Destructible\include
+
+
+ Destructible\include
+
+
+
+
+ Destructible
+
+
+ Destructible
+
+
+ Destructible
+
+
+ Destructible
+
+
+ Destructible
+
+
+ Destructible
+
+
+ Destructible
+
+
+ Destructible
+
+
+ Destructible
+
+
+
+
+
+
+
+
+
+
+
+
+ Module Common\src
+
+
+
+
+
+
+
+
+ Module Common\include
+
+
+
+
+
\ No newline at end of file
diff --git a/APEX_1.4/compiler/vc17win64-PhysX_3.4/APEX_Legacy.vcxproj b/APEX_1.4/compiler/vc17win64-PhysX_3.4/APEX_Legacy.vcxproj
new file mode 100644
index 000000000..a0edef280
--- /dev/null
+++ b/APEX_1.4/compiler/vc17win64-PhysX_3.4/APEX_Legacy.vcxproj
@@ -0,0 +1,1363 @@
+
+
+
+
+ debug
+ x64
+
+
+ release
+ x64
+
+
+ profile
+ x64
+
+
+ checked
+ x64
+
+
+
+ {E234DAF8-81E8-8FFC-FCE6-2CA09C768D36}
+ APEX_Legacy
+
+
+
+ DynamicLibrary
+ v143
+
+
+ DynamicLibrary
+ v143
+
+
+ DynamicLibrary
+ v143
+
+
+ DynamicLibrary
+ v143
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ./../../bin/vc17win64-PhysX_3.4\
+ ./build/x64/APEX_Legacy/debug\
+ .dll
+ $(ProjectName)DEBUG_x64
+ AllRules.ruleset
+
+
+ true
+
+
+
+ Precise
+ /wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /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 /wd5045 /GR- /GF /WX- /fp:fast /MP /Od /RTCsu /d2Zi+
+ Disabled
+ ./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../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)
+ 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)
+ false
+ Level4
+ MultiThreadedDebug
+ NotUsing
+
+
+ ProgramDatabase
+
+
+ /MACHINE:x64 /INCREMENTAL:NO
+ PhysX3CommonDEBUG_x64.lib;%(AdditionalDependencies)
+ $(OutDir)$(ProjectName)DEBUG_x64.dll
+ ../../../PxShared/lib/vc17win64;../../../PhysX_3.4/Lib/vc17win64;%(AdditionalLibraryDirectories)
+ $(OutDir)/$(ProjectName)DEBUG_x64.dll.pdb
+ Console
+ ./../../lib/vc17win64-PhysX_3.4/$(TargetName).lib
+ true
+ MachineX64
+
+
+
+
+
+
+
+ ./../../bin/vc17win64-PhysX_3.4\
+ ./build/x64/APEX_Legacy/release\
+ .dll
+ $(ProjectName)_x64
+ AllRules.ruleset
+
+
+ true
+
+
+
+ Precise
+ /wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /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 /wd5045 /GR- /GF /WX- /fp:fast /MP /Ox /d2Zi+
+ Disabled
+ ./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../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)
+ 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)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ ProgramDatabase
+
+
+ /MACHINE:x64 /INCREMENTAL:NO
+ PhysX3Common_x64.lib;%(AdditionalDependencies)
+ $(OutDir)$(ProjectName)_x64.dll
+ ../../../PxShared/lib/vc17win64;../../../PhysX_3.4/Lib/vc17win64;%(AdditionalLibraryDirectories)
+ $(OutDir)/$(ProjectName)_x64.dll.pdb
+ Console
+ ./../../lib/vc17win64-PhysX_3.4/$(TargetName).lib
+ true
+ MachineX64
+
+
+
+
+
+
+
+ ./../../bin/vc17win64-PhysX_3.4\
+ ./build/x64/APEX_Legacy/profile\
+ .dll
+ $(ProjectName)PROFILE_x64
+ AllRules.ruleset
+
+
+ true
+
+
+
+ Precise
+ /wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /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 /wd5045 /GR- /GF /WX- /fp:fast /MP /Ox /d2Zi+
+ Disabled
+ ./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../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)
+ 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)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ ProgramDatabase
+
+
+ /MACHINE:x64 /INCREMENTAL:NO
+ PhysX3CommonPROFILE_x64.lib;%(AdditionalDependencies)
+ $(OutDir)$(ProjectName)PROFILE_x64.dll
+ ../../../PxShared/lib/vc17win64;../../../PhysX_3.4/Lib/vc17win64;%(AdditionalLibraryDirectories)
+ $(OutDir)/$(ProjectName)PROFILE_x64.dll.pdb
+ Console
+ ./../../lib/vc17win64-PhysX_3.4/$(TargetName).lib
+ true
+ MachineX64
+
+
+
+
+
+
+
+ ./../../bin/vc17win64-PhysX_3.4\
+ ./build/x64/APEX_Legacy/checked\
+ .dll
+ $(ProjectName)CHECKED_x64
+ AllRules.ruleset
+
+
+ true
+
+
+
+ Precise
+ /wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /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 /wd5045 /GR- /GF /WX- /fp:fast /MP /Ox /d2Zi+
+ Disabled
+ ./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../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)
+ 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)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ ProgramDatabase
+
+
+ /MACHINE:x64 /INCREMENTAL:NO
+ PhysX3CommonCHECKED_x64.lib;%(AdditionalDependencies)
+ $(OutDir)$(ProjectName)CHECKED_x64.dll
+ ../../../PxShared/lib/vc17win64;../../../PhysX_3.4/Lib/vc17win64;%(AdditionalLibraryDirectories)
+ $(OutDir)/$(ProjectName)CHECKED_x64.dll.pdb
+ Console
+ ./../../lib/vc17win64-PhysX_3.4/$(TargetName).lib
+ true
+ MachineX64
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+
+
+
+
+ false
+
+
+
+
+ false
+
+
+
+
+ false
+
+
+
+
+ false
+
+
+
+
+
+
\ No newline at end of file
diff --git a/APEX_1.4/compiler/vc17win64-PhysX_3.4/APEX_Legacy.vcxproj.filters b/APEX_1.4/compiler/vc17win64-PhysX_3.4/APEX_Legacy.vcxproj.filters
new file mode 100644
index 000000000..6943bd906
--- /dev/null
+++ b/APEX_1.4/compiler/vc17win64-PhysX_3.4/APEX_Legacy.vcxproj.filters
@@ -0,0 +1,1737 @@
+
+
+
+
+
+
+
+
+ resource
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+ ModuleDestructibleLegacy\include\autogen
+
+
+
+
+ ModuleDestructibleLegacy\include
+
+
+ ModuleDestructibleLegacy\include
+
+
+ ModuleDestructibleLegacy\include
+
+
+ ModuleDestructibleLegacy\include
+
+
+ ModuleDestructibleLegacy\include
+
+
+ ModuleDestructibleLegacy\include
+
+
+ ModuleDestructibleLegacy\include
+
+
+ ModuleDestructibleLegacy\include
+
+
+ ModuleDestructibleLegacy\include
+
+
+ ModuleDestructibleLegacy\include
+
+
+ ModuleDestructibleLegacy\include
+
+
+ ModuleDestructibleLegacy\include
+
+
+ ModuleDestructibleLegacy\include
+
+
+ ModuleDestructibleLegacy\include
+
+
+ ModuleDestructibleLegacy\include
+
+
+ ModuleDestructibleLegacy\include
+
+
+ ModuleDestructibleLegacy\include
+
+
+ ModuleDestructibleLegacy\include
+
+
+ ModuleDestructibleLegacy\include
+
+
+ ModuleDestructibleLegacy\include
+
+
+ ModuleDestructibleLegacy\include
+
+
+ ModuleDestructibleLegacy\include
+
+
+ ModuleDestructibleLegacy\include
+
+
+ ModuleDestructibleLegacy\include
+
+
+ ModuleDestructibleLegacy\include
+
+
+ ModuleDestructibleLegacy\include
+
+
+ ModuleDestructibleLegacy\include
+
+
+ ModuleDestructibleLegacy\include
+
+
+ ModuleDestructibleLegacy\include
+
+
+ ModuleDestructibleLegacy\include
+
+
+ ModuleDestructibleLegacy\include
+
+
+ ModuleDestructibleLegacy\include
+
+
+ ModuleDestructibleLegacy\include
+
+
+ ModuleDestructibleLegacy\include
+
+
+ ModuleDestructibleLegacy\include
+
+
+ ModuleDestructibleLegacy\include
+
+
+ ModuleDestructibleLegacy\include
+
+
+ ModuleDestructibleLegacy\include
+
+
+ ModuleDestructibleLegacy\include
+
+
+ ModuleDestructibleLegacy\include
+
+
+ ModuleDestructibleLegacy\include
+
+
+ ModuleDestructibleLegacy\include
+
+
+ ModuleDestructibleLegacy\include
+
+
+ ModuleDestructibleLegacy\include
+
+
+ ModuleDestructibleLegacy\include
+
+
+ ModuleDestructibleLegacy\include
+
+
+ ModuleDestructibleLegacy\include
+
+
+ ModuleDestructibleLegacy\include
+
+
+ ModuleDestructibleLegacy\include
+
+
+ ModuleDestructibleLegacy\include
+
+
+ ModuleDestructibleLegacy\include
+
+
+ ModuleDestructibleLegacy\include
+
+
+ ModuleDestructibleLegacy\include
+
+
+ ModuleDestructibleLegacy\include
+
+
+ ModuleDestructibleLegacy\include
+
+
+ ModuleDestructibleLegacy\include
+
+
+ ModuleDestructibleLegacy\include
+
+
+ ModuleDestructibleLegacy\include
+
+
+ ModuleDestructibleLegacy\include
+
+
+ ModuleDestructibleLegacy\include
+
+
+ ModuleDestructibleLegacy\include
+
+
+ ModuleDestructibleLegacy\include
+
+
+ ModuleDestructibleLegacy\include
+
+
+ ModuleDestructibleLegacy\include
+
+
+ ModuleDestructibleLegacy\include
+
+
+ ModuleDestructibleLegacy\include
+
+
+ ModuleDestructibleLegacy\include
+
+
+ ModuleDestructibleLegacy\include
+
+
+
+
+
+
+
+
+
+
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+ ModuleDestructibleLegacy\src\autogen
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ModuleFrameworkLegacy\include\autogen
+
+
+ ModuleFrameworkLegacy\include\autogen
+
+
+ ModuleFrameworkLegacy\include\autogen
+
+
+ ModuleFrameworkLegacy\include\autogen
+
+
+ ModuleFrameworkLegacy\include\autogen
+
+
+ ModuleFrameworkLegacy\include\autogen
+
+
+ ModuleFrameworkLegacy\include\autogen
+
+
+ ModuleFrameworkLegacy\include\autogen
+
+
+ ModuleFrameworkLegacy\include\autogen
+
+
+ ModuleFrameworkLegacy\include\autogen
+
+
+ ModuleFrameworkLegacy\include\autogen
+
+
+ ModuleFrameworkLegacy\include\autogen
+
+
+ ModuleFrameworkLegacy\include\autogen
+
+
+ ModuleFrameworkLegacy\include\autogen
+
+
+ ModuleFrameworkLegacy\include\autogen
+
+
+ ModuleFrameworkLegacy\include\autogen
+
+
+ ModuleFrameworkLegacy\include\autogen
+
+
+ ModuleFrameworkLegacy\include\autogen
+
+
+ ModuleFrameworkLegacy\include\autogen
+
+
+ ModuleFrameworkLegacy\include\autogen
+
+
+ ModuleFrameworkLegacy\include\autogen
+
+
+ ModuleFrameworkLegacy\include\autogen
+
+
+ ModuleFrameworkLegacy\include\autogen
+
+
+ ModuleFrameworkLegacy\include\autogen
+
+
+ ModuleFrameworkLegacy\include\autogen
+
+
+
+
+ ModuleFrameworkLegacy\include
+
+
+ ModuleFrameworkLegacy\include
+
+
+ ModuleFrameworkLegacy\include
+
+
+
+
+
+
+
+
+
+
+
+
+ ModuleFrameworkLegacy\src\autogen
+
+
+ ModuleFrameworkLegacy\src\autogen
+
+
+ ModuleFrameworkLegacy\src\autogen
+
+
+ ModuleFrameworkLegacy\src\autogen
+
+
+ ModuleFrameworkLegacy\src\autogen
+
+
+ ModuleFrameworkLegacy\src\autogen
+
+
+ ModuleFrameworkLegacy\src\autogen
+
+
+ ModuleFrameworkLegacy\src\autogen
+
+
+ ModuleFrameworkLegacy\src\autogen
+
+
+ ModuleFrameworkLegacy\src\autogen
+
+
+ ModuleFrameworkLegacy\src\autogen
+
+
+ ModuleFrameworkLegacy\src\autogen
+
+
+ ModuleFrameworkLegacy\src\autogen
+
+
+ ModuleFrameworkLegacy\src\autogen
+
+
+ ModuleFrameworkLegacy\src\autogen
+
+
+ ModuleFrameworkLegacy\src\autogen
+
+
+ ModuleFrameworkLegacy\src\autogen
+
+
+ ModuleFrameworkLegacy\src\autogen
+
+
+ ModuleFrameworkLegacy\src\autogen
+
+
+ ModuleFrameworkLegacy\src\autogen
+
+
+ ModuleFrameworkLegacy\src\autogen
+
+
+ ModuleFrameworkLegacy\src\autogen
+
+
+ ModuleFrameworkLegacy\src\autogen
+
+
+ ModuleFrameworkLegacy\src\autogen
+
+
+ ModuleFrameworkLegacy\src\autogen
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+ ModuleClothingLegacy\include\autogen
+
+
+
+
+ ModuleClothingLegacy\include
+
+
+ ModuleClothingLegacy\include
+
+
+ ModuleClothingLegacy\include
+
+
+ ModuleClothingLegacy\include
+
+
+ ModuleClothingLegacy\include
+
+
+ ModuleClothingLegacy\include
+
+
+ ModuleClothingLegacy\include
+
+
+ ModuleClothingLegacy\include
+
+
+ ModuleClothingLegacy\include
+
+
+ ModuleClothingLegacy\include
+
+
+ ModuleClothingLegacy\include
+
+
+ ModuleClothingLegacy\include
+
+
+ ModuleClothingLegacy\include
+
+
+ ModuleClothingLegacy\include
+
+
+ ModuleClothingLegacy\include
+
+
+ ModuleClothingLegacy\include
+
+
+ ModuleClothingLegacy\include
+
+
+ ModuleClothingLegacy\include
+
+
+ ModuleClothingLegacy\include
+
+
+ ModuleClothingLegacy\include
+
+
+ ModuleClothingLegacy\include
+
+
+ ModuleClothingLegacy\include
+
+
+ ModuleClothingLegacy\include
+
+
+ ModuleClothingLegacy\include
+
+
+ ModuleClothingLegacy\include
+
+
+ ModuleClothingLegacy\include
+
+
+ ModuleClothingLegacy\include
+
+
+ ModuleClothingLegacy\include
+
+
+ ModuleClothingLegacy\include
+
+
+ ModuleClothingLegacy\include
+
+
+ ModuleClothingLegacy\include
+
+
+ ModuleClothingLegacy\include
+
+
+ ModuleClothingLegacy\include
+
+
+ ModuleClothingLegacy\include
+
+
+ ModuleClothingLegacy\include
+
+
+ ModuleClothingLegacy\include
+
+
+ ModuleClothingLegacy\include
+
+
+ ModuleClothingLegacy\include
+
+
+ ModuleClothingLegacy\include
+
+
+ ModuleClothingLegacy\include
+
+
+ ModuleClothingLegacy\include
+
+
+ ModuleClothingLegacy\include
+
+
+ ModuleClothingLegacy\include
+
+
+ ModuleClothingLegacy\include
+
+
+ ModuleClothingLegacy\include
+
+
+ ModuleClothingLegacy\include
+
+
+ ModuleClothingLegacy\include
+
+
+ ModuleClothingLegacy\include
+
+
+ ModuleClothingLegacy\include
+
+
+ ModuleClothingLegacy\include
+
+
+ ModuleClothingLegacy\include
+
+
+ ModuleClothingLegacy\include
+
+
+ ModuleClothingLegacy\include
+
+
+ ModuleClothingLegacy\include
+
+
+ ModuleClothingLegacy\include
+
+
+ ModuleClothingLegacy\include
+
+
+ ModuleClothingLegacy\include
+
+
+ ModuleClothingLegacy\include
+
+
+ ModuleClothingLegacy\include
+
+
+ ModuleClothingLegacy\include
+
+
+ ModuleClothingLegacy\include
+
+
+ ModuleClothingLegacy\include
+
+
+ ModuleClothingLegacy\include
+
+
+ ModuleClothingLegacy\include
+
+
+ ModuleClothingLegacy\include
+
+
+ ModuleClothingLegacy\include
+
+
+ ModuleClothingLegacy\include
+
+
+ ModuleClothingLegacy\include
+
+
+ ModuleClothingLegacy\include
+
+
+ ModuleClothingLegacy\include
+
+
+
+
+
+
+
+
+
+
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+ ModuleClothingLegacy\src\autogen
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ModuleCommonLegacy\include\autogen
+
+
+ ModuleCommonLegacy\include\autogen
+
+
+ ModuleCommonLegacy\include\autogen
+
+
+ ModuleCommonLegacy\include\autogen
+
+
+ ModuleCommonLegacy\include\autogen
+
+
+
+
+ ModuleCommonLegacy\include
+
+
+
+
+
+
+
+
+
+
+
+
+ ModuleCommonLegacy\src\autogen
+
+
+ ModuleCommonLegacy\src\autogen
+
+
+ ModuleCommonLegacy\src\autogen
+
+
+ ModuleCommonLegacy\src\autogen
+
+
+ ModuleCommonLegacy\src\autogen
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Legacy\src
+
+
+
+
+ Legacy
+
+
+ Legacy
+
+
+
\ No newline at end of file
diff --git a/APEX_1.4/compiler/vc17win64-PhysX_3.4/APEX_Loader.vcxproj b/APEX_1.4/compiler/vc17win64-PhysX_3.4/APEX_Loader.vcxproj
new file mode 100644
index 000000000..fc4d3a184
--- /dev/null
+++ b/APEX_1.4/compiler/vc17win64-PhysX_3.4/APEX_Loader.vcxproj
@@ -0,0 +1,298 @@
+
+
+
+
+ debug
+ x64
+
+
+ release
+ x64
+
+
+ profile
+ x64
+
+
+ checked
+ x64
+
+
+
+ {E4359E1C-FB24-D016-611C-A3283B38FEA4}
+ APEX_Loader
+
+
+
+ DynamicLibrary
+ v143
+
+
+ DynamicLibrary
+ v143
+
+
+ DynamicLibrary
+ v143
+
+
+ DynamicLibrary
+ v143
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ./../../bin/vc17win64-PhysX_3.4\
+ ./build/x64/APEX_Loader/debug\
+ .dll
+ $(ProjectName)DEBUG_x64
+ AllRules.ruleset
+
+
+ true
+
+
+
+ Precise
+ /wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /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 /wd5045 /GR- /GF /WX- /fp:fast /MP /Od /RTCsu /d2Zi+
+ Disabled
+ ./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../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)
+ 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)
+ false
+ Level4
+ MultiThreadedDebug
+ NotUsing
+
+
+ ProgramDatabase
+
+
+ /MACHINE:x64 /INCREMENTAL:NO
+ ./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonDEBUG_x64.lib;%(AdditionalDependencies)
+ $(OutDir)$(ProjectName)DEBUG_x64.dll
+ ../../../PxShared/lib/vc17win64;../../../PhysX_3.4/Lib/vc17win64;%(AdditionalLibraryDirectories)
+ $(OutDir)/$(ProjectName)DEBUG_x64.dll.pdb
+ Console
+ ./../../lib/vc17win64-PhysX_3.4/$(TargetName).lib
+ true
+ MachineX64
+
+
+
+
+
+
+
+ ./../../bin/vc17win64-PhysX_3.4\
+ ./build/x64/APEX_Loader/release\
+ .dll
+ $(ProjectName)_x64
+ AllRules.ruleset
+
+
+ true
+
+
+
+ Precise
+ /wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /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 /wd5045 /GR- /GF /WX- /fp:fast /MP /Ox /d2Zi+
+ Disabled
+ ./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../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)
+ 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)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ ProgramDatabase
+
+
+ /MACHINE:x64 /INCREMENTAL:NO
+ ./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3Common_x64.lib;%(AdditionalDependencies)
+ $(OutDir)$(ProjectName)_x64.dll
+ ../../../PxShared/lib/vc17win64;../../../PhysX_3.4/Lib/vc17win64;%(AdditionalLibraryDirectories)
+ $(OutDir)/$(ProjectName)_x64.dll.pdb
+ Console
+ ./../../lib/vc17win64-PhysX_3.4/$(TargetName).lib
+ true
+ MachineX64
+
+
+
+
+
+
+
+ ./../../bin/vc17win64-PhysX_3.4\
+ ./build/x64/APEX_Loader/profile\
+ .dll
+ $(ProjectName)PROFILE_x64
+ AllRules.ruleset
+
+
+ true
+
+
+
+ Precise
+ /wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /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 /wd5045 /GR- /GF /WX- /fp:fast /MP /Ox /d2Zi+
+ Disabled
+ ./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../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)
+ 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)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ ProgramDatabase
+
+
+ /MACHINE:x64 /INCREMENTAL:NO
+ ./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonPROFILE_x64.lib;%(AdditionalDependencies)
+ $(OutDir)$(ProjectName)PROFILE_x64.dll
+ ../../../PxShared/lib/vc17win64;../../../PhysX_3.4/Lib/vc17win64;%(AdditionalLibraryDirectories)
+ $(OutDir)/$(ProjectName)PROFILE_x64.dll.pdb
+ Console
+ ./../../lib/vc17win64-PhysX_3.4/$(TargetName).lib
+ true
+ MachineX64
+
+
+
+
+
+
+
+ ./../../bin/vc17win64-PhysX_3.4\
+ ./build/x64/APEX_Loader/checked\
+ .dll
+ $(ProjectName)CHECKED_x64
+ AllRules.ruleset
+
+
+ true
+
+
+
+ Precise
+ /wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /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 /wd5045 /GR- /GF /WX- /fp:fast /MP /Ox /d2Zi+
+ Disabled
+ ./../../include;./../../include/PhysX3;../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../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)
+ 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)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ ProgramDatabase
+
+
+ /MACHINE:x64 /INCREMENTAL:NO
+ ./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonCHECKED_x64.lib;%(AdditionalDependencies)
+ $(OutDir)$(ProjectName)CHECKED_x64.dll
+ ../../../PxShared/lib/vc17win64;../../../PhysX_3.4/Lib/vc17win64;%(AdditionalLibraryDirectories)
+ $(OutDir)/$(ProjectName)CHECKED_x64.dll.pdb
+ Console
+ ./../../lib/vc17win64-PhysX_3.4/$(TargetName).lib
+ true
+ MachineX64
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+
+
+
+
+ false
+
+
+
+
+ false
+
+
+
+
+ false
+
+
+
+
+ false
+
+
+
+
+ false
+
+
+
+
+ false
+
+
+
+
+ false
+
+
+
+
+ false
+
+
+
+
+ false
+
+
+
+
+
+
\ No newline at end of file
diff --git a/APEX_1.4/compiler/vc17win64-PhysX_3.4/APEX_Loader.vcxproj.filters b/APEX_1.4/compiler/vc17win64-PhysX_3.4/APEX_Loader.vcxproj.filters
new file mode 100644
index 000000000..9781b57dc
--- /dev/null
+++ b/APEX_1.4/compiler/vc17win64-PhysX_3.4/APEX_Loader.vcxproj.filters
@@ -0,0 +1,45 @@
+
+
+
+
+
+
+
+
+ resource
+
+
+
+
+
+
+
+
+
+
+
+
+ ModuleLoader\include
+
+
+ ModuleLoader\include
+
+
+ ModuleLoader\include
+
+
+
+
+
+
+
+
+ ModuleLoader\src
+
+
+
+
+ ModuleLoader
+
+
+
\ No newline at end of file
diff --git a/APEX_1.4/compiler/vc17win64-PhysX_3.4/ApexCommon.vcxproj b/APEX_1.4/compiler/vc17win64-PhysX_3.4/ApexCommon.vcxproj
new file mode 100644
index 000000000..021f0c1fd
--- /dev/null
+++ b/APEX_1.4/compiler/vc17win64-PhysX_3.4/ApexCommon.vcxproj
@@ -0,0 +1,476 @@
+
+
+
+
+ debug
+ x64
+
+
+ release
+ x64
+
+
+ profile
+ x64
+
+
+ checked
+ x64
+
+
+
+ {F7306F72-804E-41BB-6430-8804934AD542}
+ ApexCommon
+
+
+
+ StaticLibrary
+ v143
+
+
+ StaticLibrary
+ v143
+
+
+ StaticLibrary
+ v143
+
+
+ StaticLibrary
+ v143
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ./../../lib/vc17win64-PhysX_3.4\
+ ./build/x64/ApexCommon/debug\
+ .lib
+ $(ProjectName)DEBUG
+ AllRules.ruleset
+
+
+
+
+
+ Precise
+ /wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /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 /wd5045 /GR- /GF /WX- /fp:fast /MP /Od /RTCsu /d2Zi+
+ Disabled
+ ../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../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)
+ 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)
+ false
+ Level4
+ MultiThreadedDebug
+ NotUsing
+
+
+ ProgramDatabase
+
+
+ /INCREMENTAL:NO
+ %(AdditionalDependencies)
+ $(OutDir)$(ProjectName)DEBUG.lib
+ ../../../PxShared/lib/vc17win64;../../../PhysX_3.4/Lib/vc17win64;%(AdditionalLibraryDirectories)
+ $(OutDir)/$(ProjectName)DEBUG.lib.pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+ ./../../lib/vc17win64-PhysX_3.4\
+ ./build/x64/ApexCommon/release\
+ .lib
+ $(ProjectName)
+ AllRules.ruleset
+
+
+
+
+
+ Precise
+ /wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /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 /wd5045 /GR- /GF /WX- /fp:fast /MP /Ox /d2Zi+
+ Disabled
+ ../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../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)
+ 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)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ ProgramDatabase
+
+
+ /INCREMENTAL:NO
+ %(AdditionalDependencies)
+ $(OutDir)$(ProjectName).lib
+ ../../../PxShared/lib/vc17win64;../../../PhysX_3.4/Lib/vc17win64;%(AdditionalLibraryDirectories)
+ $(OutDir)/$(ProjectName).lib.pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+ ./../../lib/vc17win64-PhysX_3.4\
+ ./build/x64/ApexCommon/profile\
+ .lib
+ $(ProjectName)PROFILE
+ AllRules.ruleset
+
+
+
+
+
+ Precise
+ /wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /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 /wd5045 /GR- /GF /WX- /fp:fast /MP /Ox /d2Zi+
+ Disabled
+ ../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../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)
+ 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)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ ProgramDatabase
+
+
+ /INCREMENTAL:NO
+ %(AdditionalDependencies)
+ $(OutDir)$(ProjectName)PROFILE.lib
+ ../../../PxShared/lib/vc17win64;../../../PhysX_3.4/Lib/vc17win64;%(AdditionalLibraryDirectories)
+ $(OutDir)/$(ProjectName)PROFILE.lib.pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+ ./../../lib/vc17win64-PhysX_3.4\
+ ./build/x64/ApexCommon/checked\
+ .lib
+ $(ProjectName)CHECKED
+ AllRules.ruleset
+
+
+
+
+
+ Precise
+ /wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /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 /wd5045 /GR- /GF /WX- /fp:fast /MP /Ox /d2Zi+
+ Disabled
+ ../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../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)
+ 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)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ ProgramDatabase
+
+
+ /INCREMENTAL:NO
+ %(AdditionalDependencies)
+ $(OutDir)$(ProjectName)CHECKED.lib
+ ../../../PxShared/lib/vc17win64;../../../PhysX_3.4/Lib/vc17win64;%(AdditionalLibraryDirectories)
+ $(OutDir)/$(ProjectName)CHECKED.lib.pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/APEX_1.4/compiler/vc17win64-PhysX_3.4/ApexCommon.vcxproj.filters b/APEX_1.4/compiler/vc17win64-PhysX_3.4/ApexCommon.vcxproj.filters
new file mode 100644
index 000000000..69c5ea2d8
--- /dev/null
+++ b/APEX_1.4/compiler/vc17win64-PhysX_3.4/ApexCommon.vcxproj.filters
@@ -0,0 +1,411 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Common\src\autogen
+
+
+ Common\src\autogen
+
+
+ Common\src\autogen
+
+
+
+
+ Common\src
+
+
+ Common\src
+
+
+ Common\src
+
+
+ Common\src
+
+
+ Common\src
+
+
+ Common\src
+
+
+ Common\src
+
+
+ Common\src
+
+
+ Common\src
+
+
+ Common\src
+
+
+ Common\src
+
+
+ Common\src
+
+
+ Common\src
+
+
+ Common\src
+
+
+ Common\src
+
+
+ Common\src
+
+
+ Common\src
+
+
+ Common\src
+
+
+ Common\src
+
+
+ Common\src
+
+
+ Common\src
+
+
+ Common\src
+
+
+ Common\src
+
+
+ Common\src
+
+
+ Common\src
+
+
+ Common\src
+
+
+ Common\src
+
+
+ Common\src
+
+
+ Common\src
+
+
+ Common\src
+
+
+ Common\src
+
+
+
+
+
+
+
+
+
+
+
+
+ Common\include\autogen
+
+
+ Common\include\autogen
+
+
+ Common\include\autogen
+
+
+ Common\include\autogen
+
+
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+ Common\include
+
+
+
+
+
+
+
+
+
+
+ param
+
+
+ param
+
+
+ param
+
+
+
\ No newline at end of file
diff --git a/APEX_1.4/compiler/vc17win64-PhysX_3.4/ApexFramework.vcxproj b/APEX_1.4/compiler/vc17win64-PhysX_3.4/ApexFramework.vcxproj
new file mode 100644
index 000000000..2c45486c3
--- /dev/null
+++ b/APEX_1.4/compiler/vc17win64-PhysX_3.4/ApexFramework.vcxproj
@@ -0,0 +1,596 @@
+
+
+
+
+ debug
+ x64
+
+
+ release
+ x64
+
+
+ profile
+ x64
+
+
+ checked
+ x64
+
+
+
+ {3C502F21-3100-E267-FBA8-2AA0C3E5FA4C}
+ ApexFramework
+
+
+
+ DynamicLibrary
+ v143
+
+
+ DynamicLibrary
+ v143
+
+
+ DynamicLibrary
+ v143
+
+
+ DynamicLibrary
+ v143
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ./../../bin/vc17win64-PhysX_3.4\
+ ./build/x64/ApexFramework/debug\
+ .dll
+ $(ProjectName)DEBUG_x64
+ AllRules.ruleset
+
+
+ true
+
+
+
+ Precise
+ /wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /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 /wd5045 /GR- /GF /WX- /fp:fast /MP /Od /RTCsu /d2Zi+
+ Disabled
+ ./../../../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)
+ 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)
+ false
+ Level4
+ MultiThreadedDebug
+ NotUsing
+
+
+ ProgramDatabase
+
+
+ /MACHINE:x64 /INCREMENTAL:NO
+ ./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonDEBUG_x64.lib;%(AdditionalDependencies)
+ $(OutDir)$(ProjectName)DEBUG_x64.dll
+ ../../../PxShared/lib/vc17win64;../../../PhysX_3.4/Lib/vc17win64;%(AdditionalLibraryDirectories)
+ $(OutDir)/$(ProjectName)DEBUG_x64.dll.pdb
+ Console
+ ./../../lib/vc17win64-PhysX_3.4/$(TargetName).lib
+ true
+ MachineX64
+
+
+
+
+
+
+
+ ./../../bin/vc17win64-PhysX_3.4\
+ ./build/x64/ApexFramework/release\
+ .dll
+ $(ProjectName)_x64
+ AllRules.ruleset
+
+
+ true
+
+
+
+ Precise
+ /wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /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 /wd5045 /GR- /GF /WX- /fp:fast /MP /Ox /d2Zi+
+ Disabled
+ ./../../../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)
+ 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)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ ProgramDatabase
+
+
+ /MACHINE:x64 /INCREMENTAL:NO
+ ./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3Common_x64.lib;%(AdditionalDependencies)
+ $(OutDir)$(ProjectName)_x64.dll
+ ../../../PxShared/lib/vc17win64;../../../PhysX_3.4/Lib/vc17win64;%(AdditionalLibraryDirectories)
+ $(OutDir)/$(ProjectName)_x64.dll.pdb
+ Console
+ ./../../lib/vc17win64-PhysX_3.4/$(TargetName).lib
+ true
+ MachineX64
+
+
+
+
+
+
+
+ ./../../bin/vc17win64-PhysX_3.4\
+ ./build/x64/ApexFramework/profile\
+ .dll
+ $(ProjectName)PROFILE_x64
+ AllRules.ruleset
+
+
+ true
+
+
+
+ Precise
+ /wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /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 /wd5045 /GR- /GF /WX- /fp:fast /MP /Ox /d2Zi+
+ Disabled
+ ./../../../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)
+ 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)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ ProgramDatabase
+
+
+ /MACHINE:x64 /INCREMENTAL:NO
+ ./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonPROFILE_x64.lib;%(AdditionalDependencies)
+ $(OutDir)$(ProjectName)PROFILE_x64.dll
+ ../../../PxShared/lib/vc17win64;../../../PhysX_3.4/Lib/vc17win64;%(AdditionalLibraryDirectories)
+ $(OutDir)/$(ProjectName)PROFILE_x64.dll.pdb
+ Console
+ ./../../lib/vc17win64-PhysX_3.4/$(TargetName).lib
+ true
+ MachineX64
+
+
+
+
+
+
+
+ ./../../bin/vc17win64-PhysX_3.4\
+ ./build/x64/ApexFramework/checked\
+ .dll
+ $(ProjectName)CHECKED_x64
+ AllRules.ruleset
+
+
+ true
+
+
+
+ Precise
+ /wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /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 /wd5045 /GR- /GF /WX- /fp:fast /MP /Ox /d2Zi+
+ Disabled
+ ./../../../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)
+ 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)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ ProgramDatabase
+
+
+ /MACHINE:x64 /INCREMENTAL:NO
+ ./../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;PhysX3CommonCHECKED_x64.lib;%(AdditionalDependencies)
+ $(OutDir)$(ProjectName)CHECKED_x64.dll
+ ../../../PxShared/lib/vc17win64;../../../PhysX_3.4/Lib/vc17win64;%(AdditionalLibraryDirectories)
+ $(OutDir)/$(ProjectName)CHECKED_x64.dll.pdb
+ Console
+ ./../../lib/vc17win64-PhysX_3.4/$(TargetName).lib
+ true
+ MachineX64
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+
+
+
+
+ false
+
+
+
+
+ false
+
+
+
+
+ false
+
+
+
+
+ false
+
+
+
+
+ false
+
+
+
+
+ false
+
+
+
+
+ false
+
+
+
+
+
+
\ No newline at end of file
diff --git a/APEX_1.4/compiler/vc17win64-PhysX_3.4/ApexFramework.vcxproj.filters b/APEX_1.4/compiler/vc17win64-PhysX_3.4/ApexFramework.vcxproj.filters
new file mode 100644
index 000000000..91418f2fa
--- /dev/null
+++ b/APEX_1.4/compiler/vc17win64-PhysX_3.4/ApexFramework.vcxproj.filters
@@ -0,0 +1,525 @@
+
+
+
+
+
+
+
+
+ resource
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Framework\src\autogen
+
+
+ Framework\src\autogen
+
+
+ Framework\src\autogen
+
+
+ Framework\src\autogen
+
+
+ Framework\src\autogen
+
+
+ Framework\src\autogen
+
+
+ Framework\src\autogen
+
+
+ Framework\src\autogen
+
+
+ Framework\src\autogen
+
+
+ Framework\src\autogen
+
+
+ Framework\src\autogen
+
+
+ Framework\src\autogen
+
+
+ Framework\src\autogen
+
+
+ Framework\src\autogen
+
+
+ Framework\src\autogen
+
+
+ Framework\src\autogen
+
+
+ Framework\src\autogen
+
+
+ Framework\src\autogen
+
+
+ Framework\src\autogen
+
+
+ Framework\src\autogen
+
+
+ Framework\src\autogen
+
+
+
+
+
+
+
+
+ Framework\src\windows
+
+
+ Framework\src\windows
+
+
+
+
+ Framework\src
+
+
+ Framework\src
+
+
+ Framework\src
+
+
+ Framework\src
+
+
+ Framework\src
+
+
+ Framework\src
+
+
+ Framework\src
+
+
+ Framework\src
+
+
+ Framework\src
+
+
+ Framework\src
+
+
+ Framework\src
+
+
+ Framework\src
+
+
+ Framework\src
+
+
+ Framework\src
+
+
+ Framework\src
+
+
+ Framework\src
+
+
+ Framework\src
+
+
+ Framework\src
+
+
+ Framework\src
+
+
+
+
+
+
+
+
+
+
+
+
+ Framework\include\autogen
+
+
+ Framework\include\autogen
+
+
+ Framework\include\autogen
+
+
+ Framework\include\autogen
+
+
+ Framework\include\autogen
+
+
+ Framework\include\autogen
+
+
+ Framework\include\autogen
+
+
+ Framework\include\autogen
+
+
+ Framework\include\autogen
+
+
+ Framework\include\autogen
+
+
+ Framework\include\autogen
+
+
+ Framework\include\autogen
+
+
+ Framework\include\autogen
+
+
+ Framework\include\autogen
+
+
+ Framework\include\autogen
+
+
+ Framework\include\autogen
+
+
+ Framework\include\autogen
+
+
+ Framework\include\autogen
+
+
+ Framework\include\autogen
+
+
+ Framework\include\autogen
+
+
+ Framework\include\autogen
+
+
+ Framework\include\autogen
+
+
+
+
+ Framework\include
+
+
+ Framework\include
+
+
+ Framework\include
+
+
+ Framework\include
+
+
+ Framework\include
+
+
+ Framework\include
+
+
+ Framework\include
+
+
+ Framework\include
+
+
+ Framework\include
+
+
+ Framework\include
+
+
+ Framework\include
+
+
+ Framework\include
+
+
+ Framework\include
+
+
+ Framework\include
+
+
+ Framework\include
+
+
+ Framework\include
+
+
+ Framework\include
+
+
+ Framework\include
+
+
+ Framework\include
+
+
+ Framework\include
+
+
+ Framework\include
+
+
+ Framework\include
+
+
+ Framework\include
+
+
+ Framework\include
+
+
+ Framework\include
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Public\PhysX3
+
+
+
+
+ Public
+
+
+ Public
+
+
+ Public
+
+
+ Public
+
+
+ Public
+
+
+ Public
+
+
+ Public
+
+
+ Public
+
+
+ Public
+
+
+ Public
+
+
+ Public
+
+
+ Public
+
+
+ Public
+
+
+ Public
+
+
+ Public
+
+
+ Public
+
+
+ Public
+
+
+ Public
+
+
+ Public
+
+
+ Public
+
+
+ Public
+
+
+ Public
+
+
+ Public
+
+
+ Public
+
+
+ Public
+
+
+ Public
+
+
+ Public
+
+
+ Public
+
+
+ Public
+
+
+ Public
+
+
+ Public
+
+
+ Public
+
+
+ Public
+
+
+ Public
+
+
+ Public
+
+
+ Public
+
+
+ Public
+
+
+ Public
+
+
+ Public
+
+
+ Public
+
+
+ Public
+
+
+ Public
+
+
+ Public
+
+
+ Public
+
+
+ Public
+
+
+ Public
+
+
+ Public
+
+
+ Public
+
+
+ Public
+
+
+ Public
+
+
+ Public
+
+
+ Public
+
+
+ Public
+
+
+ Public
+
+
+ Public
+
+
+ Public
+
+
+ Public
+
+
+ Public
+
+
+ Public
+
+
+ Public
+
+
+ Public
+
+
+ Public
+
+
+
+
+
+
+
+
+ param
+
+
+
\ No newline at end of file
diff --git a/APEX_1.4/compiler/vc17win64-PhysX_3.4/ApexShared.vcxproj b/APEX_1.4/compiler/vc17win64-PhysX_3.4/ApexShared.vcxproj
new file mode 100644
index 000000000..bd16da874
--- /dev/null
+++ b/APEX_1.4/compiler/vc17win64-PhysX_3.4/ApexShared.vcxproj
@@ -0,0 +1,418 @@
+
+
+
+
+ debug
+ x64
+
+
+ release
+ x64
+
+
+ profile
+ x64
+
+
+ checked
+ x64
+
+
+
+ {E52F63A7-67BB-4C5F-AC3F-306F95DBDD0F}
+ ApexShared
+
+
+
+ StaticLibrary
+ v143
+
+
+ StaticLibrary
+ v143
+
+
+ StaticLibrary
+ v143
+
+
+ StaticLibrary
+ v143
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ./../../lib/vc17win64-PhysX_3.4\
+ ./build/x64/ApexShared/debug\
+ .lib
+ $(ProjectName)DEBUG
+ AllRules.ruleset
+
+
+
+
+
+ Precise
+ /wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /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 /wd5045 /GR- /GF /WX- /fp:fast /MP /Od /RTCsu /d2Zi+
+ Disabled
+ ../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../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)
+ 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)
+ false
+ Level4
+ MultiThreadedDebug
+ NotUsing
+
+
+ ProgramDatabase
+
+
+ /INCREMENTAL:NO
+ %(AdditionalDependencies)
+ $(OutDir)$(ProjectName)DEBUG.lib
+ ../../../PxShared/lib/vc17win64;../../../PhysX_3.4/Lib/vc17win64;%(AdditionalLibraryDirectories)
+ $(OutDir)/$(ProjectName)DEBUG.lib.pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+ ./../../lib/vc17win64-PhysX_3.4\
+ ./build/x64/ApexShared/release\
+ .lib
+ $(ProjectName)
+ AllRules.ruleset
+
+
+
+
+
+ Precise
+ /wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /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 /wd5045 /GR- /GF /WX- /fp:fast /MP /Ox /d2Zi+
+ Disabled
+ ../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../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)
+ 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)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ ProgramDatabase
+
+
+ /INCREMENTAL:NO
+ %(AdditionalDependencies)
+ $(OutDir)$(ProjectName).lib
+ ../../../PxShared/lib/vc17win64;../../../PhysX_3.4/Lib/vc17win64;%(AdditionalLibraryDirectories)
+ $(OutDir)/$(ProjectName).lib.pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+ ./../../lib/vc17win64-PhysX_3.4\
+ ./build/x64/ApexShared/profile\
+ .lib
+ $(ProjectName)PROFILE
+ AllRules.ruleset
+
+
+
+
+
+ Precise
+ /wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /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 /wd5045 /GR- /GF /WX- /fp:fast /MP /Ox /d2Zi+
+ Disabled
+ ../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../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)
+ 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)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ ProgramDatabase
+
+
+ /INCREMENTAL:NO
+ %(AdditionalDependencies)
+ $(OutDir)$(ProjectName)PROFILE.lib
+ ../../../PxShared/lib/vc17win64;../../../PhysX_3.4/Lib/vc17win64;%(AdditionalLibraryDirectories)
+ $(OutDir)/$(ProjectName)PROFILE.lib.pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+ ./../../lib/vc17win64-PhysX_3.4\
+ ./build/x64/ApexShared/checked\
+ .lib
+ $(ProjectName)CHECKED
+ AllRules.ruleset
+
+
+
+
+
+ Precise
+ /wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /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 /wd5045 /GR- /GF /WX- /fp:fast /MP /Ox /d2Zi+
+ Disabled
+ ../../../PxShared/include;../../../PxShared/include/filebuf;../../../PxShared/include/foundation;../../../PxShared/include/task;../../../PxShared/include/cudamanager;../../../PxShared/include/pvd;../../../PxShared/src/foundation/include;../../../PxShared/src/filebuf/include;../../../PxShared/src/fastxml/include;../../../PxShared/src/pvd/include;./../../shared/general/shared;./../../public;../../../PhysX_3.4/Include;../../../PhysX_3.4/Include/common;../../../PhysX_3.4/Include/cooking;../../../PhysX_3.4/Include/extensions;../../../PhysX_3.4/Include/geometry;../../../PhysX_3.4/Include/gpu;../../../PhysX_3.4/Include/deformable;../../../PhysX_3.4/Include/particles;../../../PhysX_3.4/Include/characterkinematic;../../../PhysX_3.4/Include/characterdynamic;../../../PhysX_3.4/Include/vehicle;../../../PhysX_3.4/Source/GeomUtils/headers;../../../PhysX_3.4/Source/PhysXGpu/include;./../../shared/general/RenderDebug/public;./../../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)
+ 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)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ ProgramDatabase
+
+
+ /INCREMENTAL:NO
+ %(AdditionalDependencies)
+ $(OutDir)$(ProjectName)CHECKED.lib
+ ../../../PxShared/lib/vc17win64;../../../PhysX_3.4/Lib/vc17win64;%(AdditionalLibraryDirectories)
+ $(OutDir)/$(ProjectName)CHECKED.lib.pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/APEX_1.4/compiler/vc17win64-PhysX_3.4/ApexShared.vcxproj.filters b/APEX_1.4/compiler/vc17win64-PhysX_3.4/ApexShared.vcxproj.filters
new file mode 100644
index 000000000..d9fe25b4b
--- /dev/null
+++ b/APEX_1.4/compiler/vc17win64-PhysX_3.4/ApexShared.vcxproj.filters
@@ -0,0 +1,363 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Apex::shared::internal\src\authoring
+
+
+ Apex::shared::internal\src\authoring
+
+
+ Apex::shared::internal\src\authoring
+
+
+ Apex::shared::internal\src\authoring
+
+
+ Apex::shared::internal\src\authoring
+
+
+
+
+ Apex::shared::internal\src
+
+
+
+
+
+
+
+
+
+
+
+
+ Apex::shared::internal\include\authoring
+
+
+ Apex::shared::internal\include\authoring
+
+
+ Apex::shared::internal\include\authoring
+
+
+ Apex::shared::internal\include\authoring
+
+
+ Apex::shared::internal\include\authoring
+
+
+ Apex::shared::internal\include\authoring
+
+
+ Apex::shared::internal\include\authoring
+
+
+ Apex::shared::internal\include\authoring
+
+
+ Apex::shared::internal\include\authoring
+
+
+
+
+ Apex::shared::internal\include
+
+
+ Apex::shared::internal\include
+
+
+ Apex::shared::internal\include
+
+
+ Apex::shared::internal\include
+
+
+ Apex::shared::internal\include
+
+
+ Apex::shared::internal\include
+
+
+ Apex::shared::internal\include
+
+
+
+
+
+
+
+
+
+
+ Shared::general::shared
+
+
+
+
+
+
+
+
+
+
+
+
+ Shared::general::floatmath\include
+
+
+
+
+
+
+
+
+ Shared::general::floatmath\src
+
+
+ Shared::general::floatmath\src
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Shared::general::HACD\include
+
+
+ Shared::general::HACD\include
+
+
+ Shared::general::HACD\include
+
+
+ Shared::general::HACD\include
+
+
+ Shared::general::HACD\include
+
+
+ Shared::general::HACD\include
+
+
+ Shared::general::HACD\include
+
+
+ Shared::general::HACD\include
+
+
+ Shared::general::HACD\include
+
+
+ Shared::general::HACD\include
+
+
+ Shared::general::HACD\include
+
+
+ Shared::general::HACD\include
+
+
+ Shared::general::HACD\include
+
+
+ Shared::general::HACD\include
+
+
+ Shared::general::HACD\include
+
+
+ Shared::general::HACD\include
+
+
+ Shared::general::HACD\include
+
+
+ Shared::general::HACD\include
+
+
+ Shared::general::HACD\include
+
+
+ Shared::general::HACD\include
+
+
+ Shared::general::HACD\include
+
+
+ Shared::general::HACD\include
+
+
+ Shared::general::HACD\include
+
+
+ Shared::general::HACD\include
+
+
+
+
+
+
+
+
+ Shared::general::HACD\public
+
+
+ Shared::general::HACD\public
+
+
+ Shared::general::HACD\public
+
+
+ Shared::general::HACD\public
+
+
+ Shared::general::HACD\public
+
+
+ Shared::general::HACD\public
+
+
+ Shared::general::HACD\public
+
+
+ Shared::general::HACD\public
+
+
+
+
+
+
+
+
+ Shared::general::HACD\src
+
+
+ Shared::general::HACD\src
+
+
+ Shared::general::HACD\src
+
+
+ Shared::general::HACD\src
+
+
+ Shared::general::HACD\src
+
+
+ Shared::general::HACD\src
+
+
+ Shared::general::HACD\src
+
+
+ Shared::general::HACD\src
+
+
+ Shared::general::HACD\src
+
+
+ Shared::general::HACD\src
+
+
+ Shared::general::HACD\src
+
+
+ Shared::general::HACD\src
+
+
+ Shared::general::HACD\src
+
+
+ Shared::general::HACD\src
+
+
+ Shared::general::HACD\src
+
+
+ Shared::general::HACD\src
+
+
+ Shared::general::HACD\src
+
+
+ Shared::general::HACD\src
+
+
+ Shared::general::HACD\src
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Shared::general::PAIR_FILTER\include
+
+
+
+
+
+
+
+
+ Shared::general::PAIR_FILTER\src
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Shared::general::stan_hull\include
+
+
+ Shared::general::stan_hull\include
+
+
+
+
+
+
+
+
+ Shared::general::stan_hull\src
+
+
+
+
+
\ No newline at end of file
diff --git a/APEX_1.4/shared/general/RenderDebug/compiler/vc17win64-PhysX_3.4/RenderDebug.sln b/APEX_1.4/shared/general/RenderDebug/compiler/vc17win64-PhysX_3.4/RenderDebug.sln
new file mode 100644
index 000000000..be3b4aa5b
--- /dev/null
+++ b/APEX_1.4/shared/general/RenderDebug/compiler/vc17win64-PhysX_3.4/RenderDebug.sln
@@ -0,0 +1,30 @@
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio 15
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RenderDebug", "./RenderDebug.vcxproj", "{473AD218-8370-A35E-CAB1-F030F86A6449}"
+ ProjectSection(ProjectDependencies) = postProject
+ EndProjectSection
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ checked|x64 = checked|x64
+ debug|x64 = debug|x64
+ profile|x64 = profile|x64
+ release|x64 = release|x64
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {473AD218-8370-A35E-CAB1-F030F86A6449}.checked|x64.ActiveCfg = checked|x64
+ {473AD218-8370-A35E-CAB1-F030F86A6449}.checked|x64.Build.0 = checked|x64
+ {473AD218-8370-A35E-CAB1-F030F86A6449}.debug|x64.ActiveCfg = debug|x64
+ {473AD218-8370-A35E-CAB1-F030F86A6449}.debug|x64.Build.0 = debug|x64
+ {473AD218-8370-A35E-CAB1-F030F86A6449}.profile|x64.ActiveCfg = profile|x64
+ {473AD218-8370-A35E-CAB1-F030F86A6449}.profile|x64.Build.0 = profile|x64
+ {473AD218-8370-A35E-CAB1-F030F86A6449}.release|x64.ActiveCfg = release|x64
+ {473AD218-8370-A35E-CAB1-F030F86A6449}.release|x64.Build.0 = release|x64
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ EndGlobalSection
+ GlobalSection(ExtensibilityAddins) = postSolution
+ EndGlobalSection
+ GlobalSection(NestedProjects) = preSolution
+ EndGlobalSection
+EndGlobal
diff --git a/APEX_1.4/shared/general/RenderDebug/compiler/vc17win64-PhysX_3.4/RenderDebug.vcxproj b/APEX_1.4/shared/general/RenderDebug/compiler/vc17win64-PhysX_3.4/RenderDebug.vcxproj
new file mode 100644
index 000000000..9fd5a7dcb
--- /dev/null
+++ b/APEX_1.4/shared/general/RenderDebug/compiler/vc17win64-PhysX_3.4/RenderDebug.vcxproj
@@ -0,0 +1,270 @@
+
+
+
+
+ debug
+ x64
+
+
+ release
+ x64
+
+
+ profile
+ x64
+
+
+ checked
+ x64
+
+
+
+ {473AD218-8370-A35E-CAB1-F030F86A6449}
+ RenderDebug
+
+
+
+ StaticLibrary
+ v143
+
+
+ StaticLibrary
+ v143
+
+
+ StaticLibrary
+ v143
+
+
+ StaticLibrary
+ v143
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ./../../lib/vc17win64\
+ ./build/x64/RenderDebug/debug\
+ .lib
+ $(ProjectName)DEBUG
+ AllRules.ruleset
+
+
+
+
+
+ Precise
+ /wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /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 /wd5045 /GR- /GF /WX- /fp:fast /MP /Od /RTCsu /d2Zi+
+ Disabled
+ ./../../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)
+ 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)
+ false
+ Level4
+ MultiThreadedDebug
+ NotUsing
+
+
+ ProgramDatabase
+
+
+ /INCREMENTAL:NO
+ %(AdditionalDependencies)
+ $(OutDir)$(ProjectName)DEBUG.lib
+ ../../../../../../PxShared/lib/vc17win64;%(AdditionalLibraryDirectories)
+ $(OutDir)/$(ProjectName)DEBUG.lib.pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+ ./../../lib/vc17win64\
+ ./build/x64/RenderDebug/release\
+ .lib
+ $(ProjectName)
+ AllRules.ruleset
+
+
+
+
+
+ Precise
+ /wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /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 /wd5045 /GR- /GF /WX- /fp:fast /MP /Ox /d2Zi+
+ Disabled
+ ./../../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)
+ 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)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ ProgramDatabase
+
+
+ /INCREMENTAL:NO
+ %(AdditionalDependencies)
+ $(OutDir)$(ProjectName).lib
+ ../../../../../../PxShared/lib/vc17win64;%(AdditionalLibraryDirectories)
+ $(OutDir)/$(ProjectName).lib.pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+ ./../../lib/vc17win64\
+ ./build/x64/RenderDebug/profile\
+ .lib
+ $(ProjectName)PROFILE
+ AllRules.ruleset
+
+
+
+
+
+ Precise
+ /wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /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 /wd5045 /GR- /GF /WX- /fp:fast /MP /Ox /d2Zi+
+ Disabled
+ ./../../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)
+ 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)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ ProgramDatabase
+
+
+ /INCREMENTAL:NO
+ %(AdditionalDependencies)
+ $(OutDir)$(ProjectName)PROFILE.lib
+ ../../../../../../PxShared/lib/vc17win64;%(AdditionalLibraryDirectories)
+ $(OutDir)/$(ProjectName)PROFILE.lib.pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+ ./../../lib/vc17win64\
+ ./build/x64/RenderDebug/checked\
+ .lib
+ $(ProjectName)CHECKED
+ AllRules.ruleset
+
+
+
+
+
+ Precise
+ /wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /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 /wd5045 /GR- /GF /WX- /fp:fast /MP /Ox /d2Zi+
+ Disabled
+ ./../../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)
+ 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)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ ProgramDatabase
+
+
+ /INCREMENTAL:NO
+ %(AdditionalDependencies)
+ $(OutDir)$(ProjectName)CHECKED.lib
+ ../../../../../../PxShared/lib/vc17win64;%(AdditionalLibraryDirectories)
+ $(OutDir)/$(ProjectName)CHECKED.lib.pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/APEX_1.4/shared/general/RenderDebug/compiler/vc17win64-PhysX_3.4/RenderDebug.vcxproj.filters b/APEX_1.4/shared/general/RenderDebug/compiler/vc17win64-PhysX_3.4/RenderDebug.vcxproj.filters
new file mode 100644
index 000000000..842c16480
--- /dev/null
+++ b/APEX_1.4/shared/general/RenderDebug/compiler/vc17win64-PhysX_3.4/RenderDebug.vcxproj.filters
@@ -0,0 +1,96 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ RenderDebug\public
+
+
+ RenderDebug\public
+
+
+
+
+
+
+
+
+ RenderDebug\include
+
+
+ RenderDebug\include
+
+
+ RenderDebug\include
+
+
+ RenderDebug\include
+
+
+ RenderDebug\include
+
+
+ RenderDebug\include
+
+
+ RenderDebug\include
+
+
+ RenderDebug\include
+
+
+ RenderDebug\include
+
+
+ RenderDebug\include
+
+
+ RenderDebug\include
+
+
+ RenderDebug\include
+
+
+
+
+
+
+
+
+ RenderDebug\src
+
+
+ RenderDebug\src
+
+
+ RenderDebug\src
+
+
+ RenderDebug\src
+
+
+ RenderDebug\src
+
+
+ RenderDebug\src
+
+
+ RenderDebug\src
+
+
+ RenderDebug\src
+
+
+ RenderDebug\src
+
+
+
+
+
\ No newline at end of file
diff --git a/PhysX_3.4/Samples/PxToolkit/compiler/vc17win64/PxToolkit.vcxproj b/PhysX_3.4/Samples/PxToolkit/compiler/vc17win64/PxToolkit.vcxproj
new file mode 100644
index 000000000..719038a60
--- /dev/null
+++ b/PhysX_3.4/Samples/PxToolkit/compiler/vc17win64/PxToolkit.vcxproj
@@ -0,0 +1,253 @@
+
+
+
+
+ debug
+ x64
+
+
+ checked
+ x64
+
+
+ profile
+ x64
+
+
+ release
+ x64
+
+
+
+ {AE26EE6F-9143-D9EE-6480-FA134AAAFC48}
+ PxToolkit
+
+
+
+ StaticLibrary
+ v143
+
+
+ StaticLibrary
+ v143
+
+
+ StaticLibrary
+ v143
+
+
+ StaticLibrary
+ v143
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ./../../lib/vc17win64\
+ ./x64/PxToolkit/debug\
+ .lib
+ $(ProjectName)DEBUG
+ AllRules.ruleset
+
+
+
+
+
+ false
+ false
+ Fast
+ UninitializedLocalUsageCheck
+ /GR- /GF /MP /Zi /Wall /wd4514 /wd4820 /wd4062 /wd4100 /wd4130 /wd4201 /wd4242 /wd4244 /wd4245 /wd4265 /wd4266 /wd4324 /wd4389 /wd4365 /wd4371 /wd4447 /wd4189 /wd4191 /wd4350 /wd4505 /wd4512 /wd4548 /wd4571 /wd4625 /wd4626 /wd4668 /wd4619 /wd4701 /wd4702 /wd4706 /wd4710 /wd4711 /wd4640 /wd4061 /wd4826 /wd4946 /wd4917 /wd4986 /wd4987 /wd4456 /wd4457 /wd4458 /wd4459 /wd4774 /wd4777 /wd5027 /wd5029 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd4774 /wd5026 /wd5039 /wd4596 /wd4996 /wd5038 /wd5045 /d2Zi+
+ Disabled
+ ./../../../../Source/Common/include;./../../../../../PxShared/include;./../../../../../PxShared/src/foundation/include;./../../../../../PxShared/src/fastxml/include;./../../../../../PxShared/src/pvd/include;./../../include;./../../../../Include/common;./../../../../Include/geometry;./../../../../Include/pvd;./../../../../Include/particles;./../../../../Include/cooking;./../../../../Include/extensions;./../../../../Include/characterdynamic;./../../../../Include/vehicle;./../../../../Include/RepX;./../../../../Include;./../../../../Source/GeomUtils/headers;./../../../../Source/GeomUtils/src/contact;./../../../../Source/GeomUtils/src/common;./../../../../Source/GeomUtils/src/convex;./../../../../Source/GeomUtils/src/distance;./../../../../Source/GeomUtils/src/gjk;./../../../../Source/GeomUtils/src/intersection;./../../../../Source/GeomUtils/src/mesh;./../../../../Source/GeomUtils/src/Ice;./../../../../Source/GeomUtils/src/hf;./../../../../Source/GeomUtils/src/pcm;%(AdditionalIncludeDirectories)
+ WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreadedDebug
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ %(AdditionalDependencies)
+ $(OutDir)$(ProjectName)DEBUG.lib
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+ ./../../lib/vc17win64\
+ ./x64/PxToolkit/checked\
+ .lib
+ $(ProjectName)CHECKED
+ AllRules.ruleset
+
+
+
+
+
+ false
+ false
+ Fast
+ /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4062 /wd4100 /wd4130 /wd4201 /wd4242 /wd4244 /wd4245 /wd4265 /wd4266 /wd4324 /wd4389 /wd4365 /wd4371 /wd4447 /wd4189 /wd4191 /wd4350 /wd4505 /wd4512 /wd4548 /wd4571 /wd4625 /wd4626 /wd4668 /wd4619 /wd4701 /wd4702 /wd4706 /wd4710 /wd4711 /wd4640 /wd4061 /wd4826 /wd4946 /wd4917 /wd4986 /wd4987 /wd4456 /wd4457 /wd4458 /wd4459 /wd4774 /wd4777 /wd5027 /wd5029 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd4774 /wd5026 /wd5039 /wd4596 /wd4996 /wd5038 /wd5045 /d2Zi+
+ Full
+ ./../../../../Source/Common/include;./../../../../../PxShared/include;./../../../../../PxShared/src/foundation/include;./../../../../../PxShared/src/fastxml/include;./../../../../../PxShared/src/pvd/include;./../../include;./../../../../Include/common;./../../../../Include/geometry;./../../../../Include/pvd;./../../../../Include/particles;./../../../../Include/cooking;./../../../../Include/extensions;./../../../../Include/characterdynamic;./../../../../Include/vehicle;./../../../../Include/RepX;./../../../../Include;./../../../../Source/GeomUtils/headers;./../../../../Source/GeomUtils/src/contact;./../../../../Source/GeomUtils/src/common;./../../../../Source/GeomUtils/src/convex;./../../../../Source/GeomUtils/src/distance;./../../../../Source/GeomUtils/src/gjk;./../../../../Source/GeomUtils/src/intersection;./../../../../Source/GeomUtils/src/mesh;./../../../../Source/GeomUtils/src/Ice;./../../../../Source/GeomUtils/src/hf;./../../../../Source/GeomUtils/src/pcm;%(AdditionalIncludeDirectories)
+ WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ %(AdditionalDependencies)
+ $(OutDir)$(ProjectName)CHECKED.lib
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+ ./../../lib/vc17win64\
+ ./x64/PxToolkit/profile\
+ .lib
+ $(ProjectName)PROFILE
+ AllRules.ruleset
+
+
+
+
+
+ false
+ false
+ Fast
+ /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4062 /wd4100 /wd4130 /wd4201 /wd4242 /wd4244 /wd4245 /wd4265 /wd4266 /wd4324 /wd4389 /wd4365 /wd4371 /wd4447 /wd4189 /wd4191 /wd4350 /wd4505 /wd4512 /wd4548 /wd4571 /wd4625 /wd4626 /wd4668 /wd4619 /wd4701 /wd4702 /wd4706 /wd4710 /wd4711 /wd4640 /wd4061 /wd4826 /wd4946 /wd4917 /wd4986 /wd4987 /wd4456 /wd4457 /wd4458 /wd4459 /wd4774 /wd4777 /wd5027 /wd5029 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd4774 /wd5026 /wd5039 /wd4596 /wd4996 /wd5038 /wd5045 /d2Zi+
+ Full
+ ./../../../../Source/Common/include;./../../../../../PxShared/include;./../../../../../PxShared/src/foundation/include;./../../../../../PxShared/src/fastxml/include;./../../../../../PxShared/src/pvd/include;./../../include;./../../../../Include/common;./../../../../Include/geometry;./../../../../Include/pvd;./../../../../Include/particles;./../../../../Include/cooking;./../../../../Include/extensions;./../../../../Include/characterdynamic;./../../../../Include/vehicle;./../../../../Include/RepX;./../../../../Include;./../../../../Source/GeomUtils/headers;./../../../../Source/GeomUtils/src/contact;./../../../../Source/GeomUtils/src/common;./../../../../Source/GeomUtils/src/convex;./../../../../Source/GeomUtils/src/distance;./../../../../Source/GeomUtils/src/gjk;./../../../../Source/GeomUtils/src/intersection;./../../../../Source/GeomUtils/src/mesh;./../../../../Source/GeomUtils/src/Ice;./../../../../Source/GeomUtils/src/hf;./../../../../Source/GeomUtils/src/pcm;%(AdditionalIncludeDirectories)
+ WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ /INCREMENTAL:NO
+ %(AdditionalDependencies)
+ $(OutDir)$(ProjectName)PROFILE.lib
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+ ./../../lib/vc17win64\
+ ./x64/PxToolkit/release\
+ .lib
+ $(ProjectName)
+ AllRules.ruleset
+
+
+
+
+
+ false
+ false
+ Fast
+ /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4062 /wd4100 /wd4130 /wd4201 /wd4242 /wd4244 /wd4245 /wd4265 /wd4266 /wd4324 /wd4389 /wd4365 /wd4371 /wd4447 /wd4189 /wd4191 /wd4350 /wd4505 /wd4512 /wd4548 /wd4571 /wd4625 /wd4626 /wd4668 /wd4619 /wd4701 /wd4702 /wd4706 /wd4710 /wd4711 /wd4640 /wd4061 /wd4826 /wd4946 /wd4917 /wd4986 /wd4987 /wd4456 /wd4457 /wd4458 /wd4459 /wd4774 /wd4777 /wd5027 /wd5029 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd4774 /wd5026 /wd5039 /wd4596 /wd4996 /wd5038 /wd5045 /d2Zi+
+ Full
+ ./../../../../Source/Common/include;./../../../../../PxShared/include;./../../../../../PxShared/src/foundation/include;./../../../../../PxShared/src/fastxml/include;./../../../../../PxShared/src/pvd/include;./../../include;./../../../../Include/common;./../../../../Include/geometry;./../../../../Include/pvd;./../../../../Include/particles;./../../../../Include/cooking;./../../../../Include/extensions;./../../../../Include/characterdynamic;./../../../../Include/vehicle;./../../../../Include/RepX;./../../../../Include;./../../../../Source/GeomUtils/headers;./../../../../Source/GeomUtils/src/contact;./../../../../Source/GeomUtils/src/common;./../../../../Source/GeomUtils/src/convex;./../../../../Source/GeomUtils/src/distance;./../../../../Source/GeomUtils/src/gjk;./../../../../Source/GeomUtils/src/intersection;./../../../../Source/GeomUtils/src/mesh;./../../../../Source/GeomUtils/src/Ice;./../../../../Source/GeomUtils/src/hf;./../../../../Source/GeomUtils/src/pcm;%(AdditionalIncludeDirectories)
+ WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ /INCREMENTAL:NO
+ %(AdditionalDependencies)
+ $(OutDir)$(ProjectName).lib
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PhysX_3.4/Samples/SampleFramework/framework/compiler/vc17win64/SampleFramework-MT.vcxproj b/PhysX_3.4/Samples/SampleFramework/framework/compiler/vc17win64/SampleFramework-MT.vcxproj
new file mode 100644
index 000000000..bc197f85a
--- /dev/null
+++ b/PhysX_3.4/Samples/SampleFramework/framework/compiler/vc17win64/SampleFramework-MT.vcxproj
@@ -0,0 +1,305 @@
+
+
+
+
+ debug
+ x64
+
+
+ release
+ x64
+
+
+ checked
+ x64
+
+
+ profile
+ x64
+
+
+
+ {DEB7F8C6-4512-D660-4816-212EF0806A58}
+ SampleFramework-MT
+
+
+
+ StaticLibrary
+ v143
+
+
+ StaticLibrary
+ v143
+
+
+ StaticLibrary
+ v143
+
+
+ StaticLibrary
+ v143
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ./../../lib/vc17win64\
+ ./x64/SampleFramework-MT/debug\
+ .lib
+ $(ProjectName)DEBUG
+ AllRules.ruleset
+
+
+
+
+
+ false
+ false
+ Fast
+ UninitializedLocalUsageCheck
+ /EHsc /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4062 /wd4100 /wd4130 /wd4201 /wd4242 /wd4244 /wd4245 /wd4265 /wd4266 /wd4324 /wd4389 /wd4365 /wd4371 /wd4447 /wd4189 /wd4191 /wd4350 /wd4505 /wd4512 /wd4548 /wd4571 /wd4625 /wd4626 /wd4668 /wd4619 /wd4701 /wd4702 /wd4706 /wd4710 /wd4711 /wd4640 /wd4061 /wd4826 /wd4946 /wd4917 /wd4986 /wd4987 /wd4456 /wd4457 /wd4458 /wd4459 /wd4774 /wd4777 /wd5027 /wd5029 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd4774 /wd5026 /wd5039 /wd4596 /wd4996 /wd5038 /wd5045 /Zi /d2Zi+
+ Disabled
+ ./../../include;./../../../renderer/include;./../../../platform/include;./../../../../PxToolkit/include;./../../../../../../Externals/targa/1;./../../../../../Include;./../../../../../Source/Common/include;./../../../../../../PxShared/include;./../../../../../../PxShared/src/foundation/include;./../../../../../../PxShared/src/fastxml/include;./../../../../../../PxShared/src/pvd/include;%(AdditionalIncludeDirectories)
+ PHYSX_PROFILE_SDK;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreadedDebug
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ %(AdditionalDependencies)
+ $(OutDir)$(ProjectName)DEBUG.lib
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+ ./../../lib/vc17win64\
+ ./x64/SampleFramework-MT/release\
+ .lib
+ $(ProjectName)
+ AllRules.ruleset
+
+
+
+
+
+ false
+ false
+ Fast
+ /EHsc /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4062 /wd4100 /wd4130 /wd4201 /wd4242 /wd4244 /wd4245 /wd4265 /wd4266 /wd4324 /wd4389 /wd4365 /wd4371 /wd4447 /wd4189 /wd4191 /wd4350 /wd4505 /wd4512 /wd4548 /wd4571 /wd4625 /wd4626 /wd4668 /wd4619 /wd4701 /wd4702 /wd4706 /wd4710 /wd4711 /wd4640 /wd4061 /wd4826 /wd4946 /wd4917 /wd4986 /wd4987 /wd4456 /wd4457 /wd4458 /wd4459 /wd4774 /wd4777 /wd5027 /wd5029 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd4774 /wd5026 /wd5039 /wd4596 /wd4996 /wd5038 /wd5045 /d2Zi+
+ Full
+ ./../../include;./../../../renderer/include;./../../../platform/include;./../../../../PxToolkit/include;./../../../../../../Externals/targa/1;./../../../../../Include;./../../../../../Source/Common/include;./../../../../../../PxShared/include;./../../../../../../PxShared/src/foundation/include;./../../../../../../PxShared/src/fastxml/include;./../../../../../../PxShared/src/pvd/include;%(AdditionalIncludeDirectories)
+ PHYSX_PROFILE_SDK;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ /INCREMENTAL:NO
+ %(AdditionalDependencies)
+ $(OutDir)$(ProjectName).lib
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+ ./../../lib/vc17win64\
+ ./x64/SampleFramework-MT/checked\
+ .lib
+ $(ProjectName)CHECKED
+ AllRules.ruleset
+
+
+
+
+
+ false
+ false
+ Fast
+ /EHsc /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4062 /wd4100 /wd4130 /wd4201 /wd4242 /wd4244 /wd4245 /wd4265 /wd4266 /wd4324 /wd4389 /wd4365 /wd4371 /wd4447 /wd4189 /wd4191 /wd4350 /wd4505 /wd4512 /wd4548 /wd4571 /wd4625 /wd4626 /wd4668 /wd4619 /wd4701 /wd4702 /wd4706 /wd4710 /wd4711 /wd4640 /wd4061 /wd4826 /wd4946 /wd4917 /wd4986 /wd4987 /wd4456 /wd4457 /wd4458 /wd4459 /wd4774 /wd4777 /wd5027 /wd5029 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd4774 /wd5026 /wd5039 /wd4596 /wd4996 /wd5038 /wd5045 /d2Zi+
+ Full
+ ./../../include;./../../../renderer/include;./../../../platform/include;./../../../../PxToolkit/include;./../../../../../../Externals/targa/1;./../../../../../Include;./../../../../../Source/Common/include;./../../../../../../PxShared/include;./../../../../../../PxShared/src/foundation/include;./../../../../../../PxShared/src/fastxml/include;./../../../../../../PxShared/src/pvd/include;%(AdditionalIncludeDirectories)
+ PHYSX_PROFILE_SDK;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ %(AdditionalDependencies)
+ $(OutDir)$(ProjectName)CHECKED.lib
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+ ./../../lib/vc17win64\
+ ./x64/SampleFramework-MT/profile\
+ .lib
+ $(ProjectName)PROFILE
+ AllRules.ruleset
+
+
+
+
+
+ false
+ false
+ Fast
+ /EHsc /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4062 /wd4100 /wd4130 /wd4201 /wd4242 /wd4244 /wd4245 /wd4265 /wd4266 /wd4324 /wd4389 /wd4365 /wd4371 /wd4447 /wd4189 /wd4191 /wd4350 /wd4505 /wd4512 /wd4548 /wd4571 /wd4625 /wd4626 /wd4668 /wd4619 /wd4701 /wd4702 /wd4706 /wd4710 /wd4711 /wd4640 /wd4061 /wd4826 /wd4946 /wd4917 /wd4986 /wd4987 /wd4456 /wd4457 /wd4458 /wd4459 /wd4774 /wd4777 /wd5027 /wd5029 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd4774 /wd5026 /wd5039 /wd4596 /wd4996 /wd5038 /wd5045 /d2Zi+
+ Full
+ ./../../include;./../../../renderer/include;./../../../platform/include;./../../../../PxToolkit/include;./../../../../../../Externals/targa/1;./../../../../../Include;./../../../../../Source/Common/include;./../../../../../../PxShared/include;./../../../../../../PxShared/src/foundation/include;./../../../../../../PxShared/src/fastxml/include;./../../../../../../PxShared/src/pvd/include;%(AdditionalIncludeDirectories)
+ PHYSX_PROFILE_SDK;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ /INCREMENTAL:NO
+ %(AdditionalDependencies)
+ $(OutDir)$(ProjectName)PROFILE.lib
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PhysX_3.4/Samples/SampleFramework/platform/compiler/vc17win64/SamplePlatform-MT.vcxproj b/PhysX_3.4/Samples/SampleFramework/platform/compiler/vc17win64/SamplePlatform-MT.vcxproj
new file mode 100644
index 000000000..e5386aacb
--- /dev/null
+++ b/PhysX_3.4/Samples/SampleFramework/platform/compiler/vc17win64/SamplePlatform-MT.vcxproj
@@ -0,0 +1,251 @@
+
+
+
+
+ debug
+ x64
+
+
+ release
+ x64
+
+
+ checked
+ x64
+
+
+ profile
+ x64
+
+
+
+ {75A6206D-F123-AEE0-FF3D-386A62604731}
+ SamplePlatform-MT
+
+
+
+ StaticLibrary
+ v143
+
+
+ StaticLibrary
+ v143
+
+
+ StaticLibrary
+ v143
+
+
+ StaticLibrary
+ v143
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ./../../lib/vc17win64\
+ ./x64/SamplePlatform-MT/debug\
+ .lib
+ $(ProjectName)DEBUG
+ AllRules.ruleset
+
+
+
+
+
+ false
+ false
+ Fast
+ UninitializedLocalUsageCheck
+ /EHsc /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4062 /wd4100 /wd4130 /wd4201 /wd4242 /wd4244 /wd4245 /wd4265 /wd4266 /wd4324 /wd4389 /wd4365 /wd4371 /wd4447 /wd4189 /wd4191 /wd4350 /wd4505 /wd4512 /wd4548 /wd4571 /wd4625 /wd4626 /wd4668 /wd4619 /wd4701 /wd4702 /wd4706 /wd4710 /wd4711 /wd4640 /wd4061 /wd4826 /wd4946 /wd4917 /wd4986 /wd4987 /wd4456 /wd4457 /wd4458 /wd4459 /wd4774 /wd4777 /wd5027 /wd5029 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd4774 /wd5026 /wd5039 /wd4596 /wd4996 /wd5038 /wd5045 /Zi /d2Zi+
+ Disabled
+ ./../../include;./../../../renderer/include;./../../../framework/include;./../../../../PxToolkit/include;./../../../../../Include;./../../../../../Source/Common/include;./../../../../../Source/Common/include/windows;./../../../../../../Externals/targa/1;./../../../../../../PxShared/include;./../../../../../../PxShared/src/foundation/include;$(DXSDK_DIR)/Include;%(AdditionalIncludeDirectories)
+ PHYSX_PROFILE_SDK;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreadedDebug
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ %(AdditionalDependencies)
+ $(OutDir)$(ProjectName)DEBUG.lib
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+ ./../../lib/vc17win64\
+ ./x64/SamplePlatform-MT/release\
+ .lib
+ $(ProjectName)
+ AllRules.ruleset
+
+
+
+
+
+ false
+ false
+ Fast
+ /EHsc /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4062 /wd4100 /wd4130 /wd4201 /wd4242 /wd4244 /wd4245 /wd4265 /wd4266 /wd4324 /wd4389 /wd4365 /wd4371 /wd4447 /wd4189 /wd4191 /wd4350 /wd4505 /wd4512 /wd4548 /wd4571 /wd4625 /wd4626 /wd4668 /wd4619 /wd4701 /wd4702 /wd4706 /wd4710 /wd4711 /wd4640 /wd4061 /wd4826 /wd4946 /wd4917 /wd4986 /wd4987 /wd4456 /wd4457 /wd4458 /wd4459 /wd4774 /wd4777 /wd5027 /wd5029 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd4774 /wd5026 /wd5039 /wd4596 /wd4996 /wd5038 /wd5045 /d2Zi+
+ Full
+ ./../../include;./../../../renderer/include;./../../../framework/include;./../../../../PxToolkit/include;./../../../../../Include;./../../../../../Source/Common/include;./../../../../../Source/Common/include/windows;./../../../../../../Externals/targa/1;./../../../../../../PxShared/include;./../../../../../../PxShared/src/foundation/include;$(DXSDK_DIR)/Include;%(AdditionalIncludeDirectories)
+ PHYSX_PROFILE_SDK;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ /INCREMENTAL:NO
+ %(AdditionalDependencies)
+ $(OutDir)$(ProjectName).lib
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+ ./../../lib/vc17win64\
+ ./x64/SamplePlatform-MT/checked\
+ .lib
+ $(ProjectName)CHECKED
+ AllRules.ruleset
+
+
+
+
+
+ false
+ false
+ Fast
+ /EHsc /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4062 /wd4100 /wd4130 /wd4201 /wd4242 /wd4244 /wd4245 /wd4265 /wd4266 /wd4324 /wd4389 /wd4365 /wd4371 /wd4447 /wd4189 /wd4191 /wd4350 /wd4505 /wd4512 /wd4548 /wd4571 /wd4625 /wd4626 /wd4668 /wd4619 /wd4701 /wd4702 /wd4706 /wd4710 /wd4711 /wd4640 /wd4061 /wd4826 /wd4946 /wd4917 /wd4986 /wd4987 /wd4456 /wd4457 /wd4458 /wd4459 /wd4774 /wd4777 /wd5027 /wd5029 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd4774 /wd5026 /wd5039 /wd4596 /wd4996 /wd5038 /wd5045 /d2Zi+
+ Full
+ ./../../include;./../../../renderer/include;./../../../framework/include;./../../../../PxToolkit/include;./../../../../../Include;./../../../../../Source/Common/include;./../../../../../Source/Common/include/windows;./../../../../../../Externals/targa/1;./../../../../../../PxShared/include;./../../../../../../PxShared/src/foundation/include;$(DXSDK_DIR)/Include;%(AdditionalIncludeDirectories)
+ PHYSX_PROFILE_SDK;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ %(AdditionalDependencies)
+ $(OutDir)$(ProjectName)CHECKED.lib
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+ ./../../lib/vc17win64\
+ ./x64/SamplePlatform-MT/profile\
+ .lib
+ $(ProjectName)PROFILE
+ AllRules.ruleset
+
+
+
+
+
+ false
+ false
+ Fast
+ /EHsc /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4062 /wd4100 /wd4130 /wd4201 /wd4242 /wd4244 /wd4245 /wd4265 /wd4266 /wd4324 /wd4389 /wd4365 /wd4371 /wd4447 /wd4189 /wd4191 /wd4350 /wd4505 /wd4512 /wd4548 /wd4571 /wd4625 /wd4626 /wd4668 /wd4619 /wd4701 /wd4702 /wd4706 /wd4710 /wd4711 /wd4640 /wd4061 /wd4826 /wd4946 /wd4917 /wd4986 /wd4987 /wd4456 /wd4457 /wd4458 /wd4459 /wd4774 /wd4777 /wd5027 /wd5029 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd4774 /wd5026 /wd5039 /wd4596 /wd4996 /wd5038 /wd5045 /d2Zi+
+ Full
+ ./../../include;./../../../renderer/include;./../../../framework/include;./../../../../PxToolkit/include;./../../../../../Include;./../../../../../Source/Common/include;./../../../../../Source/Common/include/windows;./../../../../../../Externals/targa/1;./../../../../../../PxShared/include;./../../../../../../PxShared/src/foundation/include;$(DXSDK_DIR)/Include;%(AdditionalIncludeDirectories)
+ PHYSX_PROFILE_SDK;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ /INCREMENTAL:NO
+ %(AdditionalDependencies)
+ $(OutDir)$(ProjectName)PROFILE.lib
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PhysX_3.4/Samples/SampleFramework/renderer/compiler/vc17win64/SampleRenderer-MT.vcxproj b/PhysX_3.4/Samples/SampleFramework/renderer/compiler/vc17win64/SampleRenderer-MT.vcxproj
new file mode 100644
index 000000000..e528004c5
--- /dev/null
+++ b/PhysX_3.4/Samples/SampleFramework/renderer/compiler/vc17win64/SampleRenderer-MT.vcxproj
@@ -0,0 +1,579 @@
+
+
+
+
+ debug
+ x64
+
+
+ release
+ x64
+
+
+ checked
+ x64
+
+
+ profile
+ x64
+
+
+
+ {67A61354-2C14-B851-8530-DDD43BDC1D9C}
+ SampleRenderer-MT
+
+
+
+ StaticLibrary
+ v143
+
+
+ StaticLibrary
+ v143
+
+
+ StaticLibrary
+ v143
+
+
+ StaticLibrary
+ v143
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ./../../lib/vc17win64\
+ ./x64/SampleRenderer-MT/debug\
+ .lib
+ $(ProjectName)DEBUG
+ AllRules.ruleset
+
+
+
+
+
+ false
+ false
+ Fast
+ UninitializedLocalUsageCheck
+ /EHsc /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4062 /wd4100 /wd4130 /wd4201 /wd4242 /wd4244 /wd4245 /wd4265 /wd4266 /wd4324 /wd4389 /wd4365 /wd4371 /wd4447 /wd4189 /wd4191 /wd4350 /wd4505 /wd4512 /wd4548 /wd4571 /wd4625 /wd4626 /wd4668 /wd4619 /wd4701 /wd4702 /wd4706 /wd4710 /wd4711 /wd4640 /wd4061 /wd4826 /wd4946 /wd4917 /wd4986 /wd4987 /wd4456 /wd4457 /wd4458 /wd4459 /wd4774 /wd4777 /wd5027 /wd5029 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd4774 /wd5026 /wd5039 /wd4596 /wd4996 /wd5038 /wd5045 /Zi /d2Zi+
+ Disabled
+ ./../../include;./../../../platform/include;./../../../framework/include;./../../../../PxToolkit/include;./../../../../../Source/Common/include;./../../../../../Source/Common/include/windows;./../../../../../Include;./../../../../../../PxShared/include;./../../../../../../PxShared/src/foundation/include;$(DXSDK_DIR)/Include;%(AdditionalIncludeDirectories)
+ PHYSX_PROFILE_SDK;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreadedDebug
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ %(AdditionalDependencies)
+ $(OutDir)$(ProjectName)DEBUG.lib
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+ ./../../lib/vc17win64\
+ ./x64/SampleRenderer-MT/release\
+ .lib
+ $(ProjectName)
+ AllRules.ruleset
+
+
+
+
+
+ false
+ false
+ Fast
+ /EHsc /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4062 /wd4100 /wd4130 /wd4201 /wd4242 /wd4244 /wd4245 /wd4265 /wd4266 /wd4324 /wd4389 /wd4365 /wd4371 /wd4447 /wd4189 /wd4191 /wd4350 /wd4505 /wd4512 /wd4548 /wd4571 /wd4625 /wd4626 /wd4668 /wd4619 /wd4701 /wd4702 /wd4706 /wd4710 /wd4711 /wd4640 /wd4061 /wd4826 /wd4946 /wd4917 /wd4986 /wd4987 /wd4456 /wd4457 /wd4458 /wd4459 /wd4774 /wd4777 /wd5027 /wd5029 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd4774 /wd5026 /wd5039 /wd4596 /wd4996 /wd5038 /wd5045 /d2Zi+
+ Full
+ ./../../include;./../../../platform/include;./../../../framework/include;./../../../../PxToolkit/include;./../../../../../Source/Common/include;./../../../../../Source/Common/include/windows;./../../../../../Include;./../../../../../../PxShared/include;./../../../../../../PxShared/src/foundation/include;$(DXSDK_DIR)/Include;%(AdditionalIncludeDirectories)
+ PHYSX_PROFILE_SDK;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ /INCREMENTAL:NO
+ %(AdditionalDependencies)
+ $(OutDir)$(ProjectName).lib
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+ ./../../lib/vc17win64\
+ ./x64/SampleRenderer-MT/checked\
+ .lib
+ $(ProjectName)CHECKED
+ AllRules.ruleset
+
+
+
+
+
+ false
+ false
+ Fast
+ /EHsc /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4062 /wd4100 /wd4130 /wd4201 /wd4242 /wd4244 /wd4245 /wd4265 /wd4266 /wd4324 /wd4389 /wd4365 /wd4371 /wd4447 /wd4189 /wd4191 /wd4350 /wd4505 /wd4512 /wd4548 /wd4571 /wd4625 /wd4626 /wd4668 /wd4619 /wd4701 /wd4702 /wd4706 /wd4710 /wd4711 /wd4640 /wd4061 /wd4826 /wd4946 /wd4917 /wd4986 /wd4987 /wd4456 /wd4457 /wd4458 /wd4459 /wd4774 /wd4777 /wd5027 /wd5029 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd4774 /wd5026 /wd5039 /wd4596 /wd4996 /wd5038 /wd5045 /d2Zi+
+ Full
+ ./../../include;./../../../platform/include;./../../../framework/include;./../../../../PxToolkit/include;./../../../../../Source/Common/include;./../../../../../Source/Common/include/windows;./../../../../../Include;./../../../../../../PxShared/include;./../../../../../../PxShared/src/foundation/include;$(DXSDK_DIR)/Include;%(AdditionalIncludeDirectories)
+ PHYSX_PROFILE_SDK;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ %(AdditionalDependencies)
+ $(OutDir)$(ProjectName)CHECKED.lib
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+ ./../../lib/vc17win64\
+ ./x64/SampleRenderer-MT/profile\
+ .lib
+ $(ProjectName)PROFILE
+ AllRules.ruleset
+
+
+
+
+
+ false
+ false
+ Fast
+ /EHsc /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4062 /wd4100 /wd4130 /wd4201 /wd4242 /wd4244 /wd4245 /wd4265 /wd4266 /wd4324 /wd4389 /wd4365 /wd4371 /wd4447 /wd4189 /wd4191 /wd4350 /wd4505 /wd4512 /wd4548 /wd4571 /wd4625 /wd4626 /wd4668 /wd4619 /wd4701 /wd4702 /wd4706 /wd4710 /wd4711 /wd4640 /wd4061 /wd4826 /wd4946 /wd4917 /wd4986 /wd4987 /wd4456 /wd4457 /wd4458 /wd4459 /wd4774 /wd4777 /wd5027 /wd5029 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd4774 /wd5026 /wd5039 /wd4596 /wd4996 /wd5038 /wd5045 /d2Zi+
+ Full
+ ./../../include;./../../../platform/include;./../../../framework/include;./../../../../PxToolkit/include;./../../../../../Source/Common/include;./../../../../../Source/Common/include/windows;./../../../../../Include;./../../../../../../PxShared/include;./../../../../../../PxShared/src/foundation/include;$(DXSDK_DIR)/Include;%(AdditionalIncludeDirectories)
+ PHYSX_PROFILE_SDK;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ /INCREMENTAL:NO
+ %(AdditionalDependencies)
+ $(OutDir)$(ProjectName)PROFILE.lib
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PhysX_3.4/Samples/SampleFramework/renderer/src/d3d11/D3D11RendererResourceManager.h b/PhysX_3.4/Samples/SampleFramework/renderer/src/d3d11/D3D11RendererResourceManager.h
index d2f6d7f1c..02d06540c 100644
--- a/PhysX_3.4/Samples/SampleFramework/renderer/src/d3d11/D3D11RendererResourceManager.h
+++ b/PhysX_3.4/Samples/SampleFramework/renderer/src/d3d11/D3D11RendererResourceManager.h
@@ -35,6 +35,7 @@
#include "D3D11RendererTraits.h"
#include "D3D11RendererMemoryMacros.h"
+#include
namespace SampleRenderer
{
diff --git a/PhysX_3.4/Samples/compiler/vc17win64/SampleBase.vcxproj b/PhysX_3.4/Samples/compiler/vc17win64/SampleBase.vcxproj
new file mode 100644
index 000000000..c1eac7814
--- /dev/null
+++ b/PhysX_3.4/Samples/compiler/vc17win64/SampleBase.vcxproj
@@ -0,0 +1,414 @@
+
+
+
+
+ debug
+ x64
+
+
+ checked
+ x64
+
+
+ profile
+ x64
+
+
+ release
+ x64
+
+
+
+ {DD323D8B-0B68-74C5-043C-91BBE6A810A7}
+ SampleBase
+
+
+
+ StaticLibrary
+ v143
+
+
+ StaticLibrary
+ v143
+
+
+ StaticLibrary
+ v143
+
+
+ StaticLibrary
+ v143
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ./../../lib/vc17win64\
+ ./x64/SampleBase/debug\
+ .lib
+ $(ProjectName)DEBUG
+ AllRules.ruleset
+
+
+
+
+
+ false
+ false
+ Fast
+ UninitializedLocalUsageCheck
+ /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4062 /wd4100 /wd4130 /wd4201 /wd4242 /wd4244 /wd4245 /wd4265 /wd4266 /wd4324 /wd4389 /wd4365 /wd4371 /wd4447 /wd4189 /wd4191 /wd4350 /wd4505 /wd4512 /wd4548 /wd4571 /wd4625 /wd4626 /wd4668 /wd4619 /wd4701 /wd4702 /wd4706 /wd4710 /wd4711 /wd4640 /wd4061 /wd4826 /wd4946 /wd4917 /wd4986 /wd4987 /wd4456 /wd4457 /wd4458 /wd4459 /wd4774 /wd4777 /wd5027 /wd5029 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd4774 /wd5026 /wd5039 /wd4596 /wd4996 /wd5038 /wd5045 /Zi /d2Zi+
+ Disabled
+ ./../../PxToolkit/include;./../../SampleFramework/framework/include;./../../SampleFramework/renderer/include;./../../SampleFramework/platform/include;./../../../../Externals/CUDA/8.0.44/include;$(DXSDK_DIR)/Include;./../../../Include;./../../../Source/Common/include;./../../../Source/Common/src;./../../../Source/GeomUtils/headers;./../../../Source/GeomUtils/include;./../../../Source/GeomUtils/src/contact;./../../../Source/GeomUtils/src/common;./../../../Source/GeomUtils/src/convex;./../../../Source/GeomUtils/src/distance;./../../../Source/GeomUtils/src/gjk;./../../../Source/GeomUtils/src/intersection;./../../../Source/GeomUtils/src/mesh;./../../../Source/GeomUtils/src/Ice;./../../../Source/GeomUtils/src/hf;./../../../Source/GeomUtils/src/pcm;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;%(AdditionalIncludeDirectories)
+ _HAS_EXCEPTIONS=0;PHYSX_PROFILE_SDK;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreadedDebug
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ %(AdditionalDependencies)
+ $(OutDir)$(ProjectName)DEBUG.lib
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+ ./../../lib/vc17win64\
+ ./x64/SampleBase/checked\
+ .lib
+ $(ProjectName)CHECKED
+ AllRules.ruleset
+
+
+
+
+
+ false
+ false
+ Fast
+ /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4062 /wd4100 /wd4130 /wd4201 /wd4242 /wd4244 /wd4245 /wd4265 /wd4266 /wd4324 /wd4389 /wd4365 /wd4371 /wd4447 /wd4189 /wd4191 /wd4350 /wd4505 /wd4512 /wd4548 /wd4571 /wd4625 /wd4626 /wd4668 /wd4619 /wd4701 /wd4702 /wd4706 /wd4710 /wd4711 /wd4640 /wd4061 /wd4826 /wd4946 /wd4917 /wd4986 /wd4987 /wd4456 /wd4457 /wd4458 /wd4459 /wd4774 /wd4777 /wd5027 /wd5029 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd4774 /wd5026 /wd5039 /wd4596 /wd4996 /wd5038 /wd5045 /d2Zi+
+ Full
+ ./../../PxToolkit/include;./../../SampleFramework/framework/include;./../../SampleFramework/renderer/include;./../../SampleFramework/platform/include;./../../../../Externals/CUDA/8.0.44/include;$(DXSDK_DIR)/Include;./../../../Include;./../../../Source/Common/include;./../../../Source/Common/src;./../../../Source/GeomUtils/headers;./../../../Source/GeomUtils/include;./../../../Source/GeomUtils/src/contact;./../../../Source/GeomUtils/src/common;./../../../Source/GeomUtils/src/convex;./../../../Source/GeomUtils/src/distance;./../../../Source/GeomUtils/src/gjk;./../../../Source/GeomUtils/src/intersection;./../../../Source/GeomUtils/src/mesh;./../../../Source/GeomUtils/src/Ice;./../../../Source/GeomUtils/src/hf;./../../../Source/GeomUtils/src/pcm;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;%(AdditionalIncludeDirectories)
+ _HAS_EXCEPTIONS=0;PHYSX_PROFILE_SDK;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ %(AdditionalDependencies)
+ $(OutDir)$(ProjectName)CHECKED.lib
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+ ./../../lib/vc17win64\
+ ./x64/SampleBase/profile\
+ .lib
+ $(ProjectName)PROFILE
+ AllRules.ruleset
+
+
+
+
+
+ false
+ false
+ Fast
+ /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4062 /wd4100 /wd4130 /wd4201 /wd4242 /wd4244 /wd4245 /wd4265 /wd4266 /wd4324 /wd4389 /wd4365 /wd4371 /wd4447 /wd4189 /wd4191 /wd4350 /wd4505 /wd4512 /wd4548 /wd4571 /wd4625 /wd4626 /wd4668 /wd4619 /wd4701 /wd4702 /wd4706 /wd4710 /wd4711 /wd4640 /wd4061 /wd4826 /wd4946 /wd4917 /wd4986 /wd4987 /wd4456 /wd4457 /wd4458 /wd4459 /wd4774 /wd4777 /wd5027 /wd5029 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd4774 /wd5026 /wd5039 /wd4596 /wd4996 /wd5038 /wd5045 /d2Zi+
+ Full
+ ./../../PxToolkit/include;./../../SampleFramework/framework/include;./../../SampleFramework/renderer/include;./../../SampleFramework/platform/include;./../../../../Externals/CUDA/8.0.44/include;$(DXSDK_DIR)/Include;./../../../Include;./../../../Source/Common/include;./../../../Source/Common/src;./../../../Source/GeomUtils/headers;./../../../Source/GeomUtils/include;./../../../Source/GeomUtils/src/contact;./../../../Source/GeomUtils/src/common;./../../../Source/GeomUtils/src/convex;./../../../Source/GeomUtils/src/distance;./../../../Source/GeomUtils/src/gjk;./../../../Source/GeomUtils/src/intersection;./../../../Source/GeomUtils/src/mesh;./../../../Source/GeomUtils/src/Ice;./../../../Source/GeomUtils/src/hf;./../../../Source/GeomUtils/src/pcm;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;%(AdditionalIncludeDirectories)
+ _HAS_EXCEPTIONS=0;PHYSX_PROFILE_SDK;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ /INCREMENTAL:NO
+ %(AdditionalDependencies)
+ $(OutDir)$(ProjectName)PROFILE.lib
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+ ./../../lib/vc17win64\
+ ./x64/SampleBase/release\
+ .lib
+ $(ProjectName)
+ AllRules.ruleset
+
+
+
+
+
+ false
+ false
+ Fast
+ /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4062 /wd4100 /wd4130 /wd4201 /wd4242 /wd4244 /wd4245 /wd4265 /wd4266 /wd4324 /wd4389 /wd4365 /wd4371 /wd4447 /wd4189 /wd4191 /wd4350 /wd4505 /wd4512 /wd4548 /wd4571 /wd4625 /wd4626 /wd4668 /wd4619 /wd4701 /wd4702 /wd4706 /wd4710 /wd4711 /wd4640 /wd4061 /wd4826 /wd4946 /wd4917 /wd4986 /wd4987 /wd4456 /wd4457 /wd4458 /wd4459 /wd4774 /wd4777 /wd5027 /wd5029 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd4774 /wd5026 /wd5039 /wd4596 /wd4996 /wd5038 /wd5045 /d2Zi+
+ Full
+ ./../../PxToolkit/include;./../../SampleFramework/framework/include;./../../SampleFramework/renderer/include;./../../SampleFramework/platform/include;./../../../../Externals/CUDA/8.0.44/include;$(DXSDK_DIR)/Include;./../../../Include;./../../../Source/Common/include;./../../../Source/Common/src;./../../../Source/GeomUtils/headers;./../../../Source/GeomUtils/include;./../../../Source/GeomUtils/src/contact;./../../../Source/GeomUtils/src/common;./../../../Source/GeomUtils/src/convex;./../../../Source/GeomUtils/src/distance;./../../../Source/GeomUtils/src/gjk;./../../../Source/GeomUtils/src/intersection;./../../../Source/GeomUtils/src/mesh;./../../../Source/GeomUtils/src/Ice;./../../../Source/GeomUtils/src/hf;./../../../Source/GeomUtils/src/pcm;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;%(AdditionalIncludeDirectories)
+ _HAS_EXCEPTIONS=0;PHYSX_PROFILE_SDK;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ /INCREMENTAL:NO
+ %(AdditionalDependencies)
+ $(OutDir)$(ProjectName).lib
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+
+
+
+
+ false
+
+
+
+
+ false
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PhysX_3.4/Samples/compiler/vc17win64/Samples.sln b/PhysX_3.4/Samples/compiler/vc17win64/Samples.sln
new file mode 100644
index 000000000..a634ee2b3
--- /dev/null
+++ b/PhysX_3.4/Samples/compiler/vc17win64/Samples.sln
@@ -0,0 +1,95 @@
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio 15
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Samples", "./Samples.vcxproj", "{D5174F6A-3F80-2864-B100-0DA6F0E53A70}"
+ ProjectSection(ProjectDependencies) = postProject
+ {DD323D8B-0B68-74C5-043C-91BBE6A810A7} = {DD323D8B-0B68-74C5-043C-91BBE6A810A7}
+ {AE26EE6F-9143-D9EE-6480-FA134AAAFC48} = {AE26EE6F-9143-D9EE-6480-FA134AAAFC48}
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SampleBase", "./SampleBase.vcxproj", "{DD323D8B-0B68-74C5-043C-91BBE6A810A7}"
+ ProjectSection(ProjectDependencies) = postProject
+ {DEB7F8C6-4512-D660-4816-212EF0806A58} = {DEB7F8C6-4512-D660-4816-212EF0806A58}
+ {67A61354-2C14-B851-8530-DDD43BDC1D9C} = {67A61354-2C14-B851-8530-DDD43BDC1D9C}
+ {75A6206D-F123-AEE0-FF3D-386A62604731} = {75A6206D-F123-AEE0-FF3D-386A62604731}
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SampleFramework-MT", "./../../SampleFramework/framework/compiler/vc17win64/SampleFramework-MT.vcxproj", "{DEB7F8C6-4512-D660-4816-212EF0806A58}"
+ ProjectSection(ProjectDependencies) = postProject
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SampleRenderer-MT", "./../../SampleFramework/renderer/compiler/vc17win64/SampleRenderer-MT.vcxproj", "{67A61354-2C14-B851-8530-DDD43BDC1D9C}"
+ ProjectSection(ProjectDependencies) = postProject
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SamplePlatform-MT", "./../../SampleFramework/platform/compiler/vc17win64/SamplePlatform-MT.vcxproj", "{75A6206D-F123-AEE0-FF3D-386A62604731}"
+ ProjectSection(ProjectDependencies) = postProject
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PxToolkit", "./../../PxToolkit/compiler/vc17win64/PxToolkit.vcxproj", "{AE26EE6F-9143-D9EE-6480-FA134AAAFC48}"
+ ProjectSection(ProjectDependencies) = postProject
+ EndProjectSection
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ checked|x64 = checked|x64
+ debug|x64 = debug|x64
+ profile|x64 = profile|x64
+ release|x64 = release|x64
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {D5174F6A-3F80-2864-B100-0DA6F0E53A70}.checked|x64.ActiveCfg = checked|x64
+ {D5174F6A-3F80-2864-B100-0DA6F0E53A70}.checked|x64.Build.0 = checked|x64
+ {D5174F6A-3F80-2864-B100-0DA6F0E53A70}.debug|x64.ActiveCfg = debug|x64
+ {D5174F6A-3F80-2864-B100-0DA6F0E53A70}.debug|x64.Build.0 = debug|x64
+ {D5174F6A-3F80-2864-B100-0DA6F0E53A70}.profile|x64.ActiveCfg = profile|x64
+ {D5174F6A-3F80-2864-B100-0DA6F0E53A70}.profile|x64.Build.0 = profile|x64
+ {D5174F6A-3F80-2864-B100-0DA6F0E53A70}.release|x64.ActiveCfg = release|x64
+ {D5174F6A-3F80-2864-B100-0DA6F0E53A70}.release|x64.Build.0 = release|x64
+ {DD323D8B-0B68-74C5-043C-91BBE6A810A7}.checked|x64.ActiveCfg = checked|x64
+ {DD323D8B-0B68-74C5-043C-91BBE6A810A7}.checked|x64.Build.0 = checked|x64
+ {DD323D8B-0B68-74C5-043C-91BBE6A810A7}.debug|x64.ActiveCfg = debug|x64
+ {DD323D8B-0B68-74C5-043C-91BBE6A810A7}.debug|x64.Build.0 = debug|x64
+ {DD323D8B-0B68-74C5-043C-91BBE6A810A7}.profile|x64.ActiveCfg = profile|x64
+ {DD323D8B-0B68-74C5-043C-91BBE6A810A7}.profile|x64.Build.0 = profile|x64
+ {DD323D8B-0B68-74C5-043C-91BBE6A810A7}.release|x64.ActiveCfg = release|x64
+ {DD323D8B-0B68-74C5-043C-91BBE6A810A7}.release|x64.Build.0 = release|x64
+ {DEB7F8C6-4512-D660-4816-212EF0806A58}.checked|x64.ActiveCfg = checked|x64
+ {DEB7F8C6-4512-D660-4816-212EF0806A58}.checked|x64.Build.0 = checked|x64
+ {DEB7F8C6-4512-D660-4816-212EF0806A58}.debug|x64.ActiveCfg = debug|x64
+ {DEB7F8C6-4512-D660-4816-212EF0806A58}.debug|x64.Build.0 = debug|x64
+ {DEB7F8C6-4512-D660-4816-212EF0806A58}.profile|x64.ActiveCfg = profile|x64
+ {DEB7F8C6-4512-D660-4816-212EF0806A58}.profile|x64.Build.0 = profile|x64
+ {DEB7F8C6-4512-D660-4816-212EF0806A58}.release|x64.ActiveCfg = release|x64
+ {DEB7F8C6-4512-D660-4816-212EF0806A58}.release|x64.Build.0 = release|x64
+ {67A61354-2C14-B851-8530-DDD43BDC1D9C}.checked|x64.ActiveCfg = checked|x64
+ {67A61354-2C14-B851-8530-DDD43BDC1D9C}.checked|x64.Build.0 = checked|x64
+ {67A61354-2C14-B851-8530-DDD43BDC1D9C}.debug|x64.ActiveCfg = debug|x64
+ {67A61354-2C14-B851-8530-DDD43BDC1D9C}.debug|x64.Build.0 = debug|x64
+ {67A61354-2C14-B851-8530-DDD43BDC1D9C}.profile|x64.ActiveCfg = profile|x64
+ {67A61354-2C14-B851-8530-DDD43BDC1D9C}.profile|x64.Build.0 = profile|x64
+ {67A61354-2C14-B851-8530-DDD43BDC1D9C}.release|x64.ActiveCfg = release|x64
+ {67A61354-2C14-B851-8530-DDD43BDC1D9C}.release|x64.Build.0 = release|x64
+ {75A6206D-F123-AEE0-FF3D-386A62604731}.checked|x64.ActiveCfg = checked|x64
+ {75A6206D-F123-AEE0-FF3D-386A62604731}.checked|x64.Build.0 = checked|x64
+ {75A6206D-F123-AEE0-FF3D-386A62604731}.debug|x64.ActiveCfg = debug|x64
+ {75A6206D-F123-AEE0-FF3D-386A62604731}.debug|x64.Build.0 = debug|x64
+ {75A6206D-F123-AEE0-FF3D-386A62604731}.profile|x64.ActiveCfg = profile|x64
+ {75A6206D-F123-AEE0-FF3D-386A62604731}.profile|x64.Build.0 = profile|x64
+ {75A6206D-F123-AEE0-FF3D-386A62604731}.release|x64.ActiveCfg = release|x64
+ {75A6206D-F123-AEE0-FF3D-386A62604731}.release|x64.Build.0 = release|x64
+ {AE26EE6F-9143-D9EE-6480-FA134AAAFC48}.checked|x64.ActiveCfg = checked|x64
+ {AE26EE6F-9143-D9EE-6480-FA134AAAFC48}.checked|x64.Build.0 = checked|x64
+ {AE26EE6F-9143-D9EE-6480-FA134AAAFC48}.debug|x64.ActiveCfg = debug|x64
+ {AE26EE6F-9143-D9EE-6480-FA134AAAFC48}.debug|x64.Build.0 = debug|x64
+ {AE26EE6F-9143-D9EE-6480-FA134AAAFC48}.profile|x64.ActiveCfg = profile|x64
+ {AE26EE6F-9143-D9EE-6480-FA134AAAFC48}.profile|x64.Build.0 = profile|x64
+ {AE26EE6F-9143-D9EE-6480-FA134AAAFC48}.release|x64.ActiveCfg = release|x64
+ {AE26EE6F-9143-D9EE-6480-FA134AAAFC48}.release|x64.Build.0 = release|x64
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ EndGlobalSection
+ GlobalSection(ExtensibilityAddins) = postSolution
+ EndGlobalSection
+ GlobalSection(NestedProjects) = preSolution
+ EndGlobalSection
+EndGlobal
diff --git a/PhysX_3.4/Samples/compiler/vc17win64/Samples.vcxproj b/PhysX_3.4/Samples/compiler/vc17win64/Samples.vcxproj
new file mode 100644
index 000000000..7cdadaebd
--- /dev/null
+++ b/PhysX_3.4/Samples/compiler/vc17win64/Samples.vcxproj
@@ -0,0 +1,457 @@
+
+
+
+
+ debug
+ x64
+
+
+ checked
+ x64
+
+
+ profile
+ x64
+
+
+ release
+ x64
+
+
+
+ {D5174F6A-3F80-2864-B100-0DA6F0E53A70}
+ Samples
+
+
+
+ Application
+ v143
+
+
+ Application
+ v143
+
+
+ Application
+ v143
+
+
+ Application
+ v143
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ./../../../bin/vc17win64\
+ ./x64/Samples/debug\
+ .exe
+ $(ProjectName)DEBUG
+ AllRules.ruleset
+
+
+
+
+
+ false
+ false
+ Fast
+ UninitializedLocalUsageCheck
+ /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4062 /wd4100 /wd4130 /wd4201 /wd4242 /wd4244 /wd4245 /wd4265 /wd4266 /wd4324 /wd4389 /wd4365 /wd4371 /wd4447 /wd4189 /wd4191 /wd4350 /wd4505 /wd4512 /wd4548 /wd4571 /wd4625 /wd4626 /wd4668 /wd4619 /wd4701 /wd4702 /wd4706 /wd4710 /wd4711 /wd4640 /wd4061 /wd4826 /wd4946 /wd4917 /wd4986 /wd4987 /wd4456 /wd4457 /wd4458 /wd4459 /wd4774 /wd4777 /wd5027 /wd5029 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd4774 /wd5026 /wd5039 /wd4596 /wd4996 /wd5038 /wd5045 /Zi /d2Zi+
+ Disabled
+ ./../../SampleBase;./../../PxToolkit/include;./../../SampleFramework/framework/include;./../../SampleFramework/renderer/include;./../../SampleFramework/platform/include;./../../../Include;./../../../Source/Common/include;./../../../Source/Common/src;./../../../Source/GeomUtils/headers;./../../../Source/GeomUtils/include;./../../../Source/GeomUtils/src/contact;./../../../Source/GeomUtils/src/common;./../../../Source/GeomUtils/src/convex;./../../../Source/GeomUtils/src/distance;./../../../Source/GeomUtils/src/gjk;./../../../Source/GeomUtils/src/intersection;./../../../Source/GeomUtils/src/mesh;./../../../Source/GeomUtils/src/Ice;./../../../Source/GeomUtils/src/hf;./../../../Source/GeomUtils/src/pcm;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../Include/common;./../../SampleCCTSharedCode;./../../../Source/PhysXVehicle/src;%(AdditionalIncludeDirectories)
+ _HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreadedDebug
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ Winmm.lib /LIBPATH:../../lib/vc17win64 /LIBPATH:../../../../PxShared/lib/vc17win64 /LIBPATH:../../../Lib/vc17win64 PhysX3CommonDEBUG_x64.lib PhysX3DEBUG_x64.lib PhysX3CookingDEBUG_x64.lib PhysX3CharacterKinematicDEBUG_x64.lib PhysX3ExtensionsDEBUG.lib PhysX3VehicleDEBUG.lib PxPvdSDKDEBUG_x64.lib PxTaskDEBUG_x64.lib PxFoundationDEBUG_x64.lib PsFastXmlDEBUG_x64.lib /DEBUG
+ %(AdditionalDependencies)
+ $(OutDir)$(ProjectName)DEBUG.exe
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ Console
+ $(OutDir)$(TargetName).lib
+ true
+ MachineX64
+
+
+
+
+
+
+ XCOPY "../../../../PxShared/bin\vc17win64\PxFoundationDEBUG_x64.dll" "$(OutDir)" /D /Y
+ XCOPY "../../../../PxShared/bin\vc17win64\PxPvdSDKDEBUG_x64.dll" "$(OutDir)" /D /Y
+
+
+
+ ./../../../bin/vc17win64\
+ ./x64/Samples/checked\
+ .exe
+ $(ProjectName)CHECKED
+ AllRules.ruleset
+
+
+
+
+
+ false
+ false
+ Fast
+ /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4062 /wd4100 /wd4130 /wd4201 /wd4242 /wd4244 /wd4245 /wd4265 /wd4266 /wd4324 /wd4389 /wd4365 /wd4371 /wd4447 /wd4189 /wd4191 /wd4350 /wd4505 /wd4512 /wd4548 /wd4571 /wd4625 /wd4626 /wd4668 /wd4619 /wd4701 /wd4702 /wd4706 /wd4710 /wd4711 /wd4640 /wd4061 /wd4826 /wd4946 /wd4917 /wd4986 /wd4987 /wd4456 /wd4457 /wd4458 /wd4459 /wd4774 /wd4777 /wd5027 /wd5029 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd4774 /wd5026 /wd5039 /wd4596 /wd4996 /wd5038 /wd5045 /d2Zi+
+ Full
+ ./../../SampleBase;./../../PxToolkit/include;./../../SampleFramework/framework/include;./../../SampleFramework/renderer/include;./../../SampleFramework/platform/include;./../../../Include;./../../../Source/Common/include;./../../../Source/Common/src;./../../../Source/GeomUtils/headers;./../../../Source/GeomUtils/include;./../../../Source/GeomUtils/src/contact;./../../../Source/GeomUtils/src/common;./../../../Source/GeomUtils/src/convex;./../../../Source/GeomUtils/src/distance;./../../../Source/GeomUtils/src/gjk;./../../../Source/GeomUtils/src/intersection;./../../../Source/GeomUtils/src/mesh;./../../../Source/GeomUtils/src/Ice;./../../../Source/GeomUtils/src/hf;./../../../Source/GeomUtils/src/pcm;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../Include/common;./../../SampleCCTSharedCode;./../../../Source/PhysXVehicle/src;%(AdditionalIncludeDirectories)
+ _HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ Winmm.lib /LIBPATH:../../lib/vc17win64 /LIBPATH:../../../../PxShared/lib/vc17win64 /LIBPATH:../../../Lib/vc17win64 PhysX3CommonCHECKED_x64.lib PhysX3CHECKED_x64.lib PhysX3CookingCHECKED_x64.lib PhysX3CharacterKinematicCHECKED_x64.lib PhysX3ExtensionsCHECKED.lib PhysX3VehicleCHECKED.lib PxPvdSDKCHECKED_x64.lib PxTaskCHECKED_x64.lib PxFoundationCHECKED_x64.lib PsFastXmlCHECKED_x64.lib
+ %(AdditionalDependencies)
+ $(OutDir)$(ProjectName)CHECKED.exe
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ Console
+ $(OutDir)$(TargetName).lib
+ true
+ MachineX64
+
+
+
+
+
+
+ XCOPY "../../../../PxShared/bin\vc17win64\PxFoundationCHECKED_x64.dll" "$(OutDir)" /D /Y
+ XCOPY "../../../../PxShared/bin\vc17win64\PxPvdSDKCHECKED_x64.dll" "$(OutDir)" /D /Y
+
+
+
+ ./../../../bin/vc17win64\
+ ./x64/Samples/profile\
+ .exe
+ $(ProjectName)PROFILE
+ AllRules.ruleset
+
+
+
+
+
+ false
+ false
+ Fast
+ /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4062 /wd4100 /wd4130 /wd4201 /wd4242 /wd4244 /wd4245 /wd4265 /wd4266 /wd4324 /wd4389 /wd4365 /wd4371 /wd4447 /wd4189 /wd4191 /wd4350 /wd4505 /wd4512 /wd4548 /wd4571 /wd4625 /wd4626 /wd4668 /wd4619 /wd4701 /wd4702 /wd4706 /wd4710 /wd4711 /wd4640 /wd4061 /wd4826 /wd4946 /wd4917 /wd4986 /wd4987 /wd4456 /wd4457 /wd4458 /wd4459 /wd4774 /wd4777 /wd5027 /wd5029 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd4774 /wd5026 /wd5039 /wd4596 /wd4996 /wd5038 /wd5045 /d2Zi+
+ Full
+ ./../../SampleBase;./../../PxToolkit/include;./../../SampleFramework/framework/include;./../../SampleFramework/renderer/include;./../../SampleFramework/platform/include;./../../../Include;./../../../Source/Common/include;./../../../Source/Common/src;./../../../Source/GeomUtils/headers;./../../../Source/GeomUtils/include;./../../../Source/GeomUtils/src/contact;./../../../Source/GeomUtils/src/common;./../../../Source/GeomUtils/src/convex;./../../../Source/GeomUtils/src/distance;./../../../Source/GeomUtils/src/gjk;./../../../Source/GeomUtils/src/intersection;./../../../Source/GeomUtils/src/mesh;./../../../Source/GeomUtils/src/Ice;./../../../Source/GeomUtils/src/hf;./../../../Source/GeomUtils/src/pcm;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../Include/common;./../../SampleCCTSharedCode;./../../../Source/PhysXVehicle/src;%(AdditionalIncludeDirectories)
+ _HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ Winmm.lib /LIBPATH:../../lib/vc17win64 /LIBPATH:../../../../PxShared/lib/vc17win64 /INCREMENTAL:NO /LIBPATH:../../../Lib/vc17win64 PhysX3CommonPROFILE_x64.lib PhysX3PROFILE_x64.lib PhysX3CookingPROFILE_x64.lib PhysX3CharacterKinematicPROFILE_x64.lib PhysX3ExtensionsPROFILE.lib PhysX3VehiclePROFILE.lib PxPvdSDKPROFILE_x64.lib PxTaskPROFILE_x64.lib PxFoundationPROFILE_x64.lib PsFastXmlPROFILE_x64.lib /DEBUG
+ %(AdditionalDependencies)
+ $(OutDir)$(ProjectName)PROFILE.exe
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ Console
+ $(OutDir)$(TargetName).lib
+ true
+ MachineX64
+
+
+
+
+
+
+ XCOPY "../../../../PxShared/bin\vc17win64\PxFoundationPROFILE_x64.dll" "$(OutDir)" /D /Y
+ XCOPY "../../../../PxShared/bin\vc17win64\PxPvdSDKPROFILE_x64.dll" "$(OutDir)" /D /Y
+
+
+
+ ./../../../bin/vc17win64\
+ ./x64/Samples/release\
+ .exe
+ $(ProjectName)
+ AllRules.ruleset
+
+
+
+
+
+ false
+ false
+ Fast
+ /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4062 /wd4100 /wd4130 /wd4201 /wd4242 /wd4244 /wd4245 /wd4265 /wd4266 /wd4324 /wd4389 /wd4365 /wd4371 /wd4447 /wd4189 /wd4191 /wd4350 /wd4505 /wd4512 /wd4548 /wd4571 /wd4625 /wd4626 /wd4668 /wd4619 /wd4701 /wd4702 /wd4706 /wd4710 /wd4711 /wd4640 /wd4061 /wd4826 /wd4946 /wd4917 /wd4986 /wd4987 /wd4456 /wd4457 /wd4458 /wd4459 /wd4774 /wd4777 /wd5027 /wd5029 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd4774 /wd5026 /wd5039 /wd4596 /wd4996 /wd5038 /wd5045 /d2Zi+
+ Full
+ ./../../SampleBase;./../../PxToolkit/include;./../../SampleFramework/framework/include;./../../SampleFramework/renderer/include;./../../SampleFramework/platform/include;./../../../Include;./../../../Source/Common/include;./../../../Source/Common/src;./../../../Source/GeomUtils/headers;./../../../Source/GeomUtils/include;./../../../Source/GeomUtils/src/contact;./../../../Source/GeomUtils/src/common;./../../../Source/GeomUtils/src/convex;./../../../Source/GeomUtils/src/distance;./../../../Source/GeomUtils/src/gjk;./../../../Source/GeomUtils/src/intersection;./../../../Source/GeomUtils/src/mesh;./../../../Source/GeomUtils/src/Ice;./../../../Source/GeomUtils/src/hf;./../../../Source/GeomUtils/src/pcm;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../Include/common;./../../SampleCCTSharedCode;./../../../Source/PhysXVehicle/src;%(AdditionalIncludeDirectories)
+ _HAS_EXCEPTIONS=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PHYSX_PROFILE_SDK;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ Winmm.lib /LIBPATH:../../lib/vc17win64 /LIBPATH:../../../../PxShared/lib/vc17win64 /INCREMENTAL:NO /LIBPATH:../../../Lib/vc17win64 PhysX3Common_x64.lib PhysX3_x64.lib PhysX3Cooking_x64.lib PhysX3CharacterKinematic_x64.lib PhysX3Extensions.lib PhysX3Vehicle.lib PxPvdSDK_x64.lib PxTask_x64.lib PxFoundation_x64.lib PsFastXml_x64.lib
+ %(AdditionalDependencies)
+ $(OutDir)$(ProjectName).exe
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ Console
+ $(OutDir)$(TargetName).lib
+ true
+ MachineX64
+
+
+
+
+
+
+ XCOPY "../../../../PxShared/bin\vc17win64\PxFoundation_x64.dll" "$(OutDir)" /D /Y
+ XCOPY "../../../../PxShared/bin\vc17win64\PxPvdSDK_x64.dll" "$(OutDir)" /D /Y
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+
+
+
+
+ false
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PhysX_3.4/Source/compiler/vc17win64/LowLevel.vcxproj b/PhysX_3.4/Source/compiler/vc17win64/LowLevel.vcxproj
new file mode 100644
index 000000000..df271b221
--- /dev/null
+++ b/PhysX_3.4/Source/compiler/vc17win64/LowLevel.vcxproj
@@ -0,0 +1,375 @@
+
+
+
+
+ debug
+ x64
+
+
+ checked
+ x64
+
+
+ profile
+ x64
+
+
+ release
+ x64
+
+
+
+ {2A1F82AF-85E5-26A0-BFE0-1F8D0006DA7A}
+ LowLevel
+
+
+
+ StaticLibrary
+ v143
+
+
+ StaticLibrary
+ v143
+
+
+ StaticLibrary
+ v143
+
+
+ StaticLibrary
+ v143
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ./../../../Lib/vc17win64\
+ ./x64/LowLevel/debug\
+ .lib
+ $(ProjectName)DEBUG
+ AllRules.ruleset
+
+
+
+
+
+ false
+ false
+ Fast
+ UninitializedLocalUsageCheck
+ /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /Zi /d2Zi+
+ Disabled
+ ./../../../../Externals/nvToolsExt/1/include;./../../PhysXGpu/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include;./../../../Include/GeomUtils;./../../Common/src;./../../Common/src/windows;./../../PhysXProfile/src;./../../PhysXProfile/include;./../../GeomUtils/headers;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../GeomUtils/src;./../../LowLevel/API/include;./../../LowLevel/common/include;./../../LowLevel/common/include/collision;./../../LowLevel/common/include/pipeline;./../../LowLevel/common/include/pipeline/windows;./../../LowLevel/common/include/utils;./../../LowLevel/software/include;./../../LowLevel/software/include/windows;./../../LowLevelDynamics/include;./../../LowLevelDynamics/include/windows;%(AdditionalIncludeDirectories)
+ WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreadedDebug
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies)
+ $(OutDir)$(ProjectName)DEBUG.lib
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+ ./../../../Lib/vc17win64\
+ ./x64/LowLevel/checked\
+ .lib
+ $(ProjectName)CHECKED
+ AllRules.ruleset
+
+
+
+
+
+ false
+ false
+ Fast
+ /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+
+ Full
+ ./../../../../Externals/nvToolsExt/1/include;./../../PhysXGpu/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include;./../../../Include/GeomUtils;./../../Common/src;./../../Common/src/windows;./../../PhysXProfile/src;./../../PhysXProfile/include;./../../GeomUtils/headers;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../GeomUtils/src;./../../LowLevel/API/include;./../../LowLevel/common/include;./../../LowLevel/common/include/collision;./../../LowLevel/common/include/pipeline;./../../LowLevel/common/include/pipeline/windows;./../../LowLevel/common/include/utils;./../../LowLevel/software/include;./../../LowLevel/software/include/windows;./../../LowLevelDynamics/include;./../../LowLevelDynamics/include/windows;%(AdditionalIncludeDirectories)
+ WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies)
+ $(OutDir)$(ProjectName)CHECKED.lib
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+ ./../../../Lib/vc17win64\
+ ./x64/LowLevel/profile\
+ .lib
+ $(ProjectName)PROFILE
+ AllRules.ruleset
+
+
+
+
+
+ false
+ false
+ Fast
+ /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+
+ Full
+ ./../../../../Externals/nvToolsExt/1/include;./../../PhysXGpu/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include;./../../../Include/GeomUtils;./../../Common/src;./../../Common/src/windows;./../../PhysXProfile/src;./../../PhysXProfile/include;./../../GeomUtils/headers;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../GeomUtils/src;./../../LowLevel/API/include;./../../LowLevel/common/include;./../../LowLevel/common/include/collision;./../../LowLevel/common/include/pipeline;./../../LowLevel/common/include/pipeline/windows;./../../LowLevel/common/include/utils;./../../LowLevel/software/include;./../../LowLevel/software/include/windows;./../../LowLevelDynamics/include;./../../LowLevelDynamics/include/windows;%(AdditionalIncludeDirectories)
+ WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ /INCREMENTAL:NO
+ ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies)
+ $(OutDir)$(ProjectName)PROFILE.lib
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+ ./../../../Lib/vc17win64\
+ ./x64/LowLevel/release\
+ .lib
+ $(ProjectName)
+ AllRules.ruleset
+
+
+
+
+
+ false
+ false
+ Fast
+ /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+
+ Full
+ ./../../../../Externals/nvToolsExt/1/include;./../../PhysXGpu/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include;./../../../Include/GeomUtils;./../../Common/src;./../../Common/src/windows;./../../PhysXProfile/src;./../../PhysXProfile/include;./../../GeomUtils/headers;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../GeomUtils/src;./../../LowLevel/API/include;./../../LowLevel/common/include;./../../LowLevel/common/include/collision;./../../LowLevel/common/include/pipeline;./../../LowLevel/common/include/pipeline/windows;./../../LowLevel/common/include/utils;./../../LowLevel/software/include;./../../LowLevel/software/include/windows;./../../LowLevelDynamics/include;./../../LowLevelDynamics/include/windows;%(AdditionalIncludeDirectories)
+ WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ /INCREMENTAL:NO
+ ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies)
+ $(OutDir)$(ProjectName).lib
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PhysX_3.4/Source/compiler/vc17win64/LowLevelAABB.vcxproj b/PhysX_3.4/Source/compiler/vc17win64/LowLevelAABB.vcxproj
new file mode 100644
index 000000000..60cdadb03
--- /dev/null
+++ b/PhysX_3.4/Source/compiler/vc17win64/LowLevelAABB.vcxproj
@@ -0,0 +1,261 @@
+
+
+
+
+ debug
+ x64
+
+
+ checked
+ x64
+
+
+ profile
+ x64
+
+
+ release
+ x64
+
+
+
+ {3059DE83-BFC9-5922-86A0-A9D1091E5EE0}
+ LowLevelAABB
+
+
+
+ StaticLibrary
+ v143
+
+
+ StaticLibrary
+ v143
+
+
+ StaticLibrary
+ v143
+
+
+ StaticLibrary
+ v143
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ./../../../Lib/vc17win64\
+ ./x64/LowLevelAABB/debug\
+ .lib
+ $(ProjectName)DEBUG
+ AllRules.ruleset
+
+
+
+
+
+ false
+ false
+ Fast
+ UninitializedLocalUsageCheck
+ /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /Zi /d2Zi+
+ Disabled
+ ./../../../../Externals/nvToolsExt/1/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../Common/src/windows;./../../GeomUtils/headers;./../../GeomUtils/src;./../../Common/src;./../../LowLevel/API/include;./../../LowLevel/common/include/utils;./../../LowLevel/common/include/pipeline;./../../LowLevelAABB/include;./../../LowLevelAABB/src;./../../GpuBroadPhase/include;./../../GpuBroadPhase/src;./../../LowLevelAABB/windows/include;%(AdditionalIncludeDirectories)
+ WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreadedDebug
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies)
+ $(OutDir)$(ProjectName)DEBUG.lib
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+ ./../../../Lib/vc17win64\
+ ./x64/LowLevelAABB/checked\
+ .lib
+ $(ProjectName)CHECKED
+ AllRules.ruleset
+
+
+
+
+
+ false
+ false
+ Fast
+ /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+
+ Full
+ ./../../../../Externals/nvToolsExt/1/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../Common/src/windows;./../../GeomUtils/headers;./../../GeomUtils/src;./../../Common/src;./../../LowLevel/API/include;./../../LowLevel/common/include/utils;./../../LowLevel/common/include/pipeline;./../../LowLevelAABB/include;./../../LowLevelAABB/src;./../../GpuBroadPhase/include;./../../GpuBroadPhase/src;./../../LowLevelAABB/windows/include;%(AdditionalIncludeDirectories)
+ WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies)
+ $(OutDir)$(ProjectName)CHECKED.lib
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+ ./../../../Lib/vc17win64\
+ ./x64/LowLevelAABB/profile\
+ .lib
+ $(ProjectName)PROFILE
+ AllRules.ruleset
+
+
+
+
+
+ false
+ false
+ Fast
+ /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+
+ Full
+ ./../../../../Externals/nvToolsExt/1/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../Common/src/windows;./../../GeomUtils/headers;./../../GeomUtils/src;./../../Common/src;./../../LowLevel/API/include;./../../LowLevel/common/include/utils;./../../LowLevel/common/include/pipeline;./../../LowLevelAABB/include;./../../LowLevelAABB/src;./../../GpuBroadPhase/include;./../../GpuBroadPhase/src;./../../LowLevelAABB/windows/include;%(AdditionalIncludeDirectories)
+ WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ /INCREMENTAL:NO
+ ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies)
+ $(OutDir)$(ProjectName)PROFILE.lib
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+ ./../../../Lib/vc17win64\
+ ./x64/LowLevelAABB/release\
+ .lib
+ $(ProjectName)
+ AllRules.ruleset
+
+
+
+
+
+ false
+ false
+ Fast
+ /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+
+ Full
+ ./../../../../Externals/nvToolsExt/1/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../Common/src/windows;./../../GeomUtils/headers;./../../GeomUtils/src;./../../Common/src;./../../LowLevel/API/include;./../../LowLevel/common/include/utils;./../../LowLevel/common/include/pipeline;./../../LowLevelAABB/include;./../../LowLevelAABB/src;./../../GpuBroadPhase/include;./../../GpuBroadPhase/src;./../../LowLevelAABB/windows/include;%(AdditionalIncludeDirectories)
+ WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ /INCREMENTAL:NO
+ ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies)
+ $(OutDir)$(ProjectName).lib
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PhysX_3.4/Source/compiler/vc17win64/LowLevelCloth.vcxproj b/PhysX_3.4/Source/compiler/vc17win64/LowLevelCloth.vcxproj
new file mode 100644
index 000000000..25cf9edb7
--- /dev/null
+++ b/PhysX_3.4/Source/compiler/vc17win64/LowLevelCloth.vcxproj
@@ -0,0 +1,335 @@
+
+
+
+
+ debug
+ x64
+
+
+ checked
+ x64
+
+
+ profile
+ x64
+
+
+ release
+ x64
+
+
+
+ {24546E40-3140-20F4-C5AC-E4001B9880B8}
+ LowLevelCloth
+
+
+
+ StaticLibrary
+ v143
+
+
+ StaticLibrary
+ v143
+
+
+ StaticLibrary
+ v143
+
+
+ StaticLibrary
+ v143
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ./../../../Lib/vc17win64\
+ ./x64/LowLevelCloth/debug\
+ .lib
+ $(ProjectName)DEBUG
+ AllRules.ruleset
+
+
+
+
+
+ false
+ false
+ Fast
+ UninitializedLocalUsageCheck
+ /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /Zi /d2Zi+
+ Disabled
+ ./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include;./../../../Include/common;./../../Common/src;./../../LowLevelCloth/include;./../../LowLevelCloth/src;%(AdditionalIncludeDirectories)
+ WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreadedDebug
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ %(AdditionalDependencies)
+ $(OutDir)$(ProjectName)DEBUG.lib
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+ ./../../../Lib/vc17win64\
+ ./x64/LowLevelCloth/checked\
+ .lib
+ $(ProjectName)CHECKED
+ AllRules.ruleset
+
+
+
+
+
+ false
+ false
+ Fast
+ /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+
+ Full
+ ./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include;./../../../Include/common;./../../Common/src;./../../LowLevelCloth/include;./../../LowLevelCloth/src;%(AdditionalIncludeDirectories)
+ WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ %(AdditionalDependencies)
+ $(OutDir)$(ProjectName)CHECKED.lib
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+ ./../../../Lib/vc17win64\
+ ./x64/LowLevelCloth/profile\
+ .lib
+ $(ProjectName)PROFILE
+ AllRules.ruleset
+
+
+
+
+
+ false
+ false
+ Fast
+ /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+
+ Full
+ ./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include;./../../../Include/common;./../../Common/src;./../../LowLevelCloth/include;./../../LowLevelCloth/src;%(AdditionalIncludeDirectories)
+ WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ /INCREMENTAL:NO
+ %(AdditionalDependencies)
+ $(OutDir)$(ProjectName)PROFILE.lib
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+ ./../../../Lib/vc17win64\
+ ./x64/LowLevelCloth/release\
+ .lib
+ $(ProjectName)
+ AllRules.ruleset
+
+
+
+
+
+ false
+ false
+ Fast
+ /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+
+ Full
+ ./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include;./../../../Include/common;./../../Common/src;./../../LowLevelCloth/include;./../../LowLevelCloth/src;%(AdditionalIncludeDirectories)
+ WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ /INCREMENTAL:NO
+ %(AdditionalDependencies)
+ $(OutDir)$(ProjectName).lib
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+
+ cl.exe /c /Zi /Ox /MT /arch:AVX /Fd"$(TargetDir)\$(TargetName).pdb" /Fo./x64/LowLevelCloth/debug/avx/SwSolveConstraints.obj ..\..\LowLevelCloth\src\avx\SwSolveConstraints.cpp
+ Building %(Identity)
+ ./x64/LowLevelCloth/debug/avx/SwSolveConstraints.obj;
+ cl.exe /c /Zi /Ox /MT /arch:AVX /Fd"$(TargetDir)\$(TargetName).pdb" /Fo./x64/LowLevelCloth/checked/avx/SwSolveConstraints.obj ..\..\LowLevelCloth\src\avx\SwSolveConstraints.cpp
+ Building %(Identity)
+ ./x64/LowLevelCloth/checked/avx/SwSolveConstraints.obj;
+ cl.exe /c /Zi /Ox /MT /arch:AVX /Fd"$(TargetDir)\$(TargetName).pdb" /Fo./x64/LowLevelCloth/profile/avx/SwSolveConstraints.obj ..\..\LowLevelCloth\src\avx\SwSolveConstraints.cpp
+ Building %(Identity)
+ ./x64/LowLevelCloth/profile/avx/SwSolveConstraints.obj;
+ cl.exe /c /Zi /Ox /MT /arch:AVX /Fd"$(TargetDir)\$(TargetName).pdb" /Fo./x64/LowLevelCloth/release/avx/SwSolveConstraints.obj ..\..\LowLevelCloth\src\avx\SwSolveConstraints.cpp
+ Building %(Identity)
+ ./x64/LowLevelCloth/release/avx/SwSolveConstraints.obj;
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PhysX_3.4/Source/compiler/vc17win64/LowLevelDynamics.vcxproj b/PhysX_3.4/Source/compiler/vc17win64/LowLevelDynamics.vcxproj
new file mode 100644
index 000000000..05f823541
--- /dev/null
+++ b/PhysX_3.4/Source/compiler/vc17win64/LowLevelDynamics.vcxproj
@@ -0,0 +1,363 @@
+
+
+
+
+ debug
+ x64
+
+
+ checked
+ x64
+
+
+ profile
+ x64
+
+
+ release
+ x64
+
+
+
+ {627F8A5F-9D82-F9B8-AA0E-05A2FA6C025E}
+ LowLevelDynamics
+
+
+
+ StaticLibrary
+ v143
+
+
+ StaticLibrary
+ v143
+
+
+ StaticLibrary
+ v143
+
+
+ StaticLibrary
+ v143
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ./../../../Lib/vc17win64\
+ ./x64/LowLevelDynamics/debug\
+ .lib
+ $(ProjectName)DEBUG
+ AllRules.ruleset
+
+
+
+
+
+ false
+ false
+ Fast
+ UninitializedLocalUsageCheck
+ /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /Zi /d2Zi+
+ Disabled
+ ./../../../../Externals/nvToolsExt/1/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include;./../../../Include/GeomUtils;./../../Common/src;./../../Common/src/windows;./../../PhysXProfile/src;./../../PhysXProfile/include;./../../GeomUtils/src/contact;./../../LowLevel/API/include;./../../LowLevel/common/include;./../../LowLevel/common/include/pipeline;./../../LowLevel/common/include/pipeline/windows;./../../LowLevel/common/include/math;./../../LowLevel/common/include/utils;./../../LowLevel/software/include;./../../LowLevel/software/include/windows;./../../LowLevelDynamics/include;./../../LowLevelDynamics/src;./../../LowLevelDynamics/include/windows;./../../PhysXGpu/include;%(AdditionalIncludeDirectories)
+ WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreadedDebug
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies)
+ $(OutDir)$(ProjectName)DEBUG.lib
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+ ./../../../Lib/vc17win64\
+ ./x64/LowLevelDynamics/checked\
+ .lib
+ $(ProjectName)CHECKED
+ AllRules.ruleset
+
+
+
+
+
+ false
+ false
+ Fast
+ /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+
+ Full
+ ./../../../../Externals/nvToolsExt/1/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include;./../../../Include/GeomUtils;./../../Common/src;./../../Common/src/windows;./../../PhysXProfile/src;./../../PhysXProfile/include;./../../GeomUtils/src/contact;./../../LowLevel/API/include;./../../LowLevel/common/include;./../../LowLevel/common/include/pipeline;./../../LowLevel/common/include/pipeline/windows;./../../LowLevel/common/include/math;./../../LowLevel/common/include/utils;./../../LowLevel/software/include;./../../LowLevel/software/include/windows;./../../LowLevelDynamics/include;./../../LowLevelDynamics/src;./../../LowLevelDynamics/include/windows;./../../PhysXGpu/include;%(AdditionalIncludeDirectories)
+ WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies)
+ $(OutDir)$(ProjectName)CHECKED.lib
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+ ./../../../Lib/vc17win64\
+ ./x64/LowLevelDynamics/profile\
+ .lib
+ $(ProjectName)PROFILE
+ AllRules.ruleset
+
+
+
+
+
+ false
+ false
+ Fast
+ /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+
+ Full
+ ./../../../../Externals/nvToolsExt/1/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include;./../../../Include/GeomUtils;./../../Common/src;./../../Common/src/windows;./../../PhysXProfile/src;./../../PhysXProfile/include;./../../GeomUtils/src/contact;./../../LowLevel/API/include;./../../LowLevel/common/include;./../../LowLevel/common/include/pipeline;./../../LowLevel/common/include/pipeline/windows;./../../LowLevel/common/include/math;./../../LowLevel/common/include/utils;./../../LowLevel/software/include;./../../LowLevel/software/include/windows;./../../LowLevelDynamics/include;./../../LowLevelDynamics/src;./../../LowLevelDynamics/include/windows;./../../PhysXGpu/include;%(AdditionalIncludeDirectories)
+ WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ /INCREMENTAL:NO
+ ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies)
+ $(OutDir)$(ProjectName)PROFILE.lib
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+ ./../../../Lib/vc17win64\
+ ./x64/LowLevelDynamics/release\
+ .lib
+ $(ProjectName)
+ AllRules.ruleset
+
+
+
+
+
+ false
+ false
+ Fast
+ /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+
+ Full
+ ./../../../../Externals/nvToolsExt/1/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include;./../../../Include/GeomUtils;./../../Common/src;./../../Common/src/windows;./../../PhysXProfile/src;./../../PhysXProfile/include;./../../GeomUtils/src/contact;./../../LowLevel/API/include;./../../LowLevel/common/include;./../../LowLevel/common/include/pipeline;./../../LowLevel/common/include/pipeline/windows;./../../LowLevel/common/include/math;./../../LowLevel/common/include/utils;./../../LowLevel/software/include;./../../LowLevel/software/include/windows;./../../LowLevelDynamics/include;./../../LowLevelDynamics/src;./../../LowLevelDynamics/include/windows;./../../PhysXGpu/include;%(AdditionalIncludeDirectories)
+ WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ /INCREMENTAL:NO
+ ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies)
+ $(OutDir)$(ProjectName).lib
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PhysX_3.4/Source/compiler/vc17win64/LowLevelParticles.vcxproj b/PhysX_3.4/Source/compiler/vc17win64/LowLevelParticles.vcxproj
new file mode 100644
index 000000000..8c3bc84c0
--- /dev/null
+++ b/PhysX_3.4/Source/compiler/vc17win64/LowLevelParticles.vcxproj
@@ -0,0 +1,331 @@
+
+
+
+
+ debug
+ x64
+
+
+ checked
+ x64
+
+
+ profile
+ x64
+
+
+ release
+ x64
+
+
+
+ {D18EB5F3-84D9-FD36-27C0-555ADB086FD3}
+ LowLevelParticles
+
+
+
+ StaticLibrary
+ v143
+
+
+ StaticLibrary
+ v143
+
+
+ StaticLibrary
+ v143
+
+
+ StaticLibrary
+ v143
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ./../../../Lib/vc17win64\
+ ./x64/LowLevelParticles/debug\
+ .lib
+ $(ProjectName)DEBUG
+ AllRules.ruleset
+
+
+
+
+
+ false
+ false
+ Fast
+ UninitializedLocalUsageCheck
+ /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /Zi /d2Zi+
+ Disabled
+ ./../../PhysXGpu/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../Common/src;./../../LowLevelParticles/include;./../../LowLevelParticles/src;./../../LowLevel/API/include;./../../LowLevel/common/include/utils;./../../GeomUtils/src;./../../GeomUtils/src/convex;./../../GeomUtils/src/hf;./../../GeomUtils/src/mesh;./../../GeomUtils/headers;./../../../../Externals/nvToolsExt/1/include;%(AdditionalIncludeDirectories)
+ WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreadedDebug
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies)
+ $(OutDir)$(ProjectName)DEBUG.lib
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+ ./../../../Lib/vc17win64\
+ ./x64/LowLevelParticles/checked\
+ .lib
+ $(ProjectName)CHECKED
+ AllRules.ruleset
+
+
+
+
+
+ false
+ false
+ Fast
+ /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+
+ Full
+ ./../../PhysXGpu/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../Common/src;./../../LowLevelParticles/include;./../../LowLevelParticles/src;./../../LowLevel/API/include;./../../LowLevel/common/include/utils;./../../GeomUtils/src;./../../GeomUtils/src/convex;./../../GeomUtils/src/hf;./../../GeomUtils/src/mesh;./../../GeomUtils/headers;./../../../../Externals/nvToolsExt/1/include;%(AdditionalIncludeDirectories)
+ WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies)
+ $(OutDir)$(ProjectName)CHECKED.lib
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+ ./../../../Lib/vc17win64\
+ ./x64/LowLevelParticles/profile\
+ .lib
+ $(ProjectName)PROFILE
+ AllRules.ruleset
+
+
+
+
+
+ false
+ false
+ Fast
+ /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+
+ Full
+ ./../../PhysXGpu/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../Common/src;./../../LowLevelParticles/include;./../../LowLevelParticles/src;./../../LowLevel/API/include;./../../LowLevel/common/include/utils;./../../GeomUtils/src;./../../GeomUtils/src/convex;./../../GeomUtils/src/hf;./../../GeomUtils/src/mesh;./../../GeomUtils/headers;./../../../../Externals/nvToolsExt/1/include;%(AdditionalIncludeDirectories)
+ WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ /INCREMENTAL:NO
+ ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies)
+ $(OutDir)$(ProjectName)PROFILE.lib
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+ ./../../../Lib/vc17win64\
+ ./x64/LowLevelParticles/release\
+ .lib
+ $(ProjectName)
+ AllRules.ruleset
+
+
+
+
+
+ false
+ false
+ Fast
+ /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+
+ Full
+ ./../../PhysXGpu/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../Common/src;./../../LowLevelParticles/include;./../../LowLevelParticles/src;./../../LowLevel/API/include;./../../LowLevel/common/include/utils;./../../GeomUtils/src;./../../GeomUtils/src/convex;./../../GeomUtils/src/hf;./../../GeomUtils/src/mesh;./../../GeomUtils/headers;./../../../../Externals/nvToolsExt/1/include;%(AdditionalIncludeDirectories)
+ WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ /INCREMENTAL:NO
+ ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies)
+ $(OutDir)$(ProjectName).lib
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PhysX_3.4/Source/compiler/vc17win64/PhysX.sln b/PhysX_3.4/Source/compiler/vc17win64/PhysX.sln
new file mode 100644
index 000000000..458a9f3e5
--- /dev/null
+++ b/PhysX_3.4/Source/compiler/vc17win64/PhysX.sln
@@ -0,0 +1,242 @@
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio 15
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PhysX", "./PhysX.vcxproj", "{FC0C1E74-2BE0-A8BC-4F0C-82D0F2EAB9A4}"
+ ProjectSection(ProjectDependencies) = postProject
+ {D4255C0E-3C6E-8A94-959C-54BAC884B25C} = {D4255C0E-3C6E-8A94-959C-54BAC884B25C}
+ {DF4537B3-3CE9-1581-10B6-A291FE3299C6} = {DF4537B3-3CE9-1581-10B6-A291FE3299C6}
+ {653CC2CD-99F5-48D8-0E9C-46FA10B26447} = {653CC2CD-99F5-48D8-0E9C-46FA10B26447}
+ {2A1F82AF-85E5-26A0-BFE0-1F8D0006DA7A} = {2A1F82AF-85E5-26A0-BFE0-1F8D0006DA7A}
+ {3059DE83-BFC9-5922-86A0-A9D1091E5EE0} = {3059DE83-BFC9-5922-86A0-A9D1091E5EE0}
+ {627F8A5F-9D82-F9B8-AA0E-05A2FA6C025E} = {627F8A5F-9D82-F9B8-AA0E-05A2FA6C025E}
+ {24546E40-3140-20F4-C5AC-E4001B9880B8} = {24546E40-3140-20F4-C5AC-E4001B9880B8}
+ {D18EB5F3-84D9-FD36-27C0-555ADB086FD3} = {D18EB5F3-84D9-FD36-27C0-555ADB086FD3}
+ {042DAF3E-FF50-B73C-C9A4-53AC6D3CFCEC} = {042DAF3E-FF50-B73C-C9A4-53AC6D3CFCEC}
+ {49C560C2-F59E-0A40-E1D5-E0F25960F1AB} = {49C560C2-F59E-0A40-E1D5-E0F25960F1AB}
+ {5B1132F6-84F8-142E-B951-ADB8505CC27F} = {5B1132F6-84F8-142E-B951-ADB8505CC27F}
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PhysXCharacterKinematic", "./PhysXCharacterKinematic.vcxproj", "{1E04F7A2-C8F8-3D62-46FE-8762D28CA9A4}"
+ ProjectSection(ProjectDependencies) = postProject
+ {2C6C10D1-F63D-B7F0-8390-AFC3DC10EC90} = {2C6C10D1-F63D-B7F0-8390-AFC3DC10EC90}
+ {DF4537B3-3CE9-1581-10B6-A291FE3299C6} = {DF4537B3-3CE9-1581-10B6-A291FE3299C6}
+ {653CC2CD-99F5-48D8-0E9C-46FA10B26447} = {653CC2CD-99F5-48D8-0E9C-46FA10B26447}
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PhysXVehicle", "./PhysXVehicle.vcxproj", "{BC4778D3-142F-31D0-46EC-77203F28C874}"
+ ProjectSection(ProjectDependencies) = postProject
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PhysXExtensions", "./PhysXExtensions.vcxproj", "{2C6C10D1-F63D-B7F0-8390-AFC3DC10EC90}"
+ ProjectSection(ProjectDependencies) = postProject
+ {82276A9F-CCF0-C50C-BB4A-82ACFFE2A93A} = {82276A9F-CCF0-C50C-BB4A-82ACFFE2A93A}
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SceneQuery", "./SceneQuery.vcxproj", "{042DAF3E-FF50-B73C-C9A4-53AC6D3CFCEC}"
+ ProjectSection(ProjectDependencies) = postProject
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SimulationController", "./SimulationController.vcxproj", "{49C560C2-F59E-0A40-E1D5-E0F25960F1AB}"
+ ProjectSection(ProjectDependencies) = postProject
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PhysXCooking", "./PhysXCooking.vcxproj", "{C6474901-29F9-EF65-44E2-951696161E76}"
+ ProjectSection(ProjectDependencies) = postProject
+ {DF4537B3-3CE9-1581-10B6-A291FE3299C6} = {DF4537B3-3CE9-1581-10B6-A291FE3299C6}
+ {653CC2CD-99F5-48D8-0E9C-46FA10B26447} = {653CC2CD-99F5-48D8-0E9C-46FA10B26447}
+ {2C6C10D1-F63D-B7F0-8390-AFC3DC10EC90} = {2C6C10D1-F63D-B7F0-8390-AFC3DC10EC90}
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PhysXCommon", "./PhysXCommon.vcxproj", "{653CC2CD-99F5-48D8-0E9C-46FA10B26447}"
+ ProjectSection(ProjectDependencies) = postProject
+ {DF4537B3-3CE9-1581-10B6-A291FE3299C6} = {DF4537B3-3CE9-1581-10B6-A291FE3299C6}
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PxFoundation", "./../../../../PxShared/src/compiler/vc17win64/PxFoundation.vcxproj", "{DF4537B3-3CE9-1581-10B6-A291FE3299C6}"
+ ProjectSection(ProjectDependencies) = postProject
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PxPvdSDK", "./../../../../PxShared/src/compiler/vc17win64/PxPvdSDK.vcxproj", "{D4255C0E-3C6E-8A94-959C-54BAC884B25C}"
+ ProjectSection(ProjectDependencies) = postProject
+ {DF4537B3-3CE9-1581-10B6-A291FE3299C6} = {DF4537B3-3CE9-1581-10B6-A291FE3299C6}
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LowLevel", "./LowLevel.vcxproj", "{2A1F82AF-85E5-26A0-BFE0-1F8D0006DA7A}"
+ ProjectSection(ProjectDependencies) = postProject
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LowLevelAABB", "./LowLevelAABB.vcxproj", "{3059DE83-BFC9-5922-86A0-A9D1091E5EE0}"
+ ProjectSection(ProjectDependencies) = postProject
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LowLevelDynamics", "./LowLevelDynamics.vcxproj", "{627F8A5F-9D82-F9B8-AA0E-05A2FA6C025E}"
+ ProjectSection(ProjectDependencies) = postProject
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LowLevelCloth", "./LowLevelCloth.vcxproj", "{24546E40-3140-20F4-C5AC-E4001B9880B8}"
+ ProjectSection(ProjectDependencies) = postProject
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LowLevelParticles", "./LowLevelParticles.vcxproj", "{D18EB5F3-84D9-FD36-27C0-555ADB086FD3}"
+ ProjectSection(ProjectDependencies) = postProject
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PxTask", "./../../../../PxShared/src/compiler/vc17win64/PxTask.vcxproj", "{5B1132F6-84F8-142E-B951-ADB8505CC27F}"
+ ProjectSection(ProjectDependencies) = postProject
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PsFastXml", "./../../../../PxShared/src/compiler/vc17win64/PsFastXml.vcxproj", "{82276A9F-CCF0-C50C-BB4A-82ACFFE2A93A}"
+ ProjectSection(ProjectDependencies) = postProject
+ EndProjectSection
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ checked|x64 = checked|x64
+ debug|x64 = debug|x64
+ profile|x64 = profile|x64
+ release|x64 = release|x64
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {FC0C1E74-2BE0-A8BC-4F0C-82D0F2EAB9A4}.checked|x64.ActiveCfg = checked|x64
+ {FC0C1E74-2BE0-A8BC-4F0C-82D0F2EAB9A4}.checked|x64.Build.0 = checked|x64
+ {FC0C1E74-2BE0-A8BC-4F0C-82D0F2EAB9A4}.debug|x64.ActiveCfg = debug|x64
+ {FC0C1E74-2BE0-A8BC-4F0C-82D0F2EAB9A4}.debug|x64.Build.0 = debug|x64
+ {FC0C1E74-2BE0-A8BC-4F0C-82D0F2EAB9A4}.profile|x64.ActiveCfg = profile|x64
+ {FC0C1E74-2BE0-A8BC-4F0C-82D0F2EAB9A4}.profile|x64.Build.0 = profile|x64
+ {FC0C1E74-2BE0-A8BC-4F0C-82D0F2EAB9A4}.release|x64.ActiveCfg = release|x64
+ {FC0C1E74-2BE0-A8BC-4F0C-82D0F2EAB9A4}.release|x64.Build.0 = release|x64
+ {1E04F7A2-C8F8-3D62-46FE-8762D28CA9A4}.checked|x64.ActiveCfg = checked|x64
+ {1E04F7A2-C8F8-3D62-46FE-8762D28CA9A4}.checked|x64.Build.0 = checked|x64
+ {1E04F7A2-C8F8-3D62-46FE-8762D28CA9A4}.debug|x64.ActiveCfg = debug|x64
+ {1E04F7A2-C8F8-3D62-46FE-8762D28CA9A4}.debug|x64.Build.0 = debug|x64
+ {1E04F7A2-C8F8-3D62-46FE-8762D28CA9A4}.profile|x64.ActiveCfg = profile|x64
+ {1E04F7A2-C8F8-3D62-46FE-8762D28CA9A4}.profile|x64.Build.0 = profile|x64
+ {1E04F7A2-C8F8-3D62-46FE-8762D28CA9A4}.release|x64.ActiveCfg = release|x64
+ {1E04F7A2-C8F8-3D62-46FE-8762D28CA9A4}.release|x64.Build.0 = release|x64
+ {BC4778D3-142F-31D0-46EC-77203F28C874}.checked|x64.ActiveCfg = checked|x64
+ {BC4778D3-142F-31D0-46EC-77203F28C874}.checked|x64.Build.0 = checked|x64
+ {BC4778D3-142F-31D0-46EC-77203F28C874}.debug|x64.ActiveCfg = debug|x64
+ {BC4778D3-142F-31D0-46EC-77203F28C874}.debug|x64.Build.0 = debug|x64
+ {BC4778D3-142F-31D0-46EC-77203F28C874}.profile|x64.ActiveCfg = profile|x64
+ {BC4778D3-142F-31D0-46EC-77203F28C874}.profile|x64.Build.0 = profile|x64
+ {BC4778D3-142F-31D0-46EC-77203F28C874}.release|x64.ActiveCfg = release|x64
+ {BC4778D3-142F-31D0-46EC-77203F28C874}.release|x64.Build.0 = release|x64
+ {2C6C10D1-F63D-B7F0-8390-AFC3DC10EC90}.checked|x64.ActiveCfg = checked|x64
+ {2C6C10D1-F63D-B7F0-8390-AFC3DC10EC90}.checked|x64.Build.0 = checked|x64
+ {2C6C10D1-F63D-B7F0-8390-AFC3DC10EC90}.debug|x64.ActiveCfg = debug|x64
+ {2C6C10D1-F63D-B7F0-8390-AFC3DC10EC90}.debug|x64.Build.0 = debug|x64
+ {2C6C10D1-F63D-B7F0-8390-AFC3DC10EC90}.profile|x64.ActiveCfg = profile|x64
+ {2C6C10D1-F63D-B7F0-8390-AFC3DC10EC90}.profile|x64.Build.0 = profile|x64
+ {2C6C10D1-F63D-B7F0-8390-AFC3DC10EC90}.release|x64.ActiveCfg = release|x64
+ {2C6C10D1-F63D-B7F0-8390-AFC3DC10EC90}.release|x64.Build.0 = release|x64
+ {042DAF3E-FF50-B73C-C9A4-53AC6D3CFCEC}.checked|x64.ActiveCfg = checked|x64
+ {042DAF3E-FF50-B73C-C9A4-53AC6D3CFCEC}.checked|x64.Build.0 = checked|x64
+ {042DAF3E-FF50-B73C-C9A4-53AC6D3CFCEC}.debug|x64.ActiveCfg = debug|x64
+ {042DAF3E-FF50-B73C-C9A4-53AC6D3CFCEC}.debug|x64.Build.0 = debug|x64
+ {042DAF3E-FF50-B73C-C9A4-53AC6D3CFCEC}.profile|x64.ActiveCfg = profile|x64
+ {042DAF3E-FF50-B73C-C9A4-53AC6D3CFCEC}.profile|x64.Build.0 = profile|x64
+ {042DAF3E-FF50-B73C-C9A4-53AC6D3CFCEC}.release|x64.ActiveCfg = release|x64
+ {042DAF3E-FF50-B73C-C9A4-53AC6D3CFCEC}.release|x64.Build.0 = release|x64
+ {49C560C2-F59E-0A40-E1D5-E0F25960F1AB}.checked|x64.ActiveCfg = checked|x64
+ {49C560C2-F59E-0A40-E1D5-E0F25960F1AB}.checked|x64.Build.0 = checked|x64
+ {49C560C2-F59E-0A40-E1D5-E0F25960F1AB}.debug|x64.ActiveCfg = debug|x64
+ {49C560C2-F59E-0A40-E1D5-E0F25960F1AB}.debug|x64.Build.0 = debug|x64
+ {49C560C2-F59E-0A40-E1D5-E0F25960F1AB}.profile|x64.ActiveCfg = profile|x64
+ {49C560C2-F59E-0A40-E1D5-E0F25960F1AB}.profile|x64.Build.0 = profile|x64
+ {49C560C2-F59E-0A40-E1D5-E0F25960F1AB}.release|x64.ActiveCfg = release|x64
+ {49C560C2-F59E-0A40-E1D5-E0F25960F1AB}.release|x64.Build.0 = release|x64
+ {C6474901-29F9-EF65-44E2-951696161E76}.checked|x64.ActiveCfg = checked|x64
+ {C6474901-29F9-EF65-44E2-951696161E76}.checked|x64.Build.0 = checked|x64
+ {C6474901-29F9-EF65-44E2-951696161E76}.debug|x64.ActiveCfg = debug|x64
+ {C6474901-29F9-EF65-44E2-951696161E76}.debug|x64.Build.0 = debug|x64
+ {C6474901-29F9-EF65-44E2-951696161E76}.profile|x64.ActiveCfg = profile|x64
+ {C6474901-29F9-EF65-44E2-951696161E76}.profile|x64.Build.0 = profile|x64
+ {C6474901-29F9-EF65-44E2-951696161E76}.release|x64.ActiveCfg = release|x64
+ {C6474901-29F9-EF65-44E2-951696161E76}.release|x64.Build.0 = release|x64
+ {653CC2CD-99F5-48D8-0E9C-46FA10B26447}.checked|x64.ActiveCfg = checked|x64
+ {653CC2CD-99F5-48D8-0E9C-46FA10B26447}.checked|x64.Build.0 = checked|x64
+ {653CC2CD-99F5-48D8-0E9C-46FA10B26447}.debug|x64.ActiveCfg = debug|x64
+ {653CC2CD-99F5-48D8-0E9C-46FA10B26447}.debug|x64.Build.0 = debug|x64
+ {653CC2CD-99F5-48D8-0E9C-46FA10B26447}.profile|x64.ActiveCfg = profile|x64
+ {653CC2CD-99F5-48D8-0E9C-46FA10B26447}.profile|x64.Build.0 = profile|x64
+ {653CC2CD-99F5-48D8-0E9C-46FA10B26447}.release|x64.ActiveCfg = release|x64
+ {653CC2CD-99F5-48D8-0E9C-46FA10B26447}.release|x64.Build.0 = release|x64
+ {DF4537B3-3CE9-1581-10B6-A291FE3299C6}.checked|x64.ActiveCfg = checked|x64
+ {DF4537B3-3CE9-1581-10B6-A291FE3299C6}.checked|x64.Build.0 = checked|x64
+ {DF4537B3-3CE9-1581-10B6-A291FE3299C6}.debug|x64.ActiveCfg = debug|x64
+ {DF4537B3-3CE9-1581-10B6-A291FE3299C6}.debug|x64.Build.0 = debug|x64
+ {DF4537B3-3CE9-1581-10B6-A291FE3299C6}.profile|x64.ActiveCfg = profile|x64
+ {DF4537B3-3CE9-1581-10B6-A291FE3299C6}.profile|x64.Build.0 = profile|x64
+ {DF4537B3-3CE9-1581-10B6-A291FE3299C6}.release|x64.ActiveCfg = release|x64
+ {DF4537B3-3CE9-1581-10B6-A291FE3299C6}.release|x64.Build.0 = release|x64
+ {D4255C0E-3C6E-8A94-959C-54BAC884B25C}.checked|x64.ActiveCfg = checked|x64
+ {D4255C0E-3C6E-8A94-959C-54BAC884B25C}.checked|x64.Build.0 = checked|x64
+ {D4255C0E-3C6E-8A94-959C-54BAC884B25C}.debug|x64.ActiveCfg = debug|x64
+ {D4255C0E-3C6E-8A94-959C-54BAC884B25C}.debug|x64.Build.0 = debug|x64
+ {D4255C0E-3C6E-8A94-959C-54BAC884B25C}.profile|x64.ActiveCfg = profile|x64
+ {D4255C0E-3C6E-8A94-959C-54BAC884B25C}.profile|x64.Build.0 = profile|x64
+ {D4255C0E-3C6E-8A94-959C-54BAC884B25C}.release|x64.ActiveCfg = release|x64
+ {D4255C0E-3C6E-8A94-959C-54BAC884B25C}.release|x64.Build.0 = release|x64
+ {2A1F82AF-85E5-26A0-BFE0-1F8D0006DA7A}.checked|x64.ActiveCfg = checked|x64
+ {2A1F82AF-85E5-26A0-BFE0-1F8D0006DA7A}.checked|x64.Build.0 = checked|x64
+ {2A1F82AF-85E5-26A0-BFE0-1F8D0006DA7A}.debug|x64.ActiveCfg = debug|x64
+ {2A1F82AF-85E5-26A0-BFE0-1F8D0006DA7A}.debug|x64.Build.0 = debug|x64
+ {2A1F82AF-85E5-26A0-BFE0-1F8D0006DA7A}.profile|x64.ActiveCfg = profile|x64
+ {2A1F82AF-85E5-26A0-BFE0-1F8D0006DA7A}.profile|x64.Build.0 = profile|x64
+ {2A1F82AF-85E5-26A0-BFE0-1F8D0006DA7A}.release|x64.ActiveCfg = release|x64
+ {2A1F82AF-85E5-26A0-BFE0-1F8D0006DA7A}.release|x64.Build.0 = release|x64
+ {3059DE83-BFC9-5922-86A0-A9D1091E5EE0}.checked|x64.ActiveCfg = checked|x64
+ {3059DE83-BFC9-5922-86A0-A9D1091E5EE0}.checked|x64.Build.0 = checked|x64
+ {3059DE83-BFC9-5922-86A0-A9D1091E5EE0}.debug|x64.ActiveCfg = debug|x64
+ {3059DE83-BFC9-5922-86A0-A9D1091E5EE0}.debug|x64.Build.0 = debug|x64
+ {3059DE83-BFC9-5922-86A0-A9D1091E5EE0}.profile|x64.ActiveCfg = profile|x64
+ {3059DE83-BFC9-5922-86A0-A9D1091E5EE0}.profile|x64.Build.0 = profile|x64
+ {3059DE83-BFC9-5922-86A0-A9D1091E5EE0}.release|x64.ActiveCfg = release|x64
+ {3059DE83-BFC9-5922-86A0-A9D1091E5EE0}.release|x64.Build.0 = release|x64
+ {627F8A5F-9D82-F9B8-AA0E-05A2FA6C025E}.checked|x64.ActiveCfg = checked|x64
+ {627F8A5F-9D82-F9B8-AA0E-05A2FA6C025E}.checked|x64.Build.0 = checked|x64
+ {627F8A5F-9D82-F9B8-AA0E-05A2FA6C025E}.debug|x64.ActiveCfg = debug|x64
+ {627F8A5F-9D82-F9B8-AA0E-05A2FA6C025E}.debug|x64.Build.0 = debug|x64
+ {627F8A5F-9D82-F9B8-AA0E-05A2FA6C025E}.profile|x64.ActiveCfg = profile|x64
+ {627F8A5F-9D82-F9B8-AA0E-05A2FA6C025E}.profile|x64.Build.0 = profile|x64
+ {627F8A5F-9D82-F9B8-AA0E-05A2FA6C025E}.release|x64.ActiveCfg = release|x64
+ {627F8A5F-9D82-F9B8-AA0E-05A2FA6C025E}.release|x64.Build.0 = release|x64
+ {24546E40-3140-20F4-C5AC-E4001B9880B8}.checked|x64.ActiveCfg = checked|x64
+ {24546E40-3140-20F4-C5AC-E4001B9880B8}.checked|x64.Build.0 = checked|x64
+ {24546E40-3140-20F4-C5AC-E4001B9880B8}.debug|x64.ActiveCfg = debug|x64
+ {24546E40-3140-20F4-C5AC-E4001B9880B8}.debug|x64.Build.0 = debug|x64
+ {24546E40-3140-20F4-C5AC-E4001B9880B8}.profile|x64.ActiveCfg = profile|x64
+ {24546E40-3140-20F4-C5AC-E4001B9880B8}.profile|x64.Build.0 = profile|x64
+ {24546E40-3140-20F4-C5AC-E4001B9880B8}.release|x64.ActiveCfg = release|x64
+ {24546E40-3140-20F4-C5AC-E4001B9880B8}.release|x64.Build.0 = release|x64
+ {D18EB5F3-84D9-FD36-27C0-555ADB086FD3}.checked|x64.ActiveCfg = checked|x64
+ {D18EB5F3-84D9-FD36-27C0-555ADB086FD3}.checked|x64.Build.0 = checked|x64
+ {D18EB5F3-84D9-FD36-27C0-555ADB086FD3}.debug|x64.ActiveCfg = debug|x64
+ {D18EB5F3-84D9-FD36-27C0-555ADB086FD3}.debug|x64.Build.0 = debug|x64
+ {D18EB5F3-84D9-FD36-27C0-555ADB086FD3}.profile|x64.ActiveCfg = profile|x64
+ {D18EB5F3-84D9-FD36-27C0-555ADB086FD3}.profile|x64.Build.0 = profile|x64
+ {D18EB5F3-84D9-FD36-27C0-555ADB086FD3}.release|x64.ActiveCfg = release|x64
+ {D18EB5F3-84D9-FD36-27C0-555ADB086FD3}.release|x64.Build.0 = release|x64
+ {5B1132F6-84F8-142E-B951-ADB8505CC27F}.checked|x64.ActiveCfg = checked|x64
+ {5B1132F6-84F8-142E-B951-ADB8505CC27F}.checked|x64.Build.0 = checked|x64
+ {5B1132F6-84F8-142E-B951-ADB8505CC27F}.debug|x64.ActiveCfg = debug|x64
+ {5B1132F6-84F8-142E-B951-ADB8505CC27F}.debug|x64.Build.0 = debug|x64
+ {5B1132F6-84F8-142E-B951-ADB8505CC27F}.profile|x64.ActiveCfg = profile|x64
+ {5B1132F6-84F8-142E-B951-ADB8505CC27F}.profile|x64.Build.0 = profile|x64
+ {5B1132F6-84F8-142E-B951-ADB8505CC27F}.release|x64.ActiveCfg = release|x64
+ {5B1132F6-84F8-142E-B951-ADB8505CC27F}.release|x64.Build.0 = release|x64
+ {82276A9F-CCF0-C50C-BB4A-82ACFFE2A93A}.checked|x64.ActiveCfg = checked|x64
+ {82276A9F-CCF0-C50C-BB4A-82ACFFE2A93A}.checked|x64.Build.0 = checked|x64
+ {82276A9F-CCF0-C50C-BB4A-82ACFFE2A93A}.debug|x64.ActiveCfg = debug|x64
+ {82276A9F-CCF0-C50C-BB4A-82ACFFE2A93A}.debug|x64.Build.0 = debug|x64
+ {82276A9F-CCF0-C50C-BB4A-82ACFFE2A93A}.profile|x64.ActiveCfg = profile|x64
+ {82276A9F-CCF0-C50C-BB4A-82ACFFE2A93A}.profile|x64.Build.0 = profile|x64
+ {82276A9F-CCF0-C50C-BB4A-82ACFFE2A93A}.release|x64.ActiveCfg = release|x64
+ {82276A9F-CCF0-C50C-BB4A-82ACFFE2A93A}.release|x64.Build.0 = release|x64
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ EndGlobalSection
+ GlobalSection(ExtensibilityAddins) = postSolution
+ EndGlobalSection
+ GlobalSection(NestedProjects) = preSolution
+ EndGlobalSection
+EndGlobal
diff --git a/PhysX_3.4/Source/compiler/vc17win64/PhysX.vcxproj b/PhysX_3.4/Source/compiler/vc17win64/PhysX.vcxproj
new file mode 100644
index 000000000..1b4168839
--- /dev/null
+++ b/PhysX_3.4/Source/compiler/vc17win64/PhysX.vcxproj
@@ -0,0 +1,700 @@
+
+
+
+
+ debug
+ x64
+
+
+ checked
+ x64
+
+
+ profile
+ x64
+
+
+ release
+ x64
+
+
+
+ {FC0C1E74-2BE0-A8BC-4F0C-82D0F2EAB9A4}
+ PhysX
+
+
+
+ DynamicLibrary
+ v143
+
+
+ DynamicLibrary
+ v143
+
+
+ DynamicLibrary
+ v143
+
+
+ DynamicLibrary
+ v143
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ./../../../bin/vc17win64\
+ ./x64/PhysX/debug\
+ .dll
+ PhysX3DEBUG_x64
+ AllRules.ruleset
+
+
+ true
+
+
+
+ false
+ false
+ Fast
+ UninitializedLocalUsageCheck
+ /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /Zi /d2Zi+
+ Disabled
+ ./../../../Include/gpu;./../../PhysXGpu/include;./../../PhysX/src/device;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../../Externals/nvToolsExt/1/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include/particles;./../../../Include/cloth;./../../../Include;./../../Common/src;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../LowLevel/API/include;./../../LowLevel/software/include;./../../LowLevel/common/include/pipeline;./../../LowLevelAABB/include;./../../LowLevelDynamics/include;./../../LowLevelDynamics/src;./../../LowLevelParticles/include;./../../PhysX/src;./../../PhysX/src/buffering;./../../PhysX/src/particles;./../../PhysX/src/cloth;./../../SimulationController/include;./../../SimulationController/src;./../../SimulationController/src/particles;./../../PhysXCooking/src;./../../PhysXCooking/src/mesh;./../../PhysXCooking/src/convex;./../../SceneQuery/include;./../../PhysXMetaData/core/include;%(AdditionalIncludeDirectories)
+ PX_PHYSX_CORE_EXPORTS;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreadedDebug
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ /MAP /MACHINE:x64 /DELAYLOAD:nvcuda.dll /DELAYLOAD:PxFoundationDEBUG_x64.dll /DELAYLOAD:PxPvdSDKDEBUG_x64.dll /DELAYLOAD:PhysX3CommonDEBUG_x64.dll /DEBUG
+ ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies)
+ $(OutDir)PhysX3DEBUG_x64.dll
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ Console
+ ./../../../Lib/vc17win64/$(TargetName).lib
+ true
+ MachineX64
+
+
+
+
+
+
+
+ ./../../../bin/vc17win64\
+ ./x64/PhysX/checked\
+ .dll
+ PhysX3CHECKED_x64
+ AllRules.ruleset
+
+
+ true
+
+
+
+ false
+ false
+ Fast
+ /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+
+ Full
+ ./../../../Include/gpu;./../../PhysXGpu/include;./../../PhysX/src/device;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../../Externals/nvToolsExt/1/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include/particles;./../../../Include/cloth;./../../../Include;./../../Common/src;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../LowLevel/API/include;./../../LowLevel/software/include;./../../LowLevel/common/include/pipeline;./../../LowLevelAABB/include;./../../LowLevelDynamics/include;./../../LowLevelDynamics/src;./../../LowLevelParticles/include;./../../PhysX/src;./../../PhysX/src/buffering;./../../PhysX/src/particles;./../../PhysX/src/cloth;./../../SimulationController/include;./../../SimulationController/src;./../../SimulationController/src/particles;./../../PhysXCooking/src;./../../PhysXCooking/src/mesh;./../../PhysXCooking/src/convex;./../../SceneQuery/include;./../../PhysXMetaData/core/include;%(AdditionalIncludeDirectories)
+ PX_PHYSX_CORE_EXPORTS;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ /MAP /MACHINE:x64 /DELAYLOAD:nvcuda.dll /DELAYLOAD:PxFoundationCHECKED_x64.dll /DELAYLOAD:PxPvdSDKCHECKED_x64.dll /DELAYLOAD:PhysX3CommonCHECKED_x64.dll
+ ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies)
+ $(OutDir)PhysX3CHECKED_x64.dll
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ Console
+ ./../../../Lib/vc17win64/$(TargetName).lib
+ true
+ MachineX64
+
+
+
+
+
+
+
+ ./../../../bin/vc17win64\
+ ./x64/PhysX/profile\
+ .dll
+ PhysX3PROFILE_x64
+ AllRules.ruleset
+
+
+ true
+
+
+
+ false
+ false
+ Fast
+ /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+
+ Full
+ ./../../../Include/gpu;./../../PhysXGpu/include;./../../PhysX/src/device;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../../Externals/nvToolsExt/1/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include/particles;./../../../Include/cloth;./../../../Include;./../../Common/src;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../LowLevel/API/include;./../../LowLevel/software/include;./../../LowLevel/common/include/pipeline;./../../LowLevelAABB/include;./../../LowLevelDynamics/include;./../../LowLevelDynamics/src;./../../LowLevelParticles/include;./../../PhysX/src;./../../PhysX/src/buffering;./../../PhysX/src/particles;./../../PhysX/src/cloth;./../../SimulationController/include;./../../SimulationController/src;./../../SimulationController/src/particles;./../../PhysXCooking/src;./../../PhysXCooking/src/mesh;./../../PhysXCooking/src/convex;./../../SceneQuery/include;./../../PhysXMetaData/core/include;%(AdditionalIncludeDirectories)
+ PX_PHYSX_CORE_EXPORTS;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ /MAP /MACHINE:x64 /DELAYLOAD:nvcuda.dll /DELAYLOAD:PxFoundationPROFILE_x64.dll /DELAYLOAD:PxPvdSDKPROFILE_x64.dll /DELAYLOAD:PhysX3CommonPROFILE_x64.dll /INCREMENTAL:NO /DEBUG
+ ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies)
+ $(OutDir)PhysX3PROFILE_x64.dll
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ Console
+ ./../../../Lib/vc17win64/$(TargetName).lib
+ true
+ MachineX64
+
+
+
+
+
+
+
+ ./../../../bin/vc17win64\
+ ./x64/PhysX/release\
+ .dll
+ PhysX3_x64
+ AllRules.ruleset
+
+
+ true
+
+
+
+ false
+ false
+ Fast
+ /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+
+ Full
+ ./../../../Include/gpu;./../../PhysXGpu/include;./../../PhysX/src/device;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../../Externals/nvToolsExt/1/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include/particles;./../../../Include/cloth;./../../../Include;./../../Common/src;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../LowLevel/API/include;./../../LowLevel/software/include;./../../LowLevel/common/include/pipeline;./../../LowLevelAABB/include;./../../LowLevelDynamics/include;./../../LowLevelDynamics/src;./../../LowLevelParticles/include;./../../PhysX/src;./../../PhysX/src/buffering;./../../PhysX/src/particles;./../../PhysX/src/cloth;./../../SimulationController/include;./../../SimulationController/src;./../../SimulationController/src/particles;./../../PhysXCooking/src;./../../PhysXCooking/src/mesh;./../../PhysXCooking/src/convex;./../../SceneQuery/include;./../../PhysXMetaData/core/include;%(AdditionalIncludeDirectories)
+ PX_PHYSX_CORE_EXPORTS;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ /MAP /MACHINE:x64 /DELAYLOAD:nvcuda.dll /DELAYLOAD:PxFoundation_x64.dll /DELAYLOAD:PxPvdSDK_x64.dll /DELAYLOAD:PhysX3Common_x64.dll /INCREMENTAL:NO
+ ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies)
+ $(OutDir)PhysX3_x64.dll
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ Console
+ ./../../../Lib/vc17win64/$(TargetName).lib
+ true
+ MachineX64
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+
+
+
+
+ false
+
+
+
+
+ false
+
+
+
+
+ false
+
+
+
+
+ false
+
+
+
+
+ false
+
+
+
+
+ false
+
+
+
+
+ false
+
+
+
+
+ false
+
+
+
+
+ false
+
+
+
+
+ false
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PhysX_3.4/Source/compiler/vc17win64/PhysXCharacterKinematic.vcxproj b/PhysX_3.4/Source/compiler/vc17win64/PhysXCharacterKinematic.vcxproj
new file mode 100644
index 000000000..fac256b28
--- /dev/null
+++ b/PhysX_3.4/Source/compiler/vc17win64/PhysXCharacterKinematic.vcxproj
@@ -0,0 +1,318 @@
+
+
+
+
+ debug
+ x64
+
+
+ checked
+ x64
+
+
+ profile
+ x64
+
+
+ release
+ x64
+
+
+
+ {1E04F7A2-C8F8-3D62-46FE-8762D28CA9A4}
+ PhysXCharacterKinematic
+
+
+
+ DynamicLibrary
+ v143
+
+
+ DynamicLibrary
+ v143
+
+
+ DynamicLibrary
+ v143
+
+
+ DynamicLibrary
+ v143
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ./../../../bin/vc17win64\
+ ./x64/PhysXCharacterKinematic/debug\
+ .dll
+ PhysX3CharacterKinematicDEBUG_x64
+ AllRules.ruleset
+
+
+ true
+
+
+
+ false
+ false
+ Fast
+ UninitializedLocalUsageCheck
+ /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /Zi /d2Zi+
+ Disabled
+ ./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/characterkinematic;./../../../Include/common;./../../../Include/geometry;./../../../Include/extensions;./../../../Include;./../../GeomUtils/headers;./../../Common/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;%(AdditionalIncludeDirectories)
+ PX_PHYSX_CHARACTER_EXPORTS;PX_PHYSX_CORE_EXPORTS;PX_FOUNDATION_DLL=1;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreadedDebug
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ /MAP /MACHINE:x64 /DEBUG
+ %(AdditionalDependencies)
+ $(OutDir)PhysX3CharacterKinematicDEBUG_x64.dll
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ Console
+ ./../../../Lib/vc17win64/$(TargetName).lib
+ true
+ MachineX64
+
+
+
+
+
+
+
+ ./../../../bin/vc17win64\
+ ./x64/PhysXCharacterKinematic/checked\
+ .dll
+ PhysX3CharacterKinematicCHECKED_x64
+ AllRules.ruleset
+
+
+ true
+
+
+
+ false
+ false
+ Fast
+ /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+
+ Full
+ ./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/characterkinematic;./../../../Include/common;./../../../Include/geometry;./../../../Include/extensions;./../../../Include;./../../GeomUtils/headers;./../../Common/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;%(AdditionalIncludeDirectories)
+ PX_PHYSX_CHARACTER_EXPORTS;PX_PHYSX_CORE_EXPORTS;PX_FOUNDATION_DLL=1;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ /MAP /MACHINE:x64
+ %(AdditionalDependencies)
+ $(OutDir)PhysX3CharacterKinematicCHECKED_x64.dll
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ Console
+ ./../../../Lib/vc17win64/$(TargetName).lib
+ true
+ MachineX64
+
+
+
+
+
+
+
+ ./../../../bin/vc17win64\
+ ./x64/PhysXCharacterKinematic/profile\
+ .dll
+ PhysX3CharacterKinematicPROFILE_x64
+ AllRules.ruleset
+
+
+ true
+
+
+
+ false
+ false
+ Fast
+ /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+
+ Full
+ ./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/characterkinematic;./../../../Include/common;./../../../Include/geometry;./../../../Include/extensions;./../../../Include;./../../GeomUtils/headers;./../../Common/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;%(AdditionalIncludeDirectories)
+ PX_PHYSX_CHARACTER_EXPORTS;PX_PHYSX_CORE_EXPORTS;PX_FOUNDATION_DLL=1;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ /MAP /MACHINE:x64 /INCREMENTAL:NO /DEBUG
+ %(AdditionalDependencies)
+ $(OutDir)PhysX3CharacterKinematicPROFILE_x64.dll
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ Console
+ ./../../../Lib/vc17win64/$(TargetName).lib
+ true
+ MachineX64
+
+
+
+
+
+
+
+ ./../../../bin/vc17win64\
+ ./x64/PhysXCharacterKinematic/release\
+ .dll
+ PhysX3CharacterKinematic_x64
+ AllRules.ruleset
+
+
+ true
+
+
+
+ false
+ false
+ Fast
+ /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+
+ Full
+ ./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/characterkinematic;./../../../Include/common;./../../../Include/geometry;./../../../Include/extensions;./../../../Include;./../../GeomUtils/headers;./../../Common/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;%(AdditionalIncludeDirectories)
+ PX_PHYSX_CHARACTER_EXPORTS;PX_PHYSX_CORE_EXPORTS;PX_FOUNDATION_DLL=1;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ /MAP /MACHINE:x64 /INCREMENTAL:NO
+ %(AdditionalDependencies)
+ $(OutDir)PhysX3CharacterKinematic_x64.dll
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ Console
+ ./../../../Lib/vc17win64/$(TargetName).lib
+ true
+ MachineX64
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+
+
+
+
+ false
+
+
+
+
+ false
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PhysX_3.4/Source/compiler/vc17win64/PhysXCommon.vcxproj b/PhysX_3.4/Source/compiler/vc17win64/PhysXCommon.vcxproj
new file mode 100644
index 000000000..2b5e3f101
--- /dev/null
+++ b/PhysX_3.4/Source/compiler/vc17win64/PhysXCommon.vcxproj
@@ -0,0 +1,974 @@
+
+
+
+
+ debug
+ x64
+
+
+ checked
+ x64
+
+
+ profile
+ x64
+
+
+ release
+ x64
+
+
+
+ {653CC2CD-99F5-48D8-0E9C-46FA10B26447}
+ PhysXCommon
+
+
+
+ DynamicLibrary
+ v143
+
+
+ DynamicLibrary
+ v143
+
+
+ DynamicLibrary
+ v143
+
+
+ DynamicLibrary
+ v143
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ./../../../bin/vc17win64\
+ ./x64/PhysXCommon/debug\
+ .dll
+ PhysX3CommonDEBUG_x64
+ AllRules.ruleset
+
+
+ true
+
+
+
+ false
+ false
+ Fast
+ UninitializedLocalUsageCheck
+ /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /Zi /d2Zi+
+ Disabled
+ ./../../../../Externals/nvToolsExt/1/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include;./../../Common/src;./../../Common/src/windows;./../../PhysXProfile/include;./../../PhysXProfile/src;./../../PhysXGpu/include;./../../../Include/geometry;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../../Include/GeomUtils;%(AdditionalIncludeDirectories)
+ WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_FOUNDATION_DLL=1;PX_PHYSX_COMMON_EXPORTS;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreadedDebug
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ /MAP /MACHINE:x64 /DEBUG /DELAYLOAD:PxFoundationDEBUG_x64.dll
+ ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies)
+ $(OutDir)PhysX3CommonDEBUG_x64.dll
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ Console
+ ./../../../Lib/vc17win64/$(TargetName).lib
+ true
+ MachineX64
+
+
+
+
+
+
+
+ ./../../../bin/vc17win64\
+ ./x64/PhysXCommon/checked\
+ .dll
+ PhysX3CommonCHECKED_x64
+ AllRules.ruleset
+
+
+ true
+
+
+
+ false
+ false
+ Fast
+ /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+
+ Full
+ ./../../../../Externals/nvToolsExt/1/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include;./../../Common/src;./../../Common/src/windows;./../../PhysXProfile/include;./../../PhysXProfile/src;./../../PhysXGpu/include;./../../../Include/geometry;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../../Include/GeomUtils;%(AdditionalIncludeDirectories)
+ WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_FOUNDATION_DLL=1;PX_PHYSX_COMMON_EXPORTS;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ /MAP /MACHINE:x64 /DELAYLOAD:PxFoundationCHECKED_x64.dll
+ ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies)
+ $(OutDir)PhysX3CommonCHECKED_x64.dll
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ Console
+ ./../../../Lib/vc17win64/$(TargetName).lib
+ true
+ MachineX64
+
+
+
+
+
+
+
+ ./../../../bin/vc17win64\
+ ./x64/PhysXCommon/profile\
+ .dll
+ PhysX3CommonPROFILE_x64
+ AllRules.ruleset
+
+
+ true
+
+
+
+ false
+ false
+ Fast
+ /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+
+ Full
+ ./../../../../Externals/nvToolsExt/1/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include;./../../Common/src;./../../Common/src/windows;./../../PhysXProfile/include;./../../PhysXProfile/src;./../../PhysXGpu/include;./../../../Include/geometry;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../../Include/GeomUtils;%(AdditionalIncludeDirectories)
+ WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_FOUNDATION_DLL=1;PX_PHYSX_COMMON_EXPORTS;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ /MAP /MACHINE:x64 /INCREMENTAL:NO /DEBUG /DELAYLOAD:PxFoundationPROFILE_x64.dll
+ ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies)
+ $(OutDir)PhysX3CommonPROFILE_x64.dll
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ Console
+ ./../../../Lib/vc17win64/$(TargetName).lib
+ true
+ MachineX64
+
+
+
+
+
+
+
+ ./../../../bin/vc17win64\
+ ./x64/PhysXCommon/release\
+ .dll
+ PhysX3Common_x64
+ AllRules.ruleset
+
+
+ true
+
+
+
+ false
+ false
+ Fast
+ /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+
+ Full
+ ./../../../../Externals/nvToolsExt/1/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include;./../../Common/src;./../../Common/src/windows;./../../PhysXProfile/include;./../../PhysXProfile/src;./../../PhysXGpu/include;./../../../Include/geometry;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../../Include/GeomUtils;%(AdditionalIncludeDirectories)
+ WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_FOUNDATION_DLL=1;PX_PHYSX_COMMON_EXPORTS;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ /MAP /MACHINE:x64 /INCREMENTAL:NO /DELAYLOAD:PxFoundation_x64.dll
+ ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies)
+ $(OutDir)PhysX3Common_x64.dll
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ Console
+ ./../../../Lib/vc17win64/$(TargetName).lib
+ true
+ MachineX64
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PhysX_3.4/Source/compiler/vc17win64/PhysXCooking.vcxproj b/PhysX_3.4/Source/compiler/vc17win64/PhysXCooking.vcxproj
new file mode 100644
index 000000000..37fe20c8f
--- /dev/null
+++ b/PhysX_3.4/Source/compiler/vc17win64/PhysXCooking.vcxproj
@@ -0,0 +1,360 @@
+
+
+
+
+ debug
+ x64
+
+
+ checked
+ x64
+
+
+ profile
+ x64
+
+
+ release
+ x64
+
+
+
+ {C6474901-29F9-EF65-44E2-951696161E76}
+ PhysXCooking
+
+
+
+ DynamicLibrary
+ v143
+
+
+ DynamicLibrary
+ v143
+
+
+ DynamicLibrary
+ v143
+
+
+ DynamicLibrary
+ v143
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ./../../../bin/vc17win64\
+ ./x64/PhysXCooking/debug\
+ .dll
+ PhysX3CookingDEBUG_x64
+ AllRules.ruleset
+
+
+ true
+
+
+
+ false
+ false
+ Fast
+ UninitializedLocalUsageCheck
+ /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /Zi /d2Zi+
+ Disabled
+ ./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/cloth;./../../../Include/cooking;./../../../Include;./../../Common/src;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../PhysXCooking/src;./../../PhysXCooking/src/mesh;./../../PhysXCooking/src/convex;./../../PhysXExtensions/src;./../../PhysXGpu/include;%(AdditionalIncludeDirectories)
+ PX_PHYSX_LOADER_EXPORTS;PX_PHYSX_COOKING_EXPORTS;PX_PHYSX_CORE_EXPORTS;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_COOKING;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=DEBUG;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreadedDebug
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ /MAP /MACHINE:x64 /DEBUG /DELAYLOAD:PxFoundationDEBUG_x64.dll /DELAYLOAD:PhysX3CommonDEBUG_x64.dll
+ %(AdditionalDependencies)
+ $(OutDir)PhysX3CookingDEBUG_x64.dll
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ Console
+ ./../../../Lib/vc17win64/$(TargetName).lib
+ true
+ MachineX64
+
+
+
+
+
+
+
+ ./../../../bin/vc17win64\
+ ./x64/PhysXCooking/checked\
+ .dll
+ PhysX3CookingCHECKED_x64
+ AllRules.ruleset
+
+
+ true
+
+
+
+ false
+ false
+ Fast
+ /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+
+ Full
+ ./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/cloth;./../../../Include/cooking;./../../../Include;./../../Common/src;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../PhysXCooking/src;./../../PhysXCooking/src/mesh;./../../PhysXCooking/src/convex;./../../PhysXExtensions/src;./../../PhysXGpu/include;%(AdditionalIncludeDirectories)
+ PX_PHYSX_LOADER_EXPORTS;PX_PHYSX_COOKING_EXPORTS;PX_PHYSX_CORE_EXPORTS;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_COOKING;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=CHECKED;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ /MAP /MACHINE:x64 /DELAYLOAD:PxFoundationCHECKED_x64.dll /DELAYLOAD:PhysX3CommonCHECKED_x64.dll
+ %(AdditionalDependencies)
+ $(OutDir)PhysX3CookingCHECKED_x64.dll
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ Console
+ ./../../../Lib/vc17win64/$(TargetName).lib
+ true
+ MachineX64
+
+
+
+
+
+
+
+ ./../../../bin/vc17win64\
+ ./x64/PhysXCooking/profile\
+ .dll
+ PhysX3CookingPROFILE_x64
+ AllRules.ruleset
+
+
+ true
+
+
+
+ false
+ false
+ Fast
+ /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+
+ Full
+ ./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/cloth;./../../../Include/cooking;./../../../Include;./../../Common/src;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../PhysXCooking/src;./../../PhysXCooking/src/mesh;./../../PhysXCooking/src/convex;./../../PhysXExtensions/src;./../../PhysXGpu/include;%(AdditionalIncludeDirectories)
+ PX_PHYSX_LOADER_EXPORTS;PX_PHYSX_COOKING_EXPORTS;PX_PHYSX_CORE_EXPORTS;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_COOKING;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;PX_PHYSX_DLL_NAME_POSTFIX=PROFILE;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ /MAP /MACHINE:x64 /INCREMENTAL:NO /DEBUG /DELAYLOAD:PxFoundationPROFILE_x64.dll /DELAYLOAD:PhysX3CommonPROFILE_x64.dll
+ %(AdditionalDependencies)
+ $(OutDir)PhysX3CookingPROFILE_x64.dll
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ Console
+ ./../../../Lib/vc17win64/$(TargetName).lib
+ true
+ MachineX64
+
+
+
+
+
+
+
+ ./../../../bin/vc17win64\
+ ./x64/PhysXCooking/release\
+ .dll
+ PhysX3Cooking_x64
+ AllRules.ruleset
+
+
+ true
+
+
+
+ false
+ false
+ Fast
+ /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+
+ Full
+ ./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/cloth;./../../../Include/cooking;./../../../Include;./../../Common/src;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../PhysXCooking/src;./../../PhysXCooking/src/mesh;./../../PhysXCooking/src/convex;./../../PhysXExtensions/src;./../../PhysXGpu/include;%(AdditionalIncludeDirectories)
+ PX_PHYSX_LOADER_EXPORTS;PX_PHYSX_COOKING_EXPORTS;PX_PHYSX_CORE_EXPORTS;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_COOKING;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ /MAP /MACHINE:x64 /INCREMENTAL:NO /DELAYLOAD:PxFoundation_x64.dll /DELAYLOAD:PhysX3Common_x64.dll
+ %(AdditionalDependencies)
+ $(OutDir)PhysX3Cooking_x64.dll
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ Console
+ ./../../../Lib/vc17win64/$(TargetName).lib
+ true
+ MachineX64
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+
+
+
+
+ false
+
+
+
+
+ false
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PhysX_3.4/Source/compiler/vc17win64/PhysXExtensions.vcxproj b/PhysX_3.4/Source/compiler/vc17win64/PhysXExtensions.vcxproj
new file mode 100644
index 000000000..f50a437e0
--- /dev/null
+++ b/PhysX_3.4/Source/compiler/vc17win64/PhysXExtensions.vcxproj
@@ -0,0 +1,556 @@
+
+
+
+
+ debug
+ x64
+
+
+ checked
+ x64
+
+
+ profile
+ x64
+
+
+ release
+ x64
+
+
+
+ {2C6C10D1-F63D-B7F0-8390-AFC3DC10EC90}
+ PhysXExtensions
+
+
+
+ StaticLibrary
+ v143
+
+
+ StaticLibrary
+ v143
+
+
+ StaticLibrary
+ v143
+
+
+ StaticLibrary
+ v143
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ./../../../Lib/vc17win64\
+ ./x64/PhysXExtensions/debug\
+ .lib
+ PhysX3ExtensionsDEBUG
+ AllRules.ruleset
+
+
+
+
+
+ false
+ false
+ Fast
+ UninitializedLocalUsageCheck
+ /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /Zi /d2Zi+
+ Disabled
+ ./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include/cooking;./../../../Include/extensions;./../../../Include/vehicle;./../../../Include/cloth;./../../../Include;./../../Common/src;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../PhysXMetaData/core/include;./../../PhysXMetaData/extensions/include;./../../PhysXExtensions/src;./../../PhysXExtensions/src/serialization/Xml;./../../PhysXExtensions/src/serialization/Binary;./../../PhysXExtensions/src/serialization/File;./../../PvdSDK/src;./../../PhysX/src;%(AdditionalIncludeDirectories)
+ PX_BUILD_NUMBER=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreadedDebug
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ %(AdditionalDependencies)
+ $(OutDir)PhysX3ExtensionsDEBUG.lib
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+ ./../../../Lib/vc17win64\
+ ./x64/PhysXExtensions/checked\
+ .lib
+ PhysX3ExtensionsCHECKED
+ AllRules.ruleset
+
+
+
+
+
+ false
+ false
+ Fast
+ /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+
+ Full
+ ./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include/cooking;./../../../Include/extensions;./../../../Include/vehicle;./../../../Include/cloth;./../../../Include;./../../Common/src;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../PhysXMetaData/core/include;./../../PhysXMetaData/extensions/include;./../../PhysXExtensions/src;./../../PhysXExtensions/src/serialization/Xml;./../../PhysXExtensions/src/serialization/Binary;./../../PhysXExtensions/src/serialization/File;./../../PvdSDK/src;./../../PhysX/src;%(AdditionalIncludeDirectories)
+ PX_BUILD_NUMBER=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ %(AdditionalDependencies)
+ $(OutDir)PhysX3ExtensionsCHECKED.lib
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+ ./../../../Lib/vc17win64\
+ ./x64/PhysXExtensions/profile\
+ .lib
+ PhysX3ExtensionsPROFILE
+ AllRules.ruleset
+
+
+
+
+
+ false
+ false
+ Fast
+ /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+
+ Full
+ ./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include/cooking;./../../../Include/extensions;./../../../Include/vehicle;./../../../Include/cloth;./../../../Include;./../../Common/src;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../PhysXMetaData/core/include;./../../PhysXMetaData/extensions/include;./../../PhysXExtensions/src;./../../PhysXExtensions/src/serialization/Xml;./../../PhysXExtensions/src/serialization/Binary;./../../PhysXExtensions/src/serialization/File;./../../PvdSDK/src;./../../PhysX/src;%(AdditionalIncludeDirectories)
+ PX_BUILD_NUMBER=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ /INCREMENTAL:NO
+ %(AdditionalDependencies)
+ $(OutDir)PhysX3ExtensionsPROFILE.lib
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+ ./../../../Lib/vc17win64\
+ ./x64/PhysXExtensions/release\
+ .lib
+ PhysX3Extensions
+ AllRules.ruleset
+
+
+
+
+
+ false
+ false
+ Fast
+ /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+
+ Full
+ ./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include/cooking;./../../../Include/extensions;./../../../Include/vehicle;./../../../Include/cloth;./../../../Include;./../../Common/src;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../PhysXMetaData/core/include;./../../PhysXMetaData/extensions/include;./../../PhysXExtensions/src;./../../PhysXExtensions/src/serialization/Xml;./../../PhysXExtensions/src/serialization/Binary;./../../PhysXExtensions/src/serialization/File;./../../PvdSDK/src;./../../PhysX/src;%(AdditionalIncludeDirectories)
+ PX_BUILD_NUMBER=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ /INCREMENTAL:NO
+ %(AdditionalDependencies)
+ $(OutDir)PhysX3Extensions.lib
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PhysX_3.4/Source/compiler/vc17win64/PhysXVehicle.vcxproj b/PhysX_3.4/Source/compiler/vc17win64/PhysXVehicle.vcxproj
new file mode 100644
index 000000000..5eab4a780
--- /dev/null
+++ b/PhysX_3.4/Source/compiler/vc17win64/PhysXVehicle.vcxproj
@@ -0,0 +1,315 @@
+
+
+
+
+ debug
+ x64
+
+
+ checked
+ x64
+
+
+ profile
+ x64
+
+
+ release
+ x64
+
+
+
+ {BC4778D3-142F-31D0-46EC-77203F28C874}
+ PhysXVehicle
+
+
+
+ StaticLibrary
+ v143
+
+
+ StaticLibrary
+ v143
+
+
+ StaticLibrary
+ v143
+
+
+ StaticLibrary
+ v143
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ./../../../Lib/vc17win64\
+ ./x64/PhysXVehicle/debug\
+ .lib
+ PhysX3VehicleDEBUG
+ AllRules.ruleset
+
+
+
+
+
+ false
+ false
+ Fast
+ UninitializedLocalUsageCheck
+ /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /Zi /d2Zi+
+ Disabled
+ ./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/vehicle;./../../../Include/common;./../../../Include/geometry;./../../../Include/extensions;./../../../Include/cloth;./../../../Include;./../../../Include/pvd;./../../../Include/physxprofilesdk;./../../Common/src;./../../PhysXVehicle/src;./../../PhysXMetaData/extensions/include;./../../PhysXExtensions/src/serialization/Xml;./../../PhysXMetaData/core/include;./../../PhysXVehicle/src/PhysXMetaData/include;./../../PvdSDK/src;%(AdditionalIncludeDirectories)
+ WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreadedDebug
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ %(AdditionalDependencies)
+ $(OutDir)PhysX3VehicleDEBUG.lib
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+ ./../../../Lib/vc17win64\
+ ./x64/PhysXVehicle/checked\
+ .lib
+ PhysX3VehicleCHECKED
+ AllRules.ruleset
+
+
+
+
+
+ false
+ false
+ Fast
+ /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+
+ Full
+ ./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/vehicle;./../../../Include/common;./../../../Include/geometry;./../../../Include/extensions;./../../../Include/cloth;./../../../Include;./../../../Include/pvd;./../../../Include/physxprofilesdk;./../../Common/src;./../../PhysXVehicle/src;./../../PhysXMetaData/extensions/include;./../../PhysXExtensions/src/serialization/Xml;./../../PhysXMetaData/core/include;./../../PhysXVehicle/src/PhysXMetaData/include;./../../PvdSDK/src;%(AdditionalIncludeDirectories)
+ WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ %(AdditionalDependencies)
+ $(OutDir)PhysX3VehicleCHECKED.lib
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+ ./../../../Lib/vc17win64\
+ ./x64/PhysXVehicle/profile\
+ .lib
+ PhysX3VehiclePROFILE
+ AllRules.ruleset
+
+
+
+
+
+ false
+ false
+ Fast
+ /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+
+ Full
+ ./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/vehicle;./../../../Include/common;./../../../Include/geometry;./../../../Include/extensions;./../../../Include/cloth;./../../../Include;./../../../Include/pvd;./../../../Include/physxprofilesdk;./../../Common/src;./../../PhysXVehicle/src;./../../PhysXMetaData/extensions/include;./../../PhysXExtensions/src/serialization/Xml;./../../PhysXMetaData/core/include;./../../PhysXVehicle/src/PhysXMetaData/include;./../../PvdSDK/src;%(AdditionalIncludeDirectories)
+ WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ /INCREMENTAL:NO
+ %(AdditionalDependencies)
+ $(OutDir)PhysX3VehiclePROFILE.lib
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+ ./../../../Lib/vc17win64\
+ ./x64/PhysXVehicle/release\
+ .lib
+ PhysX3Vehicle
+ AllRules.ruleset
+
+
+
+
+
+ false
+ false
+ Fast
+ /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+
+ Full
+ ./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/vehicle;./../../../Include/common;./../../../Include/geometry;./../../../Include/extensions;./../../../Include/cloth;./../../../Include;./../../../Include/pvd;./../../../Include/physxprofilesdk;./../../Common/src;./../../PhysXVehicle/src;./../../PhysXMetaData/extensions/include;./../../PhysXExtensions/src/serialization/Xml;./../../PhysXMetaData/core/include;./../../PhysXVehicle/src/PhysXMetaData/include;./../../PvdSDK/src;%(AdditionalIncludeDirectories)
+ WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ /INCREMENTAL:NO
+ %(AdditionalDependencies)
+ $(OutDir)PhysX3Vehicle.lib
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PhysX_3.4/Source/compiler/vc17win64/SceneQuery.vcxproj b/PhysX_3.4/Source/compiler/vc17win64/SceneQuery.vcxproj
new file mode 100644
index 000000000..c02824077
--- /dev/null
+++ b/PhysX_3.4/Source/compiler/vc17win64/SceneQuery.vcxproj
@@ -0,0 +1,287 @@
+
+
+
+
+ debug
+ x64
+
+
+ checked
+ x64
+
+
+ profile
+ x64
+
+
+ release
+ x64
+
+
+
+ {042DAF3E-FF50-B73C-C9A4-53AC6D3CFCEC}
+ SceneQuery
+
+
+
+ StaticLibrary
+ v143
+
+
+ StaticLibrary
+ v143
+
+
+ StaticLibrary
+ v143
+
+
+ StaticLibrary
+ v143
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ./../../../Lib/vc17win64\
+ ./x64/SceneQuery/debug\
+ .lib
+ $(ProjectName)DEBUG
+ AllRules.ruleset
+
+
+
+
+
+ false
+ false
+ Fast
+ UninitializedLocalUsageCheck
+ /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /Zi /d2Zi+
+ Disabled
+ ./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../../Externals/nvToolsExt/1/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include;./../../Common/src;./../../Common/src/windows;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../SceneQuery/include;./../../SimulationController/include;./../../LowLevel/API/include;./../../PhysX/src;./../../PhysX/src/buffering;%(AdditionalIncludeDirectories)
+ WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreadedDebug
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ %(AdditionalDependencies)
+ $(OutDir)$(ProjectName)DEBUG.lib
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+ ./../../../Lib/vc17win64\
+ ./x64/SceneQuery/checked\
+ .lib
+ $(ProjectName)CHECKED
+ AllRules.ruleset
+
+
+
+
+
+ false
+ false
+ Fast
+ /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+
+ Full
+ ./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../../Externals/nvToolsExt/1/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include;./../../Common/src;./../../Common/src/windows;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../SceneQuery/include;./../../SimulationController/include;./../../LowLevel/API/include;./../../PhysX/src;./../../PhysX/src/buffering;%(AdditionalIncludeDirectories)
+ WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ %(AdditionalDependencies)
+ $(OutDir)$(ProjectName)CHECKED.lib
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+ ./../../../Lib/vc17win64\
+ ./x64/SceneQuery/profile\
+ .lib
+ $(ProjectName)PROFILE
+ AllRules.ruleset
+
+
+
+
+
+ false
+ false
+ Fast
+ /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+
+ Full
+ ./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../../Externals/nvToolsExt/1/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include;./../../Common/src;./../../Common/src/windows;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../SceneQuery/include;./../../SimulationController/include;./../../LowLevel/API/include;./../../PhysX/src;./../../PhysX/src/buffering;%(AdditionalIncludeDirectories)
+ WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ /INCREMENTAL:NO
+ %(AdditionalDependencies)
+ $(OutDir)$(ProjectName)PROFILE.lib
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+ ./../../../Lib/vc17win64\
+ ./x64/SceneQuery/release\
+ .lib
+ $(ProjectName)
+ AllRules.ruleset
+
+
+
+
+
+ false
+ false
+ Fast
+ /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+
+ Full
+ ./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../../Externals/nvToolsExt/1/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include;./../../Common/src;./../../Common/src/windows;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../SceneQuery/include;./../../SimulationController/include;./../../LowLevel/API/include;./../../PhysX/src;./../../PhysX/src/buffering;%(AdditionalIncludeDirectories)
+ WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ /INCREMENTAL:NO
+ %(AdditionalDependencies)
+ $(OutDir)$(ProjectName).lib
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PhysX_3.4/Source/compiler/vc17win64/SimulationController.vcxproj b/PhysX_3.4/Source/compiler/vc17win64/SimulationController.vcxproj
new file mode 100644
index 000000000..a854636c5
--- /dev/null
+++ b/PhysX_3.4/Source/compiler/vc17win64/SimulationController.vcxproj
@@ -0,0 +1,425 @@
+
+
+
+
+ debug
+ x64
+
+
+ checked
+ x64
+
+
+ profile
+ x64
+
+
+ release
+ x64
+
+
+
+ {49C560C2-F59E-0A40-E1D5-E0F25960F1AB}
+ SimulationController
+
+
+
+ StaticLibrary
+ v143
+
+
+ StaticLibrary
+ v143
+
+
+ StaticLibrary
+ v143
+
+
+ StaticLibrary
+ v143
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ./../../../Lib/vc17win64\
+ ./x64/SimulationController/debug\
+ .lib
+ $(ProjectName)DEBUG
+ AllRules.ruleset
+
+
+
+
+
+ false
+ false
+ Fast
+ UninitializedLocalUsageCheck
+ /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /Zi /d2Zi+
+ Disabled
+ ./../../PhysXGpu/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include/particles;./../../../Include/cloth;./../../../Include;./../../Common/src;./../../Common/src/windows;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../SimulationController/include;./../../SimulationController/src;./../../SimulationController/src/particles;./../../SimulationController/src/cloth;./../../LowLevel/windows/include;./../../LowLevel/API/include;./../../LowLevel/software/include;./../../LowLevel/common/include/math;./../../LowLevel/common/include/utils;./../../LowLevel/common/include/collision;./../../LowLevel/common/include/pipeline;./../../LowLevelCloth/include;./../../LowLevelAABB/include;./../../LowLevelDynamics/include;./../../LowLevelParticles/include;./../../../../Externals/nvToolsExt/1/include;%(AdditionalIncludeDirectories)
+ WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreadedDebug
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ %(AdditionalDependencies)
+ $(OutDir)$(ProjectName)DEBUG.lib
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+ ./../../../Lib/vc17win64\
+ ./x64/SimulationController/checked\
+ .lib
+ $(ProjectName)CHECKED
+ AllRules.ruleset
+
+
+
+
+
+ false
+ false
+ Fast
+ /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+
+ Full
+ ./../../PhysXGpu/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include/particles;./../../../Include/cloth;./../../../Include;./../../Common/src;./../../Common/src/windows;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../SimulationController/include;./../../SimulationController/src;./../../SimulationController/src/particles;./../../SimulationController/src/cloth;./../../LowLevel/windows/include;./../../LowLevel/API/include;./../../LowLevel/software/include;./../../LowLevel/common/include/math;./../../LowLevel/common/include/utils;./../../LowLevel/common/include/collision;./../../LowLevel/common/include/pipeline;./../../LowLevelCloth/include;./../../LowLevelAABB/include;./../../LowLevelDynamics/include;./../../LowLevelParticles/include;./../../../../Externals/nvToolsExt/1/include;%(AdditionalIncludeDirectories)
+ WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_CHECKED=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ %(AdditionalDependencies)
+ $(OutDir)$(ProjectName)CHECKED.lib
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+ ./../../../Lib/vc17win64\
+ ./x64/SimulationController/profile\
+ .lib
+ $(ProjectName)PROFILE
+ AllRules.ruleset
+
+
+
+
+
+ false
+ false
+ Fast
+ /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+
+ Full
+ ./../../PhysXGpu/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include/particles;./../../../Include/cloth;./../../../Include;./../../Common/src;./../../Common/src/windows;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../SimulationController/include;./../../SimulationController/src;./../../SimulationController/src/particles;./../../SimulationController/src/cloth;./../../LowLevel/windows/include;./../../LowLevel/API/include;./../../LowLevel/software/include;./../../LowLevel/common/include/math;./../../LowLevel/common/include/utils;./../../LowLevel/common/include/collision;./../../LowLevel/common/include/pipeline;./../../LowLevelCloth/include;./../../LowLevelAABB/include;./../../LowLevelDynamics/include;./../../LowLevelParticles/include;./../../../../Externals/nvToolsExt/1/include;%(AdditionalIncludeDirectories)
+ WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_PROFILE=1;PX_NVTX=1;PX_SUPPORT_PVD=1;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ /INCREMENTAL:NO
+ %(AdditionalDependencies)
+ $(OutDir)$(ProjectName)PROFILE.lib
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+ ./../../../Lib/vc17win64\
+ ./x64/SimulationController/release\
+ .lib
+ $(ProjectName)
+ AllRules.ruleset
+
+
+
+
+
+ false
+ false
+ Fast
+ /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4435 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd5038 /wd5045 /wd4548 /d2Zi+
+ Full
+ ./../../PhysXGpu/include;./../../Common/include;./../../../../PxShared/include;./../../../../PxShared/src/foundation/include;./../../../../PxShared/src/fastxml/include;./../../../../PxShared/src/pvd/include;./../../../Include/common;./../../../Include/geometry;./../../../Include/GeomUtils;./../../../Include/pvd;./../../../Include/particles;./../../../Include/cloth;./../../../Include;./../../Common/src;./../../Common/src/windows;./../../GeomUtils/headers;./../../GeomUtils/src;./../../GeomUtils/src/contact;./../../GeomUtils/src/common;./../../GeomUtils/src/convex;./../../GeomUtils/src/distance;./../../GeomUtils/src/sweep;./../../GeomUtils/src/gjk;./../../GeomUtils/src/intersection;./../../GeomUtils/src/mesh;./../../GeomUtils/src/hf;./../../GeomUtils/src/pcm;./../../GeomUtils/src/ccd;./../../SimulationController/include;./../../SimulationController/src;./../../SimulationController/src/particles;./../../SimulationController/src/cloth;./../../LowLevel/windows/include;./../../LowLevel/API/include;./../../LowLevel/software/include;./../../LowLevel/common/include/math;./../../LowLevel/common/include/utils;./../../LowLevel/common/include/collision;./../../LowLevel/common/include/pipeline;./../../LowLevelCloth/include;./../../LowLevelAABB/include;./../../LowLevelDynamics/include;./../../LowLevelParticles/include;./../../../../Externals/nvToolsExt/1/include;%(AdditionalIncludeDirectories)
+ WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PHYSX_STATIC_LIB;NDEBUG;PX_SUPPORT_PVD=0;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ /INCREMENTAL:NO
+ %(AdditionalDependencies)
+ $(OutDir)$(ProjectName).lib
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PxShared/src/compiler/vc17win64/PsFastXml.sln b/PxShared/src/compiler/vc17win64/PsFastXml.sln
new file mode 100644
index 000000000..bbbca7654
--- /dev/null
+++ b/PxShared/src/compiler/vc17win64/PsFastXml.sln
@@ -0,0 +1,30 @@
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio 15
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PsFastXml", "./PsFastXml.vcxproj", "{82276A9F-CCF0-C50C-BB4A-82ACFFE2A93A}"
+ ProjectSection(ProjectDependencies) = postProject
+ EndProjectSection
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ checked|x64 = checked|x64
+ debug|x64 = debug|x64
+ profile|x64 = profile|x64
+ release|x64 = release|x64
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {82276A9F-CCF0-C50C-BB4A-82ACFFE2A93A}.checked|x64.ActiveCfg = checked|x64
+ {82276A9F-CCF0-C50C-BB4A-82ACFFE2A93A}.checked|x64.Build.0 = checked|x64
+ {82276A9F-CCF0-C50C-BB4A-82ACFFE2A93A}.debug|x64.ActiveCfg = debug|x64
+ {82276A9F-CCF0-C50C-BB4A-82ACFFE2A93A}.debug|x64.Build.0 = debug|x64
+ {82276A9F-CCF0-C50C-BB4A-82ACFFE2A93A}.profile|x64.ActiveCfg = profile|x64
+ {82276A9F-CCF0-C50C-BB4A-82ACFFE2A93A}.profile|x64.Build.0 = profile|x64
+ {82276A9F-CCF0-C50C-BB4A-82ACFFE2A93A}.release|x64.ActiveCfg = release|x64
+ {82276A9F-CCF0-C50C-BB4A-82ACFFE2A93A}.release|x64.Build.0 = release|x64
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ EndGlobalSection
+ GlobalSection(ExtensibilityAddins) = postSolution
+ EndGlobalSection
+ GlobalSection(NestedProjects) = preSolution
+ EndGlobalSection
+EndGlobal
diff --git a/PxShared/src/compiler/vc17win64/PsFastXml.vcxproj b/PxShared/src/compiler/vc17win64/PsFastXml.vcxproj
new file mode 100644
index 000000000..9c1f6bbe9
--- /dev/null
+++ b/PxShared/src/compiler/vc17win64/PsFastXml.vcxproj
@@ -0,0 +1,231 @@
+
+
+
+
+ debug
+ x64
+
+
+ release
+ x64
+
+
+ checked
+ x64
+
+
+ profile
+ x64
+
+
+
+ {82276A9F-CCF0-C50C-BB4A-82ACFFE2A93A}
+ PsFastXml
+
+
+
+ StaticLibrary
+ v143
+
+
+ StaticLibrary
+ v143
+
+
+ StaticLibrary
+ v143
+
+
+ StaticLibrary
+ v143
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ./../../../lib/vc17win64\
+ ./x64/PsFastXml/debug\
+ .lib
+ $(ProjectName)DEBUG_x64
+ AllRules.ruleset
+
+
+
+
+
+ false
+ false
+ Fast
+ UninitializedLocalUsageCheck
+ /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd4435 /wd5045 /wd4548 /Zi /d2Zi+
+ Disabled
+ ./../../../include;./../../foundation/include;./../../fastxml/include;%(AdditionalIncludeDirectories)
+ PX_FOUNDATION_DLL=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreadedDebug
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ %(AdditionalDependencies)
+ $(OutDir)$(ProjectName)DEBUG_x64.lib
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+ ./../../../lib/vc17win64\
+ ./x64/PsFastXml/release\
+ .lib
+ $(ProjectName)_x64
+ AllRules.ruleset
+
+
+
+
+
+ false
+ false
+ Fast
+ /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd4435 /wd5045 /wd4548 /d2Zi+
+ Full
+ ./../../../include;./../../foundation/include;./../../fastxml/include;%(AdditionalIncludeDirectories)
+ PX_FOUNDATION_DLL=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ /INCREMENTAL:NO
+ %(AdditionalDependencies)
+ $(OutDir)$(ProjectName)_x64.lib
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+ ./../../../lib/vc17win64\
+ ./x64/PsFastXml/checked\
+ .lib
+ $(ProjectName)CHECKED_x64
+ AllRules.ruleset
+
+
+
+
+
+ false
+ false
+ Fast
+ /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd4435 /wd5045 /wd4548 /d2Zi+
+ Full
+ ./../../../include;./../../foundation/include;./../../fastxml/include;%(AdditionalIncludeDirectories)
+ PX_FOUNDATION_DLL=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;PX_CHECKED=1;PX_NVTX=1;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ %(AdditionalDependencies)
+ $(OutDir)$(ProjectName)CHECKED_x64.lib
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+ ./../../../lib/vc17win64\
+ ./x64/PsFastXml/profile\
+ .lib
+ $(ProjectName)PROFILE_x64
+ AllRules.ruleset
+
+
+
+
+
+ false
+ false
+ Fast
+ /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd4435 /wd5045 /wd4548 /d2Zi+
+ Full
+ ./../../../include;./../../foundation/include;./../../fastxml/include;%(AdditionalIncludeDirectories)
+ PX_FOUNDATION_DLL=0;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;PX_PROFILE=1;PX_NVTX=1;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ /INCREMENTAL:NO
+ %(AdditionalDependencies)
+ $(OutDir)$(ProjectName)PROFILE_x64.lib
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PxShared/src/compiler/vc17win64/PxFoundation.sln b/PxShared/src/compiler/vc17win64/PxFoundation.sln
new file mode 100644
index 000000000..c557b504a
--- /dev/null
+++ b/PxShared/src/compiler/vc17win64/PxFoundation.sln
@@ -0,0 +1,30 @@
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio 15
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PxFoundation", "./PxFoundation.vcxproj", "{DF4537B3-3CE9-1581-10B6-A291FE3299C6}"
+ ProjectSection(ProjectDependencies) = postProject
+ EndProjectSection
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ checked|x64 = checked|x64
+ debug|x64 = debug|x64
+ profile|x64 = profile|x64
+ release|x64 = release|x64
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {DF4537B3-3CE9-1581-10B6-A291FE3299C6}.checked|x64.ActiveCfg = checked|x64
+ {DF4537B3-3CE9-1581-10B6-A291FE3299C6}.checked|x64.Build.0 = checked|x64
+ {DF4537B3-3CE9-1581-10B6-A291FE3299C6}.debug|x64.ActiveCfg = debug|x64
+ {DF4537B3-3CE9-1581-10B6-A291FE3299C6}.debug|x64.Build.0 = debug|x64
+ {DF4537B3-3CE9-1581-10B6-A291FE3299C6}.profile|x64.ActiveCfg = profile|x64
+ {DF4537B3-3CE9-1581-10B6-A291FE3299C6}.profile|x64.Build.0 = profile|x64
+ {DF4537B3-3CE9-1581-10B6-A291FE3299C6}.release|x64.ActiveCfg = release|x64
+ {DF4537B3-3CE9-1581-10B6-A291FE3299C6}.release|x64.Build.0 = release|x64
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ EndGlobalSection
+ GlobalSection(ExtensibilityAddins) = postSolution
+ EndGlobalSection
+ GlobalSection(NestedProjects) = preSolution
+ EndGlobalSection
+EndGlobal
diff --git a/PxShared/src/compiler/vc17win64/PxFoundation.vcxproj b/PxShared/src/compiler/vc17win64/PxFoundation.vcxproj
new file mode 100644
index 000000000..75e3a72a1
--- /dev/null
+++ b/PxShared/src/compiler/vc17win64/PxFoundation.vcxproj
@@ -0,0 +1,445 @@
+
+
+
+
+ debug
+ x64
+
+
+ release
+ x64
+
+
+ checked
+ x64
+
+
+ profile
+ x64
+
+
+
+ {DF4537B3-3CE9-1581-10B6-A291FE3299C6}
+ PxFoundation
+
+
+
+ DynamicLibrary
+ v143
+
+
+ DynamicLibrary
+ v143
+
+
+ DynamicLibrary
+ v143
+
+
+ DynamicLibrary
+ v143
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ./../../../bin/vc17win64\
+ ./x64/PxFoundation/debug\
+ .dll
+ PxFoundationDEBUG_x64
+ AllRules.ruleset
+
+
+ true
+
+
+
+ false
+ false
+ Fast
+ UninitializedLocalUsageCheck
+ /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd4435 /wd5045 /wd4548 /Zi /d2Zi+
+ Disabled
+ ./../../../include;$(WindowsSDK_IncludePath);./../../foundation/include;./../../foundation/include/windows;%(AdditionalIncludeDirectories)
+ PX_FOUNDATION_DLL=1;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreadedDebug
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ %(AdditionalDependencies)
+ $(OutDir)PxFoundationDEBUG_x64.dll
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ Console
+ ./../../../lib/vc17win64/$(TargetName).lib
+ true
+ MachineX64
+
+
+
+
+
+
+
+ ./../../../bin/vc17win64\
+ ./x64/PxFoundation/release\
+ .dll
+ PxFoundation_x64
+ AllRules.ruleset
+
+
+ true
+
+
+
+ false
+ false
+ Fast
+ /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd4435 /wd5045 /wd4548 /d2Zi+
+ Full
+ ./../../../include;$(WindowsSDK_IncludePath);./../../foundation/include;./../../foundation/include/windows;%(AdditionalIncludeDirectories)
+ PX_FOUNDATION_DLL=1;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ /INCREMENTAL:NO
+ %(AdditionalDependencies)
+ $(OutDir)PxFoundation_x64.dll
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ Console
+ ./../../../lib/vc17win64/$(TargetName).lib
+ true
+ MachineX64
+
+
+
+
+
+
+
+ ./../../../bin/vc17win64\
+ ./x64/PxFoundation/checked\
+ .dll
+ PxFoundationCHECKED_x64
+ AllRules.ruleset
+
+
+ true
+
+
+
+ false
+ false
+ Fast
+ /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd4435 /wd5045 /wd4548 /d2Zi+
+ Full
+ ./../../../include;$(WindowsSDK_IncludePath);./../../foundation/include;./../../foundation/include/windows;%(AdditionalIncludeDirectories)
+ PX_FOUNDATION_DLL=1;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;PX_CHECKED=1;PX_NVTX=1;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ %(AdditionalDependencies)
+ $(OutDir)PxFoundationCHECKED_x64.dll
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ Console
+ ./../../../lib/vc17win64/$(TargetName).lib
+ true
+ MachineX64
+
+
+
+
+
+
+
+ ./../../../bin/vc17win64\
+ ./x64/PxFoundation/profile\
+ .dll
+ PxFoundationPROFILE_x64
+ AllRules.ruleset
+
+
+ true
+
+
+
+ false
+ false
+ Fast
+ /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd4435 /wd5045 /wd4548 /d2Zi+
+ Full
+ ./../../../include;$(WindowsSDK_IncludePath);./../../foundation/include;./../../foundation/include/windows;%(AdditionalIncludeDirectories)
+ PX_FOUNDATION_DLL=1;WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;PX_PROFILE=1;PX_NVTX=1;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ /INCREMENTAL:NO
+ %(AdditionalDependencies)
+ $(OutDir)PxFoundationPROFILE_x64.dll
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ Console
+ ./../../../lib/vc17win64/$(TargetName).lib
+ true
+ MachineX64
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PxShared/src/compiler/vc17win64/PxPvdSDK.sln b/PxShared/src/compiler/vc17win64/PxPvdSDK.sln
new file mode 100644
index 000000000..ebf3c79f1
--- /dev/null
+++ b/PxShared/src/compiler/vc17win64/PxPvdSDK.sln
@@ -0,0 +1,43 @@
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio 15
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PxPvdSDK", "./PxPvdSDK.vcxproj", "{D4255C0E-3C6E-8A94-959C-54BAC884B25C}"
+ ProjectSection(ProjectDependencies) = postProject
+ {DF4537B3-3CE9-1581-10B6-A291FE3299C6} = {DF4537B3-3CE9-1581-10B6-A291FE3299C6}
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PxFoundation", "./PxFoundation.vcxproj", "{DF4537B3-3CE9-1581-10B6-A291FE3299C6}"
+ ProjectSection(ProjectDependencies) = postProject
+ EndProjectSection
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ checked|x64 = checked|x64
+ debug|x64 = debug|x64
+ profile|x64 = profile|x64
+ release|x64 = release|x64
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {D4255C0E-3C6E-8A94-959C-54BAC884B25C}.checked|x64.ActiveCfg = checked|x64
+ {D4255C0E-3C6E-8A94-959C-54BAC884B25C}.checked|x64.Build.0 = checked|x64
+ {D4255C0E-3C6E-8A94-959C-54BAC884B25C}.debug|x64.ActiveCfg = debug|x64
+ {D4255C0E-3C6E-8A94-959C-54BAC884B25C}.debug|x64.Build.0 = debug|x64
+ {D4255C0E-3C6E-8A94-959C-54BAC884B25C}.profile|x64.ActiveCfg = profile|x64
+ {D4255C0E-3C6E-8A94-959C-54BAC884B25C}.profile|x64.Build.0 = profile|x64
+ {D4255C0E-3C6E-8A94-959C-54BAC884B25C}.release|x64.ActiveCfg = release|x64
+ {D4255C0E-3C6E-8A94-959C-54BAC884B25C}.release|x64.Build.0 = release|x64
+ {DF4537B3-3CE9-1581-10B6-A291FE3299C6}.checked|x64.ActiveCfg = checked|x64
+ {DF4537B3-3CE9-1581-10B6-A291FE3299C6}.checked|x64.Build.0 = checked|x64
+ {DF4537B3-3CE9-1581-10B6-A291FE3299C6}.debug|x64.ActiveCfg = debug|x64
+ {DF4537B3-3CE9-1581-10B6-A291FE3299C6}.debug|x64.Build.0 = debug|x64
+ {DF4537B3-3CE9-1581-10B6-A291FE3299C6}.profile|x64.ActiveCfg = profile|x64
+ {DF4537B3-3CE9-1581-10B6-A291FE3299C6}.profile|x64.Build.0 = profile|x64
+ {DF4537B3-3CE9-1581-10B6-A291FE3299C6}.release|x64.ActiveCfg = release|x64
+ {DF4537B3-3CE9-1581-10B6-A291FE3299C6}.release|x64.Build.0 = release|x64
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ EndGlobalSection
+ GlobalSection(ExtensibilityAddins) = postSolution
+ EndGlobalSection
+ GlobalSection(NestedProjects) = preSolution
+ EndGlobalSection
+EndGlobal
diff --git a/PxShared/src/compiler/vc17win64/PxPvdSDK.vcxproj b/PxShared/src/compiler/vc17win64/PxPvdSDK.vcxproj
new file mode 100644
index 000000000..2145be3ee
--- /dev/null
+++ b/PxShared/src/compiler/vc17win64/PxPvdSDK.vcxproj
@@ -0,0 +1,418 @@
+
+
+
+
+ debug
+ x64
+
+
+ release
+ x64
+
+
+ checked
+ x64
+
+
+ profile
+ x64
+
+
+
+ {D4255C0E-3C6E-8A94-959C-54BAC884B25C}
+ PxPvdSDK
+
+
+
+ DynamicLibrary
+ v143
+
+
+ DynamicLibrary
+ v143
+
+
+ DynamicLibrary
+ v143
+
+
+ DynamicLibrary
+ v143
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ./../../../bin/vc17win64\
+ ./x64/PxPvdSDK/debug\
+ .dll
+ PxPvdSDKDEBUG_x64
+ AllRules.ruleset
+
+
+ true
+
+
+
+ false
+ false
+ Fast
+ UninitializedLocalUsageCheck
+ /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd4435 /wd5045 /wd4548 /Zi /d2Zi+
+ Disabled
+ ./../../../include;./../../pvd/include;./../../foundation/include;./../../filebuf/include;./../../../../Externals/nvToolsExt/1/include;%(AdditionalIncludeDirectories)
+ WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PVDSDK_DLL=1;PX_FOUNDATION_DLL=1;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreadedDebug
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ /DELAYLOAD:PxFoundationDEBUG_x64.dll
+ ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies)
+ $(OutDir)PxPvdSDKDEBUG_x64.dll
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ Console
+ ./../../../lib/vc17win64/$(TargetName).lib
+ true
+ MachineX64
+
+
+
+
+
+
+
+ ./../../../bin/vc17win64\
+ ./x64/PxPvdSDK/release\
+ .dll
+ PxPvdSDK_x64
+ AllRules.ruleset
+
+
+ true
+
+
+
+ false
+ false
+ Fast
+ /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd4435 /wd5045 /wd4548 /d2Zi+
+ Full
+ ./../../../include;./../../pvd/include;./../../foundation/include;./../../filebuf/include;./../../../../Externals/nvToolsExt/1/include;%(AdditionalIncludeDirectories)
+ WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PVDSDK_DLL=1;PX_FOUNDATION_DLL=1;NDEBUG;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ /INCREMENTAL:NO /DELAYLOAD:PxFoundation_x64.dll
+ ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies)
+ $(OutDir)PxPvdSDK_x64.dll
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ Console
+ ./../../../lib/vc17win64/$(TargetName).lib
+ true
+ MachineX64
+
+
+
+
+
+
+
+ ./../../../bin/vc17win64\
+ ./x64/PxPvdSDK/checked\
+ .dll
+ PxPvdSDKCHECKED_x64
+ AllRules.ruleset
+
+
+ true
+
+
+
+ false
+ false
+ Fast
+ /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd4435 /wd5045 /wd4548 /d2Zi+
+ Full
+ ./../../../include;./../../pvd/include;./../../foundation/include;./../../filebuf/include;./../../../../Externals/nvToolsExt/1/include;%(AdditionalIncludeDirectories)
+ WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PVDSDK_DLL=1;PX_FOUNDATION_DLL=1;NDEBUG;PX_CHECKED=1;PX_NVTX=1;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ /DELAYLOAD:PxFoundationCHECKED_x64.dll
+ ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies)
+ $(OutDir)PxPvdSDKCHECKED_x64.dll
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ Console
+ ./../../../lib/vc17win64/$(TargetName).lib
+ true
+ MachineX64
+
+
+
+
+
+
+
+ ./../../../bin/vc17win64\
+ ./x64/PxPvdSDK/profile\
+ .dll
+ PxPvdSDKPROFILE_x64
+ AllRules.ruleset
+
+
+ true
+
+
+
+ false
+ false
+ Fast
+ /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd4435 /wd5045 /wd4548 /d2Zi+
+ Full
+ ./../../../include;./../../pvd/include;./../../foundation/include;./../../filebuf/include;./../../../../Externals/nvToolsExt/1/include;%(AdditionalIncludeDirectories)
+ WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;PX_PVDSDK_DLL=1;PX_FOUNDATION_DLL=1;NDEBUG;PX_PROFILE=1;PX_NVTX=1;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ /INCREMENTAL:NO /DELAYLOAD:PxFoundationPROFILE_x64.dll
+ ./../../../../Externals/nvToolsExt/1/lib/x64/nvToolsExt64_1.lib;%(AdditionalDependencies)
+ $(OutDir)PxPvdSDKPROFILE_x64.dll
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ Console
+ ./../../../lib/vc17win64/$(TargetName).lib
+ true
+ MachineX64
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PxShared/src/compiler/vc17win64/PxTask.sln b/PxShared/src/compiler/vc17win64/PxTask.sln
new file mode 100644
index 000000000..688a44a4a
--- /dev/null
+++ b/PxShared/src/compiler/vc17win64/PxTask.sln
@@ -0,0 +1,30 @@
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio 15
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PxTask", "./PxTask.vcxproj", "{5B1132F6-84F8-142E-B951-ADB8505CC27F}"
+ ProjectSection(ProjectDependencies) = postProject
+ EndProjectSection
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ checked|x64 = checked|x64
+ debug|x64 = debug|x64
+ profile|x64 = profile|x64
+ release|x64 = release|x64
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {5B1132F6-84F8-142E-B951-ADB8505CC27F}.checked|x64.ActiveCfg = checked|x64
+ {5B1132F6-84F8-142E-B951-ADB8505CC27F}.checked|x64.Build.0 = checked|x64
+ {5B1132F6-84F8-142E-B951-ADB8505CC27F}.debug|x64.ActiveCfg = debug|x64
+ {5B1132F6-84F8-142E-B951-ADB8505CC27F}.debug|x64.Build.0 = debug|x64
+ {5B1132F6-84F8-142E-B951-ADB8505CC27F}.profile|x64.ActiveCfg = profile|x64
+ {5B1132F6-84F8-142E-B951-ADB8505CC27F}.profile|x64.Build.0 = profile|x64
+ {5B1132F6-84F8-142E-B951-ADB8505CC27F}.release|x64.ActiveCfg = release|x64
+ {5B1132F6-84F8-142E-B951-ADB8505CC27F}.release|x64.Build.0 = release|x64
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ EndGlobalSection
+ GlobalSection(ExtensibilityAddins) = postSolution
+ EndGlobalSection
+ GlobalSection(NestedProjects) = preSolution
+ EndGlobalSection
+EndGlobal
diff --git a/PxShared/src/compiler/vc17win64/PxTask.vcxproj b/PxShared/src/compiler/vc17win64/PxTask.vcxproj
new file mode 100644
index 000000000..985630eb4
--- /dev/null
+++ b/PxShared/src/compiler/vc17win64/PxTask.vcxproj
@@ -0,0 +1,243 @@
+
+
+
+
+ debug
+ x64
+
+
+ release
+ x64
+
+
+ checked
+ x64
+
+
+ profile
+ x64
+
+
+
+ {5B1132F6-84F8-142E-B951-ADB8505CC27F}
+ PxTask
+
+
+
+ StaticLibrary
+ v143
+
+
+ StaticLibrary
+ v143
+
+
+ StaticLibrary
+ v143
+
+
+ StaticLibrary
+ v143
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ./../../../lib/vc17win64\
+ ./x64/PxTask/debug\
+ .lib
+ $(ProjectName)DEBUG_x64
+ AllRules.ruleset
+
+
+
+
+
+ false
+ false
+ Fast
+ UninitializedLocalUsageCheck
+ /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd4435 /wd5045 /wd4548 /Zi /d2Zi+
+ Disabled
+ ./../../../include;./../../task/include;./../../foundation/include;%(AdditionalIncludeDirectories)
+ WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;_DEBUG;PX_DEBUG=1;PX_CHECKED=1;PX_NVTX=1;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreadedDebug
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ %(AdditionalDependencies)
+ $(OutDir)$(ProjectName)DEBUG_x64.lib
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+ ./../../../lib/vc17win64\
+ ./x64/PxTask/release\
+ .lib
+ $(ProjectName)_x64
+ AllRules.ruleset
+
+
+
+
+
+ false
+ false
+ Fast
+ /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd4435 /wd5045 /wd4548 /d2Zi+
+ Full
+ ./../../../include;./../../task/include;./../../foundation/include;%(AdditionalIncludeDirectories)
+ WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ /INCREMENTAL:NO
+ %(AdditionalDependencies)
+ $(OutDir)$(ProjectName)_x64.lib
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+ ./../../../lib/vc17win64\
+ ./x64/PxTask/checked\
+ .lib
+ $(ProjectName)CHECKED_x64
+ AllRules.ruleset
+
+
+
+
+
+ false
+ false
+ Fast
+ /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd4435 /wd5045 /wd4548 /d2Zi+
+ Full
+ ./../../../include;./../../task/include;./../../foundation/include;%(AdditionalIncludeDirectories)
+ WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;PX_CHECKED=1;PX_NVTX=1;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ %(AdditionalDependencies)
+ $(OutDir)$(ProjectName)CHECKED_x64.lib
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+ ./../../../lib/vc17win64\
+ ./x64/PxTask/profile\
+ .lib
+ $(ProjectName)PROFILE_x64
+ AllRules.ruleset
+
+
+
+
+
+ false
+ false
+ Fast
+ /GR- /GF /MP /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4577 /wd4464 /wd4623 /wd4626 /wd5027 /wd4987 /wd4435 /wd5045 /wd4548 /d2Zi+
+ Full
+ ./../../../include;./../../task/include;./../../foundation/include;%(AdditionalIncludeDirectories)
+ WIN32;WIN64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;PX_PROFILE=1;PX_NVTX=1;%(PreprocessorDefinitions)
+ false
+ Level4
+ MultiThreaded
+ NotUsing
+
+
+ $(TargetDir)\$(TargetName).pdb
+ ProgramDatabase
+
+
+ /INCREMENTAL:NO
+ %(AdditionalDependencies)
+ $(OutDir)$(ProjectName)PROFILE_x64.lib
+ %(AdditionalLibraryDirectories)
+ $(TargetDir)\$(TargetName).pdb
+ MachineX64
+
+
+
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PxShared/src/foundation/include/PsAllocator.h b/PxShared/src/foundation/include/PsAllocator.h
index 05df15b44..cfdbd8b04 100644
--- a/PxShared/src/foundation/include/PsAllocator.h
+++ b/PxShared/src/foundation/include/PsAllocator.h
@@ -37,7 +37,7 @@
#if(PX_WINDOWS_FAMILY || PX_XBOXONE)
#include
-#include
+#include
#endif
#if(PX_APPLE_FAMILY)
#include