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

fix MSBuildDeps xml component names #12365

Merged
merged 2 commits into from
Oct 24, 2022

Conversation

memsharded
Copy link
Member

@memsharded memsharded commented Oct 21, 2022

Changelog: Bugfix: Fix MSBuildDeps xml component names.
Docs: Omit

Close #12347

@@ -25,7 +25,6 @@ class MSBuildDeps(object):
<PropertyGroup Label="ConanVariables">
<Conan{{name}}RootFolder>{{root_folder}}</Conan{{name}}RootFolder>
<Conan{{name}}BinaryDirectories>{{bin_dirs}}</Conan{{name}}BinaryDirectories>
<Conan{{name}}Dependencies>{{dependencies}}</Conan{{name}}Dependencies>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is being removed, as it is not used at all by Conan, and it was flawed, as it contained a mix of xml-replaced names, components names, etc. This information is already encoded in the <Imports> sections of the .props files explicitly.

@memsharded memsharded marked this pull request as ready for review October 22, 2022 15:59
@czoido czoido merged commit de0d1b9 into conan-io:develop Oct 24, 2022
@memsharded memsharded deleted the fix/msbuilddeps_xml_components branch October 24, 2022 10:39
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.

[bug] MSBuildDeps generates invalid property file (dot replacement for component requirement)
2 participants