* took a stab at #54

afrisby
lbsa71 2007-12-04 13:43:11 +00:00
parent e01c128c8f
commit 90611ebf8d
2 changed files with 1 additions and 17 deletions

View File

@ -100,23 +100,7 @@ namespace Prebuild.Core.Targets
return ret;
}
try
{
//Assembly assem = Assembly.Load(refr.Name);
//if (assem != null)
//{
//ret += (refr.Name + ".dll");
//}
//else
//{
ret += (refr.Name + GetProjectExtension(project));
//}
}
catch (System.NullReferenceException e)
{
e.ToString();
ret += refr.Name + GetProjectExtension(project);
}
ret += (refr.Name + ".dll");
}
return ret;
}

Binary file not shown.