diff options
author | Michael Stürmer <michael.stuermer@schaeffler.com> | 2017-06-17 07:32:19 (GMT) |
---|---|---|
committer | Michael Stürmer <michael.stuermer@schaeffler.com> | 2017-06-22 19:39:37 (GMT) |
commit | dcdab5cf23b3777761d6c6dcaf0dfcefdd821792 (patch) | |
tree | 9560936f2e56180c7f0cdfb92263e3b6ae52eff9 /Source/cmVisualStudio10TargetGenerator.h | |
parent | 0a8f469af921d64431ed237022a02d39cac3ebb5 (diff) | |
download | CMake-dcdab5cf23b3777761d6c6dcaf0dfcefdd821792.zip CMake-dcdab5cf23b3777761d6c6dcaf0dfcefdd821792.tar.gz CMake-dcdab5cf23b3777761d6c6dcaf0dfcefdd821792.tar.bz2 |
Vs: factor out computation of <Link> tag for CSharp source files
Diffstat (limited to 'Source/cmVisualStudio10TargetGenerator.h')
-rw-r--r-- | Source/cmVisualStudio10TargetGenerator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmVisualStudio10TargetGenerator.h b/Source/cmVisualStudio10TargetGenerator.h index 007c6fa..2518d5e 100644 --- a/Source/cmVisualStudio10TargetGenerator.h +++ b/Source/cmVisualStudio10TargetGenerator.h @@ -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; |