Mercurial > pub > Jint1
diff Jint.Runtime/Jint.Runtime.csproj @ 4:1ae5b10f7a10
Code cleanup, minor refactoring
author | cin |
---|---|
date | Sun, 27 Oct 2013 21:20:59 +0400 |
parents | aced2ae9957f |
children | cb13da6e3349 |
line wrap: on
line diff
--- a/Jint.Runtime/Jint.Runtime.csproj Sun Oct 27 17:23:25 2013 +0400 +++ b/Jint.Runtime/Jint.Runtime.csproj Sun Oct 27 21:20:59 2013 +0400 @@ -36,15 +36,16 @@ <ItemGroup> <Compile Include="Main.cs" /> <Compile Include="AssemblyInfo.cs" /> + <Compile Include="VM\AbstractBox.cs" /> <Compile Include="VM\Box.cs" /> <Compile Include="VM\Frame.cs" /> - <Compile Include="VM\IBox.cs" /> <Compile Include="VM\IGettter.cs" /> <Compile Include="VM\IInstruction.cs" /> <Compile Include="VM\ISetter.cs" /> <Compile Include="VM\Machine.cs" /> <Compile Include="VM\OpCodes\BinaryOp.cs" /> <Compile Include="VM\OpCodes\Codes.cs" /> + <Compile Include="VM\OpCodes\Loop.cs" /> <Compile Include="VM\OperationDelegates.cs" /> <Compile Include="VM\RuntimeContext.cs" /> </ItemGroup>