Moves ComTypes to shared partition (#21861)
authorMarek Safar <marek.safar@gmail.com>
Tue, 8 Jan 2019 00:57:44 +0000 (01:57 +0100)
committerDan Moseley <danmose@microsoft.com>
Tue, 8 Jan 2019 00:57:44 +0000 (16:57 -0800)
commit0a2ceb3fd146d9171b8c362aa8679d996d3e5bde
treee6f25010fd2a9dda5c7daeda194990e238f7652b
parentccaf35e1e0dc6bbfb86e4fe6b8c24fe8fe346e55
Moves ComTypes to shared partition (#21861)
20 files changed:
src/System.Private.CoreLib/System.Private.CoreLib.csproj
src/System.Private.CoreLib/shared/System.Private.CoreLib.Shared.projitems
src/System.Private.CoreLib/shared/System/Runtime/InteropServices/ComTypes/IBindCtx.cs [moved from src/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/IBindCtx.cs with 100% similarity]
src/System.Private.CoreLib/shared/System/Runtime/InteropServices/ComTypes/IConnectionPoint.cs [moved from src/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/IConnectionPoint.cs with 100% similarity]
src/System.Private.CoreLib/shared/System/Runtime/InteropServices/ComTypes/IConnectionPointContainer.cs [moved from src/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/IConnectionPointContainer.cs with 100% similarity]
src/System.Private.CoreLib/shared/System/Runtime/InteropServices/ComTypes/IEnumConnectionPoints.cs [moved from src/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/IEnumConnectionPoints.cs with 100% similarity]
src/System.Private.CoreLib/shared/System/Runtime/InteropServices/ComTypes/IEnumConnections.cs [moved from src/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/IEnumConnections.cs with 100% similarity]
src/System.Private.CoreLib/shared/System/Runtime/InteropServices/ComTypes/IEnumMoniker.cs [moved from src/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/IEnumMoniker.cs with 100% similarity]
src/System.Private.CoreLib/shared/System/Runtime/InteropServices/ComTypes/IEnumString.cs [moved from src/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/IEnumString.cs with 100% similarity]
src/System.Private.CoreLib/shared/System/Runtime/InteropServices/ComTypes/IEnumVARIANT.cs [moved from src/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/IEnumVARIANT.cs with 100% similarity]
src/System.Private.CoreLib/shared/System/Runtime/InteropServices/ComTypes/IEnumerable.cs [moved from src/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/IEnumerable.cs with 100% similarity]
src/System.Private.CoreLib/shared/System/Runtime/InteropServices/ComTypes/IMoniker.cs [moved from src/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/IMoniker.cs with 100% similarity]
src/System.Private.CoreLib/shared/System/Runtime/InteropServices/ComTypes/IPersistFile.cs [moved from src/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/IPersistFile.cs with 100% similarity]
src/System.Private.CoreLib/shared/System/Runtime/InteropServices/ComTypes/IRunningObjectTable.cs [moved from src/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/IRunningObjectTable.cs with 100% similarity]
src/System.Private.CoreLib/shared/System/Runtime/InteropServices/ComTypes/IStream.cs [moved from src/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/IStream.cs with 100% similarity]
src/System.Private.CoreLib/shared/System/Runtime/InteropServices/ComTypes/ITypeComp.cs [moved from src/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/ITypeComp.cs with 100% similarity]
src/System.Private.CoreLib/shared/System/Runtime/InteropServices/ComTypes/ITypeInfo.cs [moved from src/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/ITypeInfo.cs with 100% similarity]
src/System.Private.CoreLib/shared/System/Runtime/InteropServices/ComTypes/ITypeInfo2.cs [moved from src/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/ITypeInfo2.cs with 100% similarity]
src/System.Private.CoreLib/shared/System/Runtime/InteropServices/ComTypes/ITypeLib.cs [moved from src/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/ITypeLib.cs with 100% similarity]
src/System.Private.CoreLib/shared/System/Runtime/InteropServices/ComTypes/ITypeLib2.cs [moved from src/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/ITypeLib2.cs with 100% similarity]