Переглянути джерело

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 <[email protected]>
Merge-request: !10149
Brad King 11 місяців тому
батько
коміт
519738a5b6
1 змінених файлів з 1 додано та 0 видалено
  1. 1 0
      Source/cmVisualStudio10TargetGenerator.cxx

+ 1 - 0
Source/cmVisualStudio10TargetGenerator.cxx

@@ -1013,6 +1013,7 @@ void cmVisualStudio10TargetGenerator::WriteSdkStyleProjectFile(
   this->WriteXamlFilesGroup(e0);
   this->WriteDotNetReferences(e0);
   this->WritePackageReferences(e0);
+  this->WriteImports(e0);
   this->WriteProjectReferences(e0);
 }