[cpp-opensaml COMMIT] in /branches/REL_2: saml/saml.vcxproj samlsign/samlsign.vcxproj samltest/samltest.vcxproj
noreply at shibboleth.net
noreply at shibboleth.net
Sun Oct 14 10:01:55 EDT 2012
Author: rdw
Date: Sun Oct 14 10:01:55 2012
New Revision: 746
URL: http://svn.shibboleth.net/view/cpp-opensaml?rev=746&view=rev
Log:
Move to explicitly included properties for the include and library path.
Modified:
branches/REL_2/saml/saml.vcxproj
branches/REL_2/samlsign/samlsign.vcxproj
branches/REL_2/samltest/samltest.vcxproj
Modified: branches/REL_2/saml/saml.vcxproj
URL: http://svn.shibboleth.net/view/cpp-opensaml/branches/REL_2/saml/saml.vcxproj?rev=746&r1=745&r2=746&view=diff
==============================================================================
--- branches/REL_2/saml/saml.vcxproj (original)
+++ branches/REL_2/saml/saml.vcxproj Sun Oct 14 10:01:55 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>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
@@ -339,4 +342,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
-</Project>
+</Project>
Modified: branches/REL_2/samlsign/samlsign.vcxproj
URL: http://svn.shibboleth.net/view/cpp-opensaml/branches/REL_2/samlsign/samlsign.vcxproj?rev=746&r1=745&r2=746&view=diff
==============================================================================
--- branches/REL_2/samlsign/samlsign.vcxproj (original)
+++ branches/REL_2/samlsign/samlsign.vcxproj Sun Oct 14 10:01:55 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>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
@@ -188,4 +191,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
-</Project>
+</Project>
Modified: branches/REL_2/samltest/samltest.vcxproj
URL: http://svn.shibboleth.net/view/cpp-opensaml/branches/REL_2/samltest/samltest.vcxproj?rev=746&r1=745&r2=746&view=diff
==============================================================================
--- branches/REL_2/samltest/samltest.vcxproj (original)
+++ branches/REL_2/samltest/samltest.vcxproj Sun Oct 14 10:01:55 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">
@@ -59,6 +59,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>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
More information about the commits
mailing list