Mercurial > pub > Jint1
comparison Jint.Runtime/Jint.Runtime.csproj @ 5:cb13da6e3349
simple loop test
author | cin |
---|---|
date | Mon, 28 Oct 2013 00:49:15 +0400 |
parents | 1ae5b10f7a10 |
children | a6329b092499 17543aa3aced |
comparison
equal
deleted
inserted
replaced
4:1ae5b10f7a10 | 5:cb13da6e3349 |
---|---|
43 <Compile Include="VM\IInstruction.cs" /> | 43 <Compile Include="VM\IInstruction.cs" /> |
44 <Compile Include="VM\ISetter.cs" /> | 44 <Compile Include="VM\ISetter.cs" /> |
45 <Compile Include="VM\Machine.cs" /> | 45 <Compile Include="VM\Machine.cs" /> |
46 <Compile Include="VM\OpCodes\BinaryOp.cs" /> | 46 <Compile Include="VM\OpCodes\BinaryOp.cs" /> |
47 <Compile Include="VM\OpCodes\Codes.cs" /> | 47 <Compile Include="VM\OpCodes\Codes.cs" /> |
48 <Compile Include="VM\OpCodes\Loop.cs" /> | 48 <Compile Include="VM\OpCodes\ConditionOp.cs" /> |
49 <Compile Include="VM\OpCodes\LteCmp.cs" /> | |
50 <Compile Include="VM\OpCodes\GteCmp.cs" /> | |
49 <Compile Include="VM\OperationDelegates.cs" /> | 51 <Compile Include="VM\OperationDelegates.cs" /> |
50 <Compile Include="VM\RuntimeContext.cs" /> | 52 <Compile Include="VM\RuntimeContext.cs" /> |
51 </ItemGroup> | 53 </ItemGroup> |
52 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | 54 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
53 <ProjectExtensions> | 55 <ProjectExtensions> |