[Mono-dev] .Net 2.0 Question

Kamil Skalski kamil.skalski at gmail.com
Sat Nov 5 06:16:47 EST 2005


If you look at the sources of mcs/class/* you can see that both .NET
1.1 and 2.0 namespaces are placed there. Then, there are two
definition files for building the binaries - one for NET_1_1 profile
and other for NET_2_0. Both versions are built during standard 'make'
procedure.

If the difference between 1.1 and 2.0 exists in one class, then
preprocessing directives like
#if NET_2_0
...
#endif

are used to allow both version coexist in single file.



2005/11/5, Martin Hinks <mhinks at gmail.com>:
> Hi all,
>
> How is the construction of the .NET Framework v 2.0.0 planned to
> procede in Mono?
>
> There are many large changes that obviously must be done to reflect
> namespace changes (ie addition of System.Net.Security) and was just
> curious as to who/if anyone is starting to organise this.
>
> Thanks,
>
> --
> Martin Hinks
> http://www.m-s-d.net
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>


--
Kamil Skalski
http://nazgul.omega.pl



More information about the Mono-devel-list mailing list