File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <Project >
2+ <!--
3+ Auto-imported by MSBuild for every project under src\drivers\test\ (both the
4+ TestTemplates\ originals and the generated working\ copies used by
5+ build_create_analyze_test.py). Wires the WDK and Windows SDK CPP NuGet
6+ packages restored by the workflow's `nuget restore ... -PackagesDirectory
7+ .\packages\` step into the driver template projects so they can find wdm.h,
8+ ntifs.h, wdf.h, etc.
9+
10+ Mirrors the pattern used by microsoft/Windows-driver-samples
11+ (see https://github.com/microsoft/Windows-driver-samples/blob/main/Directory.Build.props),
12+ keeping the package set and versions in sync with packages.config in this
13+ same directory.
14+ -->
15+ <PropertyGroup >
16+ <WdkNuGetPackagesDir >$(MSBuildThisFileDirectory)..\..\..\packages\</WdkNuGetPackagesDir >
17+ </PropertyGroup >
18+ <Import Project =" $(WdkNuGetPackagesDir)Microsoft.Windows.WDK.x64.10.0.26100.6584\build\native\Microsoft.Windows.WDK.x64.props" Condition =" Exists('$(WdkNuGetPackagesDir)Microsoft.Windows.WDK.x64.10.0.26100.6584\build\native\Microsoft.Windows.WDK.x64.props') and '$(Platform)' == 'x64'" />
19+ <Import Project =" $(WdkNuGetPackagesDir)Microsoft.Windows.WDK.arm64.10.0.26100.6584\build\native\Microsoft.Windows.WDK.arm64.props" Condition =" Exists('$(WdkNuGetPackagesDir)Microsoft.Windows.WDK.arm64.10.0.26100.6584\build\native\Microsoft.Windows.WDK.arm64.props') and '$(Platform)' == 'ARM64'" />
20+ <Import Project =" $(WdkNuGetPackagesDir)Microsoft.Windows.SDK.CPP.x64.10.0.26100.6584\build\native\Microsoft.Windows.SDK.cpp.x64.props" Condition =" Exists('$(WdkNuGetPackagesDir)Microsoft.Windows.SDK.CPP.x64.10.0.26100.6584\build\native\Microsoft.Windows.SDK.cpp.x64.props') and '$(Platform)' == 'x64'" />
21+ <Import Project =" $(WdkNuGetPackagesDir)Microsoft.Windows.SDK.CPP.arm64.10.0.26100.6584\build\native\Microsoft.Windows.SDK.cpp.arm64.props" Condition =" Exists('$(WdkNuGetPackagesDir)Microsoft.Windows.SDK.CPP.arm64.10.0.26100.6584\build\native\Microsoft.Windows.SDK.cpp.arm64.props') and '$(Platform)' == 'ARM64'" />
22+ <Import Project =" $(WdkNuGetPackagesDir)Microsoft.Windows.SDK.CPP.10.0.26100.6584\build\native\Microsoft.Windows.SDK.cpp.props" Condition =" Exists('$(WdkNuGetPackagesDir)Microsoft.Windows.SDK.CPP.10.0.26100.6584\build\native\Microsoft.Windows.SDK.cpp.props')" />
23+ </Project >
You can’t perform that action at this time.
0 commit comments