Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6cd2878

Browse files
committed
Small corrections to targets file (changeset 1312249)
1 parentdf66e13 commit6cd2878

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

‎src/FSharpSource.targets‎

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<WhenCondition="'$(ProjectLanguage)' == 'FSharp'">
88
<Choose>
99
<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'">
1111
<IsPortableProfile>true</IsPortableProfile>
1212
</PropertyGroup>
1313
<PropertyGroup>
@@ -222,7 +222,7 @@
222222
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
223223
</PropertyGroup>
224224

225-
<!-- Target Portable-->
225+
<!-- Target PortableProfile 78-->
226226
<PropertyGroupCondition="'$(TargetFramework)'=='portable78'">
227227
<DefineConstants>$(DefineConstants);FSHARP_CORE_NETCORE_PORTABLE</DefineConstants>
228228
<DefineConstants>$(DefineConstants);FSHARP_CORE_NETCORE_PORTABLE78</DefineConstants>
@@ -257,6 +257,7 @@
257257
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
258258
</PropertyGroup>
259259

260+
<!-- Target Portable Profile 259-->
260261
<PropertyGroupCondition="'$(TargetFramework)'=='portable259'">
261262
<DefineConstants>$(DefineConstants);FSHARP_CORE_NETCORE_PORTABLE</DefineConstants>
262263
<DefineConstants>$(DefineConstants);FSHARP_CORE_NETCORE_PORTABLE259</DefineConstants>
@@ -621,16 +622,11 @@
621622
</PropertyGroup>
622623

623624
<Choose>
624-
<WhenCondition="'$(TargetFramework)'=='portable47' OR '$(TargetFramework)'=='portable7'">
625+
<WhenCondition="'$(TargetFramework)'=='portable47' OR '$(TargetFramework)'=='portable7' OR '$(TargetFramework)'=='portable78' OR '$(TargetFramework)'=='portable259'">
625626
<PropertyGroup>
626627
<FSharpTargetsPath>..\Proto\$(protoCLIDir)\bin\Microsoft.Portable.FSharp-proto.Targets</FSharpTargetsPath>
627628
</PropertyGroup>
628629
</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>
634630
<WhenCondition="'$(TargetFramework)'=='sl3' or '$(TargetFramework)'=='sl4' or '$(TargetFramework)'=='sl5' or '$(TargetFramework)'=='sl5-compiler'">
635631
<PropertyGroup>
636632
<FSharpTargetsPath>$(MSBuildExtensionsPath32)\..\Microsoft SDKs\Silverlight\$(SilverlightVersion)\FSharpSource.Silverlight.Common.targets</FSharpTargetsPath>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp