clean up DllImport attributes
[mono.git] / mcs / CodingStyle
index aa78389f7b7d05d136764df67ef9e87fbc554fc5..6a3528e7c6ada140a8d8eca1b2273ba16970a394 100644 (file)
        a MonoTODO, this will be useful in the future for our
        automated tools that can assist in developers porting their code.
 
-* Supporting .NET 1.2, .NET 1.1 and .NET 1.0 builds
-
-       The defines NET_1_1 and NET_2_0 are used to include
-       features.   When NET_2_0 is defined, it also implies that the
-       NET_1_1 is defined.
-
-       To have code which is only available in an old version, use ONLY_1_0,
-       ONLY_1_1
-
 * Tagging buggy code
 
        If there is a bug in your implementation tag the problem by using