mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
* took a stab at #54
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
BIN
bin/Prebuild.exe
BIN
bin/Prebuild.exe
Binary file not shown.
Reference in New Issue
Block a user