Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/System.Private.CoreLib/src/System.Private.CoreLib.csproj')
-rw-r--r--src/System.Private.CoreLib/src/System.Private.CoreLib.csproj6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/System.Private.CoreLib/src/System.Private.CoreLib.csproj b/src/System.Private.CoreLib/src/System.Private.CoreLib.csproj
index 923a7bfd4..5bacc1219 100644
--- a/src/System.Private.CoreLib/src/System.Private.CoreLib.csproj
+++ b/src/System.Private.CoreLib/src/System.Private.CoreLib.csproj
@@ -411,6 +411,12 @@
<Compile Include="..\..\Common\src\Interop\Windows\ole32\Interop.CoTaskMemAllocFree.cs">
<Link>Interop\Windows\ole32\Interop.CoTaskMemAllocFree.cs</Link>
</Compile>
+ <Compile Include="..\..\Common\src\Interop\Windows\ole32\Interop.CoInitializeEx.cs">
+ <Link>Interop\Windows\ole32\Interop.CoInitializeEx.cs</Link>
+ </Compile>
+ <Compile Include="..\..\Common\src\Interop\Windows\ole32\Interop.CoUninitialize.cs">
+ <Link>Interop\Windows\ole32\Interop.CoUninitialize.cs</Link>
+ </Compile>
<Compile Include="..\..\Common\src\Interop\Windows\ole32\Interop.CoGetApartmentType.cs">
<Link>Interop\Windows\ole32\Interop.CoGetApartmentType.cs</Link>
</Compile>