In vs2010 Xbox360 builds should create a .exe file as the target for <OutputFile> and leave .xex generation to the Image Conversion task

This commit is contained in:
Matthew Endsley 2013-08-15 19:24:39 -07:00
parent 7df4704934
commit 871022f442

View File

@ -44,7 +44,7 @@
targetextension ".exe"
configuration { "Xbox360", "ConsoleApp or WindowedApp" }
targetextension ".xex"
targetextension ".exe"
configuration { "Windows or Xbox360 or C#", "SharedLib" }
targetprefix ""