|
@@ -334,8 +334,7 @@ cmGlobalVisualStudio71Generator
|
|
|
{
|
|
{
|
|
|
// is the library part of this SLN ? If so add dependency
|
|
// is the library part of this SLN ? If so add dependency
|
|
|
if(this->FindTarget(this->CurrentProject.c_str(),
|
|
if(this->FindTarget(this->CurrentProject.c_str(),
|
|
|
- j->first.c_str()),
|
|
|
|
|
- false)
|
|
|
|
|
|
|
+ j->first.c_str(), false))
|
|
|
{
|
|
{
|
|
|
fout << "\t\t{" << this->GetGUID(j->first.c_str()) << "} = {"
|
|
fout << "\t\t{" << this->GetGUID(j->first.c_str()) << "} = {"
|
|
|
<< this->GetGUID(j->first.c_str()) << "}\n";
|
|
<< this->GetGUID(j->first.c_str()) << "}\n";
|