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

target:set_default to set default startup project for VS2022 project is not working #4458

Closed
Kethers opened this issue Dec 1, 2023 · 0 comments
Labels
Milestone

Comments

@Kethers
Copy link

Kethers commented Dec 1, 2023

Xmake Version

v2.8.5+master.f205de61c

Operating System Version and Architecture

Windows 11 22H2

Describe Bug

#1249 this feature is done but now not works.
Relevant commit: 67fc38b

I set Poseidon as startup proj via set_default(true) and set Sandbox as non-startup via set_default(false). Both are binary target. In the .sln file the project order is not right.
xmake_code_snippet
build_debug_output
solution_file_proj_order

Expected Behavior

In .sln file, Poseidon should be above of the Sandbox.

Project Configuration

xmake_test.zip

Additional Information and Error Logs

None. Bulid successfully.

@Kethers Kethers added the bug label Dec 1, 2023
waruqi added a commit that referenced this issue Dec 2, 2023
Fix visual studio startup project #4458
@waruqi waruqi closed this as completed Dec 2, 2023
@waruqi waruqi added this to the v2.8.6 milestone Dec 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants