[xmltooling] 01/24: CPPXT-110 Checkin prototypical vcxproj.user file for xmltoolingtest
Ferenc Wágner
wferi at moszumanska.debian.org
Fri Dec 16 11:56:11 UTC 2016
This is an automated email from the git hooks/post-receive script.
wferi pushed a commit to branch master
in repository xmltooling.
commit d6eeff1d0c130010321744e1737343e02b829d3e
Author: Rod Widdowson <rdw at steadingsoftware.com>
Date: 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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/xmltooling.git
More information about the Pkg-shibboleth-devel
mailing list