Gav Wood
11 years ago
19 changed files with 363 additions and 322 deletions
@ -1,193 +0,0 @@ |
|||||
<?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\Common.cpp" /> |
|
||||
<ClCompile Include="..\libethcore\CommonData.cpp" /> |
|
||||
<ClCompile Include="..\libethcore\CommonIO.cpp" /> |
|
||||
<ClCompile Include="..\libethcore\FileSystem.cpp" /> |
|
||||
<ClCompile Include="..\libethcore\FixedHash.cpp" /> |
|
||||
<ClCompile Include="..\libethcore\Log.cpp" /> |
|
||||
<ClCompile Include="..\libethcore\RLP.cpp" /> |
|
||||
<ClCompile Include="..\libethcore\TrieCommon.cpp" /> |
|
||||
<ClCompile Include="..\libethcore\TrieDB.cpp" /> |
|
||||
<ClCompile Include="..\libethcore\UPnP.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\Common.h" /> |
|
||||
<ClInclude Include="..\libethcore\CommonData.h" /> |
|
||||
<ClInclude Include="..\libethcore\CommonIO.h" /> |
|
||||
<ClInclude Include="..\libethcore\CryptoHeaders.h" /> |
|
||||
<ClInclude Include="..\libethcore\Exceptions.h" /> |
|
||||
<ClInclude Include="..\libethcore\FileSystem.h" /> |
|
||||
<ClInclude Include="..\libethcore\FixedHash.h" /> |
|
||||
<ClInclude Include="..\libethcore\Log.h" /> |
|
||||
<ClInclude Include="..\libethcore\RLP.h" /> |
|
||||
<ClInclude Include="..\libethcore\TrieCommon.h" /> |
|
||||
<ClInclude Include="..\libethcore\TrieDB.h" /> |
|
||||
<ClInclude Include="..\libethcore\UPnP.h" /> |
|
||||
<ClInclude Include="..\libethcore\vector_ref.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"> |
|
||||
<Keyword>Win32Proj</Keyword> |
|
||||
<RootNamespace>LibEthCore</RootNamespace> |
|
||||
<ProjectGuid>{22DAD0B1-4EC6-425A-B75C-FE7F01FEE615}</ProjectGuid> |
|
||||
</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> |
|
@ -1,41 +0,0 @@ |
|||||
<?xml version="1.0" encoding="utf-8"?> |
|
||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
||||
<ItemGroup> |
|
||||
<ClCompile Include="stdafx.cpp"> |
|
||||
<Filter>Windows</Filter> |
|
||||
</ClCompile> |
|
||||
<ClCompile Include="..\libethcore\Common.cpp" /> |
|
||||
<ClCompile Include="..\libethcore\CommonData.cpp" /> |
|
||||
<ClCompile Include="..\libethcore\CommonIO.cpp" /> |
|
||||
<ClCompile Include="..\libethcore\FileSystem.cpp" /> |
|
||||
<ClCompile Include="..\libethcore\FixedHash.cpp" /> |
|
||||
<ClCompile Include="..\libethcore\Log.cpp" /> |
|
||||
<ClCompile Include="..\libethcore\RLP.cpp" /> |
|
||||
<ClCompile Include="..\libethcore\TrieCommon.cpp" /> |
|
||||
<ClCompile Include="..\libethcore\TrieDB.cpp" /> |
|
||||
<ClCompile Include="..\libethcore\UPnP.cpp" /> |
|
||||
</ItemGroup> |
|
||||
<ItemGroup> |
|
||||
<ClInclude Include="stdafx.h"> |
|
||||
<Filter>Windows</Filter> |
|
||||
</ClInclude> |
|
||||
<ClInclude Include="..\libethcore\Common.h" /> |
|
||||
<ClInclude Include="..\libethcore\CommonData.h" /> |
|
||||
<ClInclude Include="..\libethcore\CommonIO.h" /> |
|
||||
<ClInclude Include="..\libethcore\CryptoHeaders.h" /> |
|
||||
<ClInclude Include="..\libethcore\Exceptions.h" /> |
|
||||
<ClInclude Include="..\libethcore\FileSystem.h" /> |
|
||||
<ClInclude Include="..\libethcore\FixedHash.h" /> |
|
||||
<ClInclude Include="..\libethcore\Log.h" /> |
|
||||
<ClInclude Include="..\libethcore\RLP.h" /> |
|
||||
<ClInclude Include="..\libethcore\TrieCommon.h" /> |
|
||||
<ClInclude Include="..\libethcore\TrieDB.h" /> |
|
||||
<ClInclude Include="..\libethcore\UPnP.h" /> |
|
||||
<ClInclude Include="..\libethcore\vector_ref.h" /> |
|
||||
</ItemGroup> |
|
||||
<ItemGroup> |
|
||||
<Filter Include="Windows"> |
|
||||
<UniqueIdentifier>{f864ef86-509c-4f25-b218-c4e7e604fdad}</UniqueIdentifier> |
|
||||
</Filter> |
|
||||
</ItemGroup> |
|
||||
</Project> |
|
Loading…
Reference in new issue