[cpp-sp] 02/05: SSPCPP-689 Make the message header file go to the VC14 dir

Rod Widdowson rdw at steadingsoftware.com
Tue Dec 20 10:16:34 EST 2016


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

rdw pushed a commit to branch master
in repository cpp-sp.

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

commit d667c8972ee1aa659b11760a32ae29f4e65e233f
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Dec 19 16:24:21 2016 +0000

    SSPCPP-689 Make the message header file go to the VC14 dir
    
    not the VC10 one...
    
    https://issues.shibboleth.net/jira/browse/SSPCPP-689
---
 Projects/vc14/util/messages.vcxproj | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/Projects/vc14/util/messages.vcxproj b/Projects/vc14/util/messages.vcxproj
index 8ae6982..7752747 100644
--- a/Projects/vc14/util/messages.vcxproj
+++ b/Projects/vc14/util/messages.vcxproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup Label="ProjectConfigurations">
     <ProjectConfiguration Include="Debug|Win32">
@@ -69,25 +69,25 @@
     <TargetExt>.dll</TargetExt>
     <LinkIncremental>false</LinkIncremental>
     <GenerateManifest>false</GenerateManifest>
-    <OutDir>$(SolutionDir)\..\..\Build\VC10\$(Configuration)\</OutDir>
+    <OutDir>$(SolutionDir)\..\..\Build\VC14\$(Configuration)\</OutDir>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
     <LinkIncremental>false</LinkIncremental>
     <GenerateManifest>false</GenerateManifest>
-    <OutDir>$(SolutionDir)\..\..\Build\VC10\$(Configuration)\</OutDir>
+    <OutDir>$(SolutionDir)\..\..\Build\VC14\$(Configuration)\</OutDir>
     <TargetExt>.dll</TargetExt>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
     <LinkIncremental>false</LinkIncremental>
     <GenerateManifest>false</GenerateManifest>
-    <OutDir>$(SolutionDir)\..\..\Build\VC10\x64\$(Configuration)\</OutDir>
+    <OutDir>$(SolutionDir)\..\..\Build\VC14\x64\$(Configuration)\</OutDir>
     <TargetExt>.dll</TargetExt>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
     <LinkIncremental>false</LinkIncremental>
     <GenerateManifest>false</GenerateManifest>
     <TargetExt>.dll</TargetExt>
-    <OutDir>$(SolutionDir)\..\..\Build\VC10\x64\$(Configuration)\</OutDir>
+    <OutDir>$(SolutionDir)\..\..\Build\VC14\x64\$(Configuration)\</OutDir>
   </PropertyGroup>
   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
     <ClCompile>
@@ -181,4 +181,4 @@
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
   <ImportGroup Label="ExtensionTargets">
   </ImportGroup>
-</Project>
\ No newline at end of file
+</Project>

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


More information about the commits mailing list