<feed xmlns='http://www.w3.org/2005/Atom'>
<title>windows-driver-samples.git/network/wlan/WDI/COMMON, branch copilot/analyze-develop-branch</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/windows-driver-samples.git/atom/network/wlan/WDI/COMMON?h=copilot%2Fanalyze-develop-branch</id>
<link rel='self' href='http://cgit.235523.xyz/windows-driver-samples.git/atom/network/wlan/WDI/COMMON?h=copilot%2Fanalyze-develop-branch'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/'/>
<updated>2026-04-22T01:06:47Z</updated>
<entry>
<title>chore: standardize ToolsVersion to "12.0" across all .vcxproj files</title>
<updated>2026-04-22T01:06:47Z</updated>
<author>
<name>copilot-swe-agent[bot]</name>
<email>198982749+Copilot@users.noreply.github.com</email>
</author>
<published>2026-04-22T01:06:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=cd41f9c99812c94f6b31ab4aabca3490cca815f5'/>
<id>urn:sha1:cd41f9c99812c94f6b31ab4aabca3490cca815f5</id>
<content type='text'>
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 &lt;110699333+JakobL-MSFT@users.noreply.github.com&gt;
</content>
</entry>
<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>[network/wlan/WDI] Rename configurations (#988)</title>
<updated>2023-06-01T22:48:54Z</updated>
<author>
<name>Adonais Romero González</name>
<email>adonais.neoadonis@gmail.com</email>
</author>
<published>2023-06-01T22:48:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=d2c881061d1545ff449ca64b72c2c4bdc37d622b'/>
<id>urn:sha1:d2c881061d1545ff449ca64b72c2c4bdc37d622b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleanup the ARM and X86,  (#982)</title>
<updated>2023-05-03T00:18:34Z</updated>
<author>
<name>Yang You(UU)</name>
<email>yangyou@microsoft.com</email>
</author>
<published>2023-05-03T00:18:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=95037b3f77f3a745f7682f991ac80e81f91f5362'/>
<id>urn:sha1:95037b3f77f3a745f7682f991ac80e81f91f5362</id>
<content type='text'>
Cleanup the ARM and X86, both of them are out of date, currently not able to succesfully build.</content>
</entry>
<entry>
<title>Merge branch 'main' into develop</title>
<updated>2022-11-28T23:57:31Z</updated>
<author>
<name>Adonais Romero Gonzalez</name>
<email>seromero@microsoft.com</email>
</author>
<published>2022-11-28T23:57:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=3dd49a6581ed0c9657cc9734c5432c825f3e46bf'/>
<id>urn:sha1:3dd49a6581ed0c9657cc9734c5432c825f3e46bf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[network/wlan/WDI] Fix Mismatched Type Comparisons (#715)</title>
<updated>2022-11-28T23:56:35Z</updated>
<author>
<name>Pranav Sharma</name>
<email>vanarps@gmail.com</email>
</author>
<published>2022-11-28T23:56:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=37d18d3f0eec68d1804b9e324a6ea0feab6d6185'/>
<id>urn:sha1:37d18d3f0eec68d1804b9e324a6ea0feab6d6185</id>
<content type='text'>
* fix wider type comparisons
* fix resulting mismatched types</content>
</entry>
<entry>
<title>[network\wlan\wdi] Move Project to be Windows Driver Compliance ready (#752)</title>
<updated>2022-07-12T17:57:06Z</updated>
<author>
<name>Yang You(UU)</name>
<email>yangyou@microsoft.com</email>
</author>
<published>2022-07-12T17:57:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=55f5458e18ebb745abd917b2cca27385b2c02bd3'/>
<id>urn:sha1:55f5458e18ebb745abd917b2cca27385b2c02bd3</id>
<content type='text'>
1. Running the ApiValidator and make sure the issue free.
2. Running the InfVerif and make sure the INF file issue free.

There is limitations for MSFT currently doesn’t have any SDIO based WI-FI NICs, so the latest Driver Verifier /RC 33 36 tests not run</content>
</entry>
<entry>
<title>update wdi samples to use sha256</title>
<updated>2021-06-01T22:43:50Z</updated>
<author>
<name>Nikhil Bhansali</name>
<email>nibhansa@microsoft.com</email>
</author>
<published>2021-06-01T22:43:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=057b3f8c951ec7790834832e8e736aace0dd2b8c'/>
<id>urn:sha1:057b3f8c951ec7790834832e8e736aace0dd2b8c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update README.md for samples portal (#358)</title>
<updated>2019-03-12T21:02:43Z</updated>
<author>
<name>Barry Golden</name>
<email>bagold@microsoft.com</email>
</author>
<published>2019-03-12T21:02:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=ef7ec4ec9ff7ce3c53d60e1c8906915966e17e01'/>
<id>urn:sha1:ef7ec4ec9ff7ce3c53d60e1c8906915966e17e01</id>
<content type='text'>
* Update README.md for samples portal

* Update README.md for samples portal

* Removed installwdf

* Update fork (#2)

* Fix typo

ture -&gt; true

* Remove InstallWdf sample

* Fix typo (#340)

ture -&gt; true

* Readme typo fix (#349)

* Update langid
</content>
</entry>
<entry>
<title>Fix typo (#341)</title>
<updated>2019-03-07T20:42:53Z</updated>
<author>
<name>Adonais Romero González</name>
<email>adonais.neoadonis@gmail.com</email>
</author>
<published>2019-03-07T20:42:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=43b7b07b35837f94aa10e412724007071003c0af'/>
<id>urn:sha1:43b7b07b35837f94aa10e412724007071003c0af</id>
<content type='text'>
ture -&gt; true</content>
</entry>
</feed>
