[cpp-xmltooling COMMIT] in /branches/REL_1: xmltooling/xmltooling-lite.vcxproj xmltooling/xmltooling.vcxproj xmltooli...

noreply at shibboleth.net noreply at shibboleth.net
Sun Oct 14 10:01:41 EDT 2012


Author: rdw
Date: Sun Oct 14 10:01:41 2012
New Revision: 1000

URL: http://svn.shibboleth.net/view/cpp-xmltooling?rev=1000&view=rev
Log:
Move to explicitly included properties for the include and library path.

Modified:
    branches/REL_1/xmltooling/xmltooling-lite.vcxproj
    branches/REL_1/xmltooling/xmltooling.vcxproj
    branches/REL_1/xmltoolingtest/xmltoolingtest.vcxproj

Modified: branches/REL_1/xmltooling/xmltooling-lite.vcxproj
URL: http://svn.shibboleth.net/view/cpp-xmltooling/branches/REL_1/xmltooling/xmltooling-lite.vcxproj?rev=1000&r1=999&r2=1000&view=diff
==============================================================================
--- branches/REL_1/xmltooling/xmltooling-lite.vcxproj (original)
+++ branches/REL_1/xmltooling/xmltooling-lite.vcxproj Sun Oct 14 10:01:41 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>
@@ -285,4 +288,4 @@
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
   <ImportGroup Label="ExtensionTargets">
   </ImportGroup>
-</Project>
+</Project>

Modified: branches/REL_1/xmltooling/xmltooling.vcxproj
URL: http://svn.shibboleth.net/view/cpp-xmltooling/branches/REL_1/xmltooling/xmltooling.vcxproj?rev=1000&r1=999&r2=1000&view=diff
==============================================================================
--- branches/REL_1/xmltooling/xmltooling.vcxproj (original)
+++ branches/REL_1/xmltooling/xmltooling.vcxproj Sun Oct 14 10:01:41 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>
@@ -340,4 +343,4 @@
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
   <ImportGroup Label="ExtensionTargets">
   </ImportGroup>
-</Project>
+</Project>

Modified: branches/REL_1/xmltoolingtest/xmltoolingtest.vcxproj
URL: http://svn.shibboleth.net/view/cpp-xmltooling/branches/REL_1/xmltoolingtest/xmltoolingtest.vcxproj?rev=1000&r1=999&r2=1000&view=diff
==============================================================================
--- branches/REL_1/xmltoolingtest/xmltoolingtest.vcxproj (original)
+++ branches/REL_1/xmltoolingtest/xmltoolingtest.vcxproj Sun Oct 14 10:01:41 2012
@@ -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>
     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>



More information about the commits mailing list