diff options
author | Michael Stürmer <michael.stuermer@schaeffler.com> | 2017-06-13 12:57:59 (GMT) |
---|---|---|
committer | Michael Stürmer <michael.stuermer@schaeffler.com> | 2017-06-13 14:04:22 (GMT) |
commit | c90630c501fed40078b280fe940535ff9545c2c9 (patch) | |
tree | 8700678375be57258a12ea462a2908a0594d61e9 /Source/cmVisualStudio10TargetGenerator.h | |
parent | 4ba2d2e3d76cb1ec04c612f9646c47d3f1231ad2 (diff) | |
download | CMake-c90630c501fed40078b280fe940535ff9545c2c9.zip CMake-c90630c501fed40078b280fe940535ff9545c2c9.tar.gz CMake-c90630c501fed40078b280fe940535ff9545c2c9.tar.bz2 |
Vs: add support for VS_CSHARP_* target property for additional file extensions
Fixes: #16726
Diffstat (limited to 'Source/cmVisualStudio10TargetGenerator.h')
-rw-r--r-- | Source/cmVisualStudio10TargetGenerator.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/cmVisualStudio10TargetGenerator.h b/Source/cmVisualStudio10TargetGenerator.h index 6106615..9c10624 100644 --- a/Source/cmVisualStudio10TargetGenerator.h +++ b/Source/cmVisualStudio10TargetGenerator.h @@ -153,6 +153,11 @@ private: bool ForceOld(const std::string& source) const; + void GetCSharpSourceProperties(cmSourceFile const* sf, + std::map<std::string, std::string>& tags); + void WriteCSharpSourceProperties( + const std::map<std::string, std::string>& tags); + private: typedef cmVisualStudioGeneratorOptions Options; typedef std::map<std::string, Options*> OptionsMap; |