2018-08-10 03:19:00 -04:00
<?xml version="1.0" encoding="utf-8"?>
2019-06-19 03:20:20 -04:00
<Project xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Label= "Globals" >
<VCProjectVersion > 16.0</VCProjectVersion>
2020-01-09 06:19:36 -03:00
<UseNativeEnvironment > true</UseNativeEnvironment>
2019-09-08 09:13:05 -03:00
</PropertyGroup>
2020-09-29 09:48:28 -03:00
<PropertyGroup Label= "Vcpkg" >
<VcpkgEnabled > true</VcpkgEnabled>
<VcpkgEnableManifest > true</VcpkgEnableManifest>
<VcpkgManifestInstall > true</VcpkgManifestInstall>
<VcpkgUseStatic > true</VcpkgUseStatic>
<VcpkgAutoLink > true</VcpkgAutoLink>
<VcpkgConfiguration > $(Configuration)</VcpkgConfiguration>
2020-12-02 08:37:32 -03:00
<VcpkgTriplet Condition= "'$(Platform)'=='x64'" > x64-windows-static</VcpkgTriplet>
2020-09-29 09:48:28 -03:00
</PropertyGroup>
2019-09-08 09:13:05 -03:00
2019-06-19 03:20:20 -04:00
<PropertyGroup Condition= "'$(WindowsTargetPlatformVersion)'=='' and !Exists('$(WindowsSdkDir)\DesignTime\CommonConfiguration\Neutral\Windows.props')" >
<WindowsTargetPlatformVersion_10 Condition= "'$(WindowsTargetPlatformVersion_10)' == ''" > $(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SDKs\Windows\v10.0@ProductVersion)</WindowsTargetPlatformVersion_10>
<WindowsTargetPlatformVersion_10 Condition= "'$(WindowsTargetPlatformVersion_10)' == ''" > $(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Microsoft SDKs\Windows\v10.0@ProductVersion)</WindowsTargetPlatformVersion_10>
<!-- Sometimes the version in the registry has to .0 suffix, and sometimes it doesn't. Check and add it -->
<WindowsTargetPlatformVersion_10 Condition= "'$(WindowsTargetPlatformVersion_10)' != '' and !$(WindowsTargetPlatformVersion_10.EndsWith('.0'))" > $(WindowsTargetPlatformVersion_10).0</WindowsTargetPlatformVersion_10>
<WindowsTargetPlatformVersion > $(WindowsTargetPlatformVersion_10)</WindowsTargetPlatformVersion>
</PropertyGroup>
<ItemGroup Label= "ProjectConfigurations" >
<ProjectConfiguration Include= "Release|x64" >
<Configuration > Release</Configuration>
<Platform > x64</Platform>
</ProjectConfiguration>
2019-09-08 09:13:05 -03:00
<ProjectConfiguration Include= "Debug|x64" >
2019-06-19 03:20:20 -04:00
<Configuration > Debug</Configuration>
<Platform > x64</Platform>
</ProjectConfiguration>
</ItemGroup>
2020-12-02 08:37:32 -03:00
<PropertyGroup Condition= "'$(Configuration)'=='Release'" Label= "Configuration" >
<LinkIncremental > false</LinkIncremental>
<UseDebugLibraries > false</UseDebugLibraries>
2022-04-05 12:58:05 -04:00
<PlatformToolset > @TOOLSET@</PlatformToolset>
2019-06-19 03:20:20 -04:00
<CharacterSet > Unicode</CharacterSet>
2020-12-02 08:37:32 -03:00
<GenerateManifest > No</GenerateManifest>
2019-06-19 03:20:20 -04:00
<OutDir > $(SolutionDir)$(Platform)\$(Configuration)\$(ProjectName)\</OutDir>
<IntDir > $(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
</PropertyGroup>
2020-12-02 08:37:32 -03:00
<PropertyGroup Condition= "'$(Configuration)'=='Debug'" Label= "Configuration" >
<LinkIncremental > true</LinkIncremental>
<UseDebugLibraries > true</UseDebugLibraries>
2022-04-05 12:58:05 -04:00
<PlatformToolset > @TOOLSET@</PlatformToolset>
2019-06-19 03:20:20 -04:00
<CharacterSet > Unicode</CharacterSet>
<OutDir > $(SolutionDir)$(Platform)\$(Configuration)\$(ProjectName)\</OutDir>
<IntDir > $(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
</PropertyGroup>
2020-12-02 08:37:32 -03:00
<ItemDefinitionGroup Condition= "'$(Configuration)'=='Release'" >
2019-06-19 03:20:20 -04:00
<ClCompile >
2023-09-21 13:50:42 -03:00
<Optimization > MaxSpeed</Optimization>
2020-12-02 08:37:32 -03:00
<WholeProgramOptimization > false</WholeProgramOptimization>
2019-06-19 03:20:20 -04:00
<FunctionLevelLinking > true</FunctionLevelLinking>
<IntrinsicFunctions > true</IntrinsicFunctions>
<SDLCheck > true</SDLCheck>
<RuntimeLibrary > MultiThreaded</RuntimeLibrary>
2020-12-02 08:37:32 -03:00
<DebugInformationFormat > None</DebugInformationFormat>
2019-06-19 03:20:20 -04:00
</ClCompile>
<Link >
2020-12-02 08:37:32 -03:00
<EnableCOMDATFolding > false</EnableCOMDATFolding>
<OptimizeReferences > false</OptimizeReferences>
<AdditionalOptions > /LTCG:OFF</AdditionalOptions>
2019-06-19 03:20:20 -04:00
</Link>
</ItemDefinitionGroup>
2019-09-08 09:13:05 -03:00
2020-12-02 08:37:32 -03:00
<ItemDefinitionGroup Condition= "'$(Configuration)'=='Debug'" >
2019-06-19 03:20:20 -04:00
<ClCompile >
<Optimization > Disabled</Optimization>
2020-12-02 08:37:32 -03:00
<WholeProgramOptimization > false</WholeProgramOptimization>
2019-06-19 03:20:20 -04:00
<PreprocessorDefinitions > _DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<SDLCheck > true</SDLCheck>
<RuntimeLibrary > MultiThreadedDebug</RuntimeLibrary>
2019-06-19 23:45:57 -04:00
<AdditionalOptions > /bigobj %(AdditionalOptions)</AdditionalOptions>
2019-06-19 03:20:20 -04:00
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup >
<ClCompile >
<WarningLevel > Level3</WarningLevel>
<PrecompiledHeader > NotUsing</PrecompiledHeader>
2022-06-30 19:22:22 -04:00
<AdditionalOptions > /utf-8 /Zc:__cplusplus /std:c++20 %(AdditionalOptions)</AdditionalOptions>
2022-08-10 15:40:37 -04:00
<DisableSpecificWarnings > 4018;4244;4267;4715;4805</DisableSpecificWarnings>
2019-06-19 03:20:20 -04:00
<TreatWarningAsError > true</TreatWarningAsError>
2023-11-05 11:50:59 -03:00
<PreprocessorDefinitions > _SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING;SECP256K1_STATIC;ZMQ_STATIC;NOMINMAX;WIN32;HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;_CONSOLE;_WIN32_WINNT=0x0601;_WIN32_IE=0x0501;WIN32_LEAN_AND_MEAN;%(PreprocessorDefinitions)</PreprocessorDefinitions>
2021-05-06 23:55:55 -04:00
<AdditionalIncludeDirectories > ..\..\src;..\..\src\minisketch\include;..\..\src\univalue\include;..\..\src\secp256k1\include;..\..\src\leveldb\include;..\..\src\leveldb\helpers\memenv;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
2019-06-19 03:20:20 -04:00
</ClCompile>
<Link >
<SubSystem > Console</SubSystem>
2019-12-12 23:19:20 -03:00
<AdditionalDependencies > Iphlpapi.lib;ws2_32.lib;Shlwapi.lib;kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
2021-01-31 22:54:02 -03:00
<RandomizedBaseAddress > true</RandomizedBaseAddress>
2019-06-19 03:20:20 -04:00
</Link>
</ItemDefinitionGroup>
2019-06-29 03:25:40 -04:00
<Import Project= "common.init.vcxproj.user" Condition= "Exists('common.init.vcxproj.user')" />
2019-06-19 03:20:20 -04:00
</Project>