Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vcxproj "Stability" question #117

Closed
dgregorycryptic opened this issue Jun 16, 2015 · 1 comment
Closed

vcxproj "Stability" question #117

dgregorycryptic opened this issue Jun 16, 2015 · 1 comment

Comments

@dgregorycryptic
Copy link

I'm trying to figure out where the bug is here, but if I generate a solution and projects with this setup:

Solution MySolution
   configurations { "Debug", "Release" }
   platforms {"Win32", "x64", "Durango" }
   project MyProject
      ....

(And yes, I have overriden some functions in premake to allow the Durango platform)

It outputs them in the XML in this order:

Debug|Durango
Debug|Win32
Debug|x64
Release|Durango
Release|Win32
Release|x64

However, when I load the projects into Visual Studio 2012, Visual studio helpfully reorders the configurations to be in the following order:

Debug|Win32
Debug|x64
Debug|Durango
Release|Win32
Release|x64
Release|Durango

This wouldn't be a big deal except you have to deal with the reload of the projects.

Is there a sort function or something that is making premake not pay attention to the order of platforms as I specify them?

@dgregorycryptic
Copy link
Author

This seems to be some local process, not visual studio. So never mind. This isn't a concern anymore.

tvandijck pushed a commit to Blizzard/premake-core that referenced this issue Jun 6, 2017
tvandijck pushed a commit to Blizzard/premake-core that referenced this issue Jun 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant