Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAtsushi Eno <atsushieno@gmail.com>2015-02-06 15:36:41 +0300
committerAtsushi Eno <atsushieno@gmail.com>2015-03-02 06:36:42 +0300
commit47e833739516010b1b4c8a6f6de22fb29074e30f (patch)
tree5e675a8216e5652e439fd14469e18100bc899b5c /mcs/class/Microsoft.Build
parentcae1f99ef80a60d4aba097d4eeb121cb438b5793 (diff)
[msbuild] fixing referencesource import "regression".
It is about insignificant whitespace handling difference.
Diffstat (limited to 'mcs/class/Microsoft.Build')
-rw-r--r--mcs/class/Microsoft.Build/Test/FunctionalTestReferenceProject3.csproj3
1 files changed, 1 insertions, 2 deletions
diff --git a/mcs/class/Microsoft.Build/Test/FunctionalTestReferenceProject3.csproj b/mcs/class/Microsoft.Build/Test/FunctionalTestReferenceProject3.csproj
index 1f373b40c6f..0487bc6ffb4 100644
--- a/mcs/class/Microsoft.Build/Test/FunctionalTestReferenceProject3.csproj
+++ b/mcs/class/Microsoft.Build/Test/FunctionalTestReferenceProject3.csproj
@@ -115,8 +115,7 @@
<IISUrl>http://localhost:18572/</IISUrl>
<NTLMAuthentication>False</NTLMAuthentication>
<UseCustomServer>False</UseCustomServer>
- <CustomServerUrl>
- </CustomServerUrl>
+ <CustomServerUrl></CustomServerUrl>
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
</WebProjectProperties>
</FlavorProperties>