We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ice-builder-msbuild/msbuild/zeroc.icebuilder.msbuild.cpp.targets
Line 106 in aec00b7
Here the %(OutputDir) is not normalized, and depending on how it is specified in the project property, it will match or not the Excludes attribute.
%(OutputDir)
We need to review other places where it is used for comparisons and always normalize it
The text was updated successfully, but these errors were encountered:
Fix bogus metadata included in generated items - Close zeroc-ice#6 ze…
35c3c0e
…roc-ice#7
Fixed in #8
Sorry, something went wrong.
pepone
No branches or pull requests
ice-builder-msbuild/msbuild/zeroc.icebuilder.msbuild.cpp.targets
Line 106 in aec00b7
Here the
%(OutputDir)
is not normalized, and depending on how it is specified in the project property, it will match or not the Excludes attribute.We need to review other places where it is used for comparisons and always normalize it
The text was updated successfully, but these errors were encountered: