|
105 | 105 | <DefineConstants>$(DefineConstants);FX_ATLEAST_35</DefineConstants> |
106 | 106 | <DefineConstants>$(DefineConstants);FX_NO_STRUCTURAL_EQUALITY</DefineConstants> |
107 | 107 | <DefineConstants>$(DefineConstants);FX_NO_CANCELLATIONTOKEN_CLASSES</DefineConstants> |
| 108 | + <DefineConstants>$(DefineConstants);FX_NO_EXCEPTIONDISPATCHINFO</DefineConstants> |
108 | 109 | <DefineConstants>$(DefineConstants);FX_NO_TASK</DefineConstants> |
109 | 110 | <DefineConstants>$(DefineConstants);FX_NO_IOBSERVABLE</DefineConstants> |
110 | 111 | <DefineConstants>$(DefineConstants);FX_NO_LAZY</DefineConstants> |
|
113 | 114 | <DefineConstants>$(DefineConstants);FX_NO_TPL_PARALLEL</DefineConstants> |
114 | 115 | <DefineConstants>$(DefineConstants);FX_NO_CUSTOMATTRIBUTEDATA</DefineConstants> |
115 | 116 | <DefineConstants>$(DefineConstants);FX_NO_BIGINT</DefineConstants> |
| 117 | + <DefineConstants>$(DefineConstants);FX_NO_CONDITIONAL_WEAK_TABLE</DefineConstants> |
116 | 118 | <OtherFlags>$(OtherFlags) --simpleresolution</OtherFlags> |
117 | 119 | </PropertyGroup> |
118 | 120 |
|
|
173 | 175 | <DefineConstants>$(DefineConstants);FX_NO_PARAMETERIZED_THREAD_START</DefineConstants> |
174 | 176 | <DefineConstants>$(DefineConstants);FX_EVENTWAITHANDLE_NO_IDISPOSABLE</DefineConstants> |
175 | 177 | <DefineConstants>$(DefineConstants);FX_NO_REGISTERED_WAIT_HANDLES</DefineConstants> |
| 178 | + <DefineConstants>$(DefineConstants);FX_NO_EXCEPTIONDISPATCHINFO</DefineConstants> |
176 | 179 | <DefineConstants>$(DefineConstants);FX_ATLEAST_LINQ</DefineConstants> |
177 | 180 | <DefineConstants>$(DefineConstants);FX_NO_THREAD</DefineConstants> |
178 | 181 | <DefineConstants>$(DefineConstants);FX_NO_THREADPOOL</DefineConstants> |
|
299 | 302 | <TargetFrameworkVersion>v3.0</TargetFrameworkVersion> |
300 | 303 | <DefineConstants>$(DefineConstants);SILVERLIGHT</DefineConstants> |
301 | 304 | <DefineConstants>$(DefineConstants);FX_NO_CANCELLATIONTOKEN_CLASSES</DefineConstants> |
| 305 | + <DefineConstants>$(DefineConstants);FX_NO_EXCEPTIONDISPATCHINFO</DefineConstants> |
302 | 306 | <DefineConstants>$(DefineConstants);FX_NO_TASK</DefineConstants> |
303 | 307 | <DefineConstants>$(DefineConstants);FX_NO_ARRAY_LONG_LENGTH</DefineConstants> |
304 | 308 | <DefineConstants>$(DefineConstants);FX_NO_DEBUG_PROXIES</DefineConstants> |
|
340 | 344 | <DefineConstants>$(DefineConstants);SILVERLIGHT</DefineConstants> |
341 | 345 | <DefineConstants>$(DefineConstants);FX_NO_ISIN_ON_PARAMETER_INFO</DefineConstants> |
342 | 346 | <DefineConstants>$(DefineConstants);FX_NO_CANCELLATIONTOKEN_CLASSES</DefineConstants> |
| 347 | + <DefineConstants>$(DefineConstants);FX_NO_EXCEPTIONDISPATCHINFO</DefineConstants> |
343 | 348 | <DefineConstants>$(DefineConstants);FX_NO_TASK</DefineConstants> |
344 | 349 | <DefineConstants>$(DefineConstants);FX_NO_BIGINT</DefineConstants> |
345 | 350 | <DefineConstants>$(DefineConstants);FX_NO_CUSTOMATTRIBUTEDATA</DefineConstants> |
|
429 | 434 | <TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier> |
430 | 435 | <DefineConstants>$(DefineConstants);SILVERLIGHT</DefineConstants> |
431 | 436 | <DefineConstants>$(DefineConstants);FX_NO_CANCELLATIONTOKEN_CLASSES</DefineConstants> |
| 437 | + <DefineConstants>$(DefineConstants);FX_NO_EXCEPTIONDISPATCHINFO</DefineConstants> |
432 | 438 | <DefineConstants>$(DefineConstants);FX_NO_TASK</DefineConstants> |
433 | 439 | <DefineConstants>$(DefineConstants);FX_NO_ARRAY_LONG_LENGTH</DefineConstants> |
434 | 440 | <DefineConstants>$(DefineConstants);FX_NO_DEBUG_PROXIES</DefineConstants> |
|
475 | 481 | <TargetFrameworkIdentifier>CompactFramework</TargetFrameworkIdentifier> |
476 | 482 | <DefineConstants>$(DefineConstants);FX_ATLEAST_COMPACT_FRAMEWORK_20</DefineConstants> |
477 | 483 | <DefineConstants>$(DefineConstants);FX_NO_CANCELLATIONTOKEN_CLASSES</DefineConstants> |
| 484 | + <DefineConstants>$(DefineConstants);FX_NO_EXCEPTIONDISPATCHINFO</DefineConstants> |
478 | 485 | <DefineConstants>$(DefineConstants);FX_NO_TASK</DefineConstants> |
479 | 486 | <DefineConstants>$(DefineConstants);COMPACT_FRAMEWORK</DefineConstants> |
480 | 487 | <DefineConstants>$(DefineConstants);FX_NO_ARRAY_LONG_LENGTH</DefineConstants> |
|
514 | 521 | <DefineConstants>$(DefineConstants);FX_NO_LAZY</DefineConstants> |
515 | 522 | <DefineConstants>$(DefineConstants);FX_NO_TUPLE</DefineConstants> |
516 | 523 | <DefineConstants>$(DefineConstants);FX_NO_DELEGATE_CREATE_DELEGATE_FROM_STATIC_METHOD</DefineConstants> |
| 524 | + <DefineConstants>$(DefineConstants);FX_NO_CONDITIONAL_WEAK_TABLE</DefineConstants> |
517 | 525 | <DefineConstants>$(DefineConstants)</DefineConstants> |
518 | 526 | <!-- It would be better to use MSBuild resolution here, but the TargetFrameworkIdentifier etc. aren't set up quite correctly as yet--> |
519 | 527 | <OtherFlags>$(OtherFlags) --simpleresolution -r:"C:\Program Files\Microsoft.NET\SDK\CompactFramework\v2.0\WindowsCE\mscorlib.dll" -r:"C:\Program Files\Microsoft.NET\SDK\CompactFramework\v2.0\WindowsCE\System.dll"</OtherFlags> |
|
562 | 570 | <TargetFrameworkIdentifier>CompactFramework</TargetFrameworkIdentifier> |
563 | 571 | <DefineConstants>$(DefineConstants);FX_ATLEAST_COMPACT_FRAMEWORK_35</DefineConstants> |
564 | 572 | <DefineConstants>$(DefineConstants);FX_NO_CANCELLATIONTOKEN_CLASSES</DefineConstants> |
| 573 | + <DefineConstants>$(DefineConstants);FX_NO_EXCEPTIONDISPATCHINFO</DefineConstants> |
565 | 574 | <DefineConstants>$(DefineConstants);FX_NO_TASK</DefineConstants> |
566 | 575 | <DefineConstants>$(DefineConstants);COMPACT_FRAMEWORK</DefineConstants> |
567 | 576 | <DefineConstants>$(DefineConstants);FX_NO_ARRAY_LONG_LENGTH</DefineConstants> |
|