You've already forked linux-packaging-mono
Imported Upstream version 5.4.0.167
Former-commit-id: 5624ac747d633e885131e8349322922b6a59baaa
This commit is contained in:
parent
e49d6f06c0
commit
536cd135cc
@ -251,5 +251,5 @@ Each source file should use the following guidelines
|
||||
## Define naming convention
|
||||
As mentioned in [Conventions for forked code](conventions-for-forked-code) `#ifdef`ing the code is the last resort as it makes code harder to maintain overtime. If we do need to use `#ifdef`'s we should use the following conventions:
|
||||
- Defines based on conventions should be one of `$(OSGroup)`, `$(TargetGroup)`, `$(ConfigurationGroup)`, or `$(Platform)`, matching exactly by case to ensure consistency.
|
||||
- Examples: `<DefineConstants>$(DefineConstants),net46</DefineContants>`
|
||||
- Examples: `<DefineConstants>$(DefineConstants);net46</DefineConstants>`
|
||||
- Defines based on convention should match the pattern `FEATURE_<feature name>`. These can unique to a given library project or potentially shared (via name) across multiple projects.
|
||||
|
Reference in New Issue
Block a user