|
244 | 244 | </PropertyGroup> |
245 | 245 |
|
246 | 246 | <!-- Target Silverlight 5.0--> |
247 | | - <PropertyGroupCondition="'$(TargetFramework)'=='sl5' OR |
248 | | - '$(TargetFramework)'=='sl5-compiler'"> |
| 247 | + <PropertyGroupCondition="'$(TargetFramework)'=='sl5'"> |
249 | 248 | <DefineConstants>$(DefineConstants);SILVERLIGHT</DefineConstants> |
250 | 249 | <DefineConstants>$(DefineConstants);FX_ATLEAST_SILVERLIGHT_50</DefineConstants> |
251 | 250 | <DefineConstants>$(DefineConstants);FX_NO_ARRAY_LONG_LENGTH</DefineConstants> |
|
493 | 492 | <FSharpTargetsPath>..\Proto\$(protoCLIDir)\bin\Microsoft.Portable.FSharp-proto.Targets</FSharpTargetsPath> |
494 | 493 | </PropertyGroup> |
495 | 494 | </When> |
496 | | - <WhenCondition="'$(TargetFramework)'=='sl3' or '$(TargetFramework)'=='sl4' or '$(TargetFramework)'=='sl5' or '$(TargetFramework)'=='sl5-compiler'"> |
| 495 | + <WhenCondition="'$(TargetFramework)'=='sl3' or '$(TargetFramework)'=='sl4' or '$(TargetFramework)'=='sl5'"> |
497 | 496 | <PropertyGroup> |
498 | 497 | <FSharpTargetsPath>$(MSBuildExtensionsPath32)\..\Microsoft SDKs\Silverlight\$(SilverlightVersion)\FSharpSource.Silverlight.Common.targets</FSharpTargetsPath> |
499 | 498 | </PropertyGroup> |
|
554 | 553 | Text="Configuration '$(Configuration)' is not one of the supported configurations: Debug, Release, Proto" |
555 | 554 | Condition="'$(Configuration)'!='Release' and '$(Configuration)'!='Debug' and '$(Configuration)'!='Proto'"/> |
556 | 555 | <Error |
557 | | -Text="TargetFramework '$(TargetFramework)' is not one of the supported configurations: 'empty', net20, net40, sl3-wp, sl5,sl5-compiler,portable47" |
| 556 | +Text="TargetFramework '$(TargetFramework)' is not one of the supported configurations: 'empty', net20, net40, sl3-wp, sl5, portable47" |
558 | 557 | Condition="! ('$(TargetFramework)' == 'net40' or |
559 | 558 | '$(TargetFramework)' == 'net20' or |
560 | 559 | '$(TargetFramework)' == 'sl5' or |
561 | | - '$(TargetFramework)' == 'sl5-compiler' or |
562 | 560 | '$(TargetFramework)' == 'sl3-wp' or |
563 | 561 | '$(TargetFramework)' == 'portable47')"/> |
564 | 562 | <Error |
|