diff options
author | Michael Stürmer <michael.stuermer@schaeffler.com> | 2016-12-01 11:52:57 (GMT) |
---|---|---|
committer | Michael Stürmer <michael.stuermer@schaeffler.com> | 2016-12-01 15:45:34 (GMT) |
commit | 9b06c22648e992dc135b648ab4039b1b24861be9 (patch) | |
tree | ecb8b7dc5de70a97c1cdddfac8bb1c3f32c69dbf /Source/cmVisualStudio10ToolsetOptions.h | |
parent | 7b6f6d9e67431cdcdd9a8f1de92c66651768814c (diff) | |
download | CMake-9b06c22648e992dc135b648ab4039b1b24861be9.zip CMake-9b06c22648e992dc135b648ab4039b1b24861be9.tar.gz CMake-9b06c22648e992dc135b648ab4039b1b24861be9.tar.bz2 |
VS: Add flag tables for C#
Add these (currently unused) tables in preparation for `.csproj`
generation support. Populate the tables for every version with a set of
initial values that work well for me with VS 12 and VS 14. Later we may
need to generate them more thoroughly from MSBuild `.xml` files.
Diffstat (limited to 'Source/cmVisualStudio10ToolsetOptions.h')
-rw-r--r-- | Source/cmVisualStudio10ToolsetOptions.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmVisualStudio10ToolsetOptions.h b/Source/cmVisualStudio10ToolsetOptions.h index bb0be15..2459f5e 100644 --- a/Source/cmVisualStudio10ToolsetOptions.h +++ b/Source/cmVisualStudio10ToolsetOptions.h @@ -19,6 +19,8 @@ class cmVisualStudio10ToolsetOptions public: cmIDEFlagTable const* GetClFlagTable(std::string const& name, std::string const& toolset) const; + cmIDEFlagTable const* GetCSharpFlagTable(std::string const& name, + std::string const& toolset) const; cmIDEFlagTable const* GetRcFlagTable(std::string const& name, std::string const& toolset) const; cmIDEFlagTable const* GetLibFlagTable(std::string const& name, |