You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.
I came across the Xamarin.MSBuild.Sdk package while searching for a better way to manage complex project structures and it has been working great so far. However, I would like to be able to re-use my *.proj file to generate multiple solutions (our framework has multiple target platforms with their own dependencies and we'd like a solution per platform to keep Visual Studio performance issues to a minimum). I tried using the Condition property on a ProjectReference evaluating a value that I passed using /p:MyValue but it isn't recognized. It does work when I use it on GenerateSolutionFilePath mentioned here. I've looked at the code and I think the issue lies with the fact that the SolutionBuilder class doesn't pass globalProperties when loading the project collection.
Any idea if/how this can be fixed?
Thanks in advance,
Regards,
Wouter
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I came across the Xamarin.MSBuild.Sdk package while searching for a better way to manage complex project structures and it has been working great so far. However, I would like to be able to re-use my *.proj file to generate multiple solutions (our framework has multiple target platforms with their own dependencies and we'd like a solution per platform to keep Visual Studio performance issues to a minimum). I tried using the
Condition
property on aProjectReference
evaluating a value that I passed using/p:MyValue
but it isn't recognized. It does work when I use it onGenerateSolutionFilePath
mentioned here. I've looked at the code and I think the issue lies with the fact that theSolutionBuilder
class doesn't pass globalProperties when loading the project collection.Any idea if/how this can be fixed?
Thanks in advance,
Regards,
Wouter
The text was updated successfully, but these errors were encountered: