Rolled back change to C# assembly loading; wasn't working properly with *Develops

This commit is contained in:
starkos 2009-01-07 19:29:08 +00:00
parent a62f6735ee
commit 6cb18fe949
2 changed files with 3 additions and 3 deletions

View File

@ -114,7 +114,7 @@
<Name><%= premake.esc(prj.name) %></Name>
</ProjectReference>
<% end %>
<% for _, linkname in ipairs(premake.getlinks(this, "system", "fullpath")) do %>
<% for _, linkname in ipairs(premake.getlinks(this, "system", "basename")) do %>
<Reference Include="<%= premake.esc(linkname) %>" />
<% end %>
</ItemGroup>

File diff suppressed because one or more lines are too long