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:
authorMichal Strehovský <MichalStrehovsky@users.noreply.github.com>2018-03-12 06:14:56 +0300
committerJan Kotas <jkotas@microsoft.com>2018-03-12 06:14:56 +0300
commit61c403456e3199d4ef5098aa48f43cd79fb7feed (patch)
treeaaa98547602a3817b0b3897f6a6b9470b9c4d7b0 /src/ILCompiler.TypeSystem
parentd56451ee402459a23ff28fe1eff672d131468580 (diff)
Update dependencies (#5528)
Includes changes necessiated by the move of Vectors to CoreLib.
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 c9b2ef2bf..162c941a7 100644
--- a/src/ILCompiler.TypeSystem/src/ILCompiler.TypeSystem.csproj
+++ b/src/ILCompiler.TypeSystem/src/ILCompiler.TypeSystem.csproj
@@ -82,6 +82,9 @@
<Compile Include="..\..\Common\src\TypeSystem\CodeGen\TargetDetails.CodeGen.cs">
<Link>TypeSystem\CodeGen\TargetDetails.CodeGen.cs</Link>
</Compile>
+ <Compile Include="..\..\Common\src\TypeSystem\CodeGen\TypeDesc.CodeGen.cs">
+ <Link>TypeSystem\CodeGen\TypeDesc.CodeGen.cs</Link>
+ </Compile>
<Compile Include="..\..\Common\src\TypeSystem\Common\AlignmentHelper.cs">
<Link>Utilities\AlignmentHelper.cs</Link>
</Compile>