2018-08-10 09:19:00 +02:00
<?xml version="1.0" encoding="utf-8"?>
2019-06-19 09:20:20 +02: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 10:19:36 +01:00
<UseNativeEnvironment > true</UseNativeEnvironment>
2019-09-08 14:13:05 +02:00
</PropertyGroup>
2020-09-29 14:48:28 +02: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 12:37:32 +01:00
<VcpkgTriplet Condition= "'$(Platform)'=='x64'" > x64-windows-static</VcpkgTriplet>
2020-09-29 14:48:28 +02:00
</PropertyGroup>
2019-09-08 14:13:05 +02:00
2019-06-19 09:20:20 +02: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 14:13:05 +02:00
<ProjectConfiguration Include= "Debug|x64" >
2019-06-19 09:20:20 +02:00
<Configuration > Debug</Configuration>
<Platform > x64</Platform>
</ProjectConfiguration>
</ItemGroup>
2020-12-02 12:37:32 +01:00
<PropertyGroup Condition= "'$(Configuration)'=='Release'" Label= "Configuration" >
<LinkIncremental > false</LinkIncremental>
<UseDebugLibraries > false</UseDebugLibraries>
2022-04-05 18:58:05 +02:00
<PlatformToolset > @TOOLSET@</PlatformToolset>
2019-06-19 09:20:20 +02:00
<CharacterSet > Unicode</CharacterSet>
2020-12-02 12:37:32 +01:00
<GenerateManifest > No</GenerateManifest>
2019-06-19 09:20:20 +02:00
<OutDir > $(SolutionDir)$(Platform)\$(Configuration)\$(ProjectName)\</OutDir>
<IntDir > $(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
</PropertyGroup>
2020-12-02 12:37:32 +01:00
<PropertyGroup Condition= "'$(Configuration)'=='Debug'" Label= "Configuration" >
<LinkIncremental > true</LinkIncremental>
<UseDebugLibraries > true</UseDebugLibraries>
2022-04-05 18:58:05 +02:00
<PlatformToolset > @TOOLSET@</PlatformToolset>
2019-06-19 09:20:20 +02:00
<CharacterSet > Unicode</CharacterSet>
<OutDir > $(SolutionDir)$(Platform)\$(Configuration)\$(ProjectName)\</OutDir>
<IntDir > $(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
</PropertyGroup>
2020-12-02 12:37:32 +01:00
<ItemDefinitionGroup Condition= "'$(Configuration)'=='Release'" >
2019-06-19 09:20:20 +02:00
<ClCompile >
2023-09-21 18:50:42 +02:00
<Optimization > MaxSpeed</Optimization>
2020-12-02 12:37:32 +01:00
<WholeProgramOptimization > false</WholeProgramOptimization>
2019-06-19 09:20:20 +02:00
<FunctionLevelLinking > true</FunctionLevelLinking>
<IntrinsicFunctions > true</IntrinsicFunctions>
<SDLCheck > true</SDLCheck>
<RuntimeLibrary > MultiThreaded</RuntimeLibrary>
2020-12-02 12:37:32 +01:00
<DebugInformationFormat > None</DebugInformationFormat>
2019-06-19 09:20:20 +02:00
</ClCompile>
<Link >
2020-12-02 12:37:32 +01:00
<EnableCOMDATFolding > false</EnableCOMDATFolding>
<OptimizeReferences > false</OptimizeReferences>
<AdditionalOptions > /LTCG:OFF</AdditionalOptions>
2019-06-19 09:20:20 +02:00
</Link>
</ItemDefinitionGroup>
2019-09-08 14:13:05 +02:00
2020-12-02 12:37:32 +01:00
<ItemDefinitionGroup Condition= "'$(Configuration)'=='Debug'" >
2019-06-19 09:20:20 +02:00
<ClCompile >
<Optimization > Disabled</Optimization>
2020-12-02 12:37:32 +01:00
<WholeProgramOptimization > false</WholeProgramOptimization>
2019-06-19 09:20:20 +02:00
<PreprocessorDefinitions > _DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<SDLCheck > true</SDLCheck>
<RuntimeLibrary > MultiThreadedDebug</RuntimeLibrary>
2019-06-20 05:45:57 +02:00
<AdditionalOptions > /bigobj %(AdditionalOptions)</AdditionalOptions>
2019-06-19 09:20:20 +02:00
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup >
<ClCompile >
<WarningLevel > Level3</WarningLevel>
<PrecompiledHeader > NotUsing</PrecompiledHeader>
2024-04-18 11:27:12 +02:00
<AdditionalOptions > /utf-8 /Zc:preprocessor /Zc:__cplusplus /std:c++20 %(AdditionalOptions)</AdditionalOptions>
2022-08-10 21:40:37 +02:00
<DisableSpecificWarnings > 4018;4244;4267;4715;4805</DisableSpecificWarnings>
2019-06-19 09:20:20 +02:00
<TreatWarningAsError > true</TreatWarningAsError>
2024-02-26 14:25:51 +01:00
<PreprocessorDefinitions > _SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING;SECP256K1_STATIC;ZMQ_STATIC;NOMINMAX;WIN32;_CRT_SECURE_NO_WARNINGS;_CONSOLE;_WIN32_WINNT=0x0601;_WIN32_IE=0x0501;WIN32_LEAN_AND_MEAN;PROVIDE_FUZZ_MAIN_FUNCTION;%(PreprocessorDefinitions)</PreprocessorDefinitions>
2021-05-07 05:55:55 +02:00
<AdditionalIncludeDirectories > ..\..\src;..\..\src\minisketch\include;..\..\src\univalue\include;..\..\src\secp256k1\include;..\..\src\leveldb\include;..\..\src\leveldb\helpers\memenv;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
2019-06-19 09:20:20 +02:00
</ClCompile>
<Link >
<SubSystem > Console</SubSystem>
2019-12-13 03:19:20 +01: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-02-01 02:54:02 +01:00
<RandomizedBaseAddress > true</RandomizedBaseAddress>
2019-06-19 09:20:20 +02:00
</Link>
</ItemDefinitionGroup>
2019-06-29 09:25:40 +02:00
<Import Project= "common.init.vcxproj.user" Condition= "Exists('common.init.vcxproj.user')" />
2019-06-19 09:20:20 +02:00
</Project>