[cpp-xmltooling] branch master updated: CPPXT-110 Checkin prototypical vcxproj.user file for xmltoolingtest
Rod Widdowson
rdw at steadingsoftware.com
Sun Oct 16 11:26:44 EDT 2016
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch master
in repository cpp-xmltooling.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-xmltooling.git;a=commit;h=d6eeff1d0c130010321744e1737343e02b829d3e
The following commit(s) were added to refs/heads/master by this push:
new d6eeff1 CPPXT-110 Checkin prototypical vcxproj.user file for xmltoolingtest
d6eeff1 is described below
commit d6eeff1d0c130010321744e1737343e02b829d3e
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sun Oct 16 16:17:14 2016 +0100
CPPXT-110 Checkin prototypical vcxproj.user file for xmltoolingtest
https://issues.shibboleth.net/jira/browse/CPPXT-110
The user files are correctly in gitignore. However getting the setup
for xmltoolingtest to run is delicate. This is my current version
for x86/debug tests. This is in fact location independent (its uses
properties from the build environment).
---
.../vc10/xmltoolingtest/xmltoolingtest.vcxproj.user.master | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/Projects/vc10/xmltoolingtest/xmltoolingtest.vcxproj.user.master b/Projects/vc10/xmltoolingtest/xmltoolingtest.vcxproj.user.master
new file mode 100644
index 0000000..763eb1f
--- /dev/null
+++ b/Projects/vc10/xmltoolingtest/xmltoolingtest.vcxproj.user.master
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
+ <LocalDebuggerEnvironment>PATH=%PATH%;$(SolutionDir)..\..\..\$(xerces)\Build\Win32\$(MsVCVersion)\Debug;$(SolutionDir)..\..\..\$(xmlsec)\Build\Win32\$(MsVCVersion)\Debug No Xalan;$(SolutionDir)..\..\..\$(openssl)\out32dll.dbg;Xalan;$(SolutionDir)..\..\..\$(curl)\lib\debug-dll-ssl-dll-zlib-dll;$(SolutionDir)..\..\..\$(log4shib)\ms$(MsVCVersion)\Debug;$(SolutionDir)..\..\..\$(zlib)\Debug
+XMLTOOLINGTEST_DATA=$(SolutionDir)..\..\xmltoolingtest/data/
+$(LocalDebuggerEnvironment)</LocalDebuggerEnvironment>
+ <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
+ <LocalDebuggerWorkingDirectory>$(SolutionDir)..</LocalDebuggerWorkingDirectory>
+ </PropertyGroup>
+</Project>
\ No newline at end of file
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list