Solution files need a '\n\r' after the utf8 marker.

This commit is contained in:
Tom van Dijck 2015-10-19 13:08:50 -07:00
parent e6d7571f65
commit 6c5c8c8180

View File

@ -40,6 +40,7 @@
function sln2005.generate(wks)
-- Mark the file as Unicode
premake.utf8()
premake.outln('')
sln2005.reorderProjects(wks)