|
11 | 11 | <PropertyGroup Condition="$(TargetFramework.StartsWith('netstandard')) OR $(TargetFramework.StartsWith('netcoreapp'))"> |
12 | 12 | <DefineConstants>$(DefineConstants);NETSTANDARD</DefineConstants> |
13 | 13 | <DefineConstants>$(DefineConstants);FX_NO_APP_DOMAINS</DefineConstants> |
14 | | - <DefineConstants>$(DefineConstants);FX_NO_ARRAY_LONG_LENGTH</DefineConstants> |
15 | | - <DefineConstants>$(DefineConstants);FX_NO_BEGINEND_READWRITE</DefineConstants> |
16 | | - <DefineConstants>$(DefineConstants);FX_NO_BINARY_SERIALIZATION</DefineConstants> |
17 | | - <DefineConstants>$(DefineConstants);FX_NO_CONVERTER</DefineConstants> |
18 | | - <DefineConstants>$(DefineConstants);FX_NO_DEFAULT_DEPENDENCY_TYPE</DefineConstants> |
19 | 14 | <DefineConstants>$(DefineConstants);FX_NO_CORHOST_SIGNER</DefineConstants> |
20 | 15 | <DefineConstants>$(DefineConstants);FX_NO_EVENTWAITHANDLE_IDISPOSABLE</DefineConstants> |
21 | 16 | <DefineConstants>$(DefineConstants);FX_NO_EXIT_CONTEXT_FLAGS</DefineConstants> |
22 | 17 | <DefineConstants>$(DefineConstants);FX_NO_PARAMETERIZED_THREAD_START</DefineConstants> |
23 | 18 | <DefineConstants>$(DefineConstants);FX_NO_PDB_READER</DefineConstants> |
24 | 19 | <DefineConstants>$(DefineConstants);FX_NO_PDB_WRITER</DefineConstants> |
25 | | - <DefineConstants>$(DefineConstants);FX_NO_REFLECTION_MODULE_HANDLES</DefineConstants> |
26 | | - <DefineConstants>$(DefineConstants);FX_NO_REFLECTION_ONLY</DefineConstants> |
27 | | - <DefineConstants>$(DefineConstants);FX_NO_RUNTIMEENVIRONMENT</DefineConstants> |
28 | | - <DefineConstants>$(DefineConstants);FX_NO_SECURITY_PERMISSIONS</DefineConstants> |
29 | | - <DefineConstants>$(DefineConstants);FX_NO_SERVERCODEPAGES</DefineConstants> |
30 | 20 | <DefineConstants>$(DefineConstants);FX_NO_SYMBOLSTORE</DefineConstants> |
31 | 21 | <DefineConstants>$(DefineConstants);FX_NO_SYSTEM_CONFIGURATION</DefineConstants> |
32 | | - <DefineConstants>$(DefineConstants);FX_NO_THREAD</DefineConstants> |
33 | | - <DefineConstants>$(DefineConstants);FX_NO_THREADABORT</DefineConstants> |
34 | | - <DefineConstants>$(DefineConstants);FX_NO_WAITONE_MILLISECONDS</DefineConstants> |
35 | | - <DefineConstants>$(DefineConstants);FX_NO_WEB_CLIENT</DefineConstants> |
36 | 22 | <DefineConstants>$(DefineConstants);FX_NO_WIN_REGISTRY</DefineConstants> |
37 | 23 | <DefineConstants>$(DefineConstants);FX_NO_WINFORMS</DefineConstants> |
38 | 24 | <DefineConstants>$(DefineConstants);FX_NO_INDENTED_TEXT_WRITER</DefineConstants> |
39 | | - <DefineConstants>$(DefineConstants);FX_REDUCED_EXCEPTIONS</DefineConstants> |
40 | 25 | <DefineConstants>$(DefineConstants);FX_RESHAPED_REFEMIT</DefineConstants> |
41 | | - <DefineConstants>$(DefineConstants);FX_RESHAPED_GLOBALIZATION</DefineConstants> |
42 | | - <DefineConstants>$(DefineConstants);FX_RESHAPED_REFLECTION</DefineConstants> |
43 | 26 | <DefineConstants>$(DefineConstants);FX_RESHAPED_MSBUILD</DefineConstants> |
44 | 27 | <OtherFlags>$(OtherFlags) --simpleresolution</OtherFlags> |
45 | 28 | </PropertyGroup> |
|
0 commit comments