|
|
@ -125,6 +125,7 @@ |
|
|
|
<ClCompile Include="..\libethereum\Transaction.cpp" /> |
|
|
|
<ClCompile Include="..\libethereum\TransactionQueue.cpp" /> |
|
|
|
<ClCompile Include="..\libethereum\Utility.cpp" /> |
|
|
|
<ClCompile Include="..\libevmcore\Assembly.cpp" /> |
|
|
|
<ClCompile Include="..\libevmcore\Instruction.cpp" /> |
|
|
|
<ClCompile Include="..\libevm\ExtVMFace.cpp"> |
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild> |
|
|
@ -146,7 +147,6 @@ |
|
|
|
</ClCompile> |
|
|
|
<ClCompile Include="..\libevm\VMFace.cpp" /> |
|
|
|
<ClCompile Include="..\libevm\_libevm.cpp" /> |
|
|
|
<ClCompile Include="..\liblll\Assembly.cpp" /> |
|
|
|
<ClCompile Include="..\liblll\CodeFragment.cpp" /> |
|
|
|
<ClCompile Include="..\liblll\Compiler.cpp" /> |
|
|
|
<ClCompile Include="..\liblll\CompilerState.cpp" /> |
|
|
@ -342,6 +342,7 @@ |
|
|
|
<ClInclude Include="..\libethereum\Transaction.h" /> |
|
|
|
<ClInclude Include="..\libethereum\TransactionQueue.h" /> |
|
|
|
<ClInclude Include="..\libethereum\Utility.h" /> |
|
|
|
<ClInclude Include="..\libevmcore\Exceptions.h" /> |
|
|
|
<ClInclude Include="..\libevmcore\Instruction.h" /> |
|
|
|
<ClInclude Include="..\libevm\All.h"> |
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild> |
|
|
|