From 07d0f4d0bbf3477ac6a9584f726e8ec6ab285707 Mon Sep 17 00:00:00 2001 From: Brad Davis Date: Mon, 14 Apr 2014 21:25:09 -0700 Subject: Adding windows 0.3.1 SDK --- .../Projects/Win/VS2010/OculusWorldDemo.vcxproj | 227 ++++++++++++++++++++ .../Win/VS2010/OculusWorldDemo.vcxproj.filters | 107 ++++++++++ .../Projects/Win/VS2012/OculusWorldDemo.vcxproj | 232 +++++++++++++++++++++ .../Win/VS2012/OculusWorldDemo.vcxproj.filters | 106 ++++++++++ .../Projects/Win/VS2013/OculusWorldDemo.vcxproj | 232 +++++++++++++++++++++ .../Win/VS2013/OculusWorldDemo.vcxproj.filters | 106 ++++++++++ 6 files changed, 1010 insertions(+) create mode 100644 Samples/OculusWorldDemo/Projects/Win/VS2010/OculusWorldDemo.vcxproj create mode 100644 Samples/OculusWorldDemo/Projects/Win/VS2010/OculusWorldDemo.vcxproj.filters create mode 100644 Samples/OculusWorldDemo/Projects/Win/VS2012/OculusWorldDemo.vcxproj create mode 100644 Samples/OculusWorldDemo/Projects/Win/VS2012/OculusWorldDemo.vcxproj.filters create mode 100644 Samples/OculusWorldDemo/Projects/Win/VS2013/OculusWorldDemo.vcxproj create mode 100644 Samples/OculusWorldDemo/Projects/Win/VS2013/OculusWorldDemo.vcxproj.filters (limited to 'Samples/OculusWorldDemo/Projects/Win') diff --git a/Samples/OculusWorldDemo/Projects/Win/VS2010/OculusWorldDemo.vcxproj b/Samples/OculusWorldDemo/Projects/Win/VS2010/OculusWorldDemo.vcxproj new file mode 100644 index 0000000..2167237 --- /dev/null +++ b/Samples/OculusWorldDemo/Projects/Win/VS2010/OculusWorldDemo.vcxproj @@ -0,0 +1,227 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {456DA1F5-7D65-4B77-8336-277F3921639B} + Win32Proj + OculusWorldDemo + OculusWorldDemo + + + + Application + true + Unicode + + + Application + true + Unicode + + + Application + false + true + Unicode + + + Application + false + true + Unicode + + + + + + + + + + + + + + + + + + + true + $(ProjectDir)../../../Obj/Win/VS2010/$(Configuration)/$(PlatformName)/ + $(ProjectDir)../../../Bin/Win/VS2010/$(Configuration)/$(PlatformName)/ + OculusWorldDemo + + + true + $(ProjectDir)../../../Obj/Win/VS2010/$(Configuration)/$(PlatformName)/ + $(ProjectDir)../../../Bin/Win/VS2010/$(Configuration)/$(PlatformName)/ + OculusWorldDemo + + + false + $(ProjectDir)../../../Obj/Win/VS2010/$(Configuration)/$(PlatformName)/ + $(ProjectDir)../../../Bin/Win/VS2010/$(Configuration)/$(PlatformName)/ + OculusWorldDemo + + + false + $(ProjectDir)../../../Obj/Win/VS2010/$(Configuration)/$(PlatformName)/ + $(ProjectDir)../../../Bin/Win/VS2010/$(Configuration)/$(PlatformName)/ + OculusWorldDemo + + + + + + Level4 + Disabled + OVR_BUILD_DEBUG;WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + ../../../../../LibOVR/Include;../../../../../3rdParty/glext;../../../../../LibOVR/Src;$(DXSDK_DIR)/Include;%(AdditionalIncludeDirectories) + OldStyle + true + false + MultiThreadedDebug + + + Windows + true + ../../../../../LibOVR/Lib/$(Platform)/VS2010/;$(DXSDK_DIR)/Lib/x86;%(AdditionalLibraryDirectories) + opengl32.lib;libovrd.lib;dxgi.lib;d3d10_1.lib;d3d11.lib;d3dcompiler.lib;winmm.lib;%(AdditionalDependencies) + + + + + + + Level4 + Disabled + OVR_BUILD_DEBUG;_WIN64;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + ../../../../../LibOVR/Include;../../../../../3rdParty/glext;../../../../../LibOVR/Src;$(DXSDK_DIR)/Include;%(AdditionalIncludeDirectories) + OldStyle + true + false + MultiThreadedDebug + + + Windows + true + ../../../../../LibOVR/Lib/$(Platform)/VS2010/;$(DXSDK_DIR)/Lib/x64;%(AdditionalLibraryDirectories) + opengl32.lib;libovr64d.lib;dxgi.lib;d3d10_1.lib;d3d11.lib;d3dcompiler.lib;winmm.lib;%(AdditionalDependencies) + + + + + Level4 + + + MaxSpeed + true + true + WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + ../../../../../LibOVR/Include;../../../../../3rdParty/glext;../../../../../LibOVR/Src;$(DXSDK_DIR)/Include;%(AdditionalIncludeDirectories) + MultiThreaded + true + OldStyle + + + Windows + false + true + true + ../../../../../LibOVR/Lib/$(Platform)/VS2010/;$(DXSDK_DIR)/Lib/x86;%(AdditionalLibraryDirectories) + opengl32.lib;libovr.lib;dxgi.lib;d3d10_1.lib;d3d11.lib;d3dcompiler.lib;winmm.lib;%(AdditionalDependencies) + + + + + Level4 + + + MaxSpeed + true + true + _WIN64;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + ../../../../../LibOVR/Include;../../../../../3rdParty/glext;../../../../../LibOVR/Src;$(DXSDK_DIR)/Include;%(AdditionalIncludeDirectories) + MultiThreaded + true + OldStyle + + + Windows + true + true + true + ../../../../../LibOVR/Lib/$(Platform)/VS2010/;$(DXSDK_DIR)/Lib/x64;%(AdditionalLibraryDirectories) + opengl32.lib;libovr64.lib;dxgi.lib;d3d10_1.lib;d3d11.lib;d3dcompiler.lib;winmm.lib;%(AdditionalDependencies) + + + + + + + + + + + + + + + true + true + true + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Samples/OculusWorldDemo/Projects/Win/VS2010/OculusWorldDemo.vcxproj.filters b/Samples/OculusWorldDemo/Projects/Win/VS2010/OculusWorldDemo.vcxproj.filters new file mode 100644 index 0000000..67678ea --- /dev/null +++ b/Samples/OculusWorldDemo/Projects/Win/VS2010/OculusWorldDemo.vcxproj.filters @@ -0,0 +1,107 @@ + + + + + {ba6e9e50-0655-4f12-a136-6d2a06015925} + + + {16e20d8b-eff7-454c-be85-02037c399e97} + + + {1b6d51ae-a405-4f3d-be93-41a50db4f328} + + + + + CommonSrc\Platform + + + CommonSrc\Platform + + + CommonSrc\Render + + + CommonSrc\Render + + + CommonSrc\Render + + + + CommonSrc\Render + + + CommonSrc\Render + + + + CommonSrc\Render + + + CommonSrc\Render + + + CommonSrc\Platform + + + + + + + CommonSrc\Render + + + CommonSrc\Render + + + + + CommonSrc\Platform + + + CommonSrc\Platform + + + CommonSrc\Platform + + + CommonSrc\Render + + + CommonSrc\Render + + + CommonSrc\Render + + + CommonSrc\Render + + + CommonSrc\Render + + + + CommonSrc\Render + + + CommonSrc\Platform + + + CommonSrc\Platform + + + + + + + CommonSrc\Render + + + CommonSrc\Render + + + + + + \ No newline at end of file diff --git a/Samples/OculusWorldDemo/Projects/Win/VS2012/OculusWorldDemo.vcxproj b/Samples/OculusWorldDemo/Projects/Win/VS2012/OculusWorldDemo.vcxproj new file mode 100644 index 0000000..1dae2b3 --- /dev/null +++ b/Samples/OculusWorldDemo/Projects/Win/VS2012/OculusWorldDemo.vcxproj @@ -0,0 +1,232 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {4F8C2B89-7CF1-4763-8EEF-E969FB760E32} + Win32Proj + OculusWorldDemo + OculusWorldDemo + + + + Application + true + Unicode + v110 + + + Application + true + Unicode + v110 + + + Application + false + true + Unicode + v110 + + + Application + false + true + Unicode + v110 + + + + + + + + + + + + + + + + + + + true + $(ProjectDir)../../../Obj/Win/VS2012/$(Configuration)/$(PlatformName)/ + $(ProjectDir)../../../Bin/Win/VS2012/$(Configuration)/$(PlatformName)/ + OculusWorldDemo + + + true + $(ProjectDir)../../../Obj/Win/VS2012/$(Configuration)/$(PlatformName)/ + $(ProjectDir)../../../Bin/Win/VS2012/$(Configuration)/$(PlatformName)/ + OculusWorldDemo + + + false + $(ProjectDir)../../../Obj/Win/VS2012/$(Configuration)/$(PlatformName)/ + $(ProjectDir)../../../Bin/Win/VS2012/$(Configuration)/$(PlatformName)/ + OculusWorldDemo + + + false + $(ProjectDir)../../../Obj/Win/VS2012/$(Configuration)/$(PlatformName)/ + $(ProjectDir)../../../Bin/Win/VS2012/$(Configuration)/$(PlatformName)/ + OculusWorldDemo + + + + + + Level4 + Disabled + OVR_BUILD_DEBUG;WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + ../../../../../LibOVR/Include;../../../../../LibOVR/Src;../../../../../3rdParty/glext;%(AdditionalIncludeDirectories) + OldStyle + true + false + MultiThreadedDebug + + + Windows + true + ../../../../../LibOVR/Lib/$(Platform)/VS2012/;%(AdditionalLibraryDirectories) + opengl32.lib;libovrd.lib;dxgi.lib;d3d10_1.lib;d3d11.lib;d3dcompiler.lib;winmm.lib;%(AdditionalDependencies) + + + + + + + Level4 + Disabled + OVR_BUILD_DEBUG;_WIN64;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + ../../../../../LibOVR/Include;../../../../../LibOVR/Src;../../../../../3rdParty/glext;%(AdditionalIncludeDirectories) + OldStyle + true + false + MultiThreadedDebug + + + Windows + true + ../../../../../LibOVR/Lib/$(Platform)/VS2012/;%(AdditionalLibraryDirectories) + opengl32.lib;libovr64d.lib;dxgi.lib;d3d10_1.lib;d3d11.lib;d3dcompiler.lib;winmm.lib;%(AdditionalDependencies) + + + + + Level4 + + + MaxSpeed + true + true + WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + ../../../../../LibOVR/Include;../../../../../LibOVR/Src;../../../../../3rdParty/glext;%(AdditionalIncludeDirectories) + MultiThreaded + true + OldStyle + /d2Zi+ %(AdditionalOptions) + + + Windows + false + true + true + ../../../../../LibOVR/Lib/$(Platform)/VS2012/;%(AdditionalLibraryDirectories) + opengl32.lib;libovr.lib;dxgi.lib;d3d10_1.lib;d3d11.lib;d3dcompiler.lib;winmm.lib;%(AdditionalDependencies) + + + + + Level4 + + + MaxSpeed + true + true + _WIN64;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + ../../../../../LibOVR/Include;../../../../../LibOVR/Src;../../../../../3rdParty/glext;%(AdditionalIncludeDirectories) + MultiThreaded + true + OldStyle + /d2Zi+ %(AdditionalOptions) + + + Windows + true + true + true + ../../../../../LibOVR/Lib/$(Platform)/VS2012/;%(AdditionalLibraryDirectories) + opengl32.lib;libovr64.lib;dxgi.lib;d3d10_1.lib;d3d11.lib;d3dcompiler.lib;winmm.lib;%(AdditionalDependencies) + + + + + + + + + + + + + + + true + true + true + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Samples/OculusWorldDemo/Projects/Win/VS2012/OculusWorldDemo.vcxproj.filters b/Samples/OculusWorldDemo/Projects/Win/VS2012/OculusWorldDemo.vcxproj.filters new file mode 100644 index 0000000..7246205 --- /dev/null +++ b/Samples/OculusWorldDemo/Projects/Win/VS2012/OculusWorldDemo.vcxproj.filters @@ -0,0 +1,106 @@ + + + + + {ba6e9e50-0655-4f12-a136-6d2a06015925} + + + {16e20d8b-eff7-454c-be85-02037c399e97} + + + {1b6d51ae-a405-4f3d-be93-41a50db4f328} + + + + + CommonSrc\Platform + + + CommonSrc\Platform + + + CommonSrc\Render + + + CommonSrc\Render + + + CommonSrc\Render + + + + CommonSrc\Render + + + CommonSrc\Render + + + + CommonSrc\Render + + + CommonSrc\Render + + + CommonSrc\Platform + + + + + + + CommonSrc\Render + + + CommonSrc\Render + + + + + CommonSrc\Platform + + + CommonSrc\Platform + + + CommonSrc\Platform + + + CommonSrc\Render + + + CommonSrc\Render + + + CommonSrc\Render + + + CommonSrc\Render + + + CommonSrc\Render + + + + CommonSrc\Render + + + CommonSrc\Platform + + + CommonSrc\Platform + + + + + + CommonSrc\Render + + + CommonSrc\Render + + + + + + \ No newline at end of file diff --git a/Samples/OculusWorldDemo/Projects/Win/VS2013/OculusWorldDemo.vcxproj b/Samples/OculusWorldDemo/Projects/Win/VS2013/OculusWorldDemo.vcxproj new file mode 100644 index 0000000..b894075 --- /dev/null +++ b/Samples/OculusWorldDemo/Projects/Win/VS2013/OculusWorldDemo.vcxproj @@ -0,0 +1,232 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {CA4E4127-1BAD-447C-BFF9-5AF940EEC376} + Win32Proj + OculusWorldDemo + OculusWorldDemo + + + + Application + true + Unicode + v120 + + + Application + true + Unicode + v120 + + + Application + false + true + Unicode + v120 + + + Application + false + true + Unicode + v120 + + + + + + + + + + + + + + + + + + + true + $(ProjectDir)../../../Obj/Win/VS2013/$(Configuration)/$(PlatformName)/ + $(ProjectDir)../../../Bin/Win/VS2013/$(Configuration)/$(PlatformName)/ + OculusWorldDemo + + + true + $(ProjectDir)../../../Obj/Win/VS2013/$(Configuration)/$(PlatformName)/ + $(ProjectDir)../../../Bin/Win/VS2013/$(Configuration)/$(PlatformName)/ + OculusWorldDemo + + + false + $(ProjectDir)../../../Obj/Win/VS2013/$(Configuration)/$(PlatformName)/ + $(ProjectDir)../../../Bin/Win/VS2013/$(Configuration)/$(PlatformName)/ + OculusWorldDemo + + + false + $(ProjectDir)../../../Obj/Win/VS2013/$(Configuration)/$(PlatformName)/ + $(ProjectDir)../../../Bin/Win/VS2013/$(Configuration)/$(PlatformName)/ + OculusWorldDemo + + + + + + Level4 + Disabled + OVR_BUILD_DEBUG;WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + ../../../../../LibOVR/Include;../../../../../LibOVR/Src;../../../../../3rdParty/glext;%(AdditionalIncludeDirectories) + OldStyle + true + false + MultiThreadedDebug + + + Windows + true + ../../../../../LibOVR/Lib/$(Platform)/VS2013/;%(AdditionalLibraryDirectories) + opengl32.lib;libovrd.lib;dxgi.lib;d3d10_1.lib;d3d11.lib;d3dcompiler.lib;winmm.lib;%(AdditionalDependencies) + + + + + + + Level4 + Disabled + OVR_BUILD_DEBUG;_WIN64;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + ../../../../../LibOVR/Include;../../../../../LibOVR/Src;../../../../../3rdParty/glext;%(AdditionalIncludeDirectories) + OldStyle + true + false + MultiThreadedDebug + + + Windows + true + ../../../../../LibOVR/Lib/$(Platform)/VS2013/;%(AdditionalLibraryDirectories) + opengl32.lib;libovr64d.lib;dxgi.lib;d3d10_1.lib;d3d11.lib;d3dcompiler.lib;winmm.lib;%(AdditionalDependencies) + + + + + Level4 + + + MaxSpeed + true + true + WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + ../../../../../LibOVR/Include;../../../../../LibOVR/Src;../../../../../3rdParty/glext;%(AdditionalIncludeDirectories) + MultiThreaded + true + OldStyle + /d2Zi+ %(AdditionalOptions) + + + Windows + false + true + true + ../../../../../LibOVR/Lib/$(Platform)/VS2013/;%(AdditionalLibraryDirectories) + opengl32.lib;libovr.lib;dxgi.lib;d3d10_1.lib;d3d11.lib;d3dcompiler.lib;winmm.lib;%(AdditionalDependencies) + + + + + Level4 + + + MaxSpeed + true + true + _WIN64;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + ../../../../../LibOVR/Include;../../../../../LibOVR/Src;../../../../../3rdParty/glext;%(AdditionalIncludeDirectories) + MultiThreaded + true + OldStyle + /d2Zi+ %(AdditionalOptions) + + + Windows + true + true + true + ../../../../../LibOVR/Lib/$(Platform)/VS2013/;%(AdditionalLibraryDirectories) + opengl32.lib;libovr64.lib;dxgi.lib;d3d10_1.lib;d3d11.lib;d3dcompiler.lib;winmm.lib;%(AdditionalDependencies) + + + + + + + + + + + + + + + true + true + true + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Samples/OculusWorldDemo/Projects/Win/VS2013/OculusWorldDemo.vcxproj.filters b/Samples/OculusWorldDemo/Projects/Win/VS2013/OculusWorldDemo.vcxproj.filters new file mode 100644 index 0000000..93fff72 --- /dev/null +++ b/Samples/OculusWorldDemo/Projects/Win/VS2013/OculusWorldDemo.vcxproj.filters @@ -0,0 +1,106 @@ + + + + + {ba6e9e50-0655-4f12-a136-6d2a06015925} + + + {16e20d8b-eff7-454c-be85-02037c399e97} + + + {1b6d51ae-a405-4f3d-be93-41a50db4f328} + + + + + CommonSrc\Platform + + + CommonSrc\Platform + + + CommonSrc\Render + + + CommonSrc\Render + + + CommonSrc\Render + + + + CommonSrc\Render + + + CommonSrc\Render + + + + CommonSrc\Render + + + CommonSrc\Render + + + CommonSrc\Platform + + + + + + + CommonSrc\Render + + + CommonSrc\Render + + + + + CommonSrc\Platform + + + CommonSrc\Platform + + + CommonSrc\Platform + + + CommonSrc\Render + + + CommonSrc\Render + + + CommonSrc\Render + + + CommonSrc\Render + + + CommonSrc\Render + + + + CommonSrc\Render + + + CommonSrc\Platform + + + CommonSrc\Platform + + + + + + CommonSrc\Render + + + CommonSrc\Render + + + + + + \ No newline at end of file -- cgit v1.2.3