[msvc] Update csproj files (#5832)
[mono-project.git] / mcs / class / referencesource / README.Mono.md
blobf64315605c89410d44b2b7bd0ccf89eea4fa0506
1 Known conditionals:
3 * MONO_FEATURE_WEB_STACK: when we have the full web stack.
5 * MONO_FEATURE_NEW_TLS: we are using the new TLS implementation.
7 * MONO_FEATURE_LOGGING: whether we want the internal logging API.
9 * MONO_NOT_SUPPORTED: not supported in Mono.
11 * MONO_NOT_IMPLEMENTED: not yet implemented in Mono.
13 Other defines which are used when building the BCL and tests:
15 * MONO_INSIDE_SYSTEM: we're building System.dll.
17 * MONO_INSIDE_MONO_SECURITY: we're building Mono.Security.dll.
19 Extern aliases:
21 * MONO_SECURITY_ALIAS: we're using Mono.Security from the "MonoSecurity" extern alias.
23 ## How to import new version update
25 ```
26 wget https://patch-diff.githubusercontent.com/raw/Microsoft/referencesource/pull/{pull-request-number}.patch
27 patch -p1 <{pull-request-number}.patch
28 ```
30 After that manually review .rej files generated during patching (they are hidden by .gitignore)