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

MSBUILD does not support our current project setups. #6393

Closed
Unit158 opened this issue Sep 2, 2014 · 4 comments
Closed

MSBUILD does not support our current project setups. #6393

Unit158 opened this issue Sep 2, 2014 · 4 comments

Comments

@Unit158
Copy link
Contributor

Unit158 commented Sep 2, 2014

Building the projects in this solution one at a time. To enable parallel build,
please add the "/m" switch.
Build started 02/09/2014 4:34:22 PM.
Project "C:\Users\Chris\Desktop\new\OpenRA\OpenRA.sln" on node 1 (Rebuild targe
t(s)).
C:\Users\Chris\Desktop\new\OpenRA\OpenRA.sln.metaproj : error MSB4126: The spec
ified solution configuration "Debug|HPD" is invalid. Please specify a valid sol
ution configuration using the Configuration and Platform properties (e.g. MSBui
ld.exe Solution.sln /p:Configuration=Debug /p:Platform="Any CPU") or leave thos
e properties blank to use the default solution configuration. [C:\Users\Chris\D
esktop\new\OpenRA\OpenRA.sln]
Done Building Project "C:\Users\Chris\Desktop\new\OpenRA\OpenRA.sln" (Rebuild t
arget(s)) -- FAILED.


Build FAILED.

"C:\Users\Chris\Desktop\new\OpenRA\OpenRA.sln" (Rebuild target) (1) ->
(ValidateSolutionConfiguration target) ->
  C:\Users\Chris\Desktop\new\OpenRA\OpenRA.sln.metaproj : error MSB4126: The sp
ecified solution configuration "Debug|HPD" is invalid. Please specify a valid s
olution configuration using the Configuration and Platform properties (e.g. MSB
uild.exe Solution.sln /p:Configuration=Debug /p:Platform="Any CPU") or leave th
ose properties blank to use the default solution configuration. [C:\Users\Chris
\Desktop\new\OpenRA\OpenRA.sln]

    0 Warning(s)
    1 Error(s)

It appears I haven't correctly updated MSBUILD to .NET 4.5, so that might be part of the problem.

This was with a freshly-cloned bleed branch as well.

@ImagoTrigger
Copy link
Contributor

i'm unable to reproduce any problems under visual studio 2010 using the makefiles.

edit:
my build configuration is Debug|x86 - for some reason yours is showing Debug|HPD - I have no idea what a "HPD" platform is...

@Unit158
Copy link
Contributor Author

Unit158 commented Sep 2, 2014

VS shouldn't touch the powerscript :s

On 2014-09-02, at 6:45 PM, "ImagoTrigger" notifications@github.com wrote:

i'm unable to reproduce any problems under visual studio 2010 using the makefiles


Reply to this email directly or view it on GitHub.

@ImagoTrigger
Copy link
Contributor

Loonix fix, nice #6392

@pchote
Copy link
Member

pchote commented Dec 29, 2014

I believe that this has been fixed for a while now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants