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:
authorFaizur Rahman <shrah@microsoft.com>2017-01-10 02:57:46 +0300
committerFaizur Rahman <shrah@microsoft.com>2017-01-10 22:03:20 +0300
commitb436eadd909f3357ab1e0183c2cba251ce00d6ae (patch)
tree185c9663169bf774433a61f84cfa87ef5d599217 /src/ILCompiler.TypeSystem
parent56161fc92be2aeabcb7f6883262257bf24b9bd12 (diff)
Parse MarshalAs Descriptors
Diffstat (limited to 'src/ILCompiler.TypeSystem')
-rw-r--r--src/ILCompiler.TypeSystem/src/ILCompiler.TypeSystem.csproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ILCompiler.TypeSystem/src/ILCompiler.TypeSystem.csproj b/src/ILCompiler.TypeSystem/src/ILCompiler.TypeSystem.csproj
index 484563182..aac62c84e 100644
--- a/src/ILCompiler.TypeSystem/src/ILCompiler.TypeSystem.csproj
+++ b/src/ILCompiler.TypeSystem/src/ILCompiler.TypeSystem.csproj
@@ -329,6 +329,9 @@
<Compile Include="..\..\Common\src\TypeSystem\Interop\MethodDesc.Interop.cs">
<Link>TypeSystem\Interop\MethodDesc.Interop.cs</Link>
</Compile>
+ <Compile Include="..\..\Common\src\TypeSystem\Interop\MarshalAsDescriptor.cs">
+ <Link>TypeSystem\Interop\MarshalAsDescriptor.cs</Link>
+ </Compile>
<Compile Include="..\..\Common\src\System\Collections\Generic\ArrayBuilder.cs">
<Link>Utilities\ArrayBuilder.cs</Link>
</Compile>