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

Improve msbuild #360

Merged
merged 3 commits into from
Dec 14, 2022
Merged

Improve msbuild #360

merged 3 commits into from
Dec 14, 2022

Conversation

AnthonyMastrean
Copy link
Contributor

Fixes #359 and simplifies the MSBuild complexity check.

According to the docs, the only keyword that supports the kind of 
Boolean or branching complexity used for other languages is the
`Condition` keyword. Even the Choose and When elements depend
on some element containing a Condition attribute.

https://learn.microsoft.com/en-us/visualstudio/msbuild/msbuild-conditions?view=vs-2022

https://learn.microsoft.com/en-us/visualstudio/msbuild/msbuild-conditional-constructs?view=vs-2022
@boyter boyter merged commit e786947 into boyter:master Dec 14, 2022
@boyter
Copy link
Owner

boyter commented Dec 14, 2022

All good! Cheers!

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

Successfully merging this pull request may close these issues.

Map several common file extensions to the MSBuild language
2 participants