From 5b815f85ef86b2c2522dbd79e9b1b900f8fb77e4 Mon Sep 17 00:00:00 2001 From: Adam Shapiro Date: Tue, 17 Nov 2015 12:11:14 -0800 Subject: Add New Sample To Git Hub Adding the new HAL Extension sample to the online repository in the "General" Category --- .../HalExtSampleDma/HalExtSampleDma.vcxproj | 126 +++++++++++++++++++++ 1 file changed, 126 insertions(+) create mode 100644 general/HalExtensionSample/HalExtSampleDma/HalExtSampleDma.vcxproj (limited to 'general/HalExtensionSample/HalExtSampleDma/HalExtSampleDma.vcxproj') diff --git a/general/HalExtensionSample/HalExtSampleDma/HalExtSampleDma.vcxproj b/general/HalExtensionSample/HalExtSampleDma/HalExtSampleDma.vcxproj new file mode 100644 index 00000000..4d7b340c --- /dev/null +++ b/general/HalExtensionSample/HalExtSampleDma/HalExtSampleDma.vcxproj @@ -0,0 +1,126 @@ + + + + + Debug + Arm + + + Release + Arm + + + + {7568DCFB-C421-478A-A809-21EF6EC243BE} + $(MSBuildProjectName) + 1 + Debug + Arm + {03525FA0-7E40-493E-AAB7-D8D73FACBC51} + + + + Windows10 + False + Universal + + WindowsApplicationForDrivers10.0 + DynamicLibrary + + + Windows10 + True + Universal + + WindowsApplicationForDrivers10.0 + DynamicLibrary + + + + $(IntDir) + + + + + + + + + + + HalExtensionInit@12 + HalExtensionInit + + + + + HalExtensionInit@12 + HalExtensionInit + + + + HalExtSampleDma + + + HalExtSampleDma + + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH) + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH) + true + Level4 + %(AdditionalOptions) /J + + + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH) + + + %(AdditionalDependencies);halextlib.lib;libcntpr.lib;bufferoverflowfastfailk.lib + %(AdditionalOptions) -merge:PAGECONST=PAGE -merge:INITCONST=INIT /LARGEADDRESSAWARE + HalExtSampleDma.def + + + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH) + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH) + true + Level4 + %(AdditionalOptions) /J + + + + + %(AdditionalIncludeDirectories);$(DDK_INC_PATH) + + + %(AdditionalDependencies);halextlib.lib;libcntpr.lib;bufferoverflowfastfailk.lib + %(AdditionalOptions) -merge:PAGECONST=PAGE -merge:INITCONST=INIT /LARGEADDRESSAWARE + HalExtSampleDma.def + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.3.1