[cpp-sp COMMIT] in /branches/REL_2: adfs/adfs-lite.vcxproj adfs/adfs.vcxproj apache/mod_shib13.vcxproj apache/mod_shi...

noreply at shibboleth.net noreply at shibboleth.net
Tue May 21 13:41:40 EDT 2013


Author: scantor
Date: Tue May 21 13:41:40 2013
New Revision: 3851

URL: http://svn.shibboleth.net/view/cpp-sp?rev=3851&view=rev
Log:
Parameterize msbuild path

Modified:
    branches/REL_2/adfs/adfs-lite.vcxproj
    branches/REL_2/adfs/adfs.vcxproj
    branches/REL_2/apache/mod_shib13.vcxproj
    branches/REL_2/apache/mod_shib20.vcxproj
    branches/REL_2/apache/mod_shib22.vcxproj
    branches/REL_2/apache/mod_shib24.vcxproj
    branches/REL_2/fastcgi/shibauthorizer.vcxproj
    branches/REL_2/fastcgi/shibresponder.vcxproj
    branches/REL_2/isapi_shib/isapi_shib.vcxproj
    branches/REL_2/msi/WiX/Installer.vcxproj
    branches/REL_2/msi/WiX/MergeModules/MergeModules.vcxproj
    branches/REL_2/nsapi_shib/nsapi_shib.vcxproj
    branches/REL_2/odbc-store/odbc-store.vcxproj
    branches/REL_2/plugins/plugins-lite.vcxproj
    branches/REL_2/plugins/plugins.vcxproj
    branches/REL_2/shibd/shibd.vcxproj
    branches/REL_2/shibsp/shibsp-lite.vcxproj
    branches/REL_2/shibsp/shibsp.vcxproj
    branches/REL_2/util/mdquery.vcxproj
    branches/REL_2/util/resolvertest.vcxproj

Modified: branches/REL_2/adfs/adfs-lite.vcxproj
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/adfs/adfs-lite.vcxproj?rev=3851&r1=3850&r2=3851&view=diff
==============================================================================
--- branches/REL_2/adfs/adfs-lite.vcxproj (original)
+++ branches/REL_2/adfs/adfs-lite.vcxproj Tue May 21 13:41:40 2013
@@ -59,8 +59,8 @@
   </ImportGroup>
   <PropertyGroup Label="UserMacros" />
   <Import Project="..\..\BuildPath.props" />
-  <Import Project="..\MsBuild\Versions.props" />
-  <Import Project="..\MsBuild\Includes.props" />
+  <Import Project="$(ParentRoot)\Versions.props" />
+  <Import Project="$(ParentRoot)\Includes.props" />
   <PropertyGroup>
     <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectName)-$(Configuration)\</IntDir>

Modified: branches/REL_2/adfs/adfs.vcxproj
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/adfs/adfs.vcxproj?rev=3851&r1=3850&r2=3851&view=diff
==============================================================================
--- branches/REL_2/adfs/adfs.vcxproj (original)
+++ branches/REL_2/adfs/adfs.vcxproj Tue May 21 13:41:40 2013
@@ -59,8 +59,8 @@
   </ImportGroup>
   <PropertyGroup Label="UserMacros" />
   <Import Project="..\..\BuildPath.props" />
-  <Import Project="..\MsBuild\Versions.props" />
-  <Import Project="..\MsBuild\Includes.props" />
+  <Import Project="$(ParentRoot)\Versions.props" />
+  <Import Project="$(ParentRoot)\Includes.props" />
   <PropertyGroup>
     <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>

Modified: branches/REL_2/apache/mod_shib13.vcxproj
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/apache/mod_shib13.vcxproj?rev=3851&r1=3850&r2=3851&view=diff
==============================================================================
--- branches/REL_2/apache/mod_shib13.vcxproj (original)
+++ branches/REL_2/apache/mod_shib13.vcxproj Tue May 21 13:41:40 2013
@@ -62,8 +62,8 @@
   </ImportGroup>
   <PropertyGroup Label="UserMacros" />
   <Import Project="..\..\BuildPath.props" />
-  <Import Project="..\MsBuild\Versions.props" />
-  <Import Project="..\MsBuild\Includes.props" />
+  <Import Project="$(ParentRoot)\Versions.props" />
+  <Import Project="$(ParentRoot)\Includes.props" />
   <PropertyGroup>
     <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>

Modified: branches/REL_2/apache/mod_shib20.vcxproj
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/apache/mod_shib20.vcxproj?rev=3851&r1=3850&r2=3851&view=diff
==============================================================================
--- branches/REL_2/apache/mod_shib20.vcxproj (original)
+++ branches/REL_2/apache/mod_shib20.vcxproj Tue May 21 13:41:40 2013
@@ -62,8 +62,8 @@
   </ImportGroup>
   <PropertyGroup Label="UserMacros" />
   <Import Project="..\..\BuildPath.props" />
-  <Import Project="..\MsBuild\Versions.props" />
-  <Import Project="..\MsBuild\Includes.props" />
+  <Import Project="$(ParentRoot)\Versions.props" />
+  <Import Project="$(ParentRoot)\Includes.props" />
   <PropertyGroup>
     <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(ProjectName)-$(Configuration)\</IntDir>

Modified: branches/REL_2/apache/mod_shib22.vcxproj
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/apache/mod_shib22.vcxproj?rev=3851&r1=3850&r2=3851&view=diff
==============================================================================
--- branches/REL_2/apache/mod_shib22.vcxproj (original)
+++ branches/REL_2/apache/mod_shib22.vcxproj Tue May 21 13:41:40 2013
@@ -62,8 +62,8 @@
   </ImportGroup>
   <PropertyGroup Label="UserMacros" />

[... 260 lines stripped ...]


More information about the commits mailing list