diff --git a/builds/msvc/vs2022/libbitcoin-network-test/libbitcoin-network-test.props b/builds/msvc/vs2022/libbitcoin-network-test/libbitcoin-network-test.props index 4efe97d8f..23ea3527f 100644 --- a/builds/msvc/vs2022/libbitcoin-network-test/libbitcoin-network-test.props +++ b/builds/msvc/vs2022/libbitcoin-network-test/libbitcoin-network-test.props @@ -12,7 +12,7 @@ false - BOOST_TEST_DYN_LINK;%(PreprocessorDefinitions) + "$(TargetPath)" --log_level=warning --run_test=* --show_progress=no --build_info=yes diff --git a/builds/msvc/vs2022/libbitcoin-network-test/libbitcoin-network-test.vcxproj b/builds/msvc/vs2022/libbitcoin-network-test/libbitcoin-network-test.vcxproj index 778433541..abb6d0eb3 100644 --- a/builds/msvc/vs2022/libbitcoin-network-test/libbitcoin-network-test.vcxproj +++ b/builds/msvc/vs2022/libbitcoin-network-test/libbitcoin-network-test.vcxproj @@ -61,6 +61,54 @@ ReleaseSEXE x64 + + DebugDEXE + ARM + + + ReleaseDEXE + ARM + + + DebugDEXE + ARM64 + + + ReleaseDEXE + ARM64 + + + DebugLEXE + ARM + + + ReleaseLEXE + ARM + + + DebugLEXE + ARM64 + + + ReleaseLEXE + ARM64 + + + DebugSEXE + ARM + + + ReleaseSEXE + ARM + + + DebugSEXE + ARM64 + + + ReleaseSEXE + ARM64 + @@ -171,35 +219,35 @@ - - - - - - - - - - + + + + + + + + + + - + This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - - - - - - - + + + + + + + + + + - + diff --git a/builds/msvc/vs2022/libbitcoin-network-test/packages.config b/builds/msvc/vs2022/libbitcoin-network-test/packages.config index 1752f8fa8..874500c7d 100644 --- a/builds/msvc/vs2022/libbitcoin-network-test/packages.config +++ b/builds/msvc/vs2022/libbitcoin-network-test/packages.config @@ -6,16 +6,16 @@ | --> - - - - - - - - - - + + + + + + + + + + - + diff --git a/builds/msvc/vs2022/libbitcoin-network.sln b/builds/msvc/vs2022/libbitcoin-network.sln index 68d182ebf..be7be681b 100644 --- a/builds/msvc/vs2022/libbitcoin-network.sln +++ b/builds/msvc/vs2022/libbitcoin-network.sln @@ -13,6 +13,10 @@ Global StaticDebug|x64 = StaticDebug|x64 StaticRelease|Win32 = StaticRelease|Win32 StaticRelease|x64 = StaticRelease|x64 + StaticDebug|ARM = StaticDebug|ARM + StaticDebug|ARM64 = StaticDebug|ARM64 + StaticRelease|ARM = StaticRelease|ARM + StaticRelease|ARM64 = StaticRelease|ARM64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {564EB540-D6B6-425C-B8DB-B0BEE8970C18}.StaticDebug|Win32.ActiveCfg = DebugLIB|Win32 @@ -23,6 +27,14 @@ Global {564EB540-D6B6-425C-B8DB-B0BEE8970C18}.StaticRelease|Win32.Build.0 = ReleaseLIB|Win32 {564EB540-D6B6-425C-B8DB-B0BEE8970C18}.StaticRelease|x64.ActiveCfg = ReleaseLIB|x64 {564EB540-D6B6-425C-B8DB-B0BEE8970C18}.StaticRelease|x64.Build.0 = ReleaseLIB|x64 + {564EB540-D6B6-425C-B8DB-B0BEE8970C18}.StaticDebug|ARM.ActiveCfg = DebugLIB|ARM + {564EB540-D6B6-425C-B8DB-B0BEE8970C18}.StaticDebug|ARM.Build.0 = DebugLIB|ARM + {564EB540-D6B6-425C-B8DB-B0BEE8970C18}.StaticDebug|ARM64.ActiveCfg = DebugLIB|ARM64 + {564EB540-D6B6-425C-B8DB-B0BEE8970C18}.StaticDebug|ARM64.Build.0 = DebugLIB|ARM64 + {564EB540-D6B6-425C-B8DB-B0BEE8970C18}.StaticRelease|ARM.ActiveCfg = ReleaseLIB|ARM + {564EB540-D6B6-425C-B8DB-B0BEE8970C18}.StaticRelease|ARM.Build.0 = ReleaseLIB|ARM + {564EB540-D6B6-425C-B8DB-B0BEE8970C18}.StaticRelease|ARM64.ActiveCfg = ReleaseLIB|ARM64 + {564EB540-D6B6-425C-B8DB-B0BEE8970C18}.StaticRelease|ARM64.Build.0 = ReleaseLIB|ARM64 {D28FC18A-8B81-4247-92EE-6967FEEFEEFF}.StaticDebug|Win32.ActiveCfg = DebugSEXE|Win32 {D28FC18A-8B81-4247-92EE-6967FEEFEEFF}.StaticDebug|Win32.Build.0 = DebugSEXE|Win32 {D28FC18A-8B81-4247-92EE-6967FEEFEEFF}.StaticDebug|x64.ActiveCfg = DebugSEXE|x64 @@ -31,6 +43,14 @@ Global {D28FC18A-8B81-4247-92EE-6967FEEFEEFF}.StaticRelease|Win32.Build.0 = ReleaseSEXE|Win32 {D28FC18A-8B81-4247-92EE-6967FEEFEEFF}.StaticRelease|x64.ActiveCfg = ReleaseSEXE|x64 {D28FC18A-8B81-4247-92EE-6967FEEFEEFF}.StaticRelease|x64.Build.0 = ReleaseSEXE|x64 + {D28FC18A-8B81-4247-92EE-6967FEEFEEFF}.StaticDebug|ARM.ActiveCfg = DebugSEXE|ARM + {D28FC18A-8B81-4247-92EE-6967FEEFEEFF}.StaticDebug|ARM.Build.0 = DebugSEXE|ARM + {D28FC18A-8B81-4247-92EE-6967FEEFEEFF}.StaticDebug|ARM64.ActiveCfg = DebugSEXE|ARM64 + {D28FC18A-8B81-4247-92EE-6967FEEFEEFF}.StaticDebug|ARM64.Build.0 = DebugSEXE|ARM64 + {D28FC18A-8B81-4247-92EE-6967FEEFEEFF}.StaticRelease|ARM.ActiveCfg = ReleaseSEXE|ARM + {D28FC18A-8B81-4247-92EE-6967FEEFEEFF}.StaticRelease|ARM.Build.0 = ReleaseSEXE|ARM + {D28FC18A-8B81-4247-92EE-6967FEEFEEFF}.StaticRelease|ARM64.ActiveCfg = ReleaseSEXE|ARM64 + {D28FC18A-8B81-4247-92EE-6967FEEFEEFF}.StaticRelease|ARM64.Build.0 = ReleaseSEXE|ARM64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/builds/msvc/vs2022/libbitcoin-network/libbitcoin-network.vcxproj b/builds/msvc/vs2022/libbitcoin-network/libbitcoin-network.vcxproj index 7ba51c1e0..02777bf7b 100644 --- a/builds/msvc/vs2022/libbitcoin-network/libbitcoin-network.vcxproj +++ b/builds/msvc/vs2022/libbitcoin-network/libbitcoin-network.vcxproj @@ -59,6 +59,54 @@ ReleaseLIB x64 + + + DebugDLL + ARM + + + ReleaseDLL + ARM + + + DebugDLL + ARM64 + + + ReleaseDLL + ARM64 + + + DebugLTCG + ARM + + + ReleaseLTCG + ARM + + + DebugLTCG + ARM64 + + + ReleaseLTCG + ARM64 + + + DebugLIB + ARM + + + ReleaseLIB + ARM + + + DebugLIB + ARM64 + + + ReleaseLIB + ARM64 @@ -281,32 +329,32 @@ - - - - - - - - - - + + + + + + + + + + This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - - - - - - - + + + + + + + + + + diff --git a/builds/msvc/vs2022/libbitcoin-network/packages.config b/builds/msvc/vs2022/libbitcoin-network/packages.config index 3f8492f3e..6fba34de9 100644 --- a/builds/msvc/vs2022/libbitcoin-network/packages.config +++ b/builds/msvc/vs2022/libbitcoin-network/packages.config @@ -6,15 +6,15 @@ | --> - - - - - - - - - - + + + + + + + + + +