Skip to content

Let user select Global Properties#6

Open
chris1248 wants to merge 1 commit intomikefourie-zz:masterfrom
chris1248:set_global_properties
Open

Let user select Global Properties#6
chris1248 wants to merge 1 commit intomikefourie-zz:masterfrom
chris1248:set_global_properties

Conversation

@chris1248
Copy link

@chris1248 chris1248 commented Apr 21, 2017

Problem

The build explorer only showed the default configuration and platform

This was a problem if you were trying to inspect build properties for a
different configuration or platform than what was set as the default
in the build project file.

Analysis

This is not a hard problem to solve. The msbuild API allows for setting
arbitrary properties as global variables. Not only that, the msbuild API also
has a nice property that gets all the possible configs and platforms that
currently exist inside of an msbuild file.

Solution

Added two combo boxes to the main ribbon that display the current
configuration and platform for the file. This is front and center to indicate
to the user the importance fact that the properties are interpreted through
the lense of the config and platform and that they can change them

I also cleaned a few things up here.

Problem
The build explorer only showed the default configuration and platform

This was a problem if you were trying to inspect build properties for a
different configuration or platform than what was set as the default
in the build project file.

Analysis
This is not a hard problem to solve. The msbuild API allows for setting
arbitrary properties as global variables. Not only that, the msbuild API also
has a nice property that gets all the possible configs and platforms that
currently exist inside of an msbuild file.

Solution
Added two combo boxes to the main ribbon that display the current
configuration and platform for the file. This is front and center to indicate
to the user the importance fact that the properties are interpreted through
the lense of the config and platform and that they can change them

I also cleaned a few things up here.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants