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

Commit1ca42f3

Browse files
author
Gustavo Guerra
committed
Missing defines for wp7 target
1 parent66a86ca commit1ca42f3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

‎src/FSharpSource.targets‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,12 @@ Some other NuGET monikers to support in the future, see http://docs.nuget.org/do
376376
<DefineConstants>$(DefineConstants);FX_NO_CONCURRENT_DICTIONARY</DefineConstants>
377377
<DefineConstants>$(DefineConstants);PUT_TYPE_PROVIDERS_IN_FSCORE;</DefineConstants>
378378
<DefineConstants>$(DefineConstants);FX_ATLEAST_LINQ</DefineConstants>
379+
380+
<DefineConstants>$(DefineConstants);FX_NO_TPL_PARALLEL</DefineConstants>
381+
<DefineConstants>$(DefineConstants);FX_NO_CUSTOMATTRIBUTEDATA</DefineConstants>
382+
<DefineConstants>$(DefineConstants);FX_NO_BIGINT</DefineConstants>
383+
<DefineConstants>$(DefineConstants);FX_NO_MONITOR_REPORTS_LOCKTAKEN</DefineConstants>
384+
379385
<Tailcalls>false</Tailcalls>
380386
<SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
381387
<TargetFrameworkOutputDirectory>$(TargetFramework)</TargetFrameworkOutputDirectory>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp