diff Jint.Runtime/Jint.Runtime.csproj @ 6:a6329b092499

Added scopes, function builder
author cin
date Wed, 30 Oct 2013 17:38:35 +0400
parents cb13da6e3349
children 5b2302d3ac4f
line wrap: on
line diff
--- a/Jint.Runtime/Jint.Runtime.csproj	Mon Oct 28 00:49:15 2013 +0400
+++ b/Jint.Runtime/Jint.Runtime.csproj	Wed Oct 30 17:38:35 2013 +0400
@@ -50,6 +50,10 @@
     <Compile Include="VM\OpCodes\GteCmp.cs" />
     <Compile Include="VM\OperationDelegates.cs" />
     <Compile Include="VM\RuntimeContext.cs" />
+    <Compile Include="VM\Scope.cs" />
+    <Compile Include="VM\ScopeReference.cs" />
+    <Compile Include="VM\IReference.cs" />
+    <Compile Include="VM\FunctionBuilder.cs" />
   </ItemGroup>
   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
   <ProjectExtensions>
@@ -60,4 +64,7 @@
     </MonoDevelop>
   </ProjectExtensions>
   <ItemGroup />
+  <ItemGroup>
+    <Folder Include="VM\" />
+  </ItemGroup>
 </Project>
\ No newline at end of file