diff options
author | Brad King <brad.king@kitware.com> | 2017-06-15 14:22:07 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2017-06-15 14:22:12 (GMT) |
commit | f3ffd18ab6ea78d6a13e83a4d890a619a5a2705c (patch) | |
tree | 8e05541c833ea7cd8f139f02eacdbbe4f0e751d8 /Source/cmVisualStudio10TargetGenerator.h | |
parent | 2afc4bf60843872e7d9fa883c61427facdbb4cae (diff) | |
parent | c90630c501fed40078b280fe940535ff9545c2c9 (diff) | |
download | CMake-f3ffd18ab6ea78d6a13e83a4d890a619a5a2705c.zip CMake-f3ffd18ab6ea78d6a13e83a4d890a619a5a2705c.tar.gz CMake-f3ffd18ab6ea78d6a13e83a4d890a619a5a2705c.tar.bz2 |
Merge topic 'vs_csharp_prop_for_all_extensions'
c90630c5 Vs: add support for VS_CSHARP_* target property for additional file extensions
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !961
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 fd91c7e..0852459 100644 --- a/Source/cmVisualStudio10TargetGenerator.h +++ b/Source/cmVisualStudio10TargetGenerator.h @@ -154,6 +154,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; |