summaryrefslogtreecommitdiff
path: root/avstream/samplemft0/Package
AgeCommit message (Collapse)Author
2026-04-22chore: standardize ToolsVersion to "12.0" across all .vcxproj filescopilot/analyze-develop-branchcopilot-swe-agent[bot]
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]>
2024-02-26Remove x86 and ARM configurations for sample projects. (#1126)Adonais Romero González
* Removed Win32 and Arm from the project configurations. * Set default platform to x64.
2024-02-19Add ARM64 as target platform on multiple samples (#1104)Adonais Romero González
* Add ARM64 as target platform on multiple samples * Remove ARM64 from WFPSampler temporarily --------- Co-authored-by: Jakob Lichtenberg (170957) <[email protected]>
2018-06-29Update AVStream / Camera samples for RS4.Joel Corley
2017-03-17Use lower caseWei Mao