summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorSumit Bhardwaj <bhardwajs@outlook.com>2022-02-01 15:02:13 (GMT)
committerSumit Bhardwaj <bhardwajs@outlook.com>2022-02-01 15:18:03 (GMT)
commit5ee3154f651428b1a57d0d87be4e462728446842 (patch)
tree6b889e2b94b8a8febdc8759466324084fac85c44 /Source
parent0294570d06a1ad884fa1f88ab5af682829cd6607 (diff)
downloadCMake-5ee3154f651428b1a57d0d87be4e462728446842.zip
CMake-5ee3154f651428b1a57d0d87be4e462728446842.tar.gz
CMake-5ee3154f651428b1a57d0d87be4e462728446842.tar.bz2
VS: .Net SDK Style projects can add Reference to dlls
When support for `DOTNET_SDK` was added, only a minimal set of options were built in. Based on user feedback, support for reference to dlls (not just projects) is needed. That support is added here. Fixes: #23166
Diffstat (limited to 'Source')
-rw-r--r--Source/cmVisualStudio10TargetGenerator.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmVisualStudio10TargetGenerator.cxx b/Source/cmVisualStudio10TargetGenerator.cxx
index f325994..be46825 100644
--- a/Source/cmVisualStudio10TargetGenerator.cxx
+++ b/Source/cmVisualStudio10TargetGenerator.cxx
@@ -928,6 +928,7 @@ void cmVisualStudio10TargetGenerator::WriteSdkStyleProjectFile(
this->WriteDotNetDocumentationFile(e0);
this->WriteAllSources(e0);
+ this->WriteDotNetReferences(e0);
this->WritePackageReferences(e0);
this->WriteProjectReferences(e0);
}