mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Vs: add support for VS_CSHARP_* target property for additional file extensions
Fixes: #16726
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user