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

Commitac53688

Browse files
committed
Merge pull requestfsharp#77 from fahadsuhaib/master
F# monodroid targets file
2 parents01f3555 +ad996af commitac53688

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<ProjectDefaultTargets="Build"xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<PropertyGroup>
3+
<TargetFrameworkIdentifier>MonoAndroid</TargetFrameworkIdentifier>
4+
<MonoAndroidVersion>v1.0</MonoAndroidVersion>
5+
<TargetFrameworkVersionCondition="'$(TargetFrameworkVersion)' == ''">v2.2</TargetFrameworkVersion>
6+
<AndroidLinkModeCondition="'$(AndroidLinkMode)' == ''">SdkOnly</AndroidLinkMode>
7+
</PropertyGroup>
8+
<ImportProject="$(MSBuildExtensionsPath32)\FSharp\1.0\Microsoft.FSharp.Targets"Condition="!Exists('$(MSBuildBinPath)\Microsoft.Build.Tasks.v4.0.dll')" />
9+
<ImportProject="$(MSBuildExtensionsPath32)\..\Microsoft F#\v4.0\Microsoft.FSharp.Targets"Condition=" Exists('$(MSBuildBinPath)\Microsoft.Build.Tasks.v4.0.dll')" />
10+
<ImportProject="Novell.MonoDroid.Common.targets" />
11+
</Project>

‎src/fsharp/FSharp.Core/FSharp.Core.fsproj‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<TargetFrameworkVersionCondition=" '$(TargetFramework)'=='net20'">v2.0</TargetFrameworkVersion>
3434
<OtherFlags>$(OtherFlags) --warnon:1182 --compiling-fslib --optimize --maxerrors:20 --extraoptimizationloops:1 </OtherFlags>
3535
<OtherFlagsCondition=" '$(TargetFramework)'=='net20'">$(OtherFlags) --compiling-fslib-20:"$(SystemRoot)\Microsoft.NET\Framework\v4.0.30319\mscorlib.dll" </OtherFlags>
36-
<OtherFlagsCondition=" '$(TargetFramework)'=='net40'">$(OtherFlags) --compiling-fslib-40</OtherFlags>
36+
<OtherFlagsCondition=" '$(TargetFramework)'=='net40'">$(OtherFlags) --compiling-fslib-40</OtherFlags>
3737
</PropertyGroup>
3838
<!-- MonoDevelop likes these here to recognise the configurations-->
3939
<PropertyGroupCondition=" '$(Configuration)|$(Platform)' == 'Debug|x86'" />

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp