|
|
@ -126,6 +126,7 @@ |
|
|
|
<ClCompile Include="..\libethereum\TransactionQueue.cpp" /> |
|
|
|
<ClCompile Include="..\libethereum\Utility.cpp" /> |
|
|
|
<ClCompile Include="..\libevmcore\Instruction.cpp" /> |
|
|
|
<ClCompile Include="..\libevmcore\Assembly.cpp" /> |
|
|
|
<ClCompile Include="..\libevm\ExtVMFace.cpp"> |
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild> |
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild> |
|
|
@ -145,7 +146,6 @@ |
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild> |
|
|
|
</ClCompile> |
|
|
|
<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" /> |
|
|
@ -341,6 +341,7 @@ |
|
|
|
<ClInclude Include="..\libethereum\Transaction.h" /> |
|
|
|
<ClInclude Include="..\libethereum\TransactionQueue.h" /> |
|
|
|
<ClInclude Include="..\libethereum\Utility.h" /> |
|
|
|
<ClCompile Include="..\libevmcore\Assembly.h" /> |
|
|
|
<ClInclude Include="..\libevmcore\Instruction.h" /> |
|
|
|
<ClInclude Include="..\libevm\All.h"> |
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild> |
|
|
|