summaryrefslogtreecommitdiffstats
path: root/Source/cmVisualStudio10TargetGenerator.cxx
diff options
context:
space:
mode:
authorGilles Khouzam <gillesk@microsoft.com>2014-07-30 18:10:49 (GMT)
committerBrad King <brad.king@kitware.com>2014-07-31 14:39:21 (GMT)
commit66edd06587bfaafc2cb1f24286925750454ec9cc (patch)
tree67717db8dfe5282c010b0dcce63990258544c718 /Source/cmVisualStudio10TargetGenerator.cxx
parentb48211d4261840136e750d3d82f195ad48b17a8f (diff)
downloadCMake-66edd06587bfaafc2cb1f24286925750454ec9cc.zip
CMake-66edd06587bfaafc2cb1f24286925750454ec9cc.tar.gz
CMake-66edd06587bfaafc2cb1f24286925750454ec9cc.tar.bz2
VS: Add missing newline after .vcxproj user prop import line
Diffstat (limited to 'Source/cmVisualStudio10TargetGenerator.cxx')
-rw-r--r--Source/cmVisualStudio10TargetGenerator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVisualStudio10TargetGenerator.cxx b/Source/cmVisualStudio10TargetGenerator.cxx
index d9013e0..6989d95 100644
--- a/Source/cmVisualStudio10TargetGenerator.cxx
+++ b/Source/cmVisualStudio10TargetGenerator.cxx
@@ -376,7 +376,7 @@ void cmVisualStudio10TargetGenerator::Generate()
this->WriteString("<ImportGroup Label=\"PropertySheets\">\n", 1);
this->WriteString("<Import Project=\"" VS10_USER_PROPS "\""
" Condition=\"exists('" VS10_USER_PROPS "')\""
- " Label=\"LocalAppDataPlatform\" />", 2);
+ " Label=\"LocalAppDataPlatform\" />\n", 2);
this->WriteString("</ImportGroup>\n", 1);
this->WriteString("<PropertyGroup Label=\"UserMacros\" />\n", 1);
this->WritePathAndIncrementalLinkOptions();