mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
@@ -3475,10 +3475,6 @@ void cmVisualStudio10TargetGenerator::WriteProjectReferences()
|
||||
->TargetIsFortranOnly(dt)) {
|
||||
continue;
|
||||
}
|
||||
if (csproj == this->ProjectType &&
|
||||
!this->GlobalGenerator->TargetIsCSharpOnly(dt)) {
|
||||
continue;
|
||||
}
|
||||
this->WriteString("<ProjectReference Include=\"", 2);
|
||||
cmLocalGenerator* lg = dt->GetLocalGenerator();
|
||||
std::string name = dt->GetName();
|
||||
|
||||
Reference in New Issue
Block a user