[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
Sun Oct 14 10:03:40 EDT 2012
Author: rdw
Date: Sun Oct 14 10:03:40 2012
New Revision: 3781
URL: http://svn.shibboleth.net/view/cpp-sp?rev=3781&view=rev
Log:
Move to explicitly included property sheets for include and library paths.
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/memcache-store/memcache-store.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=3781&r1=3780&r2=3781&view=diff
==============================================================================
--- branches/REL_2/adfs/adfs-lite.vcxproj (original)
+++ branches/REL_2/adfs/adfs-lite.vcxproj Sun Oct 14 10:03:40 2012
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
@@ -58,6 +58,9 @@
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
+ <Import Project="..\..\BuildPath.props" />
+ <Import Project="..\MsBuild\Versions.props" />
+ <Import Project="..\MsBuild\Includes.props" />
<PropertyGroup>
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectName)-$(Configuration)\</IntDir>
@@ -206,4 +209,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
-</Project>
+</Project>
Modified: branches/REL_2/adfs/adfs.vcxproj
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/adfs/adfs.vcxproj?rev=3781&r1=3780&r2=3781&view=diff
==============================================================================
--- branches/REL_2/adfs/adfs.vcxproj (original)
+++ branches/REL_2/adfs/adfs.vcxproj Sun Oct 14 10:03:40 2012
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
@@ -58,6 +58,9 @@
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
+ <Import Project="..\..\BuildPath.props" />
+ <Import Project="..\MsBuild\Versions.props" />
+ <Import Project="..\MsBuild\Includes.props" />
<PropertyGroup>
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
@@ -198,4 +201,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
-</Project>
+</Project>
Modified: branches/REL_2/apache/mod_shib13.vcxproj
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/apache/mod_shib13.vcxproj?rev=3781&r1=3780&r2=3781&view=diff
==============================================================================
--- branches/REL_2/apache/mod_shib13.vcxproj (original)
+++ branches/REL_2/apache/mod_shib13.vcxproj Sun Oct 14 10:03:40 2012
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
@@ -61,6 +61,9 @@
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
+ <Import Project="..\..\BuildPath.props" />
+ <Import Project="..\MsBuild\Versions.props" />
+ <Import Project="..\MsBuild\Includes.props" />
<PropertyGroup>
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
[... 451 lines stripped ...]
More information about the commits
mailing list