summaryrefslogtreecommitdiff
path: root/Source/cmGlobalVisualStudio10Generator.h
diff options
context:
space:
mode:
authorVitaly Stakhovsky <vvs31415@gitlab.org>2017-12-13 19:16:54 -0500
committerBrad King <brad.king@kitware.com>2017-12-14 08:27:48 -0500
commit907bc3543727767b72e3d9085dbb3c02b1a717ae (patch)
tree0275a8d858a464a00157d3d17371019abe278638 /Source/cmGlobalVisualStudio10Generator.h
parente80cc856da6901338486d9183b527fbcbbe385dd (diff)
downloadcmake-907bc3543727767b72e3d9085dbb3c02b1a717ae.tar.gz
VS: Emit "utf-8" encoding as lowercase in .vcxproj headers
Match the XML preamble generated by VS 2010 and later.
Diffstat (limited to 'Source/cmGlobalVisualStudio10Generator.h')
-rw-r--r--Source/cmGlobalVisualStudio10Generator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalVisualStudio10Generator.h b/Source/cmGlobalVisualStudio10Generator.h
index 5f80c73428..fc21193488 100644
--- a/Source/cmGlobalVisualStudio10Generator.h
+++ b/Source/cmGlobalVisualStudio10Generator.h
@@ -96,6 +96,7 @@ public:
void PathTooLong(cmGeneratorTarget* target, cmSourceFile const* sf,
std::string const& sfRel);
+ std::string Encoding() override;
virtual const char* GetToolsVersion() { return "4.0"; }
bool FindMakeProgram(cmMakefile* mf) override;