You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
115 lines
6.0 KiB
115 lines
6.0 KiB
<?xml version="1.0" encoding="utf-8"?> |
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
|
|
|
<PropertyGroup Label="Globals"> |
|
<VCProjectVersion>16.0</VCProjectVersion> |
|
<UseNativeEnvironment>true</UseNativeEnvironment> |
|
</PropertyGroup> |
|
|
|
<PropertyGroup Label="Vcpkg"> |
|
<VcpkgEnabled>true</VcpkgEnabled> |
|
<VcpkgEnableManifest>true</VcpkgEnableManifest> |
|
<VcpkgManifestInstall>true</VcpkgManifestInstall> |
|
<VcpkgUseStatic>true</VcpkgUseStatic> |
|
<VcpkgAutoLink>true</VcpkgAutoLink> |
|
<VcpkgConfiguration>$(Configuration)</VcpkgConfiguration> |
|
<VcpkgTriplet Condition="'$(Platform)'=='Win32'">x86-windows-static</VcpkgTriplet> |
|
<VcpkgTriplet Condition="'$(Platform)'=='x64'">x64-windows-static</VcpkgTriplet> |
|
</PropertyGroup> |
|
|
|
<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> |
|
<ProjectConfiguration Include="Debug|x64"> |
|
<Configuration>Debug</Configuration> |
|
<Platform>x64</Platform> |
|
</ProjectConfiguration> |
|
<ProjectConfiguration Include="Release|Win32"> |
|
<Configuration>Release</Configuration> |
|
<Platform>Win32</Platform> |
|
</ProjectConfiguration> |
|
<ProjectConfiguration Include="Debug|Win32"> |
|
<Configuration>Debug</Configuration> |
|
<Platform>Win32</Platform> |
|
</ProjectConfiguration> |
|
</ItemGroup> |
|
|
|
<PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration"> |
|
<LinkIncremental>false</LinkIncremental> |
|
<UseDebugLibraries>false</UseDebugLibraries> |
|
<PlatformToolset>v142</PlatformToolset> |
|
<CharacterSet>Unicode</CharacterSet> |
|
<GenerateManifest>No</GenerateManifest> |
|
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\$(ProjectName)\</OutDir> |
|
<IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> |
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration"> |
|
<LinkIncremental>true</LinkIncremental> |
|
<UseDebugLibraries>true</UseDebugLibraries> |
|
<PlatformToolset>v142</PlatformToolset> |
|
<CharacterSet>Unicode</CharacterSet> |
|
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\$(ProjectName)\</OutDir> |
|
<IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> |
|
</PropertyGroup> |
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)'=='Release'"> |
|
<ClCompile> |
|
<Optimization>Disabled</Optimization> |
|
<WholeProgramOptimization>false</WholeProgramOptimization> |
|
<FunctionLevelLinking>true</FunctionLevelLinking> |
|
<IntrinsicFunctions>true</IntrinsicFunctions> |
|
<SDLCheck>true</SDLCheck> |
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
|
<DebugInformationFormat>None</DebugInformationFormat> |
|
</ClCompile> |
|
<Link> |
|
<EnableCOMDATFolding>false</EnableCOMDATFolding> |
|
<OptimizeReferences>false</OptimizeReferences> |
|
<AdditionalOptions>/LTCG:OFF</AdditionalOptions> |
|
</Link> |
|
</ItemDefinitionGroup> |
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)'=='Debug'"> |
|
<ClCompile> |
|
<Optimization>Disabled</Optimization> |
|
<WholeProgramOptimization>false</WholeProgramOptimization> |
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
<SDLCheck>true</SDLCheck> |
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
|
<AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions> |
|
</ClCompile> |
|
</ItemDefinitionGroup> |
|
|
|
<ItemDefinitionGroup> |
|
<ClCompile> |
|
<WarningLevel>Level3</WarningLevel> |
|
<PrecompiledHeader>NotUsing</PrecompiledHeader> |
|
<AdditionalOptions>/utf-8 /Zc:__cplusplus /std:c++17 %(AdditionalOptions)</AdditionalOptions> |
|
<DisableSpecificWarnings>4018;4244;4267;4334;4715;4805;4834</DisableSpecificWarnings> |
|
<TreatWarningAsError>true</TreatWarningAsError> |
|
<PreprocessorDefinitions>_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING;_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING;ZMQ_STATIC;NOMINMAX;WIN32;HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CONSOLE;_WIN32_WINNT=0x0601;_WIN32_IE=0x0501;WIN32_LEAN_AND_MEAN;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
<AdditionalIncludeDirectories>..\..\src;..\..\src\univalue\include;..\..\src\secp256k1\include;..\..\src\leveldb\include;..\..\src\leveldb\helpers\memenv;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
</ClCompile> |
|
<Link> |
|
<SubSystem>Console</SubSystem> |
|
<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> |
|
<RandomizedBaseAddress>true</RandomizedBaseAddress> |
|
</Link> |
|
<Lib> |
|
<AdditionalOptions>/ignore:4221</AdditionalOptions> |
|
</Lib> |
|
</ItemDefinitionGroup> |
|
<Import Project="common.init.vcxproj.user" Condition="Exists('common.init.vcxproj.user')" /> |
|
</Project>
|
|
|