Vs: factor out computation of <Link> tag for CSharp source files

This commit is contained in:
Michael Stürmer
2017-06-17 09:32:19 +02:00
parent 0a8f469af9
commit dcdab5cf23
2 changed files with 22 additions and 8 deletions
+1
View File
@@ -162,6 +162,7 @@ private:
std::map<std::string, std::string>& tags);
void WriteCSharpSourceProperties(
const std::map<std::string, std::string>& tags);
void GetCSharpSourceLink(cmSourceFile const* sf, std::string& link);
private:
typedef cmVisualStudioGeneratorOptions Options;