Closed zarfld closed 4 weeks ago
Related to #169
Update project files to use PlatformToolset v143 and include Spectre-mitigated libraries.
PlatformToolset
Project Files:
AVDECC/AVDECC.vcxproj
AVTP/AVTP.vcxproj
Driver/i210AVBDriver.vcxproj
gPTP/gPTP.vcxproj
GUI/AVBTool.vcxproj
README.md:
CI Pipeline:
.github/workflows/ci.yml
Scripts:
scripts/verify_wdk_installation.sh
scripts/verify_windows_sdk_installation.sh
For more details, open the Copilot Workspace session.
Related to #169
Update project files to use
PlatformToolset
v143 and include Spectre-mitigated libraries.Project Files:
AVDECC/AVDECC.vcxproj
,AVTP/AVTP.vcxproj
,Driver/i210AVBDriver.vcxproj
,gPTP/gPTP.vcxproj
, andGUI/AVBTool.vcxproj
to usePlatformToolset
v143.README.md:
CI Pipeline:
.github/workflows/ci.yml
to ensure the installation of Visual Studio 2022 with required components.Scripts:
scripts/verify_wdk_installation.sh
to verify the installation of the WDK Visual Studio extension.scripts/verify_windows_sdk_installation.sh
to ensure the correct version (10.0.26100.1742) of the Windows SDK is installed.For more details, open the Copilot Workspace session.