Add NewNICDriver.vcxproj file to the Driver directory and update CI workflow.
NewNICDriver.vcxproj: Create a new project file for NewNICDriver in the Driver directory with necessary configurations for Debug and Release builds for both x64 and x86 platforms. Include dependencies for Windows Driver Kit (WDK), Windows SDK, and KMDF build tools. Add necessary libraries and headers, such as Iphlpapi.lib.
.github/workflows/ci.yml: Update the CI workflow file to include the new project in the build process. Ensure the msbuild AVB_Windows.sln /t:Clean and msbuild AVB_Windows.sln /p:Configuration=Release steps include the new project.
Add
NewNICDriver.vcxproj
file to theDriver
directory and update CI workflow.NewNICDriver
in theDriver
directory with necessary configurations for Debug and Release builds for both x64 and x86 platforms. Include dependencies for Windows Driver Kit (WDK), Windows SDK, and KMDF build tools. Add necessary libraries and headers, such asIphlpapi.lib
.msbuild AVB_Windows.sln /t:Clean
andmsbuild AVB_Windows.sln /p:Configuration=Release
steps include the new project.For more details, open the Copilot Workspace session.