Guest User

Untitled

a guest
Oct 21st, 2017
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.28 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug|Win32">
  5. <Configuration>Debug</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Release|Win32">
  9. <Configuration>Release</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Debug|x64">
  13. <Configuration>Debug</Configuration>
  14. <Platform>x64</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|x64">
  17. <Configuration>Release</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. </ItemGroup>
  21. <PropertyGroup Label="Globals">
  22. <ProjectGuid>{A39F1081-D9A8-4FEF-9B45-3B4D6CCE3786}</ProjectGuid>
  23. <RootNamespace>BitcoinVS</RootNamespace>
  24. <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
  25. </PropertyGroup>
  26. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  27. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  28. <ConfigurationType>Application</ConfigurationType>
  29. <UseDebugLibraries>true</UseDebugLibraries>
  30. <PlatformToolset>v140</PlatformToolset>
  31. <CharacterSet>MultiByte</CharacterSet>
  32. </PropertyGroup>
  33. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  34. <ConfigurationType>Application</ConfigurationType>
  35. <UseDebugLibraries>false</UseDebugLibraries>
  36. <PlatformToolset>v140</PlatformToolset>
  37. <WholeProgramOptimization>true</WholeProgramOptimization>
  38. <CharacterSet>MultiByte</CharacterSet>
  39. </PropertyGroup>
  40. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  41. <ConfigurationType>Application</ConfigurationType>
  42. <UseDebugLibraries>true</UseDebugLibraries>
  43. <PlatformToolset>v140</PlatformToolset>
  44. <CharacterSet>MultiByte</CharacterSet>
  45. </PropertyGroup>
  46. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  47. <ConfigurationType>Application</ConfigurationType>
  48. <UseDebugLibraries>false</UseDebugLibraries>
  49. <PlatformToolset>v140</PlatformToolset>
  50. <WholeProgramOptimization>true</WholeProgramOptimization>
  51. <CharacterSet>MultiByte</CharacterSet>
  52. </PropertyGroup>
  53. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  54. <ImportGroup Label="ExtensionSettings">
  55. </ImportGroup>
  56. <ImportGroup Label="Shared">
  57. </ImportGroup>
  58. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  59. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  60. </ImportGroup>
  61. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  62. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  63. </ImportGroup>
  64. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  65. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  66. </ImportGroup>
  67. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  68. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  69. </ImportGroup>
  70. <PropertyGroup Label="UserMacros" />
  71. <PropertyGroup />
  72. <ItemDefinitionGroup>
  73. <ClCompile>
  74. <AdditionalIncludeDirectories>..\bitcoin-docker\bitcoin\src;..\bitcoin-docker\bitcoin\depends\x86_64-w64-mingw32\include;..\bitcoin-docker\bitcoin\src\univalue\include;..\bitcoin-docker\bitcoin\src\leveldb\include;..\bitcoin-docker\bitcoin\src\leveldb</AdditionalIncludeDirectories>
  75. </ClCompile>
  76. </ItemDefinitionGroup>
  77. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  78. <ClCompile>
  79. <WarningLevel>Level3</WarningLevel>
  80. <Optimization>Disabled</Optimization>
  81. <SDLCheck>true</SDLCheck>
  82. </ClCompile>
  83. </ItemDefinitionGroup>
  84. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  85. <ClCompile>
  86. <WarningLevel>Level3</WarningLevel>
  87. <Optimization>Disabled</Optimization>
  88. <SDLCheck>true</SDLCheck>
  89. </ClCompile>
  90. </ItemDefinitionGroup>
  91. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  92. <ClCompile>
  93. <WarningLevel>Level3</WarningLevel>
  94. <Optimization>MaxSpeed</Optimization>
  95. <FunctionLevelLinking>true</FunctionLevelLinking>
  96. <IntrinsicFunctions>true</IntrinsicFunctions>
  97. <SDLCheck>true</SDLCheck>
  98. </ClCompile>
  99. <Link>
  100. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  101. <OptimizeReferences>true</OptimizeReferences>
  102. </Link>
  103. </ItemDefinitionGroup>
  104. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  105. <ClCompile>
  106. <WarningLevel>Level3</WarningLevel>
  107. <Optimization>MaxSpeed</Optimization>
  108. <FunctionLevelLinking>true</FunctionLevelLinking>
  109. <IntrinsicFunctions>true</IntrinsicFunctions>
  110. <SDLCheck>true</SDLCheck>
  111. </ClCompile>
  112. <Link>
  113. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  114. <OptimizeReferences>true</OptimizeReferences>
  115. </Link>
  116. </ItemDefinitionGroup>
  117. <ItemGroup>
  118. <ClCompile Include="..\bitcoin-docker\bitcoin\src\**\*.cpp" />
  119. <ClCompile Include="..\bitcoin-docker\bitcoin\src\leveldb\db\*.cpp" />
  120. <ClCompile Include="..\bitcoin-docker\bitcoin\src\leveldb\db\*.cc" />
  121. <ClCompile Include="..\bitcoin-docker\bitcoin\src\leveldb\util\*.cc" />
  122. </ItemGroup>
  123. <ItemGroup>
  124. <ClInclude Include="..\bitcoin-docker\bitcoin\src\**\*.h" />
  125. </ItemGroup>
  126. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  127. <ImportGroup Label="ExtensionTargets">
  128. </ImportGroup>
  129. </Project>
Advertisement
Add Comment
Please, Sign In to add comment