VS: DOTNET_SDK support for VS_PROJECT_IMPORT target property

Closes: #25119
Issue: #23190
This commit is contained in:
Leonid Pospelov
2025-01-08 05:19:31 -05:00
committed by Brad King
parent b5ba273119
commit 3e88e9b4b3

View File

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