|
226 | 226 | <PropertyGroupCondition="'$(TargetFramework)'=='portable78'"> |
227 | 227 | <DefineConstants>$(DefineConstants);FSHARP_CORE_NETCORE_PORTABLE</DefineConstants> |
228 | 228 | <DefineConstants>$(DefineConstants);FSHARP_CORE_NETCORE_PORTABLE78</DefineConstants> |
| 229 | + <DefineConstants>$(DefineConstants);QUERIES_IN_FSLIB</DefineConstants> |
229 | 230 | <DefineConstants>$(DefineConstants);FX_NO_CONVERTER</DefineConstants> |
230 | 231 | <DefineConstants>$(DefineConstants);FX_RESHAPED_REFLECTION</DefineConstants> |
231 | 232 | <DefineConstants>$(DefineConstants);FX_NO_ARRAY_LONG_LENGTH</DefineConstants> |
|
261 | 262 | <PropertyGroupCondition="'$(TargetFramework)'=='portable259'"> |
262 | 263 | <DefineConstants>$(DefineConstants);FSHARP_CORE_NETCORE_PORTABLE</DefineConstants> |
263 | 264 | <DefineConstants>$(DefineConstants);FSHARP_CORE_NETCORE_PORTABLE259</DefineConstants> |
| 265 | + <DefineConstants>$(DefineConstants);QUERIES_IN_FSLIB</DefineConstants> |
264 | 266 | <DefineConstants>$(DefineConstants);FX_NO_CONVERTER</DefineConstants> |
265 | 267 | <DefineConstants>$(DefineConstants);FX_RESHAPED_REFLECTION</DefineConstants> |
266 | 268 | <DefineConstants>$(DefineConstants);FX_NO_ARRAY_LONG_LENGTH</DefineConstants> |
|