[cpp-sp] branch master updated: Fix property file paths.

Scott Cantor cantor.2 at osu.edu
Wed Mar 7 22:48:58 EST 2018


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

scantor 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=686b1d8c8f49859e3059fe727fc86dad0ef219b7

The following commit(s) were added to refs/heads/master by this push:
       new  686b1d8   Fix property file paths.
686b1d8 is described below

commit 686b1d8c8f49859e3059fe727fc86dad0ef219b7
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Mar 7 22:48:41 2018 -0500

    Fix property file paths.
---
 Projects/vc15/adfs/adfs-lite.vcxproj        | 4 ++--
 Projects/vc15/nsapi_shib/nsapi_shib.vcxproj | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Projects/vc15/adfs/adfs-lite.vcxproj b/Projects/vc15/adfs/adfs-lite.vcxproj
index 96e6e9e..659f548 100644
--- a/Projects/vc15/adfs/adfs-lite.vcxproj
+++ b/Projects/vc15/adfs/adfs-lite.vcxproj
@@ -63,8 +63,8 @@
   </ImportGroup>
   <PropertyGroup Label="UserMacros" />
   <Import Project="..\..\..\..\BuildPath.props" />
-  <Import Project="$(ParentRoot)\Versions.props" />
-  <Import Project="$(ParentRoot)\Includes.props" />
+  <Import Project="$(SolutionDir)..\..\..\cpp-msbuild\Versions.props" />
+  <Import Project="$(SolutionDir)..\..\..\cpp-msbuild\Includes.props" />
   <PropertyGroup>
     <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)..\..\Build\VC15\$(projectName)\$(Platform)\$(Configuration)\</IntDir>
diff --git a/Projects/vc15/nsapi_shib/nsapi_shib.vcxproj b/Projects/vc15/nsapi_shib/nsapi_shib.vcxproj
index 25c26c2..7f61faa 100644
--- a/Projects/vc15/nsapi_shib/nsapi_shib.vcxproj
+++ b/Projects/vc15/nsapi_shib/nsapi_shib.vcxproj
@@ -65,8 +65,8 @@
   </ImportGroup>
   <PropertyGroup Label="UserMacros" />
   <Import Project="..\..\..\..\BuildPath.props" />
-  <Import Project="$(ParentRoot)\Versions.props" />
-  <Import Project="$(ParentRoot)\Includes.props" />
+  <Import Project="$(SolutionDir)..\..\..\cpp-msbuild\Versions.props" />
+  <Import Project="$(SolutionDir)..\..\..\cpp-msbuild\Includes.props" />
   <PropertyGroup>
     <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>

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


More information about the commits mailing list