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

The SolutionDir property is different from the MSBuild output #148

Merged
merged 2 commits into from
Oct 29, 2020

Conversation

laurenceSaes
Copy link

The SolutionDir property does not end with a directory separator. This is different than how MSBuild sets this property:

@laurenceSaes laurenceSaes changed the title Directory seperator The SolutionDir property is different from the MSBulid output Oct 5, 2020
@laurenceSaes laurenceSaes changed the title The SolutionDir property is different from the MSBulid output The SolutionDir property is different from the MSBuild output Oct 5, 2020
@laurenceSaes
Copy link
Author

See also:

https://docs.microsoft.com/en-us/cpp/build/reference/common-macros-for-build-commands-and-properties?view=vs-2019

$(SolutionDir) | The directory of the solution (defined as drive + path); includes the trailing backslash '\'. Defined only when building a solution in the IDE.
-- | --

@daveaglick
Copy link
Collaborator

Great catch, thanks! I'm hoping to carve out some time later this week to merge Buildalyzer PRs and do a release.

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.

2 participants