[cpp-xmltooling COMMIT] /branches/REL_1/xmltoolingtest/xmltoolingtest.vcxproj

noreply at shibboleth.net noreply at shibboleth.net
Thu May 17 18:57:51 BST 2012


Author: scantor
Date: Thu May 17 18:57:51 2012
New Revision: 973

URL: http://svn.shibboleth.net/view/cpp-xmltooling?rev=973&view=rev
Log:
Fix 64-bit test path

Modified:
    branches/REL_1/xmltoolingtest/xmltoolingtest.vcxproj

Modified: branches/REL_1/xmltoolingtest/xmltoolingtest.vcxproj
URL: http://svn.shibboleth.net/view/cpp-xmltooling/branches/REL_1/xmltoolingtest/xmltoolingtest.vcxproj?rev=973&r1=972&r2=973&view=diff
==============================================================================
--- branches/REL_1/xmltoolingtest/xmltoolingtest.vcxproj (original)
+++ branches/REL_1/xmltoolingtest/xmltoolingtest.vcxproj Thu May 17 18:57:51 2012
@@ -21,7 +21,7 @@
   <PropertyGroup Label="Globals">
     <ProjectGuid>{3E34CDCC-FCBA-490D-A165-1CB6F4559799}</ProjectGuid>
     <RootNamespace>xmltoolingtest</RootNamespace>
-    <CxxTestRoot>..\..\..\..\cxxtest\</CxxTestRoot>
+    <CxxTestRoot>..\..\..\cxxtest\</CxxTestRoot>
     <Keyword>Win32Proj</Keyword>
   </PropertyGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />



More information about the commits mailing list