Skip to content

Conversation

@akoeplinger
Copy link
Member

According to MSDN (http://msdn.microsoft.com/en-us/library/7szfhaft.aspx), the
single quotes can be left off for "simple alphanumeric strings or boolean values".
This is not the case here (it is a property), so we should use single quotes.

Note that MSBuild ignores this, but it results in a parser error on Mono's xbuild.

According to MSDN (http://msdn.microsoft.com/en-us/library/7szfhaft.aspx), the
single quotes can be left off for "simple alphanumeric strings or boolean values".
This is not the case here (it is a property), so we should use single quotes.

Note that MSBuild ignores this, but it results in a parser error on Mono's xbuild.
@akoeplinger
Copy link
Member Author

And yes, I'm aware how ironic it is to build MSBuild with xbuild 😄

@dannyvv
Copy link
Member

dannyvv commented Mar 18, 2015

lgtm: 👍

@AndyGerlicher
Copy link
Contributor

👍

AndyGerlicher added a commit that referenced this pull request Mar 18, 2015
Changing Build.Utilities back to Build.Utilities.Core
@AndyGerlicher AndyGerlicher merged commit 88c6117 into dotnet:master Mar 18, 2015
@akoeplinger akoeplinger deleted the fix-condition branch March 18, 2015 22:45
radical referenced this pull request in radical/msbuild Feb 1, 2017
We need to set `/p:RuntimeSystem=` on Linux, but this value is set on line 204 then overwritten with something else on line 234
AndyGerlicher pushed a commit to AndyGerlicher/msbuild that referenced this pull request Feb 17, 2017
Add support for custom SDK Location. When there is property TargetPlatformSdkRootOverride defined in project, we set TargetPlatformSdkPath to same value to redirect it to custom SDK location. Otherwise building project for release mode will fail.
radical referenced this pull request in radical/msbuild Jun 23, 2017
git@github.com:xamarin/xamarin-iot.git
6c570d5c7ade7ffc9b647f453832eee7d27ed37e
`src/IDE/Sdks/Xamarin.IoT.Sdk/` after make
ladipro added a commit to ladipro/msbuild that referenced this pull request Jun 28, 2021
ladipro added a commit to ladipro/msbuild that referenced this pull request Jun 29, 2021
JanKrivanek added a commit that referenced this pull request Nov 30, 2023
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.

3 participants