|
|
@ -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> |
|
|
@ -369,7 +370,7 @@ |
|
|
|
</ClInclude> |
|
|
|
<ClInclude Include="..\libevm\VMFace.h" /> |
|
|
|
<ClInclude Include="..\liblll\All.h" /> |
|
|
|
<ClInclude Include="..\libevmcore\Assembly.h" /> |
|
|
|
<ClInclude Include="..\libevmcore\Assembly.h" /> |
|
|
|
<ClInclude Include="..\liblll\CodeFragment.h" /> |
|
|
|
<ClInclude Include="..\liblll\Compiler.h" /> |
|
|
|
<ClInclude Include="..\liblll\CompilerState.h" /> |
|
|
@ -573,4 +574,4 @@ |
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
|
|
|
<ImportGroup Label="ExtensionTargets"> |
|
|
|
</ImportGroup> |
|
|
|
</Project> |
|
|
|
</Project> |