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

Parse whole solution? #3

Open
ghost opened this issue Jul 27, 2023 · 2 comments
Open

Parse whole solution? #3

ghost opened this issue Jul 27, 2023 · 2 comments

Comments

@ghost
Copy link

ghost commented Jul 27, 2023

Currently it only deals with .csproj but not .sln isn't it?

@xiaoyuvax
Copy link
Owner

xiaoyuvax commented Aug 1, 2023

.csproj only, u may orchestrate the solution one by one with a batch/shell file if they r mutually dependent.

@NinovanderMark
Copy link

Parsing a solution doesn't necessarily make sense if your goal is to get a single executable file. In that case what you want to target is the project that you would set as the Startup project in Visual Studio.

bflata will automatically determine and build any dependencies of that project and create an executable of the whole set.

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

2 participants