diff options
| author | copilot-swe-agent[bot] <[email protected]> | 2026-04-22 01:06:47 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-04-22 01:06:47 +0000 |
| commit | cd41f9c99812c94f6b31ab4aabca3490cca815f5 (patch) | |
| tree | 6383fab73b9b04f8348d783df9ecf6ea88e3be63 /audio | |
| parent | 7652eb722d8e128d15b079d5c9ce5f1dee5be11d (diff) | |
chore: standardize ToolsVersion to "12.0" across all .vcxproj filescopilot/analyze-develop-branch
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 <[email protected]>
Diffstat (limited to 'audio')
| -rw-r--r-- | audio/SoundWire/Samples/SdcaVad/Apo/kws/KWSApo.vcxproj | 2 | ||||
| -rw-r--r-- | audio/sysvad/APO/AecApo/AecApo.vcxproj | 2 | ||||
| -rw-r--r-- | audio/sysvad/APO/DelayAPO/DelayAPO.vcxproj | 2 | ||||
| -rw-r--r-- | audio/sysvad/APO/KWSApo/KWSApo.vcxproj | 2 |
4 files changed, 4 insertions, 4 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 @@ <?xml version="1.0" encoding="utf-8"?> -<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> +<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="Debug|Win32"> <Configuration>Debug</Configuration> 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 @@ <?xml version="1.0" encoding="utf-8"?> -<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> +<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="Debug|ARM64"> <Configuration>Debug</Configuration> 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 @@ <?xml version="1.0" encoding="utf-8"?> -<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> +<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="Debug|ARM64"> <Configuration>Debug</Configuration> 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 @@ <?xml version="1.0" encoding="utf-8"?> -<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> +<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="Debug|ARM64"> <Configuration>Debug</Configuration> |
