|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
</ProjectConfiguration>
|
|
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
</ProjectConfiguration>
|
|
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
</ProjectConfiguration>
|
|
|
|
<ProjectConfiguration Include="Release|x64">
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
</ProjectConfiguration>
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<ClCompile Include="..\libethcore\BlockInfo.cpp" />
|
|
|
|
<ClCompile Include="..\libethcore\CommonEth.cpp" />
|
|
|
|
<ClCompile Include="..\libethcore\Dagger.cpp" />
|
|
|
|
<ClCompile Include="..\libethcore\FileSystem.cpp" />
|
|
|
|
<ClCompile Include="..\libethcore\MemoryDB.cpp" />
|
|
|
|
<ClCompile Include="..\libethcore\OverlayDB.cpp" />
|
|
|
|
<ClCompile Include="..\libethcore\SHA3.cpp" />
|
|
|
|
<ClCompile Include="..\libethcore\TrieCommon.cpp" />
|
|
|
|
<ClCompile Include="..\libethcore\TrieDB.cpp" />
|
|
|
|
<ClCompile Include="..\libethcore\UPnP.cpp" />
|
|
|
|
<ClCompile Include="..\libethential\Common.cpp" />
|
|
|
|
<ClCompile Include="..\libethential\CommonData.cpp" />
|
|
|
|
<ClCompile Include="..\libethential\CommonIO.cpp" />
|
|
|
|
<ClCompile Include="..\libethential\FixedHash.cpp" />
|
|
|
|
<ClCompile Include="..\libethential\Log.cpp" />
|
|
|
|
<ClCompile Include="..\libethential\RLP.cpp" />
|
|
|
|
<ClCompile Include="..\libethereum\AccountDiff.cpp" />
|
|
|
|
<ClCompile Include="..\libethereum\AddressState.cpp" />
|
|
|
|
<ClCompile Include="..\libethereum\BlockChain.cpp" />
|
|
|
|
<ClCompile Include="..\libethereum\BlockDetails.cpp" />
|
|
|
|
<ClCompile Include="..\libethereum\BlockQueue.cpp" />
|
|
|
|
<ClCompile Include="..\libethereum\Client.cpp" />
|
|
|
|
<ClCompile Include="..\libethereum\CommonNet.cpp" />
|
|
|
|
<ClCompile Include="..\libethereum\Defaults.cpp" />
|
|
|
|
<ClCompile Include="..\libethereum\EthereumHost.cpp" />
|
|
|
|
<ClCompile Include="..\libethereum\EthereumSession.cpp" />
|
|
|
|
<ClCompile Include="..\libethereum\Executive.cpp" />
|
|
|
|
<ClCompile Include="..\libethereum\ExtVM.cpp" />
|
|
|
|
<ClCompile Include="..\libethereum\Manifest.cpp" />
|
|
|
|
<ClCompile Include="..\libethereum\MessageFilter.cpp" />
|
|
|
|
<ClCompile Include="..\libethereum\Miner.cpp" />
|
|
|
|
<ClCompile Include="..\libethereum\PastMessage.cpp" />
|
|
|
|
<ClCompile Include="..\libethereum\State.cpp" />
|
|
|
|
<ClCompile Include="..\libethereum\Transaction.cpp" />
|
|
|
|
<ClCompile Include="..\libethereum\TransactionQueue.cpp" />
|
|
|
|
<ClCompile Include="..\libethereum\Utility.cpp" />
|
|
|
|
<ClCompile Include="..\libevmface\Instruction.cpp" />
|
|
|
|
<ClCompile Include="..\libevm\ExtVMFace.cpp" />
|
|
|
|
<ClCompile Include="..\libevm\FeeStructure.cpp" />
|
|
|
|
<ClCompile Include="..\libevm\VM.cpp" />
|
|
|
|
<ClCompile Include="..\liblll\Assembly.cpp" />
|
|
|
|
<ClCompile Include="..\liblll\CodeFragment.cpp" />
|
|
|
|
<ClCompile Include="..\liblll\Compiler.cpp" />
|
|
|
|
<ClCompile Include="..\liblll\CompilerState.cpp" />
|
|
|
|
<ClCompile Include="..\liblll\Parser.cpp" />
|
|
|
|
<ClCompile Include="stdafx.cpp">
|
|
|
|
<PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">stdafx.h</PrecompiledHeaderFile>
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
|
|
|
|
</ClCompile>
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<ClInclude Include="..\libethcore\All.h" />
|
|
|
|
<ClInclude Include="..\libethcore\BlockInfo.h" />
|
|
|
|
<ClInclude Include="..\libethcore\CommonEth.h" />
|
|
|
|
<ClInclude Include="..\libethcore\CryptoHeaders.h" />
|
|
|
|
<ClInclude Include="..\libethcore\Dagger.h" />
|
|
|
|
<ClInclude Include="..\libethcore\Exceptions.h" />
|
|
|
|
<ClInclude Include="..\libethcore\FileSystem.h" />
|
|
|
|
<ClInclude Include="..\libethcore\MemoryDB.h" />
|
|
|
|
<ClInclude Include="..\libethcore\OverlayDB.h" />
|
|
|
|
<ClInclude Include="..\libethcore\SHA3.h" />
|
|
|
|
<ClInclude Include="..\libethcore\TrieCommon.h" />
|
|
|
|
<ClInclude Include="..\libethcore\TrieDB.h" />
|
|
|
|
<ClInclude Include="..\libethcore\UPnP.h" />
|
|
|
|
<ClInclude Include="..\libethential\All.h" />
|
|
|
|
<ClInclude Include="..\libethential\Common.h" />
|
|
|
|
<ClInclude Include="..\libethential\CommonData.h" />
|
|
|
|
<ClInclude Include="..\libethential\CommonIO.h" />
|
|
|
|
<ClInclude Include="..\libethential\Exceptions.h" />
|
|
|
|
<ClInclude Include="..\libethential\FixedHash.h" />
|
|
|
|
<ClInclude Include="..\libethential\Log.h" />
|
|
|
|
<ClInclude Include="..\libethential\RLP.h" />
|
|
|
|
<ClInclude Include="..\libethential\vector_ref.h" />
|
|
|
|
<ClInclude Include="..\libethereum\AccountDiff.h" />
|
|
|
|
<ClInclude Include="..\libethereum\AddressState.h" />
|
|
|
|
<ClInclude Include="..\libethereum\BlockChain.h" />
|
|
|
|
<ClInclude Include="..\libethereum\BlockDetails.h" />
|
|
|
|
<ClInclude Include="..\libethereum\BlockQueue.h" />
|
|
|
|
<ClInclude Include="..\libethereum\Client.h" />
|
|
|
|
<ClInclude Include="..\libethereum\CommonNet.h" />
|
|
|
|
<ClInclude Include="..\libethereum\Defaults.h" />
|
|
|
|
<ClInclude Include="..\libethereum\EthereumHost.h" />
|
|
|
|
<ClInclude Include="..\libethereum\EthereumSession.h" />
|
|
|
|
<ClInclude Include="..\libethereum\Executive.h" />
|
|
|
|
<ClInclude Include="..\libethereum\ExtVM.h" />
|
|
|
|
<ClInclude Include="..\libethereum\Manifest.h" />
|
|
|
|
<ClInclude Include="..\libethereum\MessageFilter.h" />
|
|
|
|
<ClInclude Include="..\libethereum\Miner.h" />
|
|
|
|
<ClInclude Include="..\libethereum\PastMessage.h" />
|
|
|
|
<ClInclude Include="..\libethereum\State.h" />
|
|
|
|
<ClInclude Include="..\libethereum\Transaction.h" />
|
|
|
|
<ClInclude Include="..\libethereum\TransactionQueue.h" />
|
|
|
|
<ClInclude Include="..\libethereum\Utility.h" />
|
|
|
|
<ClInclude Include="..\libevmface\Instruction.h" />
|
|
|
|
<ClInclude Include="..\libevm\All.h" />
|
|
|
|
<ClInclude Include="..\libevm\ExtVMFace.h" />
|
|
|
|
<ClInclude Include="..\libevm\FeeStructure.h" />
|
|
|
|
<ClInclude Include="..\libevm\VM.h" />
|
|
|
|
<ClInclude Include="..\liblll\All.h" />
|
|
|
|
<ClInclude Include="..\liblll\Assembly.h" />
|
|
|
|
<ClInclude Include="..\liblll\CodeFragment.h" />
|
|
|
|
<ClInclude Include="..\liblll\Compiler.h" />
|
|
|
|
<ClInclude Include="..\liblll\CompilerState.h" />
|
|
|
|
<ClInclude Include="..\liblll\Exceptions.h" />
|
|
|
|
<ClInclude Include="..\liblll\Parser.h" />
|
|
|
|
<ClInclude Include="stdafx.h" />
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="LibCryptoPP.vcxproj">
|
|
|
|
<Project>{1cc213a4-3482-4211-b47b-172e90dac7de}</Project>
|
|
|
|
</ProjectReference>
|
|
|
|
<ProjectReference Include="LibLevelDB.vcxproj">
|
|
|
|
<Project>{27014763-955d-486b-9ba7-69872192e6f4}</Project>
|
|
|
|
</ProjectReference>
|
|
|
|
<ProjectReference Include="LibMiniUPnPc.vcxproj">
|
|
|
|
<Project>{1b1ca20e-39c3-4d9b-ac37-3783048e6672}</Project>
|
|
|
|
</ProjectReference>
|
|
|
|
<ProjectReference Include="LibSecp256k1.vcxproj">
|
|
|
|
<Project>{1e1175bb-c4a9-41d8-b2d1-9022f71d3cea}</Project>
|
|
|
|
</ProjectReference>
|
|
|
|
</ItemGroup>
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
<ProjectGuid>{826E68CB-D3EE-4A8A-B540-59A8C3F38D4F}</ProjectGuid>
|
|
|
|
<Keyword>Win32Proj</Keyword>
|
|
|
|
<RootNamespace>LibEthereum</RootNamespace>
|
|
|
|
</PropertyGroup>
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
<PlatformToolset>v120</PlatformToolset>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
<PlatformToolset>v120</PlatformToolset>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
<PlatformToolset>v120</PlatformToolset>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
<PlatformToolset>v120</PlatformToolset>
|
|
|
|
</PropertyGroup>
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
</ImportGroup>
|
|
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
<Import Project="LibEthereum.props" />
|
|
|
|
<Import Project="LibEthereum_Debug.props" />
|
|
|
|
</ImportGroup>
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
<Import Project="LibEthereum.props" />
|
|
|
|
<Import Project="LibEthereum_Debug.props" />
|
|
|
|
</ImportGroup>
|
|
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
<Import Project="LibEthereum.props" />
|
|
|
|
<Import Project="LibEthereum_Release.props" />
|
|
|
|
</ImportGroup>
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
<Import Project="LibEthereum.props" />
|
|
|
|
<Import Project="LibEthereum_Release.props" />
|
|
|
|
</ImportGroup>
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
<ClCompile>
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
<MinimalRebuild>false</MinimalRebuild>
|
|
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
<ForcedIncludeFiles>stdafx.h</ForcedIncludeFiles>
|
|
|
|
</ClCompile>
|
|
|
|
<Link>
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
</Link>
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
<ClCompile>
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
<MinimalRebuild>false</MinimalRebuild>
|
|
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
|
|
<ForcedIncludeFiles>stdafx.h</ForcedIncludeFiles>
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
</ClCompile>
|
|
|
|
<Link>
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
</Link>
|
|
|
|
<Lib />
|
|
|
|
<ProjectReference />
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
<ClCompile>
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
<ForcedIncludeFiles>stdafx.h</ForcedIncludeFiles>
|
|
|
|
</ClCompile>
|
|
|
|
<Link>
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
</Link>
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
<ClCompile>
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
<ForcedIncludeFiles>stdafx.h</ForcedIncludeFiles>
|
|
|
|
</ClCompile>
|
|
|
|
<Link>
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
</Link>
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
</ImportGroup>
|
|
|
|
</Project>
|