[cpp-log4shib] branch master updated: Update Windows SDK version to 8.1.

Scott Cantor cantor.2 at osu.edu
Tue Mar 6 12:18:15 EST 2018


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch master
in repository cpp-log4shib.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-log4shib.git;a=commit;h=2d59c71d250cf134085c10a9e2329f77436b3a0d

The following commit(s) were added to refs/heads/master by this push:
       new  2d59c71   Update Windows SDK version to 8.1.
2d59c71 is described below

commit 2d59c71d250cf134085c10a9e2329f77436b3a0d
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Mar 6 12:17:32 2018 -0500

    Update Windows SDK version to 8.1.
---
 .autotools                               | 1 +
 msvc15/log4shib/log4shib.vcxproj         | 1 -
 msvc15/log4shibDLL/log4shibDLL.vcxproj   | 1 -
 msvc15/msvc15.sln                        | 7 +++----
 msvc15/sscpp706/sscpp706.VCXPROJ         | 1 -
 msvc15/testCategory/testCategory.vcxproj | 1 -
 msvc15/testMain/testMain.vcxproj         | 1 -
 msvc15/testNDC/testNDC.vcxproj           | 1 -
 8 files changed, 4 insertions(+), 10 deletions(-)

diff --git a/.autotools b/.autotools
index 8f00acb..99fa5c3 100644
--- a/.autotools
+++ b/.autotools
@@ -29,6 +29,7 @@
 <option id="program-prefix" value=""/>
 <option id="program-suffix" value=""/>
 <option id="program-transform-name" value=""/>
+<option id="env_vars" value=""/>
 <option id="enable-maintainer-mode" value="false"/>
 <flag id="CFLAGS" value="CFLAGS|CXXFLAGS">
 <flagvalue id="cflags-debug" value="false"/>
diff --git a/msvc15/log4shib/log4shib.vcxproj b/msvc15/log4shib/log4shib.vcxproj
index 8492395..1b2f50c 100644
--- a/msvc15/log4shib/log4shib.vcxproj
+++ b/msvc15/log4shib/log4shib.vcxproj
@@ -21,7 +21,6 @@
   <PropertyGroup Label="Globals">
     <ProjectGuid>{E165FFCB-F8FD-48E0-BBF3-0838CC7941F5}</ProjectGuid>
     <RootNamespace>log4shib</RootNamespace>
-    <WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion>
   </PropertyGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
diff --git a/msvc15/log4shibDLL/log4shibDLL.vcxproj b/msvc15/log4shibDLL/log4shibDLL.vcxproj
index a30c9ea..978d4b0 100644
--- a/msvc15/log4shibDLL/log4shibDLL.vcxproj
+++ b/msvc15/log4shibDLL/log4shibDLL.vcxproj
@@ -21,7 +21,6 @@
   <PropertyGroup Label="Globals">
     <ProjectGuid>{694666C6-3646-4253-A4C7-9EAEBC96FF21}</ProjectGuid>
     <RootNamespace>log4shibDLL</RootNamespace>
-    <WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion>
   </PropertyGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
diff --git a/msvc15/msvc15.sln b/msvc15/msvc15.sln
index dd13141..2953fb6 100644
--- a/msvc15/msvc15.sln
+++ b/msvc15/msvc15.sln
@@ -38,13 +38,9 @@ Global
 	EndGlobalSection
 	GlobalSection(ProjectConfigurationPlatforms) = postSolution
 		{E165FFCB-F8FD-48E0-BBF3-0838CC7941F5}.Debug|Win32.ActiveCfg = Debug|Win32
-		{E165FFCB-F8FD-48E0-BBF3-0838CC7941F5}.Debug|Win32.Build.0 = Debug|Win32
 		{E165FFCB-F8FD-48E0-BBF3-0838CC7941F5}.Debug|x64.ActiveCfg = Debug|x64
-		{E165FFCB-F8FD-48E0-BBF3-0838CC7941F5}.Debug|x64.Build.0 = Debug|x64
 		{E165FFCB-F8FD-48E0-BBF3-0838CC7941F5}.Release|Win32.ActiveCfg = Release|Win32
-		{E165FFCB-F8FD-48E0-BBF3-0838CC7941F5}.Release|Win32.Build.0 = Release|Win32
 		{E165FFCB-F8FD-48E0-BBF3-0838CC7941F5}.Release|x64.ActiveCfg = Release|x64
-		{E165FFCB-F8FD-48E0-BBF3-0838CC7941F5}.Release|x64.Build.0 = Release|x64
 		{694666C6-3646-4253-A4C7-9EAEBC96FF21}.Debug|Win32.ActiveCfg = Debug|Win32
 		{694666C6-3646-4253-A4C7-9EAEBC96FF21}.Debug|Win32.Build.0 = Debug|Win32
 		{694666C6-3646-4253-A4C7-9EAEBC96FF21}.Debug|x64.ActiveCfg = Debug|x64
@@ -113,4 +109,7 @@ Global
 	GlobalSection(SolutionProperties) = preSolution
 		HideSolutionNode = FALSE
 	EndGlobalSection
+	GlobalSection(ExtensibilityGlobals) = postSolution
+		SolutionGuid = {A15D2625-1C07-41AF-B6E4-27B72065084C}
+	EndGlobalSection
 EndGlobal
diff --git a/msvc15/sscpp706/sscpp706.VCXPROJ b/msvc15/sscpp706/sscpp706.VCXPROJ
index 586bc9d..3f4a75b 100644
--- a/msvc15/sscpp706/sscpp706.VCXPROJ
+++ b/msvc15/sscpp706/sscpp706.VCXPROJ
@@ -20,7 +20,6 @@
   </ItemGroup>
   <PropertyGroup Label="Globals">
     <ProjectGuid>{1DEF60F3-277E-4730-8EBF-A3EA58AD096F}</ProjectGuid>
-    <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
   </PropertyGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
diff --git a/msvc15/testCategory/testCategory.vcxproj b/msvc15/testCategory/testCategory.vcxproj
index 86d2417..1c18586 100644
--- a/msvc15/testCategory/testCategory.vcxproj
+++ b/msvc15/testCategory/testCategory.vcxproj
@@ -20,7 +20,6 @@
   </ItemGroup>
   <PropertyGroup Label="Globals">
     <ProjectGuid>{8685F2B4-37DA-49FD-A692-6A191AEF67A0}</ProjectGuid>
-    <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
   </PropertyGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
diff --git a/msvc15/testMain/testMain.vcxproj b/msvc15/testMain/testMain.vcxproj
index dbe896c..8df287a 100644
--- a/msvc15/testMain/testMain.vcxproj
+++ b/msvc15/testMain/testMain.vcxproj
@@ -20,7 +20,6 @@
   </ItemGroup>
   <PropertyGroup Label="Globals">
     <ProjectGuid>{4B4112D6-1739-4346-926D-98A4CDEE576E}</ProjectGuid>
-    <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
   </PropertyGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
diff --git a/msvc15/testNDC/testNDC.vcxproj b/msvc15/testNDC/testNDC.vcxproj
index f683d3d..f559771 100644
--- a/msvc15/testNDC/testNDC.vcxproj
+++ b/msvc15/testNDC/testNDC.vcxproj
@@ -20,7 +20,6 @@
   </ItemGroup>
   <PropertyGroup Label="Globals">
     <ProjectGuid>{A2445168-1281-425D-B7A9-AE9B651B6190}</ProjectGuid>
-    <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
   </PropertyGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list