summaryrefslogtreecommitdiff
path: root/avstream/avscamera/sys/AvsCamera.vcxproj
AgeCommit message (Collapse)Author
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]>
2023-02-08Update Camera Public Samples to use target platform of 'Windows Drivers' (#864)Gerrit Swaneveld
* Remove invalid INF DeviceInstall32 Removes from the sample an invalid API call. * Update to SimpleMediaSource.inf Fixes to use public installation path * Fix to Public Samples to be Windows Drivers compliant Update AvsCamera, AvsCameraMFT0, Avshws, Avsamp, and MultipinMFT samples to be Windows Driver Compliant * Filters Edit Fix Filters files autogenerated by VS
2021-06-21Correct signing digestAndrew Dancy
Fix bug where signing digest had incorrectly been stated as sha265 instead of sha256
2021-03-31set sha256 as the default file digest algorithmfor avshws and avscameraVictor Murta
2020-01-21Update all the AvStream samples for Vibranium.Joel Corley
2018-01-19Updating Camera WDK Samples to RS3 version (#193)saredd
2017-03-17Use lower caseWei Mao