microsoft / Windows-driver-samples

This repo contains driver samples prepared for use with Microsoft Visual Studio and the Windows Driver Kit (WDK). It contains both Universal Windows Driver and desktop-only driver samples.
Microsoft Public License
6.79k stars 4.89k forks source link

Fix build errors for osrfx2_dchu_extension loose/tight solutions #1069

Closed andylsn closed 6 months ago

andylsn commented 6 months ago

Fixed build errors for the following solutions and removed them from exclusion list:

general\dchu\osrfx2_dchu_extension_loose general\dchu\osrfx2_dchu_extension_tight

There is one remaining error:

The driver package project xxx doesn't have any references to other projects and no projects were packaged

where the project xxx is a driver package that only contains an INF but no driver binary:

general/DCHU/osrfx2_DCHU_extension_tight/osrfx2_DCHU_extension/osrfx2_DCHU_extension.vcxproj general/DCHU/osrfx2_DCHU_extension_loose/osrfx2_DCHU_extension/osrfx2_DCHU_extension.vcxproj general/DCHU/osrfx2_DCHU_extension_loose/osrfx2_DCHU_componentsoftware/osrfx2_DCHU_componentsoftware.vcxproj