diff options
| author | git perforce import user <a@b> | 2016-10-25 12:29:14 -0600 |
|---|---|---|
| committer | Sheikh Dawood Abdul Ajees <Sheikh Dawood Abdul Ajees> | 2016-10-25 18:56:37 -0500 |
| commit | 3dfe2108cfab31ba3ee5527e217d0d8e99a51162 (patch) | |
| tree | fa6485c169e50d7415a651bf838f5bcd0fd3bfbd /APEX_1.4/shared/general/RenderDebug/compiler/vc14win32-PhysX_3.4 | |
| download | physx-3.4-3dfe2108cfab31ba3ee5527e217d0d8e99a51162.tar.xz physx-3.4-3dfe2108cfab31ba3ee5527e217d0d8e99a51162.zip | |
Initial commit:
PhysX 3.4.0 Update @ 21294896
APEX 1.4.0 Update @ 21275617
[CL 21300167]
Diffstat (limited to 'APEX_1.4/shared/general/RenderDebug/compiler/vc14win32-PhysX_3.4')
3 files changed, 397 insertions, 0 deletions
diff --git a/APEX_1.4/shared/general/RenderDebug/compiler/vc14win32-PhysX_3.4/RenderDebug.sln b/APEX_1.4/shared/general/RenderDebug/compiler/vc14win32-PhysX_3.4/RenderDebug.sln new file mode 100644 index 00000000..8f65c969 --- /dev/null +++ b/APEX_1.4/shared/general/RenderDebug/compiler/vc14win32-PhysX_3.4/RenderDebug.sln @@ -0,0 +1,30 @@ +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 14 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RenderDebug", "./RenderDebug.vcxproj", "{473AD218-8370-A35E-CAB1-F030F86A6449}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + checked|Win32 = checked|Win32 + debug|Win32 = debug|Win32 + profile|Win32 = profile|Win32 + release|Win32 = release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {473AD218-8370-A35E-CAB1-F030F86A6449}.checked|Win32.ActiveCfg = checked|Win32 + {473AD218-8370-A35E-CAB1-F030F86A6449}.checked|Win32.Build.0 = checked|Win32 + {473AD218-8370-A35E-CAB1-F030F86A6449}.debug|Win32.ActiveCfg = debug|Win32 + {473AD218-8370-A35E-CAB1-F030F86A6449}.debug|Win32.Build.0 = debug|Win32 + {473AD218-8370-A35E-CAB1-F030F86A6449}.profile|Win32.ActiveCfg = profile|Win32 + {473AD218-8370-A35E-CAB1-F030F86A6449}.profile|Win32.Build.0 = profile|Win32 + {473AD218-8370-A35E-CAB1-F030F86A6449}.release|Win32.ActiveCfg = release|Win32 + {473AD218-8370-A35E-CAB1-F030F86A6449}.release|Win32.Build.0 = release|Win32 + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + EndGlobalSection + GlobalSection(ExtensibilityAddins) = postSolution + EndGlobalSection + GlobalSection(NestedProjects) = preSolution + EndGlobalSection +EndGlobal diff --git a/APEX_1.4/shared/general/RenderDebug/compiler/vc14win32-PhysX_3.4/RenderDebug.vcxproj b/APEX_1.4/shared/general/RenderDebug/compiler/vc14win32-PhysX_3.4/RenderDebug.vcxproj new file mode 100644 index 00000000..2e22d615 --- /dev/null +++ b/APEX_1.4/shared/general/RenderDebug/compiler/vc14win32-PhysX_3.4/RenderDebug.vcxproj @@ -0,0 +1,271 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project + DefaultTargets="Build" + ToolsVersion="14.0" + xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup Label="ProjectConfigurations"> + <ProjectConfiguration Include="debug|Win32"> + <Configuration>debug</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="release|Win32"> + <Configuration>release</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="profile|Win32"> + <Configuration>profile</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="checked|Win32"> + <Configuration>checked</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectGuid>{473AD218-8370-A35E-CAB1-F030F86A6449}</ProjectGuid> + <RootNamespace>RenderDebug</RootNamespace> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup + Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" + Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <PlatformToolset>v140</PlatformToolset> + </PropertyGroup> + <PropertyGroup + Condition="'$(Configuration)|$(Platform)'=='release|Win32'" + Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <PlatformToolset>v140</PlatformToolset> + </PropertyGroup> + <PropertyGroup + Condition="'$(Configuration)|$(Platform)'=='profile|Win32'" + Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <PlatformToolset>v140</PlatformToolset> + </PropertyGroup> + <PropertyGroup + Condition="'$(Configuration)|$(Platform)'=='checked|Win32'" + Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <PlatformToolset>v140</PlatformToolset> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> + <ImportGroup Label="ExtensionSettings"></ImportGroup> + <ImportGroup + Label="PropertySheets" + Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> + <Import + Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" + Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" + Label="LocalAppDataPlatform" + /> + <Import Project="../../../../../compiler/paths.vsprops" /> + </ImportGroup> + <ImportGroup + Label="PropertySheets" + Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> + <Import + Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" + Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" + Label="LocalAppDataPlatform" + /> + <Import Project="../../../../../compiler/paths.vsprops" /> + </ImportGroup> + <ImportGroup + Label="PropertySheets" + Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> + <Import + Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" + Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" + Label="LocalAppDataPlatform" + /> + <Import Project="../../../../../compiler/paths.vsprops" /> + </ImportGroup> + <ImportGroup + Label="PropertySheets" + Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> + <Import + Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" + Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" + Label="LocalAppDataPlatform" + /> + <Import Project="../../../../../compiler/paths.vsprops" /> + </ImportGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> + <OutDir>./../../lib/vc14win32\</OutDir> + <IntDir>./build/Win32/RenderDebug/debug\</IntDir> + <TargetExt>.lib</TargetExt> + <TargetName>$(ProjectName)DEBUG</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules/> + <CodeAnalysisRuleAssemblies/> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> + <ClCompile> + <FloatingPointModel>Precise</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /GR- /GF /WX /fp:fast /arch:SSE2 /MP /Od /RTCsu /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>./../../include;./../../public;../../../../../../PxShared/include;../../../../../../PxShared/include/filebuf;../../../../../../PxShared/include/foundation;../../../../../../PxShared/include/task;../../../../../../PxShared/include/cudamanager;../../../../../../PxShared/include/pvd;../../../../../../PxShared/src/foundation/include;../../../../../../PxShared/src/filebuf/include;../../../../../../PxShared/src/fastxml/include;../../../../../../PxShared/src/pvd/include;./../../../shared;./../../../../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>PX_FOUNDATION_DLL=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_DEBUG;PX_DEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)DEBUG.lib</OutputFile> + <AdditionalLibraryDirectories>../../../../../../PxShared/lib/vc14win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)DEBUG.lib.pdb</ProgramDatabaseFile> + <TargetMachine>MachineX86</TargetMachine> + </Lib> + <ResourceCompile></ResourceCompile> + <ProjectReference> + <LinkLibraryDependencies>true</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> + <OutDir>./../../lib/vc14win32\</OutDir> + <IntDir>./build/Win32/RenderDebug/release\</IntDir> + <TargetExt>.lib</TargetExt> + <TargetName>$(ProjectName)</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules/> + <CodeAnalysisRuleAssemblies/> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> + <ClCompile> + <FloatingPointModel>Precise</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /GR- /GF /WX /fp:fast /arch:SSE2 /MP /Ox /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>./../../include;./../../public;../../../../../../PxShared/include;../../../../../../PxShared/include/filebuf;../../../../../../PxShared/include/foundation;../../../../../../PxShared/include/task;../../../../../../PxShared/include/cudamanager;../../../../../../PxShared/include/pvd;../../../../../../PxShared/src/foundation/include;../../../../../../PxShared/src/filebuf/include;../../../../../../PxShared/src/fastxml/include;../../../../../../PxShared/src/pvd/include;./../../../shared;./../../../../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>PX_FOUNDATION_DLL=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;NDEBUG;APEX_SHIPPING;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName).lib</OutputFile> + <AdditionalLibraryDirectories>../../../../../../PxShared/lib/vc14win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName).lib.pdb</ProgramDatabaseFile> + <TargetMachine>MachineX86</TargetMachine> + </Lib> + <ResourceCompile></ResourceCompile> + <ProjectReference> + <LinkLibraryDependencies>true</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> + <OutDir>./../../lib/vc14win32\</OutDir> + <IntDir>./build/Win32/RenderDebug/profile\</IntDir> + <TargetExt>.lib</TargetExt> + <TargetName>$(ProjectName)PROFILE</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules/> + <CodeAnalysisRuleAssemblies/> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='profile|Win32'"> + <ClCompile> + <FloatingPointModel>Precise</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /GR- /GF /WX /fp:fast /arch:SSE2 /MP /Ox /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>./../../include;./../../public;../../../../../../PxShared/include;../../../../../../PxShared/include/filebuf;../../../../../../PxShared/include/foundation;../../../../../../PxShared/include/task;../../../../../../PxShared/include/cudamanager;../../../../../../PxShared/include/pvd;../../../../../../PxShared/src/foundation/include;../../../../../../PxShared/src/filebuf/include;../../../../../../PxShared/src/fastxml/include;../../../../../../PxShared/src/pvd/include;./../../../shared;./../../../../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>PX_FOUNDATION_DLL=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;NDEBUG;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_PROFILE;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)PROFILE.lib</OutputFile> + <AdditionalLibraryDirectories>../../../../../../PxShared/lib/vc14win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)PROFILE.lib.pdb</ProgramDatabaseFile> + <TargetMachine>MachineX86</TargetMachine> + </Lib> + <ResourceCompile></ResourceCompile> + <ProjectReference> + <LinkLibraryDependencies>true</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> + <OutDir>./../../lib/vc14win32\</OutDir> + <IntDir>./build/Win32/RenderDebug/checked\</IntDir> + <TargetExt>.lib</TargetExt> + <TargetName>$(ProjectName)CHECKED</TargetName> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> + <CodeAnalysisRules/> + <CodeAnalysisRuleAssemblies/> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='checked|Win32'"> + <ClCompile> + <FloatingPointModel>Precise</FloatingPointModel> + <AdditionalOptions>/wd4201 /wd4324 /Wall /wd4514 /wd4820 /wd4127 /wd4710 /wd4711 /wd4061 /wd4668 /wd4626 /wd4266 /wd4263 /wd4264 /wd4640 /wd4625 /wd4574 /wd4191 /wd4987 /wd4986 /wd4946 /wd4836 /wd4571 /wd4826 /wd4577 /wd4458 /wd4456 /wd4457 /wd4548 /wd5026 /wd5027 /wd4464 /GR- /GF /WX /fp:fast /arch:SSE2 /MP /Ox /d2Zi+</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>./../../include;./../../public;../../../../../../PxShared/include;../../../../../../PxShared/include/filebuf;../../../../../../PxShared/include/foundation;../../../../../../PxShared/include/task;../../../../../../PxShared/include/cudamanager;../../../../../../PxShared/include/pvd;../../../../../../PxShared/src/foundation/include;../../../../../../PxShared/src/filebuf/include;../../../../../../PxShared/src/fastxml/include;../../../../../../PxShared/src/pvd/include;./../../../shared;./../../../../../public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>PX_FOUNDATION_DLL=0;WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;NDEBUG;PX_CHECKED;PHYSX_PROFILE_SDK;PX_SUPPORT_VISUAL_DEBUGGER;PX_ENABLE_CHECKED_ASSERTS;PX_NVTX=1;_SECURE_SCL=0;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <ExceptionHandling>false</ExceptionHandling> + <WarningLevel>Level4</WarningLevel> + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PrecompiledHeaderFile></PrecompiledHeaderFile> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <Lib> + <AdditionalOptions>/INCREMENTAL:NO</AdditionalOptions> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <OutputFile>$(OutDir)$(ProjectName)CHECKED.lib</OutputFile> + <AdditionalLibraryDirectories>../../../../../../PxShared/lib/vc14win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <ProgramDatabaseFile>$(OutDir)/$(ProjectName)CHECKED.lib.pdb</ProgramDatabaseFile> + <TargetMachine>MachineX86</TargetMachine> + </Lib> + <ResourceCompile></ResourceCompile> + <ProjectReference> + <LinkLibraryDependencies>true</LinkLibraryDependencies> + </ProjectReference> + </ItemDefinitionGroup> + <ItemGroup> + <ClInclude Include="..\..\public\RenderDebug.h"></ClInclude> + <ClInclude Include="..\..\public\RenderDebugTyped.h"></ClInclude> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\include\ClientServer.h"></ClInclude> + <ClInclude Include="..\..\include\FileRenderDebug.h"></ClInclude> + <ClInclude Include="..\..\include\GetArgs.h"></ClInclude> + <ClInclude Include="..\..\include\Hull2MeshEdges.h"></ClInclude> + <ClInclude Include="..\..\include\InternalRenderDebug.h"></ClInclude> + <ClInclude Include="..\..\include\ProcessRenderDebug.h"></ClInclude> + <ClInclude Include="..\..\include\PsCommLayer.h"></ClInclude> + <ClInclude Include="..\..\include\PsCommStream.h"></ClInclude> + <ClInclude Include="..\..\include\RenderDebugData.h"></ClInclude> + <ClInclude Include="..\..\include\RenderDebugImpl.h"></ClInclude> + <ClInclude Include="..\..\include\StreamIO.h"></ClInclude> + <ClInclude Include="..\..\include\StreamIO.inl"></ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\src\ClientServer.cpp"></ClCompile> + <ClCompile Include="..\..\src\FileRenderDebug.cpp"></ClCompile> + <ClCompile Include="..\..\src\Hull2MeshEdges.cpp"></ClCompile> + <ClCompile Include="..\..\src\InternalRenderDebug.cpp"></ClCompile> + <ClCompile Include="..\..\src\ProcessRenderDebug.cpp"></ClCompile> + <ClCompile Include="..\..\src\PsCommLayer.cpp"></ClCompile> + <ClCompile Include="..\..\src\PsCommStream.cpp"></ClCompile> + <ClCompile Include="..\..\src\RenderDebug.cpp"></ClCompile> + <ClCompile Include="..\..\src\RenderDebugDLLMain.cpp"></ClCompile> + </ItemGroup> + <ItemGroup></ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"></ImportGroup> +</Project> diff --git a/APEX_1.4/shared/general/RenderDebug/compiler/vc14win32-PhysX_3.4/RenderDebug.vcxproj.filters b/APEX_1.4/shared/general/RenderDebug/compiler/vc14win32-PhysX_3.4/RenderDebug.vcxproj.filters new file mode 100644 index 00000000..d866c884 --- /dev/null +++ b/APEX_1.4/shared/general/RenderDebug/compiler/vc14win32-PhysX_3.4/RenderDebug.vcxproj.filters @@ -0,0 +1,96 @@ +<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <ItemGroup>
+ <Filter Include="RenderDebug">
+ </Filter>
+ </ItemGroup>
+ <ItemGroup>
+ <Filter Include="RenderDebug\public">
+ </Filter>
+ </ItemGroup>
+ <ItemGroup>
+ <ClInclude Include="..\..\public\RenderDebug.h">
+ <Filter>RenderDebug\public</Filter>
+ </ClInclude>
+ <ClInclude Include="..\..\public\RenderDebugTyped.h">
+ <Filter>RenderDebug\public</Filter>
+ </ClInclude>
+ </ItemGroup>
+ <ItemGroup>
+ <Filter Include="RenderDebug\include">
+ </Filter>
+ </ItemGroup>
+ <ItemGroup>
+ <ClInclude Include="..\..\include\ClientServer.h">
+ <Filter>RenderDebug\include</Filter>
+ </ClInclude>
+ <ClInclude Include="..\..\include\FileRenderDebug.h">
+ <Filter>RenderDebug\include</Filter>
+ </ClInclude>
+ <ClInclude Include="..\..\include\GetArgs.h">
+ <Filter>RenderDebug\include</Filter>
+ </ClInclude>
+ <ClInclude Include="..\..\include\Hull2MeshEdges.h">
+ <Filter>RenderDebug\include</Filter>
+ </ClInclude>
+ <ClInclude Include="..\..\include\InternalRenderDebug.h">
+ <Filter>RenderDebug\include</Filter>
+ </ClInclude>
+ <ClInclude Include="..\..\include\ProcessRenderDebug.h">
+ <Filter>RenderDebug\include</Filter>
+ </ClInclude>
+ <ClInclude Include="..\..\include\PsCommLayer.h">
+ <Filter>RenderDebug\include</Filter>
+ </ClInclude>
+ <ClInclude Include="..\..\include\PsCommStream.h">
+ <Filter>RenderDebug\include</Filter>
+ </ClInclude>
+ <ClInclude Include="..\..\include\RenderDebugData.h">
+ <Filter>RenderDebug\include</Filter>
+ </ClInclude>
+ <ClInclude Include="..\..\include\RenderDebugImpl.h">
+ <Filter>RenderDebug\include</Filter>
+ </ClInclude>
+ <ClInclude Include="..\..\include\StreamIO.h">
+ <Filter>RenderDebug\include</Filter>
+ </ClInclude>
+ <ClInclude Include="..\..\include\StreamIO.inl">
+ <Filter>RenderDebug\include</Filter>
+ </ClInclude>
+ </ItemGroup>
+ <ItemGroup>
+ <Filter Include="RenderDebug\src">
+ </Filter>
+ </ItemGroup>
+ <ItemGroup>
+ <ClCompile Include="..\..\src\ClientServer.cpp">
+ <Filter>RenderDebug\src</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\src\FileRenderDebug.cpp">
+ <Filter>RenderDebug\src</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\src\Hull2MeshEdges.cpp">
+ <Filter>RenderDebug\src</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\src\InternalRenderDebug.cpp">
+ <Filter>RenderDebug\src</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\src\ProcessRenderDebug.cpp">
+ <Filter>RenderDebug\src</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\src\PsCommLayer.cpp">
+ <Filter>RenderDebug\src</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\src\PsCommStream.cpp">
+ <Filter>RenderDebug\src</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\src\RenderDebug.cpp">
+ <Filter>RenderDebug\src</Filter>
+ </ClCompile>
+ <ClCompile Include="..\..\src\RenderDebugDLLMain.cpp">
+ <Filter>RenderDebug\src</Filter>
+ </ClCompile>
+ </ItemGroup>
+ <ItemGroup>
+ </ItemGroup>
+</Project>
\ No newline at end of file |