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:
authorMichael Mayr <mayr_michael@gmx.at>2017-08-11 17:42:42 +0300
committerJan Kotas <jkotas@microsoft.com>2017-08-11 17:42:42 +0300
commitbd45f9839de3724f24ed7a0abaff356b7e47f600 (patch)
tree0e38108ca767d59b3a74355051dd61b61994df49 /src/ILVerify
parent47824bf8b4d171482615da09d4050c51d7191a31 (diff)
Fixed ILVerify build (#4307)
Diffstat (limited to 'src/ILVerify')
-rw-r--r--src/ILVerify/src/ILVerify.csproj12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ILVerify/src/ILVerify.csproj b/src/ILVerify/src/ILVerify.csproj
index 453bcf152..5d67f2a04 100644
--- a/src/ILVerify/src/ILVerify.csproj
+++ b/src/ILVerify/src/ILVerify.csproj
@@ -178,6 +178,18 @@
<Compile Include="..\..\Common\src\TypeSystem\Common\RuntimeInterfacesAlgorithm.cs">
<Link>TypeSystem\Common\RuntimeInterfacesAlgorithm.cs</Link>
</Compile>
+ <Compile Include="..\..\Common\src\TypeSystem\Common\ThrowHelper.Common.cs">
+ <Link>TypeSystem\Common\ThrowHelper.Common.cs</Link>
+ </Compile>
+ <Compile Include="..\..\Common\src\TypeSystem\Common\ThrowHelper.cs">
+ <Link>TypeSystem\Common\ThrowHelper.cs</Link>
+ </Compile>
+ <Compile Include="..\..\Common\src\TypeSystem\Common\Utilities\ExceptionTypeNameFormatter.cs">
+ <Link>TypeSystem\Common\Utilities\ExceptionTypeNameFormatter.cs</Link>
+ </Compile>
+ <Compile Include="..\..\Common\src\TypeSystem\Common\Utilities\ExceptionTypeNameFormatter.Metadata.cs">
+ <Link>TypeSystem\Common\Utilities\ExceptionTypeNameFormatter.Metadata.cs</Link>
+ </Compile>
<Compile Include="..\..\Common\src\TypeSystem\Ecma\CustomAttributeTypeProvider.cs">
<Link>Ecma\CustomAttributeTypeProvider.cs</Link>
</Compile>