From 76b03a8a88bd806669bd425115d52aca635656fe Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Sat, 19 Nov 2022 14:40:45 +1000 Subject: [PATCH] VSProps: Use MultiToolTask mode Much better parallelism, due to our source files being spread out across multiple folders. pcsx2core build time on a Ryzen 3900X with 12C/24T: Before: Time Elapsed 00:00:26.74 After: Time Elapsed 00:01:03.21 --- common/vsprops/BaseProjectConfig.props | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/common/vsprops/BaseProjectConfig.props b/common/vsprops/BaseProjectConfig.props index 22e9d1ce3e..2a60f774d8 100644 --- a/common/vsprops/BaseProjectConfig.props +++ b/common/vsprops/BaseProjectConfig.props @@ -14,4 +14,10 @@ x64 + + + + true + true + \ No newline at end of file