summaryrefslogtreecommitdiffstats
path: root/Source/cmVisualStudio10TargetGenerator.h
diff options
context:
space:
mode:
authorLeonid Pospelov <pospelovlm@yandex.ru>2019-03-24 01:47:53 (GMT)
committerBrad King <brad.king@kitware.com>2019-04-15 17:05:07 (GMT)
commitd145d72e708b7d742fb1324c056ba2c0254dda76 (patch)
tree005ebcd91ddd9ab8fff3198ec64e8b1a3e50f253 /Source/cmVisualStudio10TargetGenerator.h
parent4bbd315097fb7161ab245ff0959472729cea2793 (diff)
downloadCMake-d145d72e708b7d742fb1324c056ba2c0254dda76.zip
CMake-d145d72e708b7d742fb1324c056ba2c0254dda76.tar.gz
CMake-d145d72e708b7d742fb1324c056ba2c0254dda76.tar.bz2
VS: add target property VS_PROJECT_IMPORT_<propspath>
Fixes: #18998
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 5901004..b5b7a4a 100644
--- a/Source/cmVisualStudio10TargetGenerator.h
+++ b/Source/cmVisualStudio10TargetGenerator.h
@@ -76,6 +76,7 @@ private:
void WriteDotNetReference(Elem& e1, std::string const& ref,
std::string const& hint,
std::string const& config);
+ void WriteImports(Elem& e0);
void WriteDotNetReferenceCustomTags(Elem& e2, std::string const& ref);
void WriteEmbeddedResourceGroup(Elem& e0);
void WriteWinRTReferences(Elem& e0);