Fix architecture mismatch in VS2010 project configurations element
This commit is contained in:
parent
4d1ad673fd
commit
ef4e929f60
@ -100,7 +100,7 @@
|
||||
for _, arch in ipairs(platforms) do
|
||||
_x(2,'<ProjectConfiguration Include="%s">', vstudio.configname(cfg, arch))
|
||||
_x(3,'<Configuration>%s</Configuration>', vstudio.projectplatform(cfg))
|
||||
_p(3,'<Platform>%s</Platform>', vstudio.architecture(cfg))
|
||||
_p(3,'<Platform>%s</Platform>', arch)
|
||||
_p(2,'</ProjectConfiguration>')
|
||||
end
|
||||
end
|
||||
|
@ -62,11 +62,11 @@
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Debug x32|x64">
|
||||
<Configuration>Debug x32</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
<Platform>x64</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Debug x64|Win32">
|
||||
<Configuration>Debug x64</Configuration>
|
||||
<Platform>x64</Platform>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Debug x64|x64">
|
||||
<Configuration>Debug x64</Configuration>
|
||||
|
Loading…
Reference in New Issue
Block a user