Rolled back change to C# assembly loading; wasn't working properly with *Develops
This commit is contained in:
parent
a62f6735ee
commit
6cb18fe949
@ -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
Loading…
Reference in New Issue
Block a user