[cpp-opensaml COMMIT] /branches/REL_2/samltest/samltest.vcxproj

noreply at shibboleth.net noreply at shibboleth.net
Thu May 17 23:14:34 BST 2012


Author: scantor
Date: Thu May 17 23:14:33 2012
New Revision: 727

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

Modified:
    branches/REL_2/samltest/samltest.vcxproj

Modified: branches/REL_2/samltest/samltest.vcxproj
URL: http://svn.shibboleth.net/view/cpp-opensaml/branches/REL_2/samltest/samltest.vcxproj?rev=727&r1=726&r2=727&view=diff
==============================================================================
--- branches/REL_2/samltest/samltest.vcxproj (original)
+++ branches/REL_2/samltest/samltest.vcxproj Thu May 17 23:14:33 2012
@@ -22,7 +22,7 @@
     <ProjectGuid>{8BBB3B12-DBA1-4533-9C36-2CA95F1F1659}</ProjectGuid>
     <RootNamespace>samltest</RootNamespace>
     <Keyword>Win32Proj</Keyword>
-    <CxxTestRoot>..\..\..\..\cxxtest\</CxxTestRoot>
+    <CxxTestRoot>..\..\..\cxxtest\</CxxTestRoot>
   </PropertyGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
@@ -1510,4 +1510,4 @@
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
   <ImportGroup Label="ExtensionTargets">
   </ImportGroup>
-</Project>
+</Project>



More information about the commits mailing list