<feed xmlns='http://www.w3.org/2005/Atom'>
<title>windows-driver-samples.git/storage/msdsm/src/SampleDSM.vcxproj, branch develop</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/windows-driver-samples.git/atom/storage/msdsm/src/SampleDSM.vcxproj?h=develop</id>
<link rel='self' href='http://cgit.235523.xyz/windows-driver-samples.git/atom/storage/msdsm/src/SampleDSM.vcxproj?h=develop'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/'/>
<updated>2024-02-26T17:47:25Z</updated>
<entry>
<title>Remove x86 and ARM configurations for sample projects. (#1126)</title>
<updated>2024-02-26T17:47:25Z</updated>
<author>
<name>Adonais Romero González</name>
<email>adonais.neoadonis@gmail.com</email>
</author>
<published>2024-02-26T17:47:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=3fcc0f2bee2fbd40fe953ecbcb15b2bd8b0d3eb9'/>
<id>urn:sha1:3fcc0f2bee2fbd40fe953ecbcb15b2bd8b0d3eb9</id>
<content type='text'>
* Removed Win32 and Arm from the project configurations.
* Set default platform to x64.</content>
</entry>
<entry>
<title>Add ARM64 as target platform on multiple samples (#1104)</title>
<updated>2024-02-19T22:26:14Z</updated>
<author>
<name>Adonais Romero González</name>
<email>adonais.neoadonis@gmail.com</email>
</author>
<published>2024-02-19T22:26:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=cff1465ff184c6e89d43083f8430040e72d69283'/>
<id>urn:sha1:cff1465ff184c6e89d43083f8430040e72d69283</id>
<content type='text'>
* Add ARM64 as target platform on multiple samples

* Remove ARM64 from WFPSampler temporarily

---------

Co-authored-by: Jakob Lichtenberg (170957) &lt;jakobl@microsoft.com&gt;</content>
</entry>
<entry>
<title>Initial Support for WDK NuGet Experiment. Take 3 (#1102)</title>
<updated>2024-02-07T02:01:44Z</updated>
<author>
<name>JakobL-MSFT</name>
<email>110699333+JakobL-MSFT@users.noreply.github.com</email>
</author>
<published>2024-02-07T02:01:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=1ad137b6e5a762d3dc0ea0e0bd95f4e46e2dd329'/>
<id>urn:sha1:1ad137b6e5a762d3dc0ea0e0bd95f4e46e2dd329</id>
<content type='text'>
* Add parent directory file for NuGet import support

* fix directory.build.props file

* Checked in a comment with baseline. Also small fix to make sure we use GE InfVerif flags and Exclusions.csv

* Remove references to path which refer older vars

* Remove stale variable path from mincore.lib

* remove references to stale variale from vhidmimium

* remove stale reference from ddproxy

* remove stale reference in inspect.vcxproj

* Remove stale path reference in msnmntr.vcxproj

* Remove stale path reference to stmedit.vcxproj

* Remove stale path from echosrv.vcxproj

* remove stale path mscorelib SingleComponentSingleStateUm.vcxproj

* remove stale path

* Move GitHub check up front

* Replace correct value for the wpprecorderum

* Removed the stale references for the um libs

* correct the reference path for libs simplemedia

* Correct the reference path for vccomsup

* Correct the reference path for sdk lib path

* added reference to the kit shared inc path

* added reference to the kit shared inc path

* Build-SampleSet: Let determination of NuGet packages be based on a folder .\packages rather than the .\packages.config file

* added reference to the kit shared inc path

* Updated PACKAGERESTORE_README.md with results from Prashant's recent fixes.  Moves us 37 failures to 19 failures.

* Rewrite how to get NuGet packages via EEAP or MSFTNuGet

* Minor edits to Building-Locally.md

* added reference to the kit shared inc path

* Move forward to ge_release 26052.  This fixes samples .\prm

* added reference to the kit shared inc path

* Move forward to ge_release 26052.  This fixes samples .\prm.  Update to .\Building-Locally.md

* added reference to the kit shared inc path

* added reference to the kit shared inc path

* added reference to the kit shared inc path

* added reference to the kit shared inc path

* added reference to the kit shared inc path

* added reference to the kit shared inc path

* Update NuGet build instructions and PACKAGERESTORE_README.md

* Reset Building-Locally.md and remote PACKAGERESTORE_README.md

* Add reference to wdk um include path

* Add reference to wdk um include path

* Add reference to wdk um include path

* Provided full path to wmimofck.exe to correctly resolve

* Fix the path resolution for wmimofexe

* Correct the wmimfck path resolution

* Add NuGet arm64 support

---------

Co-authored-by: Prashant Chahar &lt;pchahar@microsoft.com&gt;
Co-authored-by: Jakob Lichtenberg &lt;jakobl@ntdev.microsoft.com&gt;</content>
</entry>
<entry>
<title>Opt many samples in for Universal validation (#910)</title>
<updated>2023-03-07T17:31:41Z</updated>
<author>
<name>Michael Bernstein (MSFT)</name>
<email>99994515+michbern-ms@users.noreply.github.com</email>
</author>
<published>2023-03-07T17:31:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=e802b80eaf6b0e949b6fbcecac633da37a71ced7'/>
<id>urn:sha1:e802b80eaf6b0e949b6fbcecac633da37a71ced7</id>
<content type='text'>
* Opt-in many Desktop samples for ApiValidator

ApiValidator is passing for many of our samples
marked Desktop.  This is promising and it is worth
running ApiValidator on these to ensure they stay within
the Universal API limits.

* Shift avstream/sampledevicemft sample to use mfcore.dll rather than mf.dll

* Opt many samples in for Universal validation

Many of our driver samples build cleanly agains the UniversalDDIs.xml
API list.  Opting these in as Universal helps protect their API surface
against accidentally picking up more Desktop-only APIs.

* Revert "Opt-in many Desktop samples for ApiValidator"

This reverts commit a6aa7e6797ab01e6b15c8a4e1cbcea6d7a615629.

---------

Co-authored-by: Michael Bernstein (DPLAT) &lt;Michael.Bernstein@microsoft.com&gt;</content>
</entry>
<entry>
<title>updated \storage\ Windows-driver-samples to use SHA256 for signing</title>
<updated>2021-07-29T22:44:26Z</updated>
<author>
<name>Jordan Geurten</name>
<email>jogeurte@microsoft.com</email>
</author>
<published>2021-07-29T22:44:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=6f36eb69562712123918b1d9d6e3db6d8247b8e4'/>
<id>urn:sha1:6f36eb69562712123918b1d9d6e3db6d8247b8e4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated for "Windows 10 Anniversary Update" (Version 1607)</title>
<updated>2016-08-11T20:28:13Z</updated>
<author>
<name>karlf</name>
<email>karlf@microsoft.com</email>
</author>
<published>2016-08-11T20:28:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=96eb96dfb613e4c745db6bd1f53a92fe7e2290fc'/>
<id>urn:sha1:96eb96dfb613e4c745db6bd1f53a92fe7e2290fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Samples update for public Windows 10 release</title>
<updated>2015-07-29T23:34:40Z</updated>
<author>
<name>J M Rossy</name>
<email>jrossy@microsoft.com</email>
</author>
<published>2015-07-29T22:40:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=5d61a4a79a1e96dc5d9af1e5e712c84507307544'/>
<id>urn:sha1:5d61a4a79a1e96dc5d9af1e5e712c84507307544</id>
<content type='text'>
Fix #2 Enabling WPP Recorder in Sensors Samples causes errors
Fix #4 Add back fixed KMDOD sample
Add new BarcodeScanner sample in pos folder
Add new MagneticStripeReader sample in pos folder
Add new SynpaticsTouch sample in input folder
Add new Power Engine Plugin sample in pofx folder
Add new DeviceMft sample in avstream folder
Add new AvsCamera sample in root
Add new SimBatt sample in root
Add other pre-existing samples not yet released for Win10
</content>
</entry>
</feed>
