This commit is contained in:
Matt Burke
2017-09-13 08:36:20 -04:00
parent a9942647b7
commit 8305ceae8d
5 changed files with 1 additions and 17 deletions
-4
View File
@@ -1,8 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Changed 2017 by Sijmen J. Mulder <s.mulder@betabit.nl>:
- fix xcopy invocation for paths with spaces
-->
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-4
View File
@@ -1,8 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Changed 2017 by Sijmen J. Mulder <s.mulder@betabit.nl>:
- fix xcopy invocation for paths with spaces
-->
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-4
View File
@@ -1,8 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Changed 2017 by Sijmen J. Mulder <s.mulder@betabit.nl>:
- fix xcopy invocation for paths with spaces
-->
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-4
View File
@@ -1,8 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Changed 2017 by Sijmen J. Mulder <s.mulder@betabit.nl>:
- fix xcopy invocation for paths with spaces
-->
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+1 -1
View File
@@ -6,4 +6,4 @@
* Allow using both "--changeset" and "--up-to" options at the same time (#1057) to fetch a specific range of TFS changesets
* Added a TraceWarning message when the authors file fails to copy to the cache location (#1071)
* Prevent infinite loop when parent changeset cannot be found
* Fix xcopy error on build with spaces in solution path
* Fix xcopy error on build with spaces in solution path (#1092)