Add experimental "#if NET_2_1" mode (it builds w/o s.x.permissions).
commit0de2ef480cb9ba9773c931bce956c9c44fea2220
authorAtsushi Eno <atsushi@ximian.com>
Tue, 14 Dec 2010 15:15:20 +0000 (15 00:15 +0900)
committerAtsushi Eno <atsushi@ximian.com>
Tue, 14 Dec 2010 15:15:20 +0000 (15 00:15 +0900)
tree199b79afa535fab628ff4ad96a1fdfa6dca236b8
parentbc7cc6c935d5dd7c32308a584ebedd6b4b2ff141
Add experimental "#if NET_2_1" mode (it builds w/o s.x.permissions).
44 files changed:
mcs/class/System.Xaml/System.Windows.Markup/AmbientAttribute.cs
mcs/class/System.Xaml/System.Windows.Markup/ArrayExtension.cs
mcs/class/System.Xaml/System.Windows.Markup/ConstructorArgumentAttribute.cs
mcs/class/System.Xaml/System.Windows.Markup/ContentPropertyAttribute.cs
mcs/class/System.Xaml/System.Windows.Markup/ContentWrapperAttribute.cs
mcs/class/System.Xaml/System.Windows.Markup/DateTimeValueSerializer.cs
mcs/class/System.Xaml/System.Windows.Markup/DependsOnAttribute.cs
mcs/class/System.Xaml/System.Windows.Markup/DictionaryKeyPropertyAttribute.cs
mcs/class/System.Xaml/System.Windows.Markup/IComponentConnector.cs
mcs/class/System.Xaml/System.Windows.Markup/INameScope.cs
mcs/class/System.Xaml/System.Windows.Markup/IProvideValueTarget.cs
mcs/class/System.Xaml/System.Windows.Markup/IUriContext.cs
mcs/class/System.Xaml/System.Windows.Markup/IValueSerializerContext.cs
mcs/class/System.Xaml/System.Windows.Markup/IXamlTypeResolver.cs
mcs/class/System.Xaml/System.Windows.Markup/MarkupExtension.cs
mcs/class/System.Xaml/System.Windows.Markup/NameScopePropertyAttribute.cs
mcs/class/System.Xaml/System.Windows.Markup/NullExtension.cs
mcs/class/System.Xaml/System.Windows.Markup/RootNamespaceAttribute.cs
mcs/class/System.Xaml/System.Windows.Markup/RuntimeNamePropertyAttribute.cs
mcs/class/System.Xaml/System.Windows.Markup/StaticExtension.cs
mcs/class/System.Xaml/System.Windows.Markup/TrimSurroundingWhitespaceAttribute.cs
mcs/class/System.Xaml/System.Windows.Markup/TypeExtension.cs
mcs/class/System.Xaml/System.Windows.Markup/UidPropertyAttribute.cs
mcs/class/System.Xaml/System.Windows.Markup/ValueSerializer.cs
mcs/class/System.Xaml/System.Windows.Markup/ValueSerializerAttribute.cs
mcs/class/System.Xaml/System.Windows.Markup/WhitespaceSignificantCollectionAttribute.cs
mcs/class/System.Xaml/System.Windows.Markup/XmlLangPropertyAttribute.cs
mcs/class/System.Xaml/System.Windows.Markup/XmlnsCompatibleWithAttribute.cs
mcs/class/System.Xaml/System.Windows.Markup/XmlnsDefinitionAttribute.cs
mcs/class/System.Xaml/System.Windows.Markup/XmlnsPrefixAttribute.cs
mcs/class/System.Xaml/System.Xaml/TypeExtensionMethods.cs
mcs/class/System.Xaml/System.Xaml/XamlDuplicateMemberException.cs
mcs/class/System.Xaml/System.Xaml/XamlException.cs
mcs/class/System.Xaml/System.Xaml/XamlInternalException.cs
mcs/class/System.Xaml/System.Xaml/XamlMember.cs
mcs/class/System.Xaml/System.Xaml/XamlObjectReaderException.cs
mcs/class/System.Xaml/System.Xaml/XamlObjectWriterException.cs
mcs/class/System.Xaml/System.Xaml/XamlObjectWriterSettings.cs
mcs/class/System.Xaml/System.Xaml/XamlParseException.cs
mcs/class/System.Xaml/System.Xaml/XamlSchemaContext.cs
mcs/class/System.Xaml/System.Xaml/XamlSchemaException.cs
mcs/class/System.Xaml/System.Xaml/XamlServices.cs
mcs/class/System.Xaml/System.Xaml/XamlType.cs
mcs/class/System.Xaml/System.Xaml/XamlXmlWriterException.cs