Imported Upstream version 3.6.0

Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
This commit is contained in:
Jo Shields
2014-08-13 10:39:27 +01:00
commit a575963da9
50588 changed files with 8155799 additions and 0 deletions

View File

@@ -0,0 +1,61 @@
//
// AssemblyInfo.cs
//
// Authors:
// Marek Safar (marek.safar@gmail.com)
//
// Copyright (C) 2009 Novell, Inc (http://www.novell.com)
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, including
// without limitation the rights to use, copy, modify, merge, publish,
// distribute, sublicense, and/or sell copies of the Software, and to
// permit persons to whom the Software is furnished to do so, subject to
// the following conditions:
//
// The above copyright notice and this permission notice shall be
// included in all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
using System;
using System.Reflection;
using System.Resources;
using System.Security;
using System.Security.Permissions;
using System.Diagnostics;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about the assembly
[assembly: AssemblyTitle ("System.Dynamic.dll")]
[assembly: AssemblyDescription ("System.Dynamic.dll")]
[assembly: AssemblyDefaultAlias ("System.Dynamic.dll")]
[assembly: AssemblyCompany (Consts.MonoCompany)]
[assembly: AssemblyProduct (Consts.MonoProduct)]
[assembly: AssemblyCopyright (Consts.MonoCopyright)]
[assembly: AssemblyVersion (Consts.FxVersion)]
[assembly: SatelliteContractVersion (Consts.FxVersion)]
[assembly: AssemblyInformationalVersion (Consts.FxFileVersion)]
[assembly: AssemblyFileVersion (Consts.FxFileVersion)]
[assembly: NeutralResourcesLanguage ("en-US")]
[assembly: CLSCompliant (true)]
[assembly: AssemblyDelaySign (true)]
[assembly: AssemblyKeyFile ("../ecma.pub")]
[assembly: SecurityCritical]
[assembly: ComVisible (false)]

View File

@@ -0,0 +1,4 @@
2009-06-29 Marek Safar <marek.safar@gmail.com>
* ChangeLog: Added

View File

@@ -0,0 +1,3 @@
2009-07-02 Marek Safar <marek.safar@gmail.com>
* Makefile: Initial commit.

View File

@@ -0,0 +1,19 @@
thisdir = class/System.Dynamic
SUBDIRS =
include ../../build/rules.make
LIBRARY = System.Dynamic.dll
LIB_MCS_FLAGS = -unsafe -d:CODEPLEX_40 -r:System.Core.dll -r:System.dll -nowarn:414,169
# This is a .NET 4.0+ only assembly
VALID_PROFILE := $(filter 4, $(FRAMEWORK_VERSION_MAJOR))
ifndef VALID_PROFILE
LIBRARY_NAME = dummy-System.Dynamic.dll
NO_INSTALL = yes
NO_SIGN_ASSEMBLY = yes
NO_TEST = yes
NO_BUILD = yes
endif
include ../../build/library.make

View File

@@ -0,0 +1,55 @@
../../build/common/Consts.cs
../../build/common/Locale.cs
../../build/common/MonoTODOAttribute.cs
Assembly/AssemblyInfo.cs
../dlr/Runtime/Microsoft.Dynamic/ArgBuilder.cs
../dlr/Runtime/Microsoft.Dynamic/Assert.cs
../dlr/Runtime/Microsoft.Dynamic/BoolArgBuilder.cs
../dlr/Runtime/Microsoft.Dynamic/BoundDispEvent.cs
../dlr/Runtime/Microsoft.Dynamic/CollectionExtensions.cs
../dlr/Runtime/Microsoft.Dynamic/ComBinder.cs
../dlr/Runtime/Microsoft.Dynamic/ComBinderHelpers.cs
../dlr/Runtime/Microsoft.Dynamic/ComDispIds.cs
../dlr/Runtime/Microsoft.Dynamic/ComEventDesc.cs
../dlr/Runtime/Microsoft.Dynamic/ComEventSink.cs
../dlr/Runtime/Microsoft.Dynamic/ComEventSinkProxy.cs
../dlr/Runtime/Microsoft.Dynamic/ComEventSinksContainer.cs
../dlr/Runtime/Microsoft.Dynamic/ComFallbackMetaObject.cs
../dlr/Runtime/Microsoft.Dynamic/ComHresults.cs
../dlr/Runtime/Microsoft.Dynamic/ComInterop.cs
../dlr/Runtime/Microsoft.Dynamic/ComInvokeAction.cs
../dlr/Runtime/Microsoft.Dynamic/ComInvokeBinder.cs
../dlr/Runtime/Microsoft.Dynamic/ComMetaObject.cs
../dlr/Runtime/Microsoft.Dynamic/ComMethodDesc.cs
../dlr/Runtime/Microsoft.Dynamic/ComObject.cs
../dlr/Runtime/Microsoft.Dynamic/ComRuntimeHelpers.cs
../dlr/Runtime/Microsoft.Dynamic/ComTypeClassDesc.cs
../dlr/Runtime/Microsoft.Dynamic/ComTypeDesc.cs
../dlr/Runtime/Microsoft.Dynamic/ComTypeEnumDesc.cs
../dlr/Runtime/Microsoft.Dynamic/ComTypeLibDesc.cs
../dlr/Runtime/Microsoft.Dynamic/ContractUtils.cs
../dlr/Runtime/Microsoft.Dynamic/ConversionArgBuilder.cs
../dlr/Runtime/Microsoft.Dynamic/ConvertArgBuilder.cs
../dlr/Runtime/Microsoft.Dynamic/ConvertibleArgBuilder.cs
../dlr/Runtime/Microsoft.Dynamic/CurrencyArgBuilder.cs
../dlr/Runtime/Microsoft.Dynamic/DateTimeArgBuilder.cs
../dlr/Runtime/Microsoft.Dynamic/DispatchArgBuilder.cs
../dlr/Runtime/Microsoft.Dynamic/DispCallable.cs
../dlr/Runtime/Microsoft.Dynamic/DispCallableMetaObject.cs
../dlr/Runtime/Microsoft.Dynamic/Errors.cs
../dlr/Runtime/Microsoft.Dynamic/ErrorArgBuilder.cs
../dlr/Runtime/Microsoft.Dynamic/ExcepInfo.cs
../dlr/Runtime/Microsoft.Dynamic/Helpers.cs
../dlr/Runtime/Microsoft.Dynamic/IDispatchComObject.cs
../dlr/Runtime/Microsoft.Dynamic/IDispatchMetaObject.cs
../dlr/Runtime/Microsoft.Dynamic/NullArgBuilder.cs
../dlr/Runtime/Microsoft.Dynamic/SimpleArgBuilder.cs
../dlr/Runtime/Microsoft.Dynamic/SplatCallSite.cs
../dlr/Runtime/Microsoft.Dynamic/StringArgBuilder.cs
../dlr/Runtime/Microsoft.Dynamic/TypeUtils.cs
../dlr/Runtime/Microsoft.Dynamic/UnknownArgBuilder.cs
../dlr/Runtime/Microsoft.Dynamic/VarEnumSelector.cs
../dlr/Runtime/Microsoft.Dynamic/Variant.cs
../dlr/Runtime/Microsoft.Dynamic/VariantArgBuilder.cs
../dlr/Runtime/Microsoft.Dynamic/VariantArray.cs
../dlr/Runtime/Microsoft.Dynamic/VariantBuilder.cs