From 3979936b4a3d31b9ac4e66c85a30a372bf0cb5c8 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Mon, 25 Dec 2017 20:00:51 -0800 Subject: Removed legacy visual studio project and solution files --- BuildUtils.cmake | 6 +- Common/build/UWP/Common.vcxproj | 200 ---------- Common/build/UWP/Common.vcxproj.filters | 2 - Common/build/Win32/Common.vcxproj | 142 ------- Common/build/Win32/Common.vcxproj.filters | 6 - Common/build/Windows.Shared/Common.Shared.vcxitems | 66 ---- .../Windows.Shared/Common.Shared.vcxitems.filters | 129 ------ Common/build/Windows.Shared/Common.props | 16 - .../build/UWP/GraphicsEngine.vcxproj | 200 ---------- .../build/UWP/GraphicsEngine.vcxproj.filters | 2 - .../build/Win32/GraphicsEngine.vcxproj | 140 ------- .../build/Win32/GraphicsEngine.vcxproj.filters | 2 - .../Windows.Shared/GraphicsEngine.Shared.vcxitems | 74 ---- .../GraphicsEngine.Shared.vcxitems.filters | 153 -------- .../build/Windows.Shared/GraphicsEngine.props | 20 - .../build/UWP/GraphicsEngineD3D11.vcxproj | 200 ---------- .../build/UWP/GraphicsEngineD3D11.vcxproj.filters | 2 - .../build/Win32/GraphicsEngineD3D11.vcxproj | 346 ---------------- .../Win32/GraphicsEngineD3D11.vcxproj.filters | 9 - .../GraphicsEngineD3D11.Shared.vcxitems | 92 ----- .../GraphicsEngineD3D11.Shared.vcxitems.filters | 201 ---------- .../build/Windows.Shared/GraphicsEngineD3D11.props | 24 -- .../build/UWP/GraphicsEngineD3D12.vcxproj | 200 ---------- .../build/UWP/GraphicsEngineD3D12.vcxproj.filters | 2 - .../build/Win32/GraphicsEngineD3D12.vcxproj | 286 -------------- .../Win32/GraphicsEngineD3D12.vcxproj.filters | 9 - .../GraphicsEngineD3D12.Shared.vcxitems | 164 -------- .../GraphicsEngineD3D12.Shared.vcxitems.filters | 257 ------------ .../build/Windows.Shared/GraphicsEngineD3D12.props | 24 -- .../build/UWP/GraphicsEngineD3DBase.vcxproj | 200 ---------- .../UWP/GraphicsEngineD3DBase.vcxproj.filters | 2 - .../build/Win32/GraphicsEngineD3DBase.vcxproj | 128 ------ .../Win32/GraphicsEngineD3DBase.vcxproj.filters | 2 - .../GraphicsEngineD3DBase.Shared.vcxitems | 43 -- .../GraphicsEngineD3DBase.Shared.vcxitems.filters | 56 --- .../Windows.Shared/GraphicsEngineD3DBase.props | 28 -- .../build/Win32/EngineRoot.props | 22 -- .../build/Win32/GraphicsEngineOpenGL.props | 10 - .../build/Win32/GraphicsEngineOpenGL.vcxproj | 437 --------------------- .../Win32/GraphicsEngineOpenGL.vcxproj.filters | 287 -------------- .../GraphicsTools/build/UWP/GraphicsTools.vcxproj | 200 ---------- .../build/UWP/GraphicsTools.vcxproj.filters | 2 - .../build/Win32/GraphicsTools.vcxproj | 131 ------ .../build/Win32/GraphicsTools.vcxproj.filters | 2 - .../Windows.Shared/GraphicsTools.Shared.vcxitems | 53 --- .../GraphicsTools.Shared.vcxitems.filters | 81 ---- .../build/Windows.Shared/GraphicsTools.props | 20 - .../build/Win32/EngineRoot.props | 22 -- .../build/Win32/HLSL2GLSLConverterLib.props | 10 - .../build/Win32/HLSL2GLSLConverterLib.vcxproj | 334 ---------------- .../Win32/HLSL2GLSLConverterLib.vcxproj.filters | 50 --- Graphics/Shared/build/Windows/DLLCommon.props | 15 - Platforms/Basic/build/UWP/BasicPlatform.vcxproj | 200 ---------- .../Basic/build/UWP/BasicPlatform.vcxproj.filters | 2 - Platforms/Basic/build/Win32/BasicPlatform.vcxproj | 131 ------ .../build/Win32/BasicPlatform.vcxproj.filters | 2 - .../Windows.Shared/BasicPlatform.Shared.vcxitems | 37 -- .../BasicPlatform.Shared.vcxitems.filters | 39 -- .../Basic/build/Windows.Shared/BasicPlatform.props | 16 - .../UWP/build/UWP/UniversalWindowsPlatform.props | 16 - .../UWP/build/UWP/UniversalWindowsPlatform.vcxproj | 230 ----------- .../UWP/UniversalWindowsPlatform.vcxproj.filters | 39 -- Platforms/Win32/build/Win32/EngineRoot.props | 14 - Platforms/Win32/build/Win32/WindowsPlatform.props | 10 - .../Win32/build/Win32/WindowsPlatform.vcxproj | 168 -------- .../build/Win32/WindowsPlatform.vcxproj.filters | 50 --- .../PlatformInterface.Shared.vcxitems | 26 -- .../PlatformInterface.Shared.vcxitems.filters | 10 - README.md | 4 + Shared/build/UWP/UWP_ArmDbg.props | 21 - Shared/build/UWP/UWP_ArmRel.props | 21 - Shared/build/UWP/UWP_Win32Dbg.props | 22 -- Shared/build/UWP/UWP_Win32Rel.props | 22 -- Shared/build/UWP/UWP_X64Dbg.props | 22 -- Shared/build/UWP/UWP_X64Rel.props | 22 -- Shared/build/Windows/Android32d.props | 17 - Shared/build/Windows/Android32r.props | 17 - Shared/build/Windows/Win32d.props | 26 -- Shared/build/Windows/Win32r.props | 26 -- Shared/build/Windows/Win64d.props | 26 -- Shared/build/Windows/Win64r.props | 26 -- 81 files changed, 7 insertions(+), 6364 deletions(-) delete mode 100644 Common/build/UWP/Common.vcxproj delete mode 100644 Common/build/UWP/Common.vcxproj.filters delete mode 100644 Common/build/Win32/Common.vcxproj delete mode 100644 Common/build/Win32/Common.vcxproj.filters delete mode 100644 Common/build/Windows.Shared/Common.Shared.vcxitems delete mode 100644 Common/build/Windows.Shared/Common.Shared.vcxitems.filters delete mode 100644 Common/build/Windows.Shared/Common.props delete mode 100644 Graphics/GraphicsEngine/build/UWP/GraphicsEngine.vcxproj delete mode 100644 Graphics/GraphicsEngine/build/UWP/GraphicsEngine.vcxproj.filters delete mode 100644 Graphics/GraphicsEngine/build/Win32/GraphicsEngine.vcxproj delete mode 100644 Graphics/GraphicsEngine/build/Win32/GraphicsEngine.vcxproj.filters delete mode 100644 Graphics/GraphicsEngine/build/Windows.Shared/GraphicsEngine.Shared.vcxitems delete mode 100644 Graphics/GraphicsEngine/build/Windows.Shared/GraphicsEngine.Shared.vcxitems.filters delete mode 100644 Graphics/GraphicsEngine/build/Windows.Shared/GraphicsEngine.props delete mode 100644 Graphics/GraphicsEngineD3D11/build/UWP/GraphicsEngineD3D11.vcxproj delete mode 100644 Graphics/GraphicsEngineD3D11/build/UWP/GraphicsEngineD3D11.vcxproj.filters delete mode 100644 Graphics/GraphicsEngineD3D11/build/Win32/GraphicsEngineD3D11.vcxproj delete mode 100644 Graphics/GraphicsEngineD3D11/build/Win32/GraphicsEngineD3D11.vcxproj.filters delete mode 100644 Graphics/GraphicsEngineD3D11/build/Windows.Shared/GraphicsEngineD3D11.Shared.vcxitems delete mode 100644 Graphics/GraphicsEngineD3D11/build/Windows.Shared/GraphicsEngineD3D11.Shared.vcxitems.filters delete mode 100644 Graphics/GraphicsEngineD3D11/build/Windows.Shared/GraphicsEngineD3D11.props delete mode 100644 Graphics/GraphicsEngineD3D12/build/UWP/GraphicsEngineD3D12.vcxproj delete mode 100644 Graphics/GraphicsEngineD3D12/build/UWP/GraphicsEngineD3D12.vcxproj.filters delete mode 100644 Graphics/GraphicsEngineD3D12/build/Win32/GraphicsEngineD3D12.vcxproj delete mode 100644 Graphics/GraphicsEngineD3D12/build/Win32/GraphicsEngineD3D12.vcxproj.filters delete mode 100644 Graphics/GraphicsEngineD3D12/build/Windows.Shared/GraphicsEngineD3D12.Shared.vcxitems delete mode 100644 Graphics/GraphicsEngineD3D12/build/Windows.Shared/GraphicsEngineD3D12.Shared.vcxitems.filters delete mode 100644 Graphics/GraphicsEngineD3D12/build/Windows.Shared/GraphicsEngineD3D12.props delete mode 100644 Graphics/GraphicsEngineD3DBase/build/UWP/GraphicsEngineD3DBase.vcxproj delete mode 100644 Graphics/GraphicsEngineD3DBase/build/UWP/GraphicsEngineD3DBase.vcxproj.filters delete mode 100644 Graphics/GraphicsEngineD3DBase/build/Win32/GraphicsEngineD3DBase.vcxproj delete mode 100644 Graphics/GraphicsEngineD3DBase/build/Win32/GraphicsEngineD3DBase.vcxproj.filters delete mode 100644 Graphics/GraphicsEngineD3DBase/build/Windows.Shared/GraphicsEngineD3DBase.Shared.vcxitems delete mode 100644 Graphics/GraphicsEngineD3DBase/build/Windows.Shared/GraphicsEngineD3DBase.Shared.vcxitems.filters delete mode 100644 Graphics/GraphicsEngineD3DBase/build/Windows.Shared/GraphicsEngineD3DBase.props delete mode 100644 Graphics/GraphicsEngineOpenGL/build/Win32/EngineRoot.props delete mode 100644 Graphics/GraphicsEngineOpenGL/build/Win32/GraphicsEngineOpenGL.props delete mode 100644 Graphics/GraphicsEngineOpenGL/build/Win32/GraphicsEngineOpenGL.vcxproj delete mode 100644 Graphics/GraphicsEngineOpenGL/build/Win32/GraphicsEngineOpenGL.vcxproj.filters delete mode 100644 Graphics/GraphicsTools/build/UWP/GraphicsTools.vcxproj delete mode 100644 Graphics/GraphicsTools/build/UWP/GraphicsTools.vcxproj.filters delete mode 100644 Graphics/GraphicsTools/build/Win32/GraphicsTools.vcxproj delete mode 100644 Graphics/GraphicsTools/build/Win32/GraphicsTools.vcxproj.filters delete mode 100644 Graphics/GraphicsTools/build/Windows.Shared/GraphicsTools.Shared.vcxitems delete mode 100644 Graphics/GraphicsTools/build/Windows.Shared/GraphicsTools.Shared.vcxitems.filters delete mode 100644 Graphics/GraphicsTools/build/Windows.Shared/GraphicsTools.props delete mode 100644 Graphics/HLSL2GLSLConverterLib/build/Win32/EngineRoot.props delete mode 100644 Graphics/HLSL2GLSLConverterLib/build/Win32/HLSL2GLSLConverterLib.props delete mode 100644 Graphics/HLSL2GLSLConverterLib/build/Win32/HLSL2GLSLConverterLib.vcxproj delete mode 100644 Graphics/HLSL2GLSLConverterLib/build/Win32/HLSL2GLSLConverterLib.vcxproj.filters delete mode 100644 Graphics/Shared/build/Windows/DLLCommon.props delete mode 100644 Platforms/Basic/build/UWP/BasicPlatform.vcxproj delete mode 100644 Platforms/Basic/build/UWP/BasicPlatform.vcxproj.filters delete mode 100644 Platforms/Basic/build/Win32/BasicPlatform.vcxproj delete mode 100644 Platforms/Basic/build/Win32/BasicPlatform.vcxproj.filters delete mode 100644 Platforms/Basic/build/Windows.Shared/BasicPlatform.Shared.vcxitems delete mode 100644 Platforms/Basic/build/Windows.Shared/BasicPlatform.Shared.vcxitems.filters delete mode 100644 Platforms/Basic/build/Windows.Shared/BasicPlatform.props delete mode 100644 Platforms/UWP/build/UWP/UniversalWindowsPlatform.props delete mode 100644 Platforms/UWP/build/UWP/UniversalWindowsPlatform.vcxproj delete mode 100644 Platforms/UWP/build/UWP/UniversalWindowsPlatform.vcxproj.filters delete mode 100644 Platforms/Win32/build/Win32/EngineRoot.props delete mode 100644 Platforms/Win32/build/Win32/WindowsPlatform.props delete mode 100644 Platforms/Win32/build/Win32/WindowsPlatform.vcxproj delete mode 100644 Platforms/Win32/build/Win32/WindowsPlatform.vcxproj.filters delete mode 100644 Platforms/interface/build/Windows.Shared/PlatformInterface.Shared.vcxitems delete mode 100644 Platforms/interface/build/Windows.Shared/PlatformInterface.Shared.vcxitems.filters delete mode 100644 Shared/build/UWP/UWP_ArmDbg.props delete mode 100644 Shared/build/UWP/UWP_ArmRel.props delete mode 100644 Shared/build/UWP/UWP_Win32Dbg.props delete mode 100644 Shared/build/UWP/UWP_Win32Rel.props delete mode 100644 Shared/build/UWP/UWP_X64Dbg.props delete mode 100644 Shared/build/UWP/UWP_X64Rel.props delete mode 100644 Shared/build/Windows/Android32d.props delete mode 100644 Shared/build/Windows/Android32r.props delete mode 100644 Shared/build/Windows/Win32d.props delete mode 100644 Shared/build/Windows/Win32r.props delete mode 100644 Shared/build/Windows/Win64d.props delete mode 100644 Shared/build/Windows/Win64r.props diff --git a/BuildUtils.cmake b/BuildUtils.cmake index 21cb177b..b5e97dd4 100644 --- a/BuildUtils.cmake +++ b/BuildUtils.cmake @@ -48,9 +48,9 @@ function(set_common_target_properties TARGET) ) else() set_target_properties(${TARGET} PROPERTIES - LINK_FLAGS_RELEASE /LTCG - LINK_FLAGS_MINSIZEREL /LTCG - LINK_FLAGS_RELWITHDEBINFO /LTCG + LINK_FLAGS_RELEASE "/LTCG /OPT:REF" + LINK_FLAGS_MINSIZEREL "/LTCG /OPT:REF" + LINK_FLAGS_RELWITHDEBINFO "/LTCG /OPT:REF" ) if(PLATFORM_UNIVERSAL_WINDOWS) diff --git a/Common/build/UWP/Common.vcxproj b/Common/build/UWP/Common.vcxproj deleted file mode 100644 index dd9188e8..00000000 --- a/Common/build/UWP/Common.vcxproj +++ /dev/null @@ -1,200 +0,0 @@ - - - - - Debug - ARM - - - Debug - Win32 - - - Debug - x64 - - - Release - ARM - - - Release - Win32 - - - Release - x64 - - - - {6de3eb2b-8a56-4d27-8a39-587f7a70584c} - StaticLibrary - Common - en-US - 14.0 - true - Windows Store - 10.0.10586.0 - 10.0.10240.0 - 10.0 - - - - StaticLibrary - true - v140 - - - StaticLibrary - true - v140 - - - StaticLibrary - true - v140 - - - StaticLibrary - false - true - v140 - - - StaticLibrary - false - true - v140 - - - StaticLibrary - false - true - v140 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - false - - - false - - - false - - - false - - - false - - - false - - - - false - true - - - Console - false - false - - - - - false - true - - - Console - false - false - - - - - false - true - - - Console - false - false - - - - - false - true - - - Console - false - false - - - - - false - true - - - Console - false - false - - - - - false - true - - - Console - false - false - - - - - - \ No newline at end of file diff --git a/Common/build/UWP/Common.vcxproj.filters b/Common/build/UWP/Common.vcxproj.filters deleted file mode 100644 index c31757ec..00000000 --- a/Common/build/UWP/Common.vcxproj.filters +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/Common/build/Win32/Common.vcxproj b/Common/build/Win32/Common.vcxproj deleted file mode 100644 index 8135c786..00000000 --- a/Common/build/Win32/Common.vcxproj +++ /dev/null @@ -1,142 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {7380F7E6-315F-4B4E-92EB-E6AEEE865298} - Win32Proj - Common - - - - StaticLibrary - true - Unicode - v140 - - - StaticLibrary - true - Unicode - v140 - - - StaticLibrary - false - true - Unicode - v140 - - - StaticLibrary - false - true - Unicode - v140 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Disabled - WIN32;_LIB;%(PreprocessorDefinitions) - - - Windows - true - - - - - Disabled - WIN32;_LIB;%(PreprocessorDefinitions) - - - Windows - true - - - MachineX64 - - - - - MaxSpeed - true - true - WIN32;_LIB;%(PreprocessorDefinitions) - - - Windows - true - true - true - - - - - MaxSpeed - true - true - WIN32;_LIB;%(PreprocessorDefinitions) - - - Windows - true - true - true - - - MachineX64 - - - - - - - - - \ No newline at end of file diff --git a/Common/build/Win32/Common.vcxproj.filters b/Common/build/Win32/Common.vcxproj.filters deleted file mode 100644 index bcb7e809..00000000 --- a/Common/build/Win32/Common.vcxproj.filters +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/Common/build/Windows.Shared/Common.Shared.vcxitems b/Common/build/Windows.Shared/Common.Shared.vcxitems deleted file mode 100644 index 76833962..00000000 --- a/Common/build/Windows.Shared/Common.Shared.vcxitems +++ /dev/null @@ -1,66 +0,0 @@ - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - true - {d716bf4d-094b-47d7-9137-a01c690c3616} - Common - Common.Shared - 248F659F-DAC5-46E8-AC09-60EC9FC95053 - - - - %(AdditionalIncludeDirectories);$(MSBuildThisFileDirectory) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Create - - - - - - false - - - \ No newline at end of file diff --git a/Common/build/Windows.Shared/Common.Shared.vcxitems.filters b/Common/build/Windows.Shared/Common.Shared.vcxitems.filters deleted file mode 100644 index b570b04a..00000000 --- a/Common/build/Windows.Shared/Common.Shared.vcxitems.filters +++ /dev/null @@ -1,129 +0,0 @@ - - - - - {ead2d246-9a64-4464-b0aa-593b59ef6c6c} - - - {c24fd6ae-babf-4fe7-a0af-93c5ef12ba32} - - - {bf40c456-a95e-4513-9842-fef2d752825a} - - - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - interface - - - interface - - - include - - - interface - - - include - - - include - - - interface - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - interface - - - include - - - include - - - - - src - - - src - - - src - - - src - - - src - - - src - - - - - - \ No newline at end of file diff --git a/Common/build/Windows.Shared/Common.props b/Common/build/Windows.Shared/Common.props deleted file mode 100644 index 87a3530a..00000000 --- a/Common/build/Windows.Shared/Common.props +++ /dev/null @@ -1,16 +0,0 @@ - - - - - ..\..\.. - - - $(EngineRoot)\Common\include;$(EngineRoot)\Platforms\interface;$(EngineRoot)\Common\interface;$(VC_IncludePath);$(WindowsSDK_IncludePath) - - - - - $(EngineRoot) - - - \ No newline at end of file diff --git a/Graphics/GraphicsEngine/build/UWP/GraphicsEngine.vcxproj b/Graphics/GraphicsEngine/build/UWP/GraphicsEngine.vcxproj deleted file mode 100644 index 883c9e2f..00000000 --- a/Graphics/GraphicsEngine/build/UWP/GraphicsEngine.vcxproj +++ /dev/null @@ -1,200 +0,0 @@ - - - - - Debug - ARM - - - Debug - Win32 - - - Debug - x64 - - - Release - ARM - - - Release - Win32 - - - Release - x64 - - - - {dfe6435d-cc9d-4ca1-bf4e-5640c522d815} - StaticLibrary - GraphicsEngine - en-US - 14.0 - true - Windows Store - 10.0.10586.0 - 10.0.10240.0 - 10.0 - - - - StaticLibrary - true - v140 - - - StaticLibrary - true - v140 - - - StaticLibrary - true - v140 - - - StaticLibrary - false - true - v140 - - - StaticLibrary - false - true - v140 - - - StaticLibrary - false - true - v140 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - false - - - false - - - false - - - false - - - false - - - false - - - - false - true - - - Console - false - false - - - - - false - true - - - Console - false - false - - - - - false - true - - - Console - false - false - - - - - false - true - - - Console - false - false - - - - - false - true - - - Console - false - false - - - - - false - true - - - Console - false - false - - - - - - \ No newline at end of file diff --git a/Graphics/GraphicsEngine/build/UWP/GraphicsEngine.vcxproj.filters b/Graphics/GraphicsEngine/build/UWP/GraphicsEngine.vcxproj.filters deleted file mode 100644 index c31757ec..00000000 --- a/Graphics/GraphicsEngine/build/UWP/GraphicsEngine.vcxproj.filters +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/Graphics/GraphicsEngine/build/Win32/GraphicsEngine.vcxproj b/Graphics/GraphicsEngine/build/Win32/GraphicsEngine.vcxproj deleted file mode 100644 index 8269e66e..00000000 --- a/Graphics/GraphicsEngine/build/Win32/GraphicsEngine.vcxproj +++ /dev/null @@ -1,140 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {052DD700-477C-4512-A7F4-B05EBEF5C80E} - Win32Proj - RenderEngine - GraphicsEngine - - - - StaticLibrary - true - Unicode - v140 - - - StaticLibrary - true - Unicode - v140 - - - StaticLibrary - false - true - Unicode - v140 - - - StaticLibrary - false - true - Unicode - v140 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Disabled - _LIB;%(PreprocessorDefinitions) - - - Windows - true - - - - - Disabled - _LIB;%(PreprocessorDefinitions) - - - Windows - true - - - MachineX64 - - - - - MaxSpeed - true - true - _LIB;%(PreprocessorDefinitions) - - - Windows - true - true - true - - - - - MaxSpeed - true - true - _LIB;%(PreprocessorDefinitions) - - - Windows - true - true - true - - - MachineX64 - - - - - - \ No newline at end of file diff --git a/Graphics/GraphicsEngine/build/Win32/GraphicsEngine.vcxproj.filters b/Graphics/GraphicsEngine/build/Win32/GraphicsEngine.vcxproj.filters deleted file mode 100644 index 9cd85105..00000000 --- a/Graphics/GraphicsEngine/build/Win32/GraphicsEngine.vcxproj.filters +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/Graphics/GraphicsEngine/build/Windows.Shared/GraphicsEngine.Shared.vcxitems b/Graphics/GraphicsEngine/build/Windows.Shared/GraphicsEngine.Shared.vcxitems deleted file mode 100644 index b388caf2..00000000 --- a/Graphics/GraphicsEngine/build/Windows.Shared/GraphicsEngine.Shared.vcxitems +++ /dev/null @@ -1,74 +0,0 @@ - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - true - {0cdd843c-089d-4fee-be9f-c08fa2b51acb} - GraphicsEngine - GraphicsEngine.Shared - 248F659F-DAC5-46E8-AC09-60EC9FC95053 - - - - %(AdditionalIncludeDirectories);$(MSBuildThisFileDirectory) - - - - - - - - - - Create - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - false - - - \ No newline at end of file diff --git a/Graphics/GraphicsEngine/build/Windows.Shared/GraphicsEngine.Shared.vcxitems.filters b/Graphics/GraphicsEngine/build/Windows.Shared/GraphicsEngine.Shared.vcxitems.filters deleted file mode 100644 index 4a458938..00000000 --- a/Graphics/GraphicsEngine/build/Windows.Shared/GraphicsEngine.Shared.vcxitems.filters +++ /dev/null @@ -1,153 +0,0 @@ - - - - - {32eded03-121f-406a-8a23-6721ca9116ee} - - - {d881c412-cc78-41fb-997c-0d6543c1e477} - - - {c38a8d65-5100-44be-b1a5-453d901c892f} - - - - - src - - - src - - - src - - - src - - - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - interface - - - interface - - - interface - - - interface - - - interface - - - interface - - - interface - - - interface - - - interface - - - interface - - - interface - - - interface - - - interface - - - interface - - - interface - - - interface - - - interface - - - include - - - interface - - - interface - - - include - - - interface - - - interface - - - include - - - include - - - interface - - - include - - - - - - \ No newline at end of file diff --git a/Graphics/GraphicsEngine/build/Windows.Shared/GraphicsEngine.props b/Graphics/GraphicsEngine/build/Windows.Shared/GraphicsEngine.props deleted file mode 100644 index 53a6cd34..00000000 --- a/Graphics/GraphicsEngine/build/Windows.Shared/GraphicsEngine.props +++ /dev/null @@ -1,20 +0,0 @@ - - - - - ..\..\..\.. - ..\..\.. - - - $(GraphicsRoot)\GraphicsEngine\include;$(GraphicsRoot)\GraphicsEngine\interface;$(GraphicsRoot)\GraphicsTools\include;$(EngineRoot)\Common\include;$(EngineRoot)\Common\interface;$(EngineRoot)\Platforms\interface;$(VC_IncludePath);$(WindowsSDK_IncludePath);$(IncludePath) - - - - - $(EngineRoot) - - - $(GraphicsRoot) - - - \ No newline at end of file diff --git a/Graphics/GraphicsEngineD3D11/build/UWP/GraphicsEngineD3D11.vcxproj b/Graphics/GraphicsEngineD3D11/build/UWP/GraphicsEngineD3D11.vcxproj deleted file mode 100644 index d31d9a69..00000000 --- a/Graphics/GraphicsEngineD3D11/build/UWP/GraphicsEngineD3D11.vcxproj +++ /dev/null @@ -1,200 +0,0 @@ - - - - - Debug - ARM - - - Debug - Win32 - - - Debug - x64 - - - Release - ARM - - - Release - Win32 - - - Release - x64 - - - - {29acd2a7-4c49-4973-9673-8f57ef37070f} - StaticLibrary - GraphicsEngineD3D11 - en-US - 14.0 - true - Windows Store - 10.0.10586.0 - 10.0.10240.0 - 10.0 - - - - StaticLibrary - true - v140 - - - StaticLibrary - true - v140 - - - StaticLibrary - true - v140 - - - StaticLibrary - false - true - v140 - - - StaticLibrary - false - true - v140 - - - StaticLibrary - false - true - v140 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - false - - - false - - - false - - - false - - - false - - - false - - - - false - true - - - Console - false - false - - - - - false - true - - - Console - false - false - - - - - false - true - - - Console - false - false - - - - - false - true - - - Console - false - false - - - - - false - true - - - Console - false - false - - - - - false - true - - - Console - false - false - - - - - - \ No newline at end of file diff --git a/Graphics/GraphicsEngineD3D11/build/UWP/GraphicsEngineD3D11.vcxproj.filters b/Graphics/GraphicsEngineD3D11/build/UWP/GraphicsEngineD3D11.vcxproj.filters deleted file mode 100644 index c31757ec..00000000 --- a/Graphics/GraphicsEngineD3D11/build/UWP/GraphicsEngineD3D11.vcxproj.filters +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/Graphics/GraphicsEngineD3D11/build/Win32/GraphicsEngineD3D11.vcxproj b/Graphics/GraphicsEngineD3D11/build/Win32/GraphicsEngineD3D11.vcxproj deleted file mode 100644 index 571c5660..00000000 --- a/Graphics/GraphicsEngineD3D11/build/Win32/GraphicsEngineD3D11.vcxproj +++ /dev/null @@ -1,346 +0,0 @@ - - - - - DbgDLL - Win32 - - - DbgDLL - x64 - - - Debug - Win32 - - - Debug - x64 - - - RelDLL - Win32 - - - RelDLL - x64 - - - Release - Win32 - - - Release - x64 - - - - - {7380f7e6-315f-4b4e-92eb-e6aeee865298} - - - {8ada5f93-7a38-4ad8-b8f5-1ffd4d4f630c} - - - {58f32677-436b-412a-bbf8-2b1310d82cd8} - - - {40fd58ed-aabc-4cbd-bee4-33116995a626} - - - {052dd700-477c-4512-a7f4-b05ebef5c80e} - - - {c6014499-0cf2-43ec-a773-a4e354fb2d74} - - - - - true - true - true - true - - - - - - - {FE289CC7-15D6-4A76-B9CB-F61CAB3192C9} - Win32Proj - GraphicsEngineD3D11 - - - - StaticLibrary - true - Unicode - v140 - - - DynamicLibrary - true - Unicode - v140 - - - StaticLibrary - true - Unicode - v140 - - - DynamicLibrary - true - Unicode - v140 - - - StaticLibrary - false - true - Unicode - v140 - - - DynamicLibrary - false - true - Unicode - v140 - - - StaticLibrary - false - true - Unicode - v140 - - - DynamicLibrary - false - true - Unicode - v140 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - $(VCInstallDir)lib;$(VCInstallDir)atlmfc\lib;$(WindowsSdkDir)lib;$(FrameworkSDKDir)\lib - - - - $(VCInstallDir)lib;$(VCInstallDir)atlmfc\lib;$(WindowsSdkDir)lib;$(FrameworkSDKDir)\lib - - - - $(VCInstallDir)lib;$(VCInstallDir)atlmfc\lib;$(WindowsSdkDir)lib;$(FrameworkSDKDir)\lib - - - - $(VCInstallDir)lib;$(VCInstallDir)atlmfc\lib;$(WindowsSdkDir)lib;$(FrameworkSDKDir)\lib - - - - - Disabled - WIN32;_LIB;%(PreprocessorDefinitions) - - - Windows - true - - - - - - - - - Disabled - WIN32;_LIB;%(PreprocessorDefinitions) - - - Windows - true - d3d11.lib;d3dcompiler.lib;%(AdditionalDependencies) - ..\..\src\GraphicsEngineD3D11.def - - - - - - - - - Disabled - WIN32;_LIB;%(PreprocessorDefinitions) - - - Windows - true - - - - - MachineX64 - - - - - Disabled - WIN32;_LIB;%(PreprocessorDefinitions) - - - Windows - true - d3d11.lib;d3dcompiler.lib;%(AdditionalDependencies) - ..\..\src\GraphicsEngineD3D11.def - - - - - MachineX64 - - - - - MaxSpeed - true - true - WIN32;_LIB;%(PreprocessorDefinitions) - StreamingSIMDExtensions2 - Speed - /Qvec-report:1 %(AdditionalOptions) - - - Windows - true - true - true - - - - - - - - - MaxSpeed - true - true - WIN32;_LIB;%(PreprocessorDefinitions) - StreamingSIMDExtensions2 - Speed - /Qvec-report:1 %(AdditionalOptions) - - - Windows - true - true - true - d3d11.lib;d3dcompiler.lib;%(AdditionalDependencies) - ..\..\src\GraphicsEngineD3D11.def - - - - - - - - - MaxSpeed - true - true - WIN32;_LIB;%(PreprocessorDefinitions) - AdvancedVectorExtensions2 - Speed - /Qvec-report:1 %(AdditionalOptions) - - - Windows - true - true - true - - - - - MachineX64 - - - - - MaxSpeed - true - true - WIN32;_LIB;%(PreprocessorDefinitions) - Speed - AdvancedVectorExtensions2 - /Qvec-report:1 %(AdditionalOptions) - - - Windows - true - true - true - d3d11.lib;d3dcompiler.lib;%(AdditionalDependencies) - ..\..\src\GraphicsEngineD3D11.def - - - - - MachineX64 - - - - - - \ No newline at end of file diff --git a/Graphics/GraphicsEngineD3D11/build/Win32/GraphicsEngineD3D11.vcxproj.filters b/Graphics/GraphicsEngineD3D11/build/Win32/GraphicsEngineD3D11.vcxproj.filters deleted file mode 100644 index afa04bc6..00000000 --- a/Graphics/GraphicsEngineD3D11/build/Win32/GraphicsEngineD3D11.vcxproj.filters +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/Graphics/GraphicsEngineD3D11/build/Windows.Shared/GraphicsEngineD3D11.Shared.vcxitems b/Graphics/GraphicsEngineD3D11/build/Windows.Shared/GraphicsEngineD3D11.Shared.vcxitems deleted file mode 100644 index f850aa42..00000000 --- a/Graphics/GraphicsEngineD3D11/build/Windows.Shared/GraphicsEngineD3D11.Shared.vcxitems +++ /dev/null @@ -1,92 +0,0 @@ - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - true - {3c22010c-99f3-4321-8f55-36da8f97a980} - GraphicsEngineD3D11 - GraphicsEngineD3D11.Shared - 248F659F-DAC5-46E8-AC09-60EC9FC95053 - - - - %(AdditionalIncludeDirectories);$(MSBuildThisFileDirectory) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Create - - - - - - - - - - - - - - - false - - - - - - \ No newline at end of file diff --git a/Graphics/GraphicsEngineD3D11/build/Windows.Shared/GraphicsEngineD3D11.Shared.vcxitems.filters b/Graphics/GraphicsEngineD3D11/build/Windows.Shared/GraphicsEngineD3D11.Shared.vcxitems.filters deleted file mode 100644 index d3e94a3c..00000000 --- a/Graphics/GraphicsEngineD3D11/build/Windows.Shared/GraphicsEngineD3D11.Shared.vcxitems.filters +++ /dev/null @@ -1,201 +0,0 @@ - - - - - {326ec87b-f6ab-4291-a28f-631b2b240d3a} - - - {a12cf1d4-8cb0-4360-898a-d69d16e288c5} - - - {e3e50068-d75b-4663-bee9-5ca137971e89} - - - - - interface - - - interface - - - interface - - - interface - - - interface - - - interface - - - interface - - - interface - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - interface - - - include - - - include - - - include - - - include - - - interface - - - interface - - - include - - - include - - - interface - - - include - - - include - - - interface - - - include - - - include - - - include - - - - - src - - - src - - - src - - - src - - - src - - - src - - - src - - - src - - - src - - - src - - - src - - - src - - - src - - - src - - - src - - - src - - - src - - - src - - - src - - - src - - - src - - - src - - - - - - - - - \ No newline at end of file diff --git a/Graphics/GraphicsEngineD3D11/build/Windows.Shared/GraphicsEngineD3D11.props b/Graphics/GraphicsEngineD3D11/build/Windows.Shared/GraphicsEngineD3D11.props deleted file mode 100644 index c72d8cf0..00000000 --- a/Graphics/GraphicsEngineD3D11/build/Windows.Shared/GraphicsEngineD3D11.props +++ /dev/null @@ -1,24 +0,0 @@ - - - - - ..\..\..\.. - ..\..\.. - ..\.. - - - $(GraphicsRoot)\GraphicsEngineD3D11\include;$(GraphicsRoot)\GraphicsEngineD3D11\interface;$(GraphicsRoot)\GraphicsEngine\include;$(GraphicsRoot)\GraphicsEngine\interface;$(GraphicsRoot)\GraphicsEngineD3DBase\include;$(GraphicsRoot)\GraphicsTools\include;$(EngineRoot)\Common\include;$(EngineRoot)\Common\interface;$(EngineRoot)\Platforms\interface;$(VC_IncludePath);$(WindowsSDK_IncludePath) - - - - - $(EngineRoot) - - - $(GraphicsRoot) - - - $(ProjectRoot) - - - \ No newline at end of file diff --git a/Graphics/GraphicsEngineD3D12/build/UWP/GraphicsEngineD3D12.vcxproj b/Graphics/GraphicsEngineD3D12/build/UWP/GraphicsEngineD3D12.vcxproj deleted file mode 100644 index ca0468a5..00000000 --- a/Graphics/GraphicsEngineD3D12/build/UWP/GraphicsEngineD3D12.vcxproj +++ /dev/null @@ -1,200 +0,0 @@ - - - - - Debug - ARM - - - Debug - Win32 - - - Debug - x64 - - - Release - ARM - - - Release - Win32 - - - Release - x64 - - - - {1a5a1c1d-c717-4680-a929-40e6324fe048} - StaticLibrary - GraphicsEngineD3D12 - en-US - 14.0 - true - Windows Store - 10.0.10586.0 - 10.0.10240.0 - 10.0 - - - - StaticLibrary - true - v140 - - - StaticLibrary - true - v140 - - - StaticLibrary - true - v140 - - - StaticLibrary - false - true - v140 - - - StaticLibrary - false - true - v140 - - - StaticLibrary - false - true - v140 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - false - - - false - - - false - - - false - - - false - - - false - - - - false - true - - - Console - false - false - - - - - false - true - - - Console - false - false - - - - - false - true - - - Console - false - false - - - - - false - true - - - Console - false - false - - - - - false - true - - - Console - false - false - - - - - false - true - - - Console - false - false - - - - - - \ No newline at end of file diff --git a/Graphics/GraphicsEngineD3D12/build/UWP/GraphicsEngineD3D12.vcxproj.filters b/Graphics/GraphicsEngineD3D12/build/UWP/GraphicsEngineD3D12.vcxproj.filters deleted file mode 100644 index c31757ec..00000000 --- a/Graphics/GraphicsEngineD3D12/build/UWP/GraphicsEngineD3D12.vcxproj.filters +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/Graphics/GraphicsEngineD3D12/build/Win32/GraphicsEngineD3D12.vcxproj b/Graphics/GraphicsEngineD3D12/build/Win32/GraphicsEngineD3D12.vcxproj deleted file mode 100644 index b930c993..00000000 --- a/Graphics/GraphicsEngineD3D12/build/Win32/GraphicsEngineD3D12.vcxproj +++ /dev/null @@ -1,286 +0,0 @@ - - - - - DbgDLL - Win32 - - - DbgDLL - x64 - - - Debug - Win32 - - - RelDLL - Win32 - - - RelDLL - x64 - - - Release - Win32 - - - Debug - x64 - - - Release - x64 - - - - {FFF8071A-DB82-485B-ADC3-F0B675296869} - GraphicsEngineD3D12 - 10.0.10240.0 - - - - StaticLibrary - true - v140 - MultiByte - - - DynamicLibrary - true - v140 - MultiByte - - - StaticLibrary - false - v140 - true - MultiByte - - - DynamicLibrary - false - v140 - true - MultiByte - - - StaticLibrary - true - v140 - MultiByte - - - DynamicLibrary - true - v140 - MultiByte - - - StaticLibrary - false - v140 - true - MultiByte - - - DynamicLibrary - false - v140 - true - MultiByte - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Disabled - true - - - true - - - - - Disabled - true - - - true - ..\..\src\GraphicsEngineD3D12.def - dxgi.lib;d3d12.lib;d3dcompiler.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - - - - - Disabled - true - - - true - - - - - Disabled - true - - - true - ..\..\src\GraphicsEngineD3D12.def - dxgi.lib;d3d12.lib;d3dcompiler.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - - - - - MaxSpeed - true - true - true - 4100;4505;4189 - - - true - true - true - - - - - MaxSpeed - true - true - true - 4100;4505;4189 - - - true - true - true - ..\..\src\GraphicsEngineD3D12.def - dxgi.lib;d3d12.lib;d3dcompiler.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - - - - - MaxSpeed - true - true - true - 4100;4505;4189 - - - true - true - true - - - - - MaxSpeed - true - true - true - 4100;4505;4189 - - - true - true - true - ..\..\src\GraphicsEngineD3D12.def - dxgi.lib;d3d12.lib;d3dcompiler.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - - - - - {7380f7e6-315f-4b4e-92eb-e6aeee865298} - - - {8ada5f93-7a38-4ad8-b8f5-1ffd4d4f630c} - - - {58f32677-436b-412a-bbf8-2b1310d82cd8} - - - {40fd58ed-aabc-4cbd-bee4-33116995a626} - - - {052dd700-477c-4512-a7f4-b05ebef5c80e} - - - {c6014499-0cf2-43ec-a773-a4e354fb2d74} - - - - - - - - true - true - true - true - - - - - - \ No newline at end of file diff --git a/Graphics/GraphicsEngineD3D12/build/Win32/GraphicsEngineD3D12.vcxproj.filters b/Graphics/GraphicsEngineD3D12/build/Win32/GraphicsEngineD3D12.vcxproj.filters deleted file mode 100644 index 789137b8..00000000 --- a/Graphics/GraphicsEngineD3D12/build/Win32/GraphicsEngineD3D12.vcxproj.filters +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/Graphics/GraphicsEngineD3D12/build/Windows.Shared/GraphicsEngineD3D12.Shared.vcxitems b/Graphics/GraphicsEngineD3D12/build/Windows.Shared/GraphicsEngineD3D12.Shared.vcxitems deleted file mode 100644 index 74cd1dbe..00000000 --- a/Graphics/GraphicsEngineD3D12/build/Windows.Shared/GraphicsEngineD3D12.Shared.vcxitems +++ /dev/null @@ -1,164 +0,0 @@ - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - true - {628cb771-ed9d-4874-a69e-3484343a4890} - ElevationDataSource - GraphicsEngineD3D12.Shared - 248F659F-DAC5-46E8-AC09-60EC9FC95053 - - - - %(AdditionalIncludeDirectories);$(MSBuildThisFileDirectory) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Compute - 5.0 - $(IntDir)CompiledShaders\GenerateMips\%(Filename).h - - - g_p%(Filename) - - - Compute - 5.0 - $(IntDir)CompiledShaders\GenerateMips\%(Filename).h - - - g_p%(Filename) - - - Compute - 5.0 - $(IntDir)CompiledShaders\GenerateMips\%(Filename).h - - - g_p%(Filename) - - - Compute - 5.0 - $(IntDir)CompiledShaders\GenerateMips\%(Filename).h - - - g_p%(Filename) - - - Compute - 5.0 - $(IntDir)CompiledShaders\GenerateMips\%(Filename).h - - - g_p%(Filename) - - - Compute - 5.0 - $(IntDir)CompiledShaders\GenerateMips\%(Filename).h - - - g_p%(Filename) - - - Compute - 5.0 - $(IntDir)CompiledShaders\GenerateMips\%(Filename).h - - - g_p%(Filename) - - - Compute - 5.0 - $(IntDir)CompiledShaders\GenerateMips\%(Filename).h - - - g_p%(Filename) - - - - - - Document - - - - - - - - - - - - - - - - - Create - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Graphics/GraphicsEngineD3D12/build/Windows.Shared/GraphicsEngineD3D12.Shared.vcxitems.filters b/Graphics/GraphicsEngineD3D12/build/Windows.Shared/GraphicsEngineD3D12.Shared.vcxitems.filters deleted file mode 100644 index 1bbf5b73..00000000 --- a/Graphics/GraphicsEngineD3D12/build/Windows.Shared/GraphicsEngineD3D12.Shared.vcxitems.filters +++ /dev/null @@ -1,257 +0,0 @@ - - - - - {cb8a7049-3fb3-490e-a55b-75c8422dbeb5} - - - {8852250e-f6e5-48a5-94db-cb8334f9079c} - - - {65c29537-6d5a-41e1-9454-2a96e01ebad1} - - - {b3e2774b-fc99-4266-b197-bc1f10110a39} - - - {3be622ce-7600-4bd7-9dfe-36521ba36715} - - - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - interface - - - interface - - - interface - - - interface - - - interface - - - interface - - - interface - - - interface - - - interface - - - interface - - - interface - - - interface - - - interface - - - include - - - - - Shaders\GenerateMips - - - Shaders\GenerateMips - - - Shaders\GenerateMips - - - Shaders\GenerateMips - - - Shaders\GenerateMips - - - Shaders\GenerateMips - - - Shaders\GenerateMips - - - Shaders\GenerateMips - - - - - Shaders\GenerateMips - - - - - - src - - - src - - - src - - - src - - - src - - - src - - - src - - - src - - - src - - - src - - - src - - - src - - - src - - - src - - - src - - - src - - - src - - - src - - - src - - - src - - - src - - - src - - - src - - - src - - - src - - - src - - - \ No newline at end of file diff --git a/Graphics/GraphicsEngineD3D12/build/Windows.Shared/GraphicsEngineD3D12.props b/Graphics/GraphicsEngineD3D12/build/Windows.Shared/GraphicsEngineD3D12.props deleted file mode 100644 index adf13e2d..00000000 --- a/Graphics/GraphicsEngineD3D12/build/Windows.Shared/GraphicsEngineD3D12.props +++ /dev/null @@ -1,24 +0,0 @@ - - - - - ..\..\..\.. - ..\..\.. - ..\.. - - - $(GraphicsRoot)\GraphicsEngineD3D12\include;$(GraphicsRoot)\GraphicsEngineD3D12\interface;$(GraphicsRoot)\GraphicsEngine\include;$(GraphicsRoot)\GraphicsEngine\interface;$(GraphicsRoot)\GraphicsEngineD3DBase\include;$(GraphicsRoot)\GraphicsTools\include;$(EngineRoot)\Common\include;$(EngineRoot)\Common\interface;$(EngineRoot)\Platforms\interface;$(IntDir)CompiledShaders;$(VC_IncludePath);$(WindowsSDK_IncludePath) - - - - - $(EngineRoot) - - - $(GraphicsRoot) - - - $(ProjectRoot) - - - \ No newline at end of file diff --git a/Graphics/GraphicsEngineD3DBase/build/UWP/GraphicsEngineD3DBase.vcxproj b/Graphics/GraphicsEngineD3DBase/build/UWP/GraphicsEngineD3DBase.vcxproj deleted file mode 100644 index d2cbe9fc..00000000 --- a/Graphics/GraphicsEngineD3DBase/build/UWP/GraphicsEngineD3DBase.vcxproj +++ /dev/null @@ -1,200 +0,0 @@ - - - - - Debug - ARM - - - Debug - Win32 - - - Debug - x64 - - - Release - ARM - - - Release - Win32 - - - Release - x64 - - - - {acd6f956-ff3b-4fe9-8be3-c0eecfdbbf93} - StaticLibrary - GraphicsEngineD3DBase - en-US - 14.0 - true - Windows Store - 10.0.10586.0 - 10.0.10240.0 - 10.0 - - - - StaticLibrary - true - v140 - - - StaticLibrary - true - v140 - - - StaticLibrary - true - v140 - - - StaticLibrary - false - true - v140 - - - StaticLibrary - false - true - v140 - - - StaticLibrary - false - true - v140 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - false - - - false - - - false - - - false - - - false - - - false - - - - false - true - - - Console - false - false - - - - - false - true - - - Console - false - false - - - - - false - true - - - Console - false - false - - - - - false - true - - - Console - false - false - - - - - false - true - - - Console - false - false - - - - - false - true - - - Console - false - false - - - - - - \ No newline at end of file diff --git a/Graphics/GraphicsEngineD3DBase/build/UWP/GraphicsEngineD3DBase.vcxproj.filters b/Graphics/GraphicsEngineD3DBase/build/UWP/GraphicsEngineD3DBase.vcxproj.filters deleted file mode 100644 index c31757ec..00000000 --- a/Graphics/GraphicsEngineD3DBase/build/UWP/GraphicsEngineD3DBase.vcxproj.filters +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/Graphics/GraphicsEngineD3DBase/build/Win32/GraphicsEngineD3DBase.vcxproj b/Graphics/GraphicsEngineD3DBase/build/Win32/GraphicsEngineD3DBase.vcxproj deleted file mode 100644 index 02bf1cb3..00000000 --- a/Graphics/GraphicsEngineD3DBase/build/Win32/GraphicsEngineD3DBase.vcxproj +++ /dev/null @@ -1,128 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Debug - x64 - - - Release - x64 - - - - {40FD58ED-AABC-4CBD-BEE4-33116995A626} - GraphicsEngineD3DBase - 8.1 - - - - StaticLibrary - true - v140 - MultiByte - - - StaticLibrary - false - v140 - true - MultiByte - - - StaticLibrary - true - v140 - MultiByte - - - StaticLibrary - false - v140 - true - MultiByte - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Disabled - true - - - true - - - - - Disabled - true - - - true - - - - - MaxSpeed - true - true - true - - - true - true - true - - - - - MaxSpeed - true - true - true - - - true - true - true - - - - - - \ No newline at end of file diff --git a/Graphics/GraphicsEngineD3DBase/build/Win32/GraphicsEngineD3DBase.vcxproj.filters b/Graphics/GraphicsEngineD3DBase/build/Win32/GraphicsEngineD3DBase.vcxproj.filters deleted file mode 100644 index 9cd85105..00000000 --- a/Graphics/GraphicsEngineD3DBase/build/Win32/GraphicsEngineD3DBase.vcxproj.filters +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/Graphics/GraphicsEngineD3DBase/build/Windows.Shared/GraphicsEngineD3DBase.Shared.vcxitems b/Graphics/GraphicsEngineD3DBase/build/Windows.Shared/GraphicsEngineD3DBase.Shared.vcxitems deleted file mode 100644 index 5d6a6af8..00000000 --- a/Graphics/GraphicsEngineD3DBase/build/Windows.Shared/GraphicsEngineD3DBase.Shared.vcxitems +++ /dev/null @@ -1,43 +0,0 @@ - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - true - {9e0110fc-5339-4196-8397-ba4fa34a4b84} - ArithmeticCodec - GraphicsEngineD3DBase.Shared - 248F659F-DAC5-46E8-AC09-60EC9FC95053 - - - - %(AdditionalIncludeDirectories);$(MSBuildThisFileDirectory) - - - - - - - - - - - - - - - - - - - Document - "$(EngineRoot)\Utilities\File2Include\File2String.exe" "%(FullPath)" "$(ProjectRoot)\include\%(Filename)_inc.fxh" - $(ProjectRoot)\include\%(Filename)_inc.h - Processing HLSLDefinitions.fxh... - - - - - - - - \ No newline at end of file diff --git a/Graphics/GraphicsEngineD3DBase/build/Windows.Shared/GraphicsEngineD3DBase.Shared.vcxitems.filters b/Graphics/GraphicsEngineD3DBase/build/Windows.Shared/GraphicsEngineD3DBase.Shared.vcxitems.filters deleted file mode 100644 index 8d4bb64f..00000000 --- a/Graphics/GraphicsEngineD3DBase/build/Windows.Shared/GraphicsEngineD3DBase.Shared.vcxitems.filters +++ /dev/null @@ -1,56 +0,0 @@ - - - - - {8a08aac0-0c0c-460e-997b-e2a2480f9348} - - - {f03946b0-f3aa-4358-845a-1f1d9c13056d} - - - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - - - include - - - - - src - - - src - - - src - - - \ No newline at end of file diff --git a/Graphics/GraphicsEngineD3DBase/build/Windows.Shared/GraphicsEngineD3DBase.props b/Graphics/GraphicsEngineD3DBase/build/Windows.Shared/GraphicsEngineD3DBase.props deleted file mode 100644 index 38b91f11..00000000 --- a/Graphics/GraphicsEngineD3DBase/build/Windows.Shared/GraphicsEngineD3DBase.props +++ /dev/null @@ -1,28 +0,0 @@ - - - - - ..\..\..\.. - ..\..\.. - ..\.. - - - $(GraphicsRoot)\GraphicsEngineD3DBase\include;$(GraphicsRoot)\GraphicsEngine\include;$(GraphicsRoot)\GraphicsEngine\interface;$(GraphicsRoot)\GraphicsTools\include;$(EngineRoot)\Common\include;$(EngineRoot)\Common\interface;$(EngineRoot)\Platforms\interface;$(VC_IncludePath);$(WindowsSDK_IncludePath) - - - - NotUsing - - - - - $(EngineRoot) - - - $(GraphicsRoot) - - - $(ProjectRoot) - - - \ No newline at end of file diff --git a/Graphics/GraphicsEngineOpenGL/build/Win32/EngineRoot.props b/Graphics/GraphicsEngineOpenGL/build/Win32/EngineRoot.props deleted file mode 100644 index 02287e9c..00000000 --- a/Graphics/GraphicsEngineOpenGL/build/Win32/EngineRoot.props +++ /dev/null @@ -1,22 +0,0 @@ - - - - - ..\..\..\.. - ..\..\.. - ..\.. - - - - - - $(EngineRoot) - - - $(GraphicsRoot) - - - $(ProjectRoot) - - - \ No newline at end of file diff --git a/Graphics/GraphicsEngineOpenGL/build/Win32/GraphicsEngineOpenGL.props b/Graphics/GraphicsEngineOpenGL/build/Win32/GraphicsEngineOpenGL.props deleted file mode 100644 index a7fdcf18..00000000 --- a/Graphics/GraphicsEngineOpenGL/build/Win32/GraphicsEngineOpenGL.props +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - $(GraphicsRoot)\GraphicsEngineOpenGL\include;$(GraphicsRoot)\GraphicsEngineOpenGL\interface;$(GraphicsRoot)\GraphicsEngine\include;$(GraphicsRoot)\GraphicsEngine\interface;$(GraphicsRoot)\HLSL2GLSLConverterLib\include;$(GraphicsRoot)\HLSL2GLSLConverterLib\interface;$(GraphicsRoot)\GraphicsTools\include;$(EngineRoot)\Common\include;$(EngineRoot)\Common\interface;$(EngineRoot)\External\glew\include\GL;$(EngineRoot)\Platforms\interface;$(VC_IncludePath);$(WindowsSDK_IncludePath) - - - - \ No newline at end of file diff --git a/Graphics/GraphicsEngineOpenGL/build/Win32/GraphicsEngineOpenGL.vcxproj b/Graphics/GraphicsEngineOpenGL/build/Win32/GraphicsEngineOpenGL.vcxproj deleted file mode 100644 index 93c63245..00000000 --- a/Graphics/GraphicsEngineOpenGL/build/Win32/GraphicsEngineOpenGL.vcxproj +++ /dev/null @@ -1,437 +0,0 @@ - - - - - DbgDLL - Win32 - - - DbgDLL - x64 - - - Debug - Win32 - - - Debug - x64 - - - RelDLL - Win32 - - - RelDLL - x64 - - - Release - Win32 - - - Release - x64 - - - - {15E346D3-FDE6-4B29-88B7-FCA14DADA501} - Win32Proj - GraphicsEngineOpenGL - - - - StaticLibrary - true - Unicode - v140 - - - DynamicLibrary - true - Unicode - v140 - - - StaticLibrary - true - Unicode - v140 - - - DynamicLibrary - true - Unicode - v140 - - - StaticLibrary - false - true - Unicode - v140 - - - DynamicLibrary - false - true - Unicode - v140 - - - StaticLibrary - false - true - Unicode - v140 - - - DynamicLibrary - false - true - Unicode - v140 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Disabled - WIN32;_LIB;%(PreprocessorDefinitions) - - - Windows - true - - - - - Disabled - WIN32;_LIB;%(PreprocessorDefinitions) - - - Windows - true - opengl32.lib;%(AdditionalDependencies) - ..\..\src\GraphicsEngineOpenGL.def - - - - - Disabled - WIN32;_LIB;%(PreprocessorDefinitions) - - - Windows - true - - - MachineX64 - - - - - Disabled - WIN32;_LIB;%(PreprocessorDefinitions) - - - Windows - true - opengl32.lib;%(AdditionalDependencies) - ..\..\src\GraphicsEngineOpenGL.def - - - MachineX64 - - - - - MaxSpeed - true - true - WIN32;_LIB;%(PreprocessorDefinitions) - 4100;4505;4189 - - - Windows - true - true - true - - - - - MaxSpeed - true - true - WIN32;_LIB;%(PreprocessorDefinitions) - 4100;4505;4189 - - - Windows - true - true - true - opengl32.lib;%(AdditionalDependencies) - ..\..\src\GraphicsEngineOpenGL.def - - - - - MaxSpeed - true - true - WIN32;_LIB;%(PreprocessorDefinitions) - 4100;4505;4189 - - - Windows - true - true - true - - - MachineX64 - - - - - MaxSpeed - true - true - WIN32;_LIB;%(PreprocessorDefinitions) - 4100;4505;4189 - - - Windows - true - true - true - opengl32.lib;%(AdditionalDependencies) - ..\..\src\GraphicsEngineOpenGL.def - - - MachineX64 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - true - true - true - true - - - - true - true - true - true - true - true - true - true - - - - - - - - true - true - true - true - true - true - true - true - - - - - - true - true - true - true - true - true - true - true - - - - - - - - - - - - - - - - - - - Create - Create - Create - Create - Create - Create - Create - Create - - - - - - - - - {7380f7e6-315f-4b4e-92eb-e6aeee865298} - - - {664e6f0d-6784-4760-9565-d54f8eb1edf4} - - - {8ada5f93-7a38-4ad8-b8f5-1ffd4d4f630c} - - - {58f32677-436b-412a-bbf8-2b1310d82cd8} - - - {052dd700-477c-4512-a7f4-b05ebef5c80e} - - - {c6014499-0cf2-43ec-a773-a4e354fb2d74} - - - {1a782154-a5bd-4a05-b837-efc77f126c84} - - - - - - - - - \ No newline at end of file diff --git a/Graphics/GraphicsEngineOpenGL/build/Win32/GraphicsEngineOpenGL.vcxproj.filters b/Graphics/GraphicsEngineOpenGL/build/Win32/GraphicsEngineOpenGL.vcxproj.filters deleted file mode 100644 index efe009c4..00000000 --- a/Graphics/GraphicsEngineOpenGL/build/Win32/GraphicsEngineOpenGL.vcxproj.filters +++ /dev/null @@ -1,287 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hpp;hxx;hm;inl;inc;xsd - - - {f078efc4-26ba-4803-a3a1-eb22a55e7ada} - - - {10a6ba1a-4ccb-4242-969f-beb04bfd2b65} - - - {ff063a45-e896-4855-8d8d-508a663c5515} - - - {564419f6-6302-4533-a5d3-c7e25a40a8af} - - - {f367269b-3ff3-4ab3-917a-e5a7779acefe} - - - {41dbc56a-4158-4750-bea6-7f28afeb1855} - - - {365f79b5-3f7f-4f71-8b03-d34102794f1d} - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files\Android - - - Header Files - - - Header Files - - - Header Files - - - Header Files\Android - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files\Android - - - Interface\Android - - - Interface - - - Interface - - - Interface - - - Interface - - - Interface - - - Interface - - - Interface - - - Interface - - - Header Files - - - Interface - - - Header Files - - - Header Files - - - Interface - - - Header Files - - - Header Files\Windows - - - Interface - - - Header Files - - - Header Files - - - Interface - - - Header Files - - - Interface - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files\Windows - - - Source Files\Android - - - Source Files - - - Source Files - - - Source Files\Android - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files\Android - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - - - Source Files - - - - - - - \ No newline at end of file diff --git a/Graphics/GraphicsTools/build/UWP/GraphicsTools.vcxproj b/Graphics/GraphicsTools/build/UWP/GraphicsTools.vcxproj deleted file mode 100644 index ae79dc6f..00000000 --- a/Graphics/GraphicsTools/build/UWP/GraphicsTools.vcxproj +++ /dev/null @@ -1,200 +0,0 @@ - - - - - Debug - ARM - - - Debug - Win32 - - - Debug - x64 - - - Release - ARM - - - Release - Win32 - - - Release - x64 - - - - {7a1a6e2c-3952-4a57-ad30-abd92aa39c69} - StaticLibrary - GraphicsTools - en-US - 14.0 - true - Windows Store - 10.0.10586.0 - 10.0.10240.0 - 10.0 - - - - StaticLibrary - true - v140 - - - StaticLibrary - true - v140 - - - StaticLibrary - true - v140 - - - StaticLibrary - false - true - v140 - - - StaticLibrary - false - true - v140 - - - StaticLibrary - false - true - v140 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - false - - - false - - - false - - - false - - - false - - - false - - - - false - true - - - Console - false - false - - - - - false - true - - - Console - false - false - - - - - false - true - - - Console - false - false - - - - - false - true - - - Console - false - false - - - - - false - true - - - Console - false - false - - - - - false - true - - - Console - false - false - - - - - - \ No newline at end of file diff --git a/Graphics/GraphicsTools/build/UWP/GraphicsTools.vcxproj.filters b/Graphics/GraphicsTools/build/UWP/GraphicsTools.vcxproj.filters deleted file mode 100644 index c31757ec..00000000 --- a/Graphics/GraphicsTools/build/UWP/GraphicsTools.vcxproj.filters +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/Graphics/GraphicsTools/build/Win32/GraphicsTools.vcxproj b/Graphics/GraphicsTools/build/Win32/GraphicsTools.vcxproj deleted file mode 100644 index e91816da..00000000 --- a/Graphics/GraphicsTools/build/Win32/GraphicsTools.vcxproj +++ /dev/null @@ -1,131 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {C6014499-0CF2-43EC-A773-A4E354FB2D74} - Win32Proj - GraphicsTools - 10.0.10240.0 - - - - StaticLibrary - true - v140 - Unicode - - - StaticLibrary - true - v140 - Unicode - - - StaticLibrary - false - v140 - true - Unicode - - - StaticLibrary - false - v140 - true - Unicode - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Disabled - WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) - - - Windows - true - - - - - Disabled - WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) - - - Windows - true - - - - - MaxSpeed - true - true - WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) - - - Windows - true - true - true - - - - - MaxSpeed - true - true - WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) - - - Windows - true - true - true - - - - - - \ No newline at end of file diff --git a/Graphics/GraphicsTools/build/Win32/GraphicsTools.vcxproj.filters b/Graphics/GraphicsTools/build/Win32/GraphicsTools.vcxproj.filters deleted file mode 100644 index 9cd85105..00000000 --- a/Graphics/GraphicsTools/build/Win32/GraphicsTools.vcxproj.filters +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/Graphics/GraphicsTools/build/Windows.Shared/GraphicsTools.Shared.vcxitems b/Graphics/GraphicsTools/build/Windows.Shared/GraphicsTools.Shared.vcxitems deleted file mode 100644 index 879867a4..00000000 --- a/Graphics/GraphicsTools/build/Windows.Shared/GraphicsTools.Shared.vcxitems +++ /dev/null @@ -1,53 +0,0 @@ - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - true - {3bb4f2ac-1d2f-4af6-b9cc-bdc17bb8bc39} - GraphicsTools - GraphicsTools.Shared - 248F659F-DAC5-46E8-AC09-60EC9FC95053 - - - - %(AdditionalIncludeDirectories);$(MSBuildThisFileDirectory) - - - - - - - - - - - - - - - - - - - - - - - - - Create - - - - - - - - - false - - - - - - \ No newline at end of file diff --git a/Graphics/GraphicsTools/build/Windows.Shared/GraphicsTools.Shared.vcxitems.filters b/Graphics/GraphicsTools/build/Windows.Shared/GraphicsTools.Shared.vcxitems.filters deleted file mode 100644 index 99fee601..00000000 --- a/Graphics/GraphicsTools/build/Windows.Shared/GraphicsTools.Shared.vcxitems.filters +++ /dev/null @@ -1,81 +0,0 @@ - - - - - {610cb4a4-ad9a-42e0-936c-239055f0caa6} - - - {2fa69c92-b6b7-4e73-9ccd-49a715515cc8} - - - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - include - - - - - src - - - src - - - src - - - src - - - src - - - src - - - src - - - - - - - - - \ No newline at end of file diff --git a/Graphics/GraphicsTools/build/Windows.Shared/GraphicsTools.props b/Graphics/GraphicsTools/build/Windows.Shared/GraphicsTools.props deleted file mode 100644 index c2ad8f8a..00000000 --- a/Graphics/GraphicsTools/build/Windows.Shared/GraphicsTools.props +++ /dev/null @@ -1,20 +0,0 @@ - - - - - ..\..\..\.. - ..\..\.. - - - $(GraphicsRoot)\GraphicsTools\include;$(GraphicsRoot)\GraphicsEngine\interface;$(GraphicsRoot)\GraphicsEngineD3D11\interface;$(GraphicsRoot)\GraphicsEngineD3D12\interface;$(GraphicsRoot)\GraphicsEngineD3DBase\include;$(GraphicsRoot)\GraphicsEngineOpenGL\interface;$(GraphicsRoot)\TextureLoader\interface;$(EngineRoot)\Common\include;$(EngineRoot)\Common\interface;$(EngineRoot)\Platforms\interface;$(VC_IncludePath);$(WindowsSDK_IncludePath);$(IncludePath) - - - - - $(EngineRoot) - - - $(GraphicsRoot) - - - \ No newline at end of file diff --git a/Graphics/HLSL2GLSLConverterLib/build/Win32/EngineRoot.props b/Graphics/HLSL2GLSLConverterLib/build/Win32/EngineRoot.props deleted file mode 100644 index 02287e9c..00000000 --- a/Graphics/HLSL2GLSLConverterLib/build/Win32/EngineRoot.props +++ /dev/null @@ -1,22 +0,0 @@ - - - - - ..\..\..\.. - ..\..\.. - ..\.. - - - - - - $(EngineRoot) - - - $(GraphicsRoot) - - - $(ProjectRoot) - - - \ No newline at end of file diff --git a/Graphics/HLSL2GLSLConverterLib/build/Win32/HLSL2GLSLConverterLib.props b/Graphics/HLSL2GLSLConverterLib/build/Win32/HLSL2GLSLConverterLib.props deleted file mode 100644 index a96f5808..00000000 --- a/Graphics/HLSL2GLSLConverterLib/build/Win32/HLSL2GLSLConverterLib.props +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - $(GraphicsRoot)\HLSL2GLSLConverterLib\include;$(GraphicsRoot)\HLSL2GLSLConverterLib\interface;$(GraphicsRoot)\GraphicsEngine\include;$(GraphicsRoot)\GraphicsEngine\interface;$(GraphicsRoot)\GraphicsTools\include;$(EngineRoot)\Common\include;$(EngineRoot)\Common\interface;$(EngineRoot)\Platforms\interface;$(VC_IncludePath);$(WindowsSDK_IncludePath) - - - - \ No newline at end of file diff --git a/Graphics/HLSL2GLSLConverterLib/build/Win32/HLSL2GLSLConverterLib.vcxproj b/Graphics/HLSL2GLSLConverterLib/build/Win32/HLSL2GLSLConverterLib.vcxproj deleted file mode 100644 index 64e66e00..00000000 --- a/Graphics/HLSL2GLSLConverterLib/build/Win32/HLSL2GLSLConverterLib.vcxproj +++ /dev/null @@ -1,334 +0,0 @@ - - - - - DbgDLL - Win32 - - - DbgDLL - x64 - - - Debug - Win32 - - - Debug - x64 - - - RelDLL - Win32 - - - RelDLL - x64 - - - Release - Win32 - - - Release - x64 - - - - {1A782154-A5BD-4A05-B837-EFC77F126C84} - Win32Proj - HLSL2GLSLConverterLib - - - - StaticLibrary - true - Unicode - v140 - - - DynamicLibrary - true - Unicode - v140 - - - StaticLibrary - true - Unicode - v140 - - - DynamicLibrary - true - Unicode - v140 - - - StaticLibrary - false - true - Unicode - v140 - - - DynamicLibrary - false - true - Unicode - v140 - - - StaticLibrary - false - true - Unicode - v140 - - - DynamicLibrary - false - true - Unicode - v140 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Disabled - WIN32;_LIB;%(PreprocessorDefinitions) - - - Windows - true - - - - - Disabled - WIN32;_LIB;%(PreprocessorDefinitions) - - - Windows - true - opengl32.lib;%(AdditionalDependencies) - ..\..\src\HLSL2GLSLConverterLib.def - - - - - Disabled - WIN32;_LIB;%(PreprocessorDefinitions) - - - Windows - true - - - MachineX64 - - - - - Disabled - WIN32;_LIB;%(PreprocessorDefinitions) - - - Windows - true - opengl32.lib;%(AdditionalDependencies) - ..\..\src\HLSL2GLSLConverterLib.def - - - MachineX64 - - - - - MaxSpeed - true - true - WIN32;_LIB;%(PreprocessorDefinitions) - - - Windows - true - true - true - - - - - MaxSpeed - true - true - WIN32;_LIB;%(PreprocessorDefinitions) - - - Windows - true - true - true - opengl32.lib;%(AdditionalDependencies) - ..\..\src\HLSL2GLSLConverterLib.def - - - - - MaxSpeed - true - true - WIN32;_LIB;%(PreprocessorDefinitions) - - - Windows - true - true - true - - - MachineX64 - - - - - MaxSpeed - true - true - WIN32;_LIB;%(PreprocessorDefinitions) - - - Windows - true - true - true - opengl32.lib;%(AdditionalDependencies) - ..\..\src\HLSL2GLSLConverterLib.def - - - MachineX64 - - - - - {7380f7e6-315f-4b4e-92eb-e6aeee865298} - - - {8ada5f93-7a38-4ad8-b8f5-1ffd4d4f630c} - - - {052dd700-477c-4512-a7f4-b05ebef5c80e} - - - {c6014499-0cf2-43ec-a773-a4e354fb2d74} - - - - - - - - "$(EngineRoot)\Utilities\File2Include\File2String.exe" "%(FullPath)" "$(ProjectRoot)\include\%(Filename)_inc.h" - "$(EngineRoot)\Utilities\File2Include\File2String.exe" "%(FullPath)" "$(ProjectRoot)\include\%(Filename)_inc.h" - "$(EngineRoot)\Utilities\File2Include\File2String.exe" "%(FullPath)" "$(ProjectRoot)\include\%(Filename)_inc.h" - "$(EngineRoot)\Utilities\File2Include\File2String.exe" "%(FullPath)" "$(ProjectRoot)\include\%(Filename)_inc.h" - "$(EngineRoot)\Utilities\File2Include\File2String.exe" "%(FullPath)" "$(ProjectRoot)\include\%(Filename)_inc.h" - "$(EngineRoot)\Utilities\File2Include\File2String.exe" "%(FullPath)" "$(ProjectRoot)\include\%(Filename)_inc.h" - "$(EngineRoot)\Utilities\File2Include\File2String.exe" "%(FullPath)" "$(ProjectRoot)\include\%(Filename)_inc.h" - "$(EngineRoot)\Utilities\File2Include\File2String.exe" "%(FullPath)" "$(ProjectRoot)\include\%(Filename)_inc.h" - $(ProjectRoot)\include\%(Filename)_inc.h - $(ProjectRoot)\include\%(Filename)_inc.h - $(ProjectRoot)\include\%(Filename)_inc.h - $(ProjectRoot)\include\%(Filename)_inc.h - $(ProjectRoot)\include\%(Filename)_inc.h - $(ProjectRoot)\include\%(Filename)_inc.h - $(ProjectRoot)\include\%(Filename)_inc.h - $(ProjectRoot)\include\%(Filename)_inc.h - - - - - - - - - - - - Create - Create - Create - Create - Create - Create - Create - Create - - - - - - \ No newline at end of file diff --git a/Graphics/HLSL2GLSLConverterLib/build/Win32/HLSL2GLSLConverterLib.vcxproj.filters b/Graphics/HLSL2GLSLConverterLib/build/Win32/HLSL2GLSLConverterLib.vcxproj.filters deleted file mode 100644 index c2ae900d..00000000 --- a/Graphics/HLSL2GLSLConverterLib/build/Win32/HLSL2GLSLConverterLib.vcxproj.filters +++ /dev/null @@ -1,50 +0,0 @@ - - - - - {d1acc91d-2ae9-4712-8048-b024593e662a} - - - {78bd0645-1204-447a-be54-1a4dcc0f0a6a} - - - {3537c2b0-8793-4498-9773-6006530f63be} - - - - - - - - interface - - - include - - - include - - - include - - - include - - - - - include - - - - - src - - - src - - - src - - - \ No newline at end of file diff --git a/Graphics/Shared/build/Windows/DLLCommon.props b/Graphics/Shared/build/Windows/DLLCommon.props deleted file mode 100644 index 0d999b8f..00000000 --- a/Graphics/Shared/build/Windows/DLLCommon.props +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - $(SolutionDir)\bin\DLLs\$(PlatformShortName)\ - $(ProjectName)_$(ConfigSuffix) - - - - ENGINE_DLL;%(PreprocessorDefinitions) - - - - \ No newline at end of file diff --git a/Platforms/Basic/build/UWP/BasicPlatform.vcxproj b/Platforms/Basic/build/UWP/BasicPlatform.vcxproj deleted file mode 100644 index 3e748d81..00000000 --- a/Platforms/Basic/build/UWP/BasicPlatform.vcxproj +++ /dev/null @@ -1,200 +0,0 @@ - - - - - Debug - ARM - - - Debug - Win32 - - - Debug - x64 - - - Release - ARM - - - Release - Win32 - - - Release - x64 - - - - {ff7d4949-dc3e-488b-8f78-1d32f1ca3b4c} - StaticLibrary - BasicPlatform - en-US - 14.0 - true - Windows Store - 10.0.10586.0 - 10.0.10240.0 - 10.0 - - - - StaticLibrary - true - v140 - - - StaticLibrary - true - v140 - - - StaticLibrary - true - v140 - - - StaticLibrary - false - true - v140 - - - StaticLibrary - false - true - v140 - - - StaticLibrary - false - true - v140 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - false - - - false - - - false - - - false - - - false - - - false - - - - false - true - - - Console - false - false - - - - - false - true - - - Console - false - false - - - - - false - true - - - Console - false - false - - - - - false - true - - - Console - false - false - - - - - false - true - - - Console - false - false - - - - - false - true - - - Console - false - false - - - - - - \ No newline at end of file diff --git a/Platforms/Basic/build/UWP/BasicPlatform.vcxproj.filters b/Platforms/Basic/build/UWP/BasicPlatform.vcxproj.filters deleted file mode 100644 index c31757ec..00000000 --- a/Platforms/Basic/build/UWP/BasicPlatform.vcxproj.filters +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/Platforms/Basic/build/Win32/BasicPlatform.vcxproj b/Platforms/Basic/build/Win32/BasicPlatform.vcxproj deleted file mode 100644 index badf79d5..00000000 --- a/Platforms/Basic/build/Win32/BasicPlatform.vcxproj +++ /dev/null @@ -1,131 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {8ADA5F93-7A38-4AD8-B8F5-1FFD4D4F630C} - PlatformCommon - - - - StaticLibrary - true - v140 - MultiByte - - - StaticLibrary - true - v140 - MultiByte - - - StaticLibrary - false - v140 - true - MultiByte - - - StaticLibrary - false - v140 - true - MultiByte - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Disabled - true - - - true - - - - - Disabled - true - - - true - - - - - MaxSpeed - true - true - true - - - true - true - true - - - - - MaxSpeed - true - true - true - - - true - true - true - - - - - - \ No newline at end of file diff --git a/Platforms/Basic/build/Win32/BasicPlatform.vcxproj.filters b/Platforms/Basic/build/Win32/BasicPlatform.vcxproj.filters deleted file mode 100644 index 9cd85105..00000000 --- a/Platforms/Basic/build/Win32/BasicPlatform.vcxproj.filters +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/Platforms/Basic/build/Windows.Shared/BasicPlatform.Shared.vcxitems b/Platforms/Basic/build/Windows.Shared/BasicPlatform.Shared.vcxitems deleted file mode 100644 index 7789a075..00000000 --- a/Platforms/Basic/build/Windows.Shared/BasicPlatform.Shared.vcxitems +++ /dev/null @@ -1,37 +0,0 @@ - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - true - {c50f6528-6a12-49a9-bec0-e07cf153fca8} - BasicPlatform - BasicPlatform.Shared - 248F659F-DAC5-46E8-AC09-60EC9FC95053 - - - - %(AdditionalIncludeDirectories);$(MSBuildThisFileDirectory) - - - - - - - - - Create - - - - - - - - - - - - false - - - \ No newline at end of file diff --git a/Platforms/Basic/build/Windows.Shared/BasicPlatform.Shared.vcxitems.filters b/Platforms/Basic/build/Windows.Shared/BasicPlatform.Shared.vcxitems.filters deleted file mode 100644 index 367200fc..00000000 --- a/Platforms/Basic/build/Windows.Shared/BasicPlatform.Shared.vcxitems.filters +++ /dev/null @@ -1,39 +0,0 @@ - - - - - {6cd2ad8c-c15c-4156-aa37-d00759bc0611} - - - {b0ccce69-d437-4e82-ae8e-a33f1581f7ed} - - - - - src - - - src - - - - - include - - - include - - - include - - - include - - - include - - - - - - \ No newline at end of file diff --git a/Platforms/Basic/build/Windows.Shared/BasicPlatform.props b/Platforms/Basic/build/Windows.Shared/BasicPlatform.props deleted file mode 100644 index 33a79d4d..00000000 --- a/Platforms/Basic/build/Windows.Shared/BasicPlatform.props +++ /dev/null @@ -1,16 +0,0 @@ - - - - - ..\..\..\.. - - - $(EngineRoot)\Platforms\Basic\include;$(EngineRoot)\Platforms\interface;$(EngineRoot)\Common\interface;$(EngineRoot)\Common\include;$(VC_IncludePath);$(WindowsSDK_IncludePath) - - - - - $(EngineRoot) - - - \ No newline at end of file diff --git a/Platforms/UWP/build/UWP/UniversalWindowsPlatform.props b/Platforms/UWP/build/UWP/UniversalWindowsPlatform.props deleted file mode 100644 index d10eeeb5..00000000 --- a/Platforms/UWP/build/UWP/UniversalWindowsPlatform.props +++ /dev/null @@ -1,16 +0,0 @@ - - - - - ..\..\..\.. - - - $(EngineRoot)\Common\interface;$(EngineRoot)\Common\include;$(VC_IncludePath);$(WindowsSDK_IncludePath) - - - - - $(EngineRoot) - - - \ No newline at end of file diff --git a/Platforms/UWP/build/UWP/UniversalWindowsPlatform.vcxproj b/Platforms/UWP/build/UWP/UniversalWindowsPlatform.vcxproj deleted file mode 100644 index d752f17c..00000000 --- a/Platforms/UWP/build/UWP/UniversalWindowsPlatform.vcxproj +++ /dev/null @@ -1,230 +0,0 @@ - - - - - Debug - ARM - - - Debug - Win32 - - - Debug - x64 - - - Release - ARM - - - Release - Win32 - - - Release - x64 - - - - - - - - - - - - Create - Create - Create - Create - Create - Create - - - - - - {91adc1dd-aa8e-492a-ac19-3e0dab9ad665} - StaticLibrary - UniversalWindowsPlatform - en-US - 14.0 - true - Windows Store - 10.0.10586.0 - 10.0.10240.0 - 10.0 - - - - StaticLibrary - true - v140 - - - StaticLibrary - true - v140 - - - StaticLibrary - true - v140 - - - StaticLibrary - false - true - v140 - - - StaticLibrary - false - true - v140 - - - StaticLibrary - false - true - v140 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - false - $(EngineRoot)\Platforms\UWP\include;$(EngineRoot)\Platforms\interface;$(EngineRoot)\Common\interface;$(EngineRoot)\Common\include;$(VC_IncludePath);$(WindowsSDK_IncludePath) - - - false - $(EngineRoot)\Platforms\UWP\include;$(EngineRoot)\Platforms\interface;$(EngineRoot)\Common\interface;$(EngineRoot)\Common\include;$(VC_IncludePath);$(WindowsSDK_IncludePath) - - - false - $(EngineRoot)\Platforms\UWP\include;$(EngineRoot)\Platforms\interface;$(EngineRoot)\Common\interface;$(EngineRoot)\Common\include;$(VC_IncludePath);$(WindowsSDK_IncludePath) - - - false - $(EngineRoot)\Platforms\UWP\include;$(EngineRoot)\Platforms\interface;$(EngineRoot)\Common\interface;$(EngineRoot)\Common\include;$(VC_IncludePath);$(WindowsSDK_IncludePath) - - - false - $(EngineRoot)\Platforms\UWP\include;$(EngineRoot)\Platforms\interface;$(EngineRoot)\Common\interface;$(EngineRoot)\Common\include;$(VC_IncludePath);$(WindowsSDK_IncludePath) - - - false - $(EngineRoot)\Platforms\UWP\include;$(EngineRoot)\Platforms\interface;$(EngineRoot)\Common\interface;$(EngineRoot)\Common\include;$(VC_IncludePath);$(WindowsSDK_IncludePath) - - - - Use - false - true - - - Console - false - false - - - - - Use - false - true - - - Console - false - false - - - - - Use - false - true - - - Console - false - false - - - - - Use - false - true - - - Console - false - false - - - - - Use - false - true - - - Console - false - false - - - - - Use - false - true - - - Console - false - false - - - - - - \ No newline at end of file diff --git a/Platforms/UWP/build/UWP/UniversalWindowsPlatform.vcxproj.filters b/Platforms/UWP/build/UWP/UniversalWindowsPlatform.vcxproj.filters deleted file mode 100644 index 0d8fb24a..00000000 --- a/Platforms/UWP/build/UWP/UniversalWindowsPlatform.vcxproj.filters +++ /dev/null @@ -1,39 +0,0 @@ - - - - - {364db375-4b9a-4d17-bb6b-da4d22835ba6} - - - {c5d67da7-10de-4a2d-8e8a-4789d29518b1} - - - - - include - - - include - - - include - - - include - - - - - src - - - src - - - src - - - src - - - \ No newline at end of file diff --git a/Platforms/Win32/build/Win32/EngineRoot.props b/Platforms/Win32/build/Win32/EngineRoot.props deleted file mode 100644 index c2337431..00000000 --- a/Platforms/Win32/build/Win32/EngineRoot.props +++ /dev/null @@ -1,14 +0,0 @@ - - - - - ..\..\..\.. - - - - - - $(EngineRoot) - - - \ No newline at end of file diff --git a/Platforms/Win32/build/Win32/WindowsPlatform.props b/Platforms/Win32/build/Win32/WindowsPlatform.props deleted file mode 100644 index 2287b6b6..00000000 --- a/Platforms/Win32/build/Win32/WindowsPlatform.props +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - $(EngineRoot)\Platforms\interface;$(EngineRoot)\Common\interface;$(EngineRoot)\Common\include;$(VC_IncludePath);$(WindowsSDK_IncludePath) - - - - \ No newline at end of file diff --git a/Platforms/Win32/build/Win32/WindowsPlatform.vcxproj b/Platforms/Win32/build/Win32/WindowsPlatform.vcxproj deleted file mode 100644 index 02638a26..00000000 --- a/Platforms/Win32/build/Win32/WindowsPlatform.vcxproj +++ /dev/null @@ -1,168 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - - - - - - - - - - Create - Create - Create - Create - - - - - - - - - - {58F32677-436B-412A-BBF8-2B1310D82CD8} - WindowsPlatform - Win32Platform - - - - StaticLibrary - true - v140 - MultiByte - - - StaticLibrary - true - v140 - MultiByte - - - StaticLibrary - false - v140 - true - MultiByte - - - StaticLibrary - false - v140 - true - MultiByte - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - $(EngineRoot)\Platforms\Win32\include;$(IncludePath) - - - $(EngineRoot)\Platforms\Win32\include;$(IncludePath) - - - $(EngineRoot)\Platforms\Win32\include;$(IncludePath) - - - $(EngineRoot)\Platforms\Win32\include;$(IncludePath) - - - - Disabled - true - WIN32;%(PreprocessorDefinitions) - - - true - - - - - Disabled - true - WIN32;%(PreprocessorDefinitions) - - - true - - - - - MaxSpeed - true - true - true - WIN32;%(PreprocessorDefinitions) - 4100;4505;4189 - - - true - true - true - - - - - MaxSpeed - true - true - true - WIN32;%(PreprocessorDefinitions) - 4100;4505;4189 - - - true - true - true - - - - - - \ No newline at end of file diff --git a/Platforms/Win32/build/Win32/WindowsPlatform.vcxproj.filters b/Platforms/Win32/build/Win32/WindowsPlatform.vcxproj.filters deleted file mode 100644 index 6ef649ea..00000000 --- a/Platforms/Win32/build/Win32/WindowsPlatform.vcxproj.filters +++ /dev/null @@ -1,50 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hh;hpp;hxx;hm;inl;inc;xsd - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - - - - \ No newline at end of file diff --git a/Platforms/interface/build/Windows.Shared/PlatformInterface.Shared.vcxitems b/Platforms/interface/build/Windows.Shared/PlatformInterface.Shared.vcxitems deleted file mode 100644 index 8e2ef7dd..00000000 --- a/Platforms/interface/build/Windows.Shared/PlatformInterface.Shared.vcxitems +++ /dev/null @@ -1,26 +0,0 @@ - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - true - {C8F281ED-F3B9-4C24-A2D3-40A922363466} - BasicPlatform - PlatformInterface.Shared - 248F659F-DAC5-46E8-AC09-60EC9FC95053 - - - - %(AdditionalIncludeDirectories);$(MSBuildThisFileDirectory) - - - - - - - - - - - - - \ No newline at end of file diff --git a/Platforms/interface/build/Windows.Shared/PlatformInterface.Shared.vcxitems.filters b/Platforms/interface/build/Windows.Shared/PlatformInterface.Shared.vcxitems.filters deleted file mode 100644 index 9945c4f3..00000000 --- a/Platforms/interface/build/Windows.Shared/PlatformInterface.Shared.vcxitems.filters +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/README.md b/README.md index 4b26cd8f..24ce1169 100644 --- a/README.md +++ b/README.md @@ -564,6 +564,10 @@ objects. Refer to the following pages for more information: # Version History +## Current Progress + +* Removed legacy Visual Studio solution and project files + ## v2.1.a * Refactored build system to use CMake diff --git a/Shared/build/UWP/UWP_ArmDbg.props b/Shared/build/UWP/UWP_ArmDbg.props deleted file mode 100644 index 5fbec62b..00000000 --- a/Shared/build/UWP/UWP_ArmDbg.props +++ /dev/null @@ -1,21 +0,0 @@ - - - - - armd - - - $(SolutionDir)\bin\$(Configuration)_$(PlatformName)\$(ProjectName)\ - $(SolutionDir)\bin\tmp\$(Configuration)_$(PlatformName)\$(ProjectName)\ - - - - PLATFORM_UNIVERSAL_WINDOWS;%(PreprocessorDefinitions) - - - - - $(ConfigSuffix) - - - \ No newline at end of file diff --git a/Shared/build/UWP/UWP_ArmRel.props b/Shared/build/UWP/UWP_ArmRel.props deleted file mode 100644 index 78a674b0..00000000 --- a/Shared/build/UWP/UWP_ArmRel.props +++ /dev/null @@ -1,21 +0,0 @@ - - - - - armr - - - $(SolutionDir)\bin\$(Configuration)_$(PlatformName)\$(ProjectName)\ - $(SolutionDir)\bin\tmp\$(Configuration)_$(PlatformName)\$(ProjectName)\ - - - - PLATFORM_UNIVERSAL_WINDOWS;%(PreprocessorDefinitions) - - - - - $(ConfigSuffix) - - - \ No newline at end of file diff --git a/Shared/build/UWP/UWP_Win32Dbg.props b/Shared/build/UWP/UWP_Win32Dbg.props deleted file mode 100644 index dc4404f3..00000000 --- a/Shared/build/UWP/UWP_Win32Dbg.props +++ /dev/null @@ -1,22 +0,0 @@ - - - - - 32d - - - $(SolutionDir)\bin\$(Configuration)_$(PlatformName)\$(ProjectName)\ - $(SolutionDir)\bin\tmp\$(Configuration)_$(PlatformName)\$(ProjectName)\ - - - - - PLATFORM_UNIVERSAL_WINDOWS;%(PreprocessorDefinitions) - - - - - $(ConfigSuffix) - - - \ No newline at end of file diff --git a/Shared/build/UWP/UWP_Win32Rel.props b/Shared/build/UWP/UWP_Win32Rel.props deleted file mode 100644 index 837ea221..00000000 --- a/Shared/build/UWP/UWP_Win32Rel.props +++ /dev/null @@ -1,22 +0,0 @@ - - - - - 32r - - - $(SolutionDir)\bin\$(Configuration)_$(PlatformName)\$(ProjectName)\ - $(SolutionDir)\bin\tmp\$(Configuration)_$(PlatformName)\$(ProjectName)\ - - - - - PLATFORM_UNIVERSAL_WINDOWS;%(PreprocessorDefinitions) - - - - - $(ConfigSuffix) - - - \ No newline at end of file diff --git a/Shared/build/UWP/UWP_X64Dbg.props b/Shared/build/UWP/UWP_X64Dbg.props deleted file mode 100644 index 28ee532e..00000000 --- a/Shared/build/UWP/UWP_X64Dbg.props +++ /dev/null @@ -1,22 +0,0 @@ - - - - - 64d - - - $(SolutionDir)\bin\$(Configuration)_$(PlatformName)\$(ProjectName)\ - $(SolutionDir)\bin\tmp\$(Configuration)_$(PlatformName)\$(ProjectName)\ - - - - - PLATFORM_UNIVERSAL_WINDOWS;%(PreprocessorDefinitions) - - - - - $(ConfigSuffix) - - - \ No newline at end of file diff --git a/Shared/build/UWP/UWP_X64Rel.props b/Shared/build/UWP/UWP_X64Rel.props deleted file mode 100644 index de2ed9fd..00000000 --- a/Shared/build/UWP/UWP_X64Rel.props +++ /dev/null @@ -1,22 +0,0 @@ - - - - - 64r - - - $(SolutionDir)\bin\$(Configuration)_$(PlatformName)\$(ProjectName)\ - $(SolutionDir)\bin\tmp\$(Configuration)_$(PlatformName)\$(ProjectName)\ - - - - - PLATFORM_UNIVERSAL_WINDOWS;%(PreprocessorDefinitions) - - - - - $(ConfigSuffix) - - - \ No newline at end of file diff --git a/Shared/build/Windows/Android32d.props b/Shared/build/Windows/Android32d.props deleted file mode 100644 index 82c096e7..00000000 --- a/Shared/build/Windows/Android32d.props +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - "$(VISUALGDB_DIR)\VisualGDB.exe" /build "$(ProjectPath)" "/solution:$(SolutionPath)" "/config:$(Configuration)" "/platform:$(Platform)" - "$(VISUALGDB_DIR)\VisualGDB.exe" /rebuild "$(ProjectPath)" "/solution:$(SolutionPath)" "/config:$(Configuration)" "/platform:$(Platform)" - "$(VISUALGDB_DIR)\VisualGDB.exe" /clean "$(ProjectPath)" "/solution:$(SolutionPath)" "/config:$(Configuration)" "/platform:$(Platform)" - __VisualGDB_CFG_Debug;$(NMakePreprocessorDefinitions) - $(ANDROID_NDK_PATH)\platforms\android-19\arch-x86\usr\include;$(ANDROID_NDK_PATH)\toolchains\x86-4.8\prebuilt\windows-x86_64\lib\gcc\i686-linux-android\4.8\include;$(ANDROID_NDK_PATH)\toolchains\x86-4.8\prebuilt\windows-x86_64\lib\gcc\i686-linux-android\4.8\include-fixed;$(NMakeIncludeSearchPath) - $(VISUALGDB_DIR)\gcc_compat.h;$(NMakeForcedIncludes) - $(SolutionDir)\bin\$(Configuration)_$(PlatformName)\$(ProjectName)\ - $(SolutionDir)\bin\tmp\$(Configuration)_$(PlatformName)\$(ProjectName)\ - - - - \ No newline at end of file diff --git a/Shared/build/Windows/Android32r.props b/Shared/build/Windows/Android32r.props deleted file mode 100644 index a542a706..00000000 --- a/Shared/build/Windows/Android32r.props +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - "$(VISUALGDB_DIR)\VisualGDB.exe" /build "$(ProjectPath)" "/solution:$(SolutionPath)" "/config:$(Configuration)" "/platform:$(Platform)" - "$(VISUALGDB_DIR)\VisualGDB.exe" /rebuild "$(ProjectPath)" "/solution:$(SolutionPath)" "/config:$(Configuration)" "/platform:$(Platform)" - "$(VISUALGDB_DIR)\VisualGDB.exe" /clean "$(ProjectPath)" "/solution:$(SolutionPath)" "/config:$(Configuration)" "/platform:$(Platform)" - __VisualGDB_CFG_Release;$(NMakePreprocessorDefinitions) - $(ANDROID_NDK_PATH)\platforms\android-19\arch-x86\usr\include;$(ANDROID_NDK_PATH)\toolchains\x86-4.8\prebuilt\windows-x86_64\lib\gcc\i686-linux-android\4.8\include;$(ANDROID_NDK_PATH)\toolchains\x86-4.8\prebuilt\windows-x86_64\lib\gcc\i686-linux-android\4.8\include-fixed;$(NMakeIncludeSearchPath) - $(VISUALGDB_DIR)\gcc_compat.h;$(NMakeForcedIncludes) - $(SolutionDir)\bin\$(Configuration)_$(PlatformName)\$(ProjectName)\ - $(SolutionDir)\bin\tmp\$(Configuration)_$(PlatformName)\$(ProjectName)\ - - - - \ No newline at end of file diff --git a/Shared/build/Windows/Win32d.props b/Shared/build/Windows/Win32d.props deleted file mode 100644 index 1b70b4fe..00000000 --- a/Shared/build/Windows/Win32d.props +++ /dev/null @@ -1,26 +0,0 @@ - - - - - 32d - - - $(SolutionDir)\bin\$(Configuration)_$(PlatformName)\$(ProjectName)\ - $(SolutionDir)\bin\tmp\$(Configuration)_$(PlatformName)\$(ProjectName)\ - - - - MultiThreadedDebug - PLATFORM_WIN32;_DEBUG;%(PreprocessorDefinitions) - pch.h - Use - Level4 - 4100;4505 - - - - - $(ConfigSuffix) - - - \ No newline at end of file diff --git a/Shared/build/Windows/Win32r.props b/Shared/build/Windows/Win32r.props deleted file mode 100644 index d6996726..00000000 --- a/Shared/build/Windows/Win32r.props +++ /dev/null @@ -1,26 +0,0 @@ - - - - - 32r - - - $(SolutionDir)\bin\$(Configuration)_$(PlatformName)\$(ProjectName)\ - $(SolutionDir)\bin\tmp\$(Configuration)_$(PlatformName)\$(ProjectName)\ - - - - MultiThreaded - PLATFORM_WIN32;NDEBUG;%(PreprocessorDefinitions) - Use - pch.h - Level4 - 4100;4505 - - - - - $(ConfigSuffix) - - - \ No newline at end of file diff --git a/Shared/build/Windows/Win64d.props b/Shared/build/Windows/Win64d.props deleted file mode 100644 index 7291ae2d..00000000 --- a/Shared/build/Windows/Win64d.props +++ /dev/null @@ -1,26 +0,0 @@ - - - - - 64d - - - $(SolutionDir)\bin\$(Configuration)_$(PlatformName)\$(ProjectName)\ - $(SolutionDir)\bin\tmp\$(Configuration)_$(PlatformName)\$(ProjectName)\ - - - - MultiThreadedDebug - PLATFORM_WIN32;_DEBUG;%(PreprocessorDefinitions) - Use - pch.h - Level4 - 4100;4505 - - - - - $(ConfigSuffix) - - - \ No newline at end of file diff --git a/Shared/build/Windows/Win64r.props b/Shared/build/Windows/Win64r.props deleted file mode 100644 index 3c547954..00000000 --- a/Shared/build/Windows/Win64r.props +++ /dev/null @@ -1,26 +0,0 @@ - - - - - 64r - - - $(SolutionDir)\bin\$(Configuration)_$(PlatformName)\$(ProjectName)\ - $(SolutionDir)\bin\tmp\$(Configuration)_$(PlatformName)\$(ProjectName)\ - - - - MultiThreaded - PLATFORM_WIN32;NDEBUG;%(PreprocessorDefinitions) - Use - pch.h - Level4 - 4100;4505 - - - - - $(ConfigSuffix) - - - \ No newline at end of file -- cgit v1.2.3