File 0008-CPPXT-110-Checkin-prototypical-vcxproj.user-file-for.patch of Package xmltooling.15367
From d6eeff1d0c130010321744e1737343e02b829d3e Mon Sep 17 00:00:00 2001
From: Rod Widdowson <rdw@steadingsoftware.com>
Date: Sun, 16 Oct 2016 16:17:14 +0100
Subject: [PATCH 08/31] 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(+)
create mode 100644 Projects/vc10/xmltoolingtest/xmltoolingtest.vcxproj.user.master
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
--
2.13.6