Skip to content

Commit

Permalink
reference interpreter project from ReflectionExcution project (dotnet…
Browse files Browse the repository at this point in the history
  • Loading branch information
tonerdo committed May 20, 2018
1 parent ccf01f5 commit 855056e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
<PropertyGroup>
<AssemblyName>System.Private.Interpreter</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<OutputType>Library</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<EcmaMetadataSupport>true</EcmaMetadataSupport>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\System.Private.CoreLib\src\System.Private.CoreLib.csproj">
Expand All @@ -14,7 +13,7 @@
<ProjectReference Include="..\..\System.Private.TypeLoader\src\System.Private.TypeLoader.csproj" />
</ItemGroup>
<ItemGroup>
<Compile Include="Internal\Runtime\Interpreter\MethodInterpreter.cs" />
<Compile Include="Internal\Runtime\Interpreter\MethodCallInterceptor.cs" />
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
</Project>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
<ProjectReference Include="..\..\System.Private.TypeLoader\src\System.Private.TypeLoader.Experimental.csproj" />
<ProjectReference Include="..\..\System.Private.Reflection.Core\src\System.Private.Reflection.Core.Experimental.csproj" />
<ProjectReference Include="..\..\System.Private.Jit\src\System.Private.Jit.csproj" />
<ProjectReference Include="..\..\System.Private.Interpreter\src\System.Private.Interpreter.csproj" />
</ItemGroup>

<PropertyGroup>
Expand Down

0 comments on commit 855056e

Please sign in to comment.