summaryrefslogtreecommitdiffstats
path: root/Source/cmVisualStudio10TargetGenerator.h
diff options
context:
space:
mode:
authorMichael Stürmer <michael.stuermer@schaeffler.com>2017-06-17 07:32:19 (GMT)
committerMichael Stürmer <michael.stuermer@schaeffler.com>2017-06-22 19:39:37 (GMT)
commitdcdab5cf23b3777761d6c6dcaf0dfcefdd821792 (patch)
tree9560936f2e56180c7f0cdfb92263e3b6ae52eff9 /Source/cmVisualStudio10TargetGenerator.h
parent0a8f469af921d64431ed237022a02d39cac3ebb5 (diff)
downloadCMake-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.h1
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;