Mercurial > pub > Jint1
diff Jint.Runtime/Jint.Runtime.csproj @ 2:4aed85a1f558
implemented simple vm2
author | cin |
---|---|
date | Fri, 25 Oct 2013 15:52:16 +0400 |
parents | 033ebe7432d5 |
children | aced2ae9957f |
line wrap: on
line diff
--- a/Jint.Runtime/Jint.Runtime.csproj Thu Oct 24 19:45:57 2013 +0400 +++ b/Jint.Runtime/Jint.Runtime.csproj Fri Oct 25 15:52:16 2013 +0400 @@ -55,8 +55,8 @@ <Compile Include="VM2\Box.cs" /> <Compile Include="VM2\OpCodes\Operation.cs" /> <Compile Include="VM2\IntegerBinder.cs" /> - <Compile Include="VM2\Frame.cs" /> <Compile Include="VM2\Machine.cs" /> + <Compile Include="VM2\RuntimeContext.cs" /> </ItemGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> <ProjectExtensions>