|
7 | 7 | <WhenCondition="'$(ProjectLanguage)' == 'FSharp'"> |
8 | 8 | <Choose> |
9 | 9 | <WhenCondition="'$(AssemblyName)' == 'FSharp.Core'"> |
10 | | - <PropertyGroupCondition="'$(TargetFramework)' == 'Portable7' or '$(TargetFramework)' == 'Portable78' or '$(TargetFramework)' == 'Portable259'"> |
| 10 | + <PropertyGroupCondition="'$(TargetFramework)' == 'portable47' or '$(TargetFramework)' == 'portable7' or '$(TargetFramework)' == 'portable78' or '$(TargetFramework)' == 'portable259'"> |
11 | 11 | <IsPortableProfile>true</IsPortableProfile> |
12 | 12 | </PropertyGroup> |
13 | 13 | <PropertyGroup> |
|
222 | 222 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
223 | 223 | </PropertyGroup> |
224 | 224 |
|
225 | | -<!-- Target Portable--> |
| 225 | +<!-- Target PortableProfile 78--> |
226 | 226 | <PropertyGroupCondition="'$(TargetFramework)'=='portable78'"> |
227 | 227 | <DefineConstants>$(DefineConstants);FSHARP_CORE_NETCORE_PORTABLE</DefineConstants> |
228 | 228 | <DefineConstants>$(DefineConstants);FSHARP_CORE_NETCORE_PORTABLE78</DefineConstants> |
|
257 | 257 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
258 | 258 | </PropertyGroup> |
259 | 259 |
|
| 260 | +<!-- Target Portable Profile 259--> |
260 | 261 | <PropertyGroupCondition="'$(TargetFramework)'=='portable259'"> |
261 | 262 | <DefineConstants>$(DefineConstants);FSHARP_CORE_NETCORE_PORTABLE</DefineConstants> |
262 | 263 | <DefineConstants>$(DefineConstants);FSHARP_CORE_NETCORE_PORTABLE259</DefineConstants> |
|
621 | 622 | </PropertyGroup> |
622 | 623 |
|
623 | 624 | <Choose> |
624 | | - <WhenCondition="'$(TargetFramework)'=='portable47' OR '$(TargetFramework)'=='portable7'"> |
| 625 | + <WhenCondition="'$(TargetFramework)'=='portable47' OR '$(TargetFramework)'=='portable7' OR '$(TargetFramework)'=='portable78' OR '$(TargetFramework)'=='portable259'"> |
625 | 626 | <PropertyGroup> |
626 | 627 | <FSharpTargetsPath>..\Proto\$(protoCLIDir)\bin\Microsoft.Portable.FSharp-proto.Targets</FSharpTargetsPath> |
627 | 628 | </PropertyGroup> |
628 | 629 | </When> |
629 | | - <WhenCondition="'$(TargetFramework)'=='portable78' or '$(TargetFramework)'=='portable259'"> |
630 | | - <PropertyGroup> |
631 | | - <FSharpTargetsPath>$(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.1\Framework\v4.0\Microsoft.Portable.FSharp.Targets</FSharpTargetsPath> |
632 | | - </PropertyGroup> |
633 | | - </When> |
634 | 630 | <WhenCondition="'$(TargetFramework)'=='sl3' or '$(TargetFramework)'=='sl4' or '$(TargetFramework)'=='sl5' or '$(TargetFramework)'=='sl5-compiler'"> |
635 | 631 | <PropertyGroup> |
636 | 632 | <FSharpTargetsPath>$(MSBuildExtensionsPath32)\..\Microsoft SDKs\Silverlight\$(SilverlightVersion)\FSharpSource.Silverlight.Common.targets</FSharpTargetsPath> |
|