Merge topic 'vs-fix-project-imports-for-sdk-style-projects' 3e88e9b4b3 VS: DOTNET_SDK support for VS_PROJECT_IMPORT target property Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !10149
diff --git a/Source/cmVisualStudio10TargetGenerator.cxx b/Source/cmVisualStudio10TargetGenerator.cxx index 45ad128..0df5a64 100644 --- a/Source/cmVisualStudio10TargetGenerator.cxx +++ b/Source/cmVisualStudio10TargetGenerator.cxx
@@ -1013,6 +1013,7 @@ this->WriteXamlFilesGroup(e0); this->WriteDotNetReferences(e0); this->WritePackageReferences(e0); + this->WriteImports(e0); this->WriteProjectReferences(e0); }