Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I know how you're supposed to manually deal with spaces in project names from here https://wixtoolset.org/docs/tools/msbuild/#project-references, however when I try to use harvesting to grab all the output of a project, it doesn't fix the var names. I can manually change all of the
$(var.XYZ Client
to$(var.XYZ_Client
and it builds, but as soon as I make a change to the source project, it wipes out the changes. Below is just a section of the_XYZ Client.wxs
file. This is just a sample project and solution. Almost all of the projects I work with have spaces, so renaming them is not an option. I can get by for now by just running harvest once and saving the output off manually, but dynamic updating would be great. I can probably make a PR for this, but I want to make sure this is a bug first.Beta Was this translation helpful? Give feedback.
All reactions