diff options
Diffstat (limited to 'LibOVR/Projects/Win32/LibOVR_Msvc2010.vcxproj')
-rw-r--r-- | LibOVR/Projects/Win32/LibOVR_Msvc2010.vcxproj | 279 |
1 files changed, 0 insertions, 279 deletions
diff --git a/LibOVR/Projects/Win32/LibOVR_Msvc2010.vcxproj b/LibOVR/Projects/Win32/LibOVR_Msvc2010.vcxproj deleted file mode 100644 index e16eaf4..0000000 --- a/LibOVR/Projects/Win32/LibOVR_Msvc2010.vcxproj +++ /dev/null @@ -1,279 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <ItemGroup Label="ProjectConfigurations"> - <ProjectConfiguration Include="Debug|Win32"> - <Configuration>Debug</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="Debug|x64"> - <Configuration>Debug</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="Release|Win32"> - <Configuration>Release</Configuration> - <Platform>Win32</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="Release|x64"> - <Configuration>Release</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\Include\OVR.h" /> - <ClInclude Include="..\..\Src\Kernel\OVR_Alg.h" /> - <ClInclude Include="..\..\Src\Kernel\OVR_Allocator.h" /> - <ClInclude Include="..\..\Src\Kernel\OVR_Array.h" /> - <ClInclude Include="..\..\Src\Kernel\OVR_Atomic.h" /> - <ClInclude Include="..\..\Src\Kernel\OVR_Color.h" /> - <ClInclude Include="..\..\Src\Kernel\OVR_ContainerAllocator.h" /> - <ClInclude Include="..\..\Src\Kernel\OVR_File.h" /> - <ClInclude Include="..\..\Src\Kernel\OVR_Hash.h" /> - <ClInclude Include="..\..\Src\Kernel\OVR_KeyCodes.h" /> - <ClInclude Include="..\..\Src\Kernel\OVR_List.h" /> - <ClInclude Include="..\..\Src\Kernel\OVR_Log.h" /> - <ClInclude Include="..\..\Src\Kernel\OVR_Math.h" /> - <ClInclude Include="..\..\Src\Kernel\OVR_RefCount.h" /> - <ClInclude Include="..\..\Src\Kernel\OVR_Std.h" /> - <ClInclude Include="..\..\Src\Kernel\OVR_String.h" /> - <ClInclude Include="..\..\Src\Kernel\OVR_StringHash.h" /> - <ClInclude Include="..\..\Src\Kernel\OVR_SysFile.h" /> - <ClInclude Include="..\..\Src\Kernel\OVR_System.h" /> - <ClInclude Include="..\..\Src\Kernel\OVR_Threads.h" /> - <ClInclude Include="..\..\Src\Kernel\OVR_Timer.h" /> - <ClInclude Include="..\..\Src\Kernel\OVR_Types.h" /> - <ClInclude Include="..\..\Src\Kernel\OVR_UTF8Util.h" /> - <ClInclude Include="..\..\Src\OVR_Device.h" /> - <ClInclude Include="..\..\Src\OVR_DeviceConstants.h" /> - <ClInclude Include="..\..\Src\OVR_DeviceHandle.h" /> - <ClInclude Include="..\..\Src\OVR_DeviceImpl.h" /> - <ClInclude Include="..\..\Src\OVR_DeviceMessages.h" /> - <ClInclude Include="..\..\Src\OVR_HIDDevice.h" /> - <ClInclude Include="..\..\Src\OVR_HIDDeviceBase.h" /> - <ClInclude Include="..\..\Src\OVR_HIDDeviceImpl.h" /> - <ClInclude Include="..\..\Src\OVR_JSON.h" /> - <ClInclude Include="..\..\Src\OVR_LatencyTestImpl.h" /> - <ClInclude Include="..\..\Src\OVR_Profile.h" /> - <ClInclude Include="..\..\Src\OVR_SensorFilter.h" /> - <ClInclude Include="..\..\Src\Util\Util_LatencyTest.h" /> - <ClInclude Include="..\..\Src\OVR_SensorFusion.h" /> - <ClInclude Include="..\..\Src\OVR_SensorImpl.h" /> - <ClInclude Include="..\..\Src\OVR_ThreadCommandQueue.h" /> - <ClInclude Include="..\..\Src\OVR_Win32_DeviceManager.h" /> - <ClInclude Include="..\..\Src\OVR_Win32_DeviceStatus.h" /> - <ClInclude Include="..\..\Src\OVR_Win32_HIDDevice.h" /> - <ClInclude Include="..\..\Src\OVR_Win32_HMDDevice.h" /> - <ClInclude Include="..\..\Src\OVR_Win32_SensorDevice.h" /> - <ClInclude Include="..\..\Src\Util\Util_Render_Stereo.h" /> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\Src\Kernel\OVR_Alg.cpp" /> - <ClCompile Include="..\..\Src\Kernel\OVR_Allocator.cpp" /> - <ClCompile Include="..\..\Src\Kernel\OVR_Atomic.cpp" /> - <ClCompile Include="..\..\Src\Kernel\OVR_File.cpp" /> - <ClCompile Include="..\..\Src\Kernel\OVR_FileFILE.cpp" /> - <ClCompile Include="..\..\Src\Kernel\OVR_Log.cpp" /> - <ClCompile Include="..\..\Src\Kernel\OVR_Math.cpp" /> - <ClCompile Include="..\..\Src\Kernel\OVR_RefCount.cpp" /> - <ClCompile Include="..\..\Src\Kernel\OVR_Std.cpp" /> - <ClCompile Include="..\..\Src\Kernel\OVR_String.cpp" /> - <ClCompile Include="..\..\Src\Kernel\OVR_String_FormatUtil.cpp" /> - <ClCompile Include="..\..\Src\Kernel\OVR_String_PathUtil.cpp" /> - <ClCompile Include="..\..\Src\Kernel\OVR_SysFile.cpp" /> - <ClCompile Include="..\..\Src\Kernel\OVR_System.cpp" /> - <ClCompile Include="..\..\Src\Kernel\OVR_ThreadsWinAPI.cpp" /> - <ClCompile Include="..\..\Src\Kernel\OVR_Timer.cpp" /> - <ClCompile Include="..\..\Src\Kernel\OVR_UTF8Util.cpp" /> - <ClCompile Include="..\..\Src\OVR_DeviceHandle.cpp" /> - <ClCompile Include="..\..\Src\OVR_DeviceImpl.cpp" /> - <ClCompile Include="..\..\Src\OVR_JSON.cpp" /> - <ClCompile Include="..\..\Src\OVR_LatencyTestImpl.cpp" /> - <ClCompile Include="..\..\Src\OVR_Profile.cpp" /> - <ClCompile Include="..\..\Src\OVR_SensorFilter.cpp" /> - <ClCompile Include="..\..\Src\OVR_SensorFusion.cpp" /> - <ClCompile Include="..\..\Src\OVR_SensorImpl.cpp" /> - <ClCompile Include="..\..\Src\OVR_ThreadCommandQueue.cpp" /> - <ClCompile Include="..\..\Src\OVR_Win32_DeviceManager.cpp" /> - <ClCompile Include="..\..\Src\OVR_Win32_DeviceStatus.cpp" /> - <ClCompile Include="..\..\Src\OVR_Win32_HIDDevice.cpp" /> - <ClCompile Include="..\..\Src\OVR_Win32_HMDDevice.cpp" /> - <ClCompile Include="..\..\Src\Util\Util_LatencyTest.cpp" /> - <ClCompile Include="..\..\Src\OVR_Win32_SensorDevice.cpp" /> - <ClCompile Include="..\..\Src\Util\Util_Render_Stereo.cpp" /> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>{934B40C7-F40A-4E4C-97A7-B9659BE0A441}</ProjectGuid> - <Keyword>Win32Proj</Keyword> - <RootNamespace>LibOVR</RootNamespace> - <ProjectName>LibOVR</ProjectName> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> - <ConfigurationType>StaticLibrary</ConfigurationType> - <UseDebugLibraries>true</UseDebugLibraries> - <CharacterSet>Unicode</CharacterSet> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> - <ConfigurationType>StaticLibrary</ConfigurationType> - <UseDebugLibraries>true</UseDebugLibraries> - <CharacterSet>Unicode</CharacterSet> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> - <ConfigurationType>StaticLibrary</ConfigurationType> - <UseDebugLibraries>false</UseDebugLibraries> - <WholeProgramOptimization>true</WholeProgramOptimization> - <CharacterSet>Unicode</CharacterSet> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> - <ConfigurationType>StaticLibrary</ConfigurationType> - <UseDebugLibraries>false</UseDebugLibraries> - <WholeProgramOptimization>true</WholeProgramOptimization> - <CharacterSet>Unicode</CharacterSet> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> - <ImportGroup Label="ExtensionSettings"> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - </ImportGroup> - <PropertyGroup Label="UserMacros" /> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> - <OutDir>../../Lib/$(Platform)/</OutDir> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> - <OutDir>../../Lib/$(Platform)/</OutDir> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> - <IntDir>../../Obj/$(Platform)/$(Configuration)/</IntDir> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> - <IntDir>../../Obj/$(Platform)/$(Configuration)/</IntDir> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> - <TargetName>libovrd</TargetName> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> - <TargetName>libovr64d</TargetName> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> - <OutDir>../../Lib/$(Platform)/</OutDir> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> - <OutDir>../../Lib/$(Platform)/</OutDir> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> - <IntDir>../../Obj/$(Platform)/$(Configuration)/</IntDir> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> - <IntDir>../../Obj/$(Platform)/$(Configuration)/</IntDir> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> - <TargetName>libovr</TargetName> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> - <TargetName>libovr64</TargetName> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> - <ClCompile> - <PrecompiledHeader> - </PrecompiledHeader> - <WarningLevel>Level4</WarningLevel> - <Optimization>Disabled</Optimization> - <PreprocessorDefinitions>OVR_BUILD_DEBUG;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <DebugInformationFormat>OldStyle</DebugInformationFormat> - <MultiProcessorCompilation>true</MultiProcessorCompilation> - <MinimalRebuild>false</MinimalRebuild> - <OmitDefaultLibName>true</OmitDefaultLibName> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - </ClCompile> - <Link> - <SubSystem>Windows</SubSystem> - <GenerateDebugInformation>true</GenerateDebugInformation> - </Link> - <Lib> - <AdditionalDependencies>Setupapi.lib</AdditionalDependencies> - </Lib> - </ItemDefinitionGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> - <ClCompile> - <PrecompiledHeader> - </PrecompiledHeader> - <WarningLevel>Level4</WarningLevel> - <Optimization>Disabled</Optimization> - <PreprocessorDefinitions>OVR_BUILD_DEBUG;WIN32;_WIN64;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <DebugInformationFormat>OldStyle</DebugInformationFormat> - <MultiProcessorCompilation>true</MultiProcessorCompilation> - <MinimalRebuild>false</MinimalRebuild> - <OmitDefaultLibName>true</OmitDefaultLibName> - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> - </ClCompile> - <Link> - <SubSystem>Windows</SubSystem> - <GenerateDebugInformation>true</GenerateDebugInformation> - </Link> - <Lib> - <AdditionalDependencies>Setupapi.lib</AdditionalDependencies> - </Lib> - </ItemDefinitionGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> - <ClCompile> - <WarningLevel>Level4</WarningLevel> - <PrecompiledHeader> - </PrecompiledHeader> - <Optimization>MaxSpeed</Optimization> - <FunctionLevelLinking>true</FunctionLevelLinking> - <IntrinsicFunctions>true</IntrinsicFunctions> - <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <MultiProcessorCompilation>true</MultiProcessorCompilation> - <OmitDefaultLibName>true</OmitDefaultLibName> - <DebugInformationFormat>OldStyle</DebugInformationFormat> - <WholeProgramOptimization>false</WholeProgramOptimization> - </ClCompile> - <Link> - <SubSystem>Windows</SubSystem> - <GenerateDebugInformation>true</GenerateDebugInformation> - <EnableCOMDATFolding>true</EnableCOMDATFolding> - <OptimizeReferences>true</OptimizeReferences> - </Link> - <Lib> - <AdditionalDependencies>Setupapi.lib</AdditionalDependencies> - </Lib> - </ItemDefinitionGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> - <ClCompile> - <WarningLevel>Level4</WarningLevel> - <PrecompiledHeader> - </PrecompiledHeader> - <Optimization>MaxSpeed</Optimization> - <FunctionLevelLinking>true</FunctionLevelLinking> - <IntrinsicFunctions>true</IntrinsicFunctions> - <PreprocessorDefinitions>WIN32;_WIN64;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> - <MultiProcessorCompilation>true</MultiProcessorCompilation> - <OmitDefaultLibName>true</OmitDefaultLibName> - <DebugInformationFormat>OldStyle</DebugInformationFormat> - <WholeProgramOptimization>false</WholeProgramOptimization> - </ClCompile> - <Link> - <SubSystem>Windows</SubSystem> - <GenerateDebugInformation>true</GenerateDebugInformation> - <EnableCOMDATFolding>true</EnableCOMDATFolding> - <OptimizeReferences>true</OptimizeReferences> - </Link> - <Lib> - <AdditionalDependencies>Setupapi.lib</AdditionalDependencies> - </Lib> - </ItemDefinitionGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"> - </ImportGroup> -</Project>
\ No newline at end of file |