From cd41f9c99812c94f6b31ab4aabca3490cca815f5 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 22 Apr 2026 01:06:47 +0000 Subject: chore: standardize ToolsVersion to "12.0" across all .vcxproj files 18 project files had stale ToolsVersion values (4.0, 14.0, or 15.0). MSBuild ignores this attribute at runtime and always uses the installed version, so this is a safe, no-build-impact cleanup that aligns every sample with the repo-wide convention of ToolsVersion="12.0". Agent-Logs-Url: https://github.com/microsoft/Windows-driver-samples/sessions/78824510-e04e-4e65-8568-799249aebc46 Co-authored-by: JakobL-MSFT <110699333+JakobL-MSFT@users.noreply.github.com> --- audio/SoundWire/Samples/SdcaVad/Apo/kws/KWSApo.vcxproj | 2 +- audio/sysvad/APO/AecApo/AecApo.vcxproj | 2 +- audio/sysvad/APO/DelayAPO/DelayAPO.vcxproj | 2 +- audio/sysvad/APO/KWSApo/KWSApo.vcxproj | 2 +- avstream/samplemft0/Package/package.vcxproj | 2 +- avstream/samplemft0/SampleMft0.vcxproj | 2 +- .../osrfx2_DCHU_base/osrfx2_DCHU_usersvc/osrfx2_DCHU_usersvc.vcxproj | 2 +- .../osrfx2_DCHU_component/osrfx2_DCHU_component.vcxproj | 2 +- .../osrfx2_DCHU_componentsoftware/osrfx2_DCHU_componentsoftware.vcxproj | 2 +- .../osrfx2_DCHU_extension/osrfx2_DCHU_extension.vcxproj | 2 +- .../osrfx2_DCHU_componentsoftware/osrfx2_DCHU_componentsoftware.vcxproj | 2 +- .../osrfx2_DCHU_extension/osrfx2_DCHU_extension.vcxproj | 2 +- general/SimpleMediaSource/MediaSource/MediaSource.vcxproj | 2 +- general/tracing/SystemTraceControl/SystemTraceControl.vcxproj | 2 +- network/wlan/WDI/COMMON/common.vcxproj | 2 +- network/wlan/WDI/HAL/HALSOURCE/hal.vcxproj | 2 +- network/wlan/WDI/PLATFORM/NDIS6/SDIO/sdio.vcxproj | 2 +- network/wlan/WDI/PLATFORM/NdisComm/NdisComm.vcxproj | 2 +- 18 files changed, 18 insertions(+), 18 deletions(-) diff --git a/audio/SoundWire/Samples/SdcaVad/Apo/kws/KWSApo.vcxproj b/audio/SoundWire/Samples/SdcaVad/Apo/kws/KWSApo.vcxproj index 10928047..6006471c 100644 --- a/audio/SoundWire/Samples/SdcaVad/Apo/kws/KWSApo.vcxproj +++ b/audio/SoundWire/Samples/SdcaVad/Apo/kws/KWSApo.vcxproj @@ -1,5 +1,5 @@ - + Debug diff --git a/audio/sysvad/APO/AecApo/AecApo.vcxproj b/audio/sysvad/APO/AecApo/AecApo.vcxproj index 4bbcd19a..f3c88ff9 100644 --- a/audio/sysvad/APO/AecApo/AecApo.vcxproj +++ b/audio/sysvad/APO/AecApo/AecApo.vcxproj @@ -1,5 +1,5 @@  - + Debug diff --git a/audio/sysvad/APO/DelayAPO/DelayAPO.vcxproj b/audio/sysvad/APO/DelayAPO/DelayAPO.vcxproj index 391bf1ab..71587b4b 100644 --- a/audio/sysvad/APO/DelayAPO/DelayAPO.vcxproj +++ b/audio/sysvad/APO/DelayAPO/DelayAPO.vcxproj @@ -1,5 +1,5 @@  - + Debug diff --git a/audio/sysvad/APO/KWSApo/KWSApo.vcxproj b/audio/sysvad/APO/KWSApo/KWSApo.vcxproj index ff74c60b..de68d840 100644 --- a/audio/sysvad/APO/KWSApo/KWSApo.vcxproj +++ b/audio/sysvad/APO/KWSApo/KWSApo.vcxproj @@ -1,5 +1,5 @@  - + Debug diff --git a/avstream/samplemft0/Package/package.vcxproj b/avstream/samplemft0/Package/package.vcxproj index 997cd1d1..ef373552 100644 --- a/avstream/samplemft0/Package/package.vcxproj +++ b/avstream/samplemft0/Package/package.vcxproj @@ -1,5 +1,5 @@  - + Debug diff --git a/avstream/samplemft0/SampleMft0.vcxproj b/avstream/samplemft0/SampleMft0.vcxproj index 357bc0be..20dc2fe8 100644 --- a/avstream/samplemft0/SampleMft0.vcxproj +++ b/avstream/samplemft0/SampleMft0.vcxproj @@ -1,5 +1,5 @@  - + Debug diff --git a/general/DCHU/osrfx2_DCHU_base/osrfx2_DCHU_usersvc/osrfx2_DCHU_usersvc.vcxproj b/general/DCHU/osrfx2_DCHU_base/osrfx2_DCHU_usersvc/osrfx2_DCHU_usersvc.vcxproj index af9fe1c7..e7ea4551 100644 --- a/general/DCHU/osrfx2_DCHU_base/osrfx2_DCHU_usersvc/osrfx2_DCHU_usersvc.vcxproj +++ b/general/DCHU/osrfx2_DCHU_base/osrfx2_DCHU_usersvc/osrfx2_DCHU_usersvc.vcxproj @@ -1,5 +1,5 @@  - + Debug diff --git a/general/DCHU/osrfx2_DCHU_extension_loose/osrfx2_DCHU_component/osrfx2_DCHU_component.vcxproj b/general/DCHU/osrfx2_DCHU_extension_loose/osrfx2_DCHU_component/osrfx2_DCHU_component.vcxproj index 3affd6be..39f207dc 100644 --- a/general/DCHU/osrfx2_DCHU_extension_loose/osrfx2_DCHU_component/osrfx2_DCHU_component.vcxproj +++ b/general/DCHU/osrfx2_DCHU_extension_loose/osrfx2_DCHU_component/osrfx2_DCHU_component.vcxproj @@ -1,5 +1,5 @@  - + Debug diff --git a/general/DCHU/osrfx2_DCHU_extension_loose/osrfx2_DCHU_componentsoftware/osrfx2_DCHU_componentsoftware.vcxproj b/general/DCHU/osrfx2_DCHU_extension_loose/osrfx2_DCHU_componentsoftware/osrfx2_DCHU_componentsoftware.vcxproj index c0a78bea..bf3bb9e2 100644 --- a/general/DCHU/osrfx2_DCHU_extension_loose/osrfx2_DCHU_componentsoftware/osrfx2_DCHU_componentsoftware.vcxproj +++ b/general/DCHU/osrfx2_DCHU_extension_loose/osrfx2_DCHU_componentsoftware/osrfx2_DCHU_componentsoftware.vcxproj @@ -1,5 +1,5 @@  - + Debug diff --git a/general/DCHU/osrfx2_DCHU_extension_loose/osrfx2_DCHU_extension/osrfx2_DCHU_extension.vcxproj b/general/DCHU/osrfx2_DCHU_extension_loose/osrfx2_DCHU_extension/osrfx2_DCHU_extension.vcxproj index b6a0ed57..56e11f0c 100644 --- a/general/DCHU/osrfx2_DCHU_extension_loose/osrfx2_DCHU_extension/osrfx2_DCHU_extension.vcxproj +++ b/general/DCHU/osrfx2_DCHU_extension_loose/osrfx2_DCHU_extension/osrfx2_DCHU_extension.vcxproj @@ -1,5 +1,5 @@  - + Debug diff --git a/general/DCHU/osrfx2_DCHU_extension_tight/osrfx2_DCHU_componentsoftware/osrfx2_DCHU_componentsoftware.vcxproj b/general/DCHU/osrfx2_DCHU_extension_tight/osrfx2_DCHU_componentsoftware/osrfx2_DCHU_componentsoftware.vcxproj index bb404712..82473912 100644 --- a/general/DCHU/osrfx2_DCHU_extension_tight/osrfx2_DCHU_componentsoftware/osrfx2_DCHU_componentsoftware.vcxproj +++ b/general/DCHU/osrfx2_DCHU_extension_tight/osrfx2_DCHU_componentsoftware/osrfx2_DCHU_componentsoftware.vcxproj @@ -1,5 +1,5 @@  - + Debug diff --git a/general/DCHU/osrfx2_DCHU_extension_tight/osrfx2_DCHU_extension/osrfx2_DCHU_extension.vcxproj b/general/DCHU/osrfx2_DCHU_extension_tight/osrfx2_DCHU_extension/osrfx2_DCHU_extension.vcxproj index 99dc560b..370ba52d 100644 --- a/general/DCHU/osrfx2_DCHU_extension_tight/osrfx2_DCHU_extension/osrfx2_DCHU_extension.vcxproj +++ b/general/DCHU/osrfx2_DCHU_extension_tight/osrfx2_DCHU_extension/osrfx2_DCHU_extension.vcxproj @@ -1,5 +1,5 @@  - + Debug diff --git a/general/SimpleMediaSource/MediaSource/MediaSource.vcxproj b/general/SimpleMediaSource/MediaSource/MediaSource.vcxproj index 78bbbfbb..539073cd 100644 --- a/general/SimpleMediaSource/MediaSource/MediaSource.vcxproj +++ b/general/SimpleMediaSource/MediaSource/MediaSource.vcxproj @@ -1,5 +1,5 @@  - + Debug diff --git a/general/tracing/SystemTraceControl/SystemTraceControl.vcxproj b/general/tracing/SystemTraceControl/SystemTraceControl.vcxproj index 30b57b21..b5c6e195 100644 --- a/general/tracing/SystemTraceControl/SystemTraceControl.vcxproj +++ b/general/tracing/SystemTraceControl/SystemTraceControl.vcxproj @@ -1,5 +1,5 @@  - + Debug diff --git a/network/wlan/WDI/COMMON/common.vcxproj b/network/wlan/WDI/COMMON/common.vcxproj index 2842595d..e8e0c2e6 100644 --- a/network/wlan/WDI/COMMON/common.vcxproj +++ b/network/wlan/WDI/COMMON/common.vcxproj @@ -1,5 +1,5 @@  - + Debug diff --git a/network/wlan/WDI/HAL/HALSOURCE/hal.vcxproj b/network/wlan/WDI/HAL/HALSOURCE/hal.vcxproj index a4044511..3c42c4a6 100644 --- a/network/wlan/WDI/HAL/HALSOURCE/hal.vcxproj +++ b/network/wlan/WDI/HAL/HALSOURCE/hal.vcxproj @@ -1,5 +1,5 @@  - + Debug diff --git a/network/wlan/WDI/PLATFORM/NDIS6/SDIO/sdio.vcxproj b/network/wlan/WDI/PLATFORM/NDIS6/SDIO/sdio.vcxproj index cfc0e2fa..f3253181 100644 --- a/network/wlan/WDI/PLATFORM/NDIS6/SDIO/sdio.vcxproj +++ b/network/wlan/WDI/PLATFORM/NDIS6/SDIO/sdio.vcxproj @@ -1,5 +1,5 @@  - + Debug diff --git a/network/wlan/WDI/PLATFORM/NdisComm/NdisComm.vcxproj b/network/wlan/WDI/PLATFORM/NdisComm/NdisComm.vcxproj index a7bdea25..60175a80 100644 --- a/network/wlan/WDI/PLATFORM/NdisComm/NdisComm.vcxproj +++ b/network/wlan/WDI/PLATFORM/NdisComm/NdisComm.vcxproj @@ -1,5 +1,5 @@  - + Debug -- cgit v1.3.1