Mercurial > pub > Jint1
comparison 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 |
comparison
equal
deleted
inserted
replaced
1:033ebe7432d5 | 2:4aed85a1f558 |
---|---|
53 <Compile Include="VM2\Instruction.cs" /> | 53 <Compile Include="VM2\Instruction.cs" /> |
54 <Compile Include="VM2\OpCodes\Codes.cs" /> | 54 <Compile Include="VM2\OpCodes\Codes.cs" /> |
55 <Compile Include="VM2\Box.cs" /> | 55 <Compile Include="VM2\Box.cs" /> |
56 <Compile Include="VM2\OpCodes\Operation.cs" /> | 56 <Compile Include="VM2\OpCodes\Operation.cs" /> |
57 <Compile Include="VM2\IntegerBinder.cs" /> | 57 <Compile Include="VM2\IntegerBinder.cs" /> |
58 <Compile Include="VM2\Frame.cs" /> | |
59 <Compile Include="VM2\Machine.cs" /> | 58 <Compile Include="VM2\Machine.cs" /> |
59 <Compile Include="VM2\RuntimeContext.cs" /> | |
60 </ItemGroup> | 60 </ItemGroup> |
61 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | 61 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
62 <ProjectExtensions> | 62 <ProjectExtensions> |
63 <MonoDevelop> | 63 <MonoDevelop> |
64 <Properties> | 64 <Properties> |