[cpp-xmltooling] branch master updated: Commit a xmltoolingtest.vcxproj.user file
Rod Widdowson
rdw at steadingsoftware.com
Fri Oct 5 08:06:34 EDT 2018
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=4c1e75f8101ac08fd10b898333f21e585ed052e8
The following commit(s) were added to refs/heads/master by this push:
new 4c1e75f Commit a xmltoolingtest.vcxproj.user file
4c1e75f is described below
commit 4c1e75f8101ac08fd10b898333f21e585ed052e8
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Oct 5 13:05:20 2018 +0100
Commit a xmltoolingtest.vcxproj.user file
These files are usually ignored, but this version allows
running of tests within visual studio and won't get deleted
by a git clean.
---
.../xmltoolingtest/xmltoolingtest.vcxproj.user | 31 ++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/Projects/vc15/xmltoolingtest/xmltoolingtest.vcxproj.user b/Projects/vc15/xmltoolingtest/xmltoolingtest.vcxproj.user
new file mode 100644
index 0000000..4a4af5e
--- /dev/null
+++ b/Projects/vc15/xmltoolingtest/xmltoolingtest.vcxproj.user
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
+ <LocalDebuggerEnvironment>PATH=$(PATH);$(Shibrunpath)
+XMLTOOLING_LOG_CONFIG=DEBUG
+$(LocalDebuggerEnvironment)</LocalDebuggerEnvironment>
+ <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
+ <LocalDebuggerWorkingDirectory>$(ProjectDir)\..\..\..\xmltoolingtest</LocalDebuggerWorkingDirectory>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
+ <LocalDebuggerEnvironment>PATH=$(PATH);$(Shibrunpath)
+XMLTOOLING_LOG_CONFIG=DEBUG
+$(LocalDebuggerEnvironment)</LocalDebuggerEnvironment>
+ <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
+ <LocalDebuggerWorkingDirectory>$(ProjectDir)\..\..\..\xmltoolingtest</LocalDebuggerWorkingDirectory>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
+ <LocalDebuggerEnvironment>PATH=$(PATH);$(Shibrunpath)
+XMLTOOLING_LOG_CONFIG=DEBUG
+$(LocalDebuggerEnvironment)</LocalDebuggerEnvironment>
+ <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
+ <LocalDebuggerWorkingDirectory>$(ProjectDir)\..\..\..\xmltoolingtest</LocalDebuggerWorkingDirectory>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
+ <LocalDebuggerEnvironment>PATH=$(PATH);$(Shibrunpath)
+XMLTOOLING_LOG_CONFIG=DEBUG
+$(LocalDebuggerEnvironment)</LocalDebuggerEnvironment>
+ <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
+ <LocalDebuggerWorkingDirectory>$(ProjectDir)\..\..\..\xmltoolingtest</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