From b758bc25514c4c76b8ed0b7902a7a6ed651cce69 Mon Sep 17 00:00:00 2001 From: forrest Date: Thu, 19 May 2016 14:48:04 -0700 Subject: [PATCH] upgrade Windows SDK version from 10.0.10502.0 to 10.0.10586.0 Addresses: https://github.com/Microsoft/HoloToolkit/issues/7 I am also changing the tag from TargetPlatformVersion to WindowsTargetPlatformVersion. I'm not sure of the difference, but in Visual Studio when I used the "Retarget solution" command it added a WindowsTargetPlatformVersion tag, but that didn't work while there was still an older TargetPlatformVersion tag. Other projects don't seem to use the TargetPlatformVersion tag, so hopefully WindowsTargetPlatformVersion is the correct tag to use. Please let me know if this seems incorrect. --- .../PlaneFinding.Editor.vcxproj | 200 +++++++++--------- 1 file changed, 100 insertions(+), 100 deletions(-) diff --git a/SpatialMapping/PlaneFinding/PlaneFinding/PlaneFinding.Editor/PlaneFinding.Editor.vcxproj b/SpatialMapping/PlaneFinding/PlaneFinding/PlaneFinding.Editor/PlaneFinding.Editor.vcxproj index d4e76225..b6124656 100644 --- a/SpatialMapping/PlaneFinding/PlaneFinding/PlaneFinding.Editor/PlaneFinding.Editor.vcxproj +++ b/SpatialMapping/PlaneFinding/PlaneFinding/PlaneFinding.Editor/PlaneFinding.Editor.vcxproj @@ -1,101 +1,101 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - - {C656849B-7572-451D-BF74-73F78FE50D37} - Win32Proj - PlaneFindingEditor - 10.0.10502.0 - - - - DynamicLibrary - true - v140 - Unicode - - - DynamicLibrary - false - v140 - true - Unicode - - - - - - - - - - - - - - - - true - $(SolutionDir)$(Configuration)\$(MSBuildProjectName)\ - PlaneFinding - - - false - $(SolutionDir)$(Configuration)\$(MSBuildProjectName)\ - PlaneFinding - - - - Use - Level3 - Disabled - WIN32;_DEBUG;_WINDOWS;_USRDLL;PLANEFINDINGEDITOR_EXPORTS;%(PreprocessorDefinitions) - pch.h - - - Windows - true - - - - - - - - - - - Level3 - Use - MaxSpeed - true - true - WIN32;NDEBUG;_WINDOWS;_USRDLL;PLANEFINDINGEDITOR_EXPORTS;%(PreprocessorDefinitions) - pch.h - - - Windows - true - true - true - - - - - - - - - - - + + + + + Debug + Win32 + + + Release + Win32 + + + + {C656849B-7572-451D-BF74-73F78FE50D37} + Win32Proj + PlaneFindingEditor + 10.0.10586.0 + + + + DynamicLibrary + true + v140 + Unicode + + + DynamicLibrary + false + v140 + true + Unicode + + + + + + + + + + + + + + + + true + $(SolutionDir)$(Configuration)\$(MSBuildProjectName)\ + PlaneFinding + + + false + $(SolutionDir)$(Configuration)\$(MSBuildProjectName)\ + PlaneFinding + + + + Use + Level3 + Disabled + WIN32;_DEBUG;_WINDOWS;_USRDLL;PLANEFINDINGEDITOR_EXPORTS;%(PreprocessorDefinitions) + pch.h + + + Windows + true + + + + + + + + + + + Level3 + Use + MaxSpeed + true + true + WIN32;NDEBUG;_WINDOWS;_USRDLL;PLANEFINDINGEDITOR_EXPORTS;%(PreprocessorDefinitions) + pch.h + + + Windows + true + true + true + + + + + + + + + + + \ No newline at end of file