diff Jint.Runtime/Jint.Runtime.csproj @ 1:033ebe7432d5

vm v2
author cin
date Thu, 24 Oct 2013 19:45:57 +0400
parents e113095f1de0
children 4aed85a1f558
line wrap: on
line diff
--- a/Jint.Runtime/Jint.Runtime.csproj	Wed Oct 23 13:24:57 2013 +0400
+++ b/Jint.Runtime/Jint.Runtime.csproj	Thu Oct 24 19:45:57 2013 +0400
@@ -49,6 +49,14 @@
     <Compile Include="VM\OpCodes\IBinaryOperation.cs" />
     <Compile Include="VM\OpCodes\BinaryOperation.cs" />
     <Compile Include="VM\IReference.cs" />
+    <Compile Include="VM\OpCodes\Codes.cs" />
+    <Compile Include="VM2\Instruction.cs" />
+    <Compile Include="VM2\OpCodes\Codes.cs" />
+    <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" />
   </ItemGroup>
   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
   <ProjectExtensions>
@@ -61,5 +69,7 @@
   <ItemGroup>
     <Folder Include="VM\" />
     <Folder Include="VM\OpCodes\" />
+    <Folder Include="VM2\" />
+    <Folder Include="VM2\OpCodes\" />
   </ItemGroup>
 </Project>
\ No newline at end of file