Mercurial > pub > Jint1
diff Jint.Runtime/Jint.Runtime.csproj @ 8:5b2302d3ac4f default tip
Слияние
author | cin |
---|---|
date | Wed, 30 Oct 2013 20:44:42 +0400 |
parents | 17543aa3aced a6329b092499 |
children |
line wrap: on
line diff
--- a/Jint.Runtime/Jint.Runtime.csproj Tue Oct 29 07:04:33 2013 +0400 +++ b/Jint.Runtime/Jint.Runtime.csproj Wed Oct 30 20:44:42 2013 +0400 @@ -50,8 +50,10 @@ <Compile Include="VM\OpCodes\GteCmp.cs" /> <Compile Include="VM\OperationDelegates.cs" /> <Compile Include="VM\RuntimeContext.cs" /> - <Compile Include="VM\OpCodes\AbstractBinaryOp.cs" /> - <Compile Include="VM\OpCodes\AbstractOp.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> @@ -62,4 +64,7 @@ </MonoDevelop> </ProjectExtensions> <ItemGroup /> + <ItemGroup> + <Folder Include="VM\" /> + </ItemGroup> </Project> \ No newline at end of file