mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
237 lines
12 KiB
XML
237 lines
12 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="4.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="Release|Win32">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>{19465545-42EE-42FA-9CC8-F8975F8F1CC7}</ProjectGuid>
|
|
<Keyword>Win32Proj</Keyword>
|
|
<RootNamespace>newcoin</RootNamespace>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
</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" />
|
|
</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" />
|
|
</ImportGroup>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<LinkIncremental>true</LinkIncremental>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<LinkIncremental>false</LinkIncremental>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<ClCompile>
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<Optimization>Disabled</Optimization>
|
|
<PreprocessorDefinitions>BOOST_TEST_ALTERNATIVE_INIT_API;BOOST_TEST_NO_MAIN;_CRT_SECURE_NO_WARNINGS;_WIN32_WINNT=0x0501;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<AdditionalIncludeDirectories>..\OpenSSL\include;..\boost_1_47_0;..\protobuf-2.4.1\src\</AdditionalIncludeDirectories>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Console</SubSystem>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<AdditionalLibraryDirectories>..\OpenSSL\lib\VC;..\boost_1_47_0\stage\lib;..\protobuf-2.4.1\vsprojects\Debug</AdditionalLibraryDirectories>
|
|
<AdditionalDependencies>ssleay32MDd.lib;libeay32MTd.lib;libprotobuf.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
</Link>
|
|
<PreBuildEvent>
|
|
<Command>
|
|
</Command>
|
|
</PreBuildEvent>
|
|
<CustomBuild>
|
|
<Command>c:/code/protoc-2.4.1-win32/protoc -I=C:\code\newcoin --cpp_out=C:\code\newcoin C:\code\newcoin/newcoin.proto</Command>
|
|
</CustomBuild>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<PreprocessorDefinitions>BOOST_TEST_NO_MAIN;_CRT_SECURE_NO_WARNINGS;_WIN32_WINNT=0x0501;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<AdditionalIncludeDirectories>..\OpenSSL\include;..\boost_1_47_0;..\protobuf-2.4.1\src</AdditionalIncludeDirectories>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Console</SubSystem>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
<AdditionalLibraryDirectories>..\OpenSSL\lib\VC;..\boost_1_47_0\stage\lib;..\protobuf-2.4.1\vsprojects\Release</AdditionalLibraryDirectories>
|
|
<AdditionalDependencies>libprotobuf.lib;ssleay32MD.lib;libeay32MD.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="cryptopp\cpu.cpp" />
|
|
<ClCompile Include="cryptopp\sha.cpp" />
|
|
<ClCompile Include="database\database.cpp" />
|
|
<ClCompile Include="database\sqlite3.c" />
|
|
<ClCompile Include="database\SqliteDatabase.cpp" />
|
|
<ClCompile Include="database\win\windatabase.cpp" />
|
|
<ClCompile Include="json\json_reader.cpp" />
|
|
<ClCompile Include="json\json_value.cpp" />
|
|
<ClCompile Include="json\json_writer.cpp" />
|
|
<ClCompile Include="obj\src\newcoin.pb.cc" />
|
|
<ClCompile Include="src\AccountState.cpp" />
|
|
<ClCompile Include="src\Amount.cpp" />
|
|
<ClCompile Include="src\Application.cpp" />
|
|
<ClCompile Include="src\BitcoinUtil.cpp" />
|
|
<ClCompile Include="src\CallRPC.cpp" />
|
|
<ClCompile Include="src\Config.cpp" />
|
|
<ClCompile Include="src\ConnectionPool.cpp" />
|
|
<ClCompile Include="src\Conversion.cpp" />
|
|
<ClCompile Include="src\Currency.cpp" />
|
|
<ClCompile Include="src\DBInit.cpp" />
|
|
<ClCompile Include="src\DeterministicKeys.cpp" />
|
|
<ClCompile Include="src\ECIES.cpp" />
|
|
<ClCompile Include="src\Hanko.cpp" />
|
|
<ClCompile Include="src\HashedObject.cpp" />
|
|
<ClCompile Include="src\HttpsClient.cpp" />
|
|
<ClCompile Include="src\Ledger.cpp" />
|
|
<ClCompile Include="src\LedgerAcquire.cpp" />
|
|
<ClCompile Include="src\LedgerFormats.cpp" />
|
|
<ClCompile Include="src\LedgerHistory.cpp" />
|
|
<ClCompile Include="src\LedgerIndex.cpp" />
|
|
<ClCompile Include="src\LedgerMaster.cpp" />
|
|
<ClCompile Include="src\LedgerNode.cpp" />
|
|
<ClCompile Include="src\LocalTransaction.cpp" />
|
|
<ClCompile Include="src\main.cpp" />
|
|
<ClCompile Include="src\NetworkOPs.cpp" />
|
|
<ClCompile Include="src\NewcoinAddress.cpp" />
|
|
<ClCompile Include="src\PackedMessage.cpp" />
|
|
<ClCompile Include="src\ParseSection.cpp" />
|
|
<ClCompile Include="src\Peer.cpp" />
|
|
<ClCompile Include="src\PeerDoor.cpp" />
|
|
<ClCompile Include="src\PlatRand.cpp" />
|
|
<ClCompile Include="src\PubKeyCache.cpp" />
|
|
<ClCompile Include="src\RequestParser.cpp" />
|
|
<ClCompile Include="src\rfc1751.cpp" />
|
|
<ClCompile Include="src\rpc.cpp" />
|
|
<ClCompile Include="src\RPCCommands.cpp" />
|
|
<ClCompile Include="src\RPCDoor.cpp" />
|
|
<ClCompile Include="src\RPCServer.cpp" />
|
|
<ClCompile Include="src\SerializedLedger.cpp" />
|
|
<ClCompile Include="src\SerializedObject.cpp" />
|
|
<ClCompile Include="src\SerializedTransaction.cpp" />
|
|
<ClCompile Include="src\SerializedTypes.cpp" />
|
|
<ClCompile Include="src\SerializedValidation.cpp" />
|
|
<ClCompile Include="src\Serializer.cpp" />
|
|
<ClCompile Include="src\SHAMap.cpp" />
|
|
<ClCompile Include="src\SHAMapDiff.cpp" />
|
|
<ClCompile Include="src\SHAMapNodes.cpp" />
|
|
<ClCompile Include="src\SHAMapSync.cpp" />
|
|
<ClCompile Include="src\Transaction.cpp" />
|
|
<ClCompile Include="src\TransactionEngine.cpp" />
|
|
<ClCompile Include="src\TransactionFormats.cpp" />
|
|
<ClCompile Include="src\TransactionMaster.cpp" />
|
|
<ClCompile Include="src\UniqueNodeList.cpp" />
|
|
<ClCompile Include="src\utils.cpp" />
|
|
<ClCompile Include="src\Wallet.cpp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="Account.h" />
|
|
<ClInclude Include="Application.h" />
|
|
<ClInclude Include="base58.h" />
|
|
<ClInclude Include="bignum.h" />
|
|
<ClInclude Include="bitcoinUtil.h" />
|
|
<ClInclude Include="CallRPC.h" />
|
|
<ClInclude Include="Config.h" />
|
|
<ClInclude Include="ConnectionPool.h" />
|
|
<ClInclude Include="Conversion.h" />
|
|
<ClInclude Include="cryptopp\config.h" />
|
|
<ClInclude Include="cryptopp\cpu.h" />
|
|
<ClInclude Include="cryptopp\cryptlib.h" />
|
|
<ClInclude Include="cryptopp\iterhash.h" />
|
|
<ClInclude Include="cryptopp\misc.h" />
|
|
<ClInclude Include="cryptopp\pch.h" />
|
|
<ClInclude Include="cryptopp\secblock.h" />
|
|
<ClInclude Include="cryptopp\sha.h" />
|
|
<ClInclude Include="cryptopp\simple.h" />
|
|
<ClInclude Include="cryptopp\smartptr.h" />
|
|
<ClInclude Include="cryptopp\stdcpp.h" />
|
|
<ClInclude Include="database\database.h" />
|
|
<ClInclude Include="database\sqlite3.h" />
|
|
<ClInclude Include="database\sqlite3ext.h" />
|
|
<ClInclude Include="database\SqliteDatabase.h" />
|
|
<ClInclude Include="HttpReply.h" />
|
|
<ClInclude Include="HttpRequest.h" />
|
|
<ClInclude Include="key.h" />
|
|
<ClInclude Include="KnownNodeList.h" />
|
|
<ClInclude Include="Ledger.h" />
|
|
<ClInclude Include="LedgerHistory.h" />
|
|
<ClInclude Include="LedgerMaster.h" />
|
|
<ClInclude Include="NewcoinAddress.h" />
|
|
<ClInclude Include="obj\src\newcoin.pb.h" />
|
|
<ClInclude Include="PackedMessage.h" />
|
|
<ClInclude Include="PeerDoor.h" />
|
|
<ClInclude Include="NetworkThread.h" />
|
|
<ClInclude Include="Peer.h" />
|
|
<ClInclude Include="RequestParser.h" />
|
|
<ClInclude Include="RPC.h" />
|
|
<ClInclude Include="RPCServer.h" />
|
|
<ClInclude Include="RPCCommands.h" />
|
|
<ClInclude Include="RPCDoor.h" />
|
|
<ClInclude Include="script.h" />
|
|
<ClInclude Include="SecureAllocator.h" />
|
|
<ClInclude Include="Serializer.h" />
|
|
<ClInclude Include="TimingService.h" />
|
|
<ClInclude Include="ExtendedTransaction.h" />
|
|
<ClInclude Include="Transaction.h" />
|
|
<ClInclude Include="TransactionBundle.h" />
|
|
<ClInclude Include="types.h" />
|
|
<ClInclude Include="uint256.h" />
|
|
<ClInclude Include="UniqueNodeList.h" />
|
|
<ClInclude Include="util\pugiconfig.hpp" />
|
|
<ClInclude Include="util\pugixml.hpp" />
|
|
<ClInclude Include="ValidationCollection.h" />
|
|
<ClInclude Include="Wallet.h" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="config.xml" />
|
|
<None Include="db layout.txt" />
|
|
<None Include="html\newcoin.html">
|
|
<SubType>Designer</SubType>
|
|
</None>
|
|
<None Include="Makefile" />
|
|
<None Include="nodes.xml" />
|
|
<None Include="notes.txt" />
|
|
<CustomBuild Include="src\newcoin.proto">
|
|
<FileType>Document</FileType>
|
|
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\protoc-2.4.1-win32\protoc -I=..\newcoin\src --cpp_out=..\newcoin\obj\src ..\newcoin\src\newcoin.proto</Command>
|
|
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">obj\src\newcoin.pb.h</Outputs>
|
|
</CustomBuild>
|
|
<None Include="SConstruct" />
|
|
<None Include="tests\client2\config.xml">
|
|
<SubType>Designer</SubType>
|
|
</None>
|
|
<None Include="todo.txt" />
|
|
<None Include="unl.xml" />
|
|
<None Include="wallet.xml" />
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |