summaryrefslogtreecommitdiff
path: root/biometrics
diff options
context:
space:
mode:
Diffstat (limited to 'biometrics')
-rw-r--r--biometrics/Package/package.VcxProj12
-rw-r--r--biometrics/Package/package.VcxProj.Filters8
-rw-r--r--biometrics/README.md12
-rw-r--r--biometrics/WBDIsample.sln118
-rw-r--r--biometrics/adapters/engine_adapter/EngineAdapter.vcxproj4
-rw-r--r--biometrics/adapters/engine_adapter/EngineAdapter.vcxproj.Filters6
-rw-r--r--biometrics/adapters/sensor_adapter/SensorAdapter.vcxproj4
-rw-r--r--biometrics/adapters/sensor_adapter/SensorAdapter.vcxproj.Filters6
-rw-r--r--biometrics/adapters/storage_adapter/StorageAdapter.vcxproj4
-rw-r--r--biometrics/adapters/storage_adapter/StorageAdapter.vcxproj.Filters6
-rw-r--r--biometrics/driver/WudfBioUsbSample.inxbin5765 -> 11368 bytes
-rw-r--r--biometrics/driver/WudfBioUsbSample.vcxproj4
-rw-r--r--biometrics/driver/WudfBioUsbSample.vcxproj.Filters8
13 files changed, 97 insertions, 95 deletions
diff --git a/biometrics/Package/package.VcxProj b/biometrics/Package/package.VcxProj
index 985a9977..84e00f57 100644
--- a/biometrics/Package/package.VcxProj
+++ b/biometrics/Package/package.VcxProj
@@ -20,16 +20,16 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\adapters\engine_adapter\EngineAdapter.vcxproj">
- <Project>{105C343E-EFA4-45C3-A954-A48D79504BE6}</Project>
+ <Project>{22EED378-7FE9-4946-A653-05BB1EE20717}</Project>
</ProjectReference>
<ProjectReference Include="..\adapters\sensor_adapter\SensorAdapter.vcxproj">
- <Project>{D6372638-968B-4FDC-A56F-C70C339E1448}</Project>
+ <Project>{321860DA-56D9-427A-A5C2-346DFE8FB529}</Project>
</ProjectReference>
<ProjectReference Include="..\adapters\storage_adapter\StorageAdapter.vcxproj">
- <Project>{B7ABEA68-C3BF-4E04-A77D-10473902A5E3}</Project>
+ <Project>{339A0554-2E3D-4A12-B45C-8E2D7D59D7C2}</Project>
</ProjectReference>
<ProjectReference Include="..\driver\WudfBioUsbSample.vcxproj">
- <Project>{F97C7BE3-C238-4575-BBAF-5C5E42C7D6BF}</Project>
+ <Project>{474A1976-0414-48E7-9F2B-4FDED5BA700C}</Project>
</ProjectReference>
</ItemGroup>
<PropertyGroup Label="PropertySheets">
@@ -41,8 +41,8 @@
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Label="Globals">
- <ProjectGuid>{FB7B90E0-BABC-4B40-ACCF-ED9EE8750AD6}</ProjectGuid>
- <SampleGuid>{970D30FD-F299-4C8C-A760-05F2F25ECD0B}</SampleGuid>
+ <ProjectGuid>{93931C7A-00DC-4E0F-8D54-06A960AF23FC}</ProjectGuid>
+ <SampleGuid>{A1648E68-56F1-41FA-903C-F64C87787413}</SampleGuid>
<RootNamespace>$(MSBuildProjectName)</RootNamespace>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
diff --git a/biometrics/Package/package.VcxProj.Filters b/biometrics/Package/package.VcxProj.Filters
index 8ca22a7b..fc0e5c56 100644
--- a/biometrics/Package/package.VcxProj.Filters
+++ b/biometrics/Package/package.VcxProj.Filters
@@ -3,19 +3,19 @@
<ItemGroup>
<Filter Include="Source Files">
<Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx;*</Extensions>
- <UniqueIdentifier>{ED68A319-79DA-48C5-ABAD-D38444CA0353}</UniqueIdentifier>
+ <UniqueIdentifier>{7DC6547C-49AA-4ABD-B48E-1C589CF982E2}</UniqueIdentifier>
</Filter>
<Filter Include="Header Files">
<Extensions>h;hpp;hxx;hm;inl;inc;xsd</Extensions>
- <UniqueIdentifier>{D611AB41-169F-4F7A-A139-5B50EE2D98C2}</UniqueIdentifier>
+ <UniqueIdentifier>{98781539-8891-4798-9778-6AF2451E1062}</UniqueIdentifier>
</Filter>
<Filter Include="Resource Files">
<Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms;man;xml</Extensions>
- <UniqueIdentifier>{FD8AE17A-BEDC-4AA2-8C00-7C34727334E1}</UniqueIdentifier>
+ <UniqueIdentifier>{3D1F0D76-620A-4046-A834-772C416DE4E5}</UniqueIdentifier>
</Filter>
<Filter Include="Driver Files">
<Extensions>inf;inv;inx;mof;mc;</Extensions>
- <UniqueIdentifier>{1227B1E4-BCC6-4385-A177-87FA8995BFE4}</UniqueIdentifier>
+ <UniqueIdentifier>{7FA33C20-27C2-45C8-AD85-B5686078DB41}</UniqueIdentifier>
</Filter>
</ItemGroup>
</Project> \ No newline at end of file
diff --git a/biometrics/README.md b/biometrics/README.md
index fd0c3db7..0a366501 100644
--- a/biometrics/README.md
+++ b/biometrics/README.md
@@ -5,10 +5,11 @@ The Windows Biometric Driver Samples contain the Windows Biometric Driver Interf
The following table describes the samples contained in this sample set:
-Sample | Description
--------|-------------
-*Windows Biometric Driver Interface* | This sample implements the Windows Biometric Driver Interface (WBDI). It contains skeleton code for handling the mandatory IOCTLs necessary to interoperate with the Windows Biometric Framework. A WBDI driver can be deployed in conjunction with an engine adapter DLL to allow a sensor to be exposed from the Windows Biometric Framework. This sample has been written to make use of the UMDF framework, which allows for ease of development and system stability.
-*Windows Biometric Service Adapters* | These samples provide skeleton code that developers can use as a basis for writing Sensor, Engine, and Storage Adapters for the Windows Biometric Service. Note that the stubs in these samples are non-functional, and Adapter writers will need to follow the programming guidelines in the WinBio Service documentation in order produce a working Adapter component.
+*Windows Biometric Driver Interface*
+This sample implements the Windows Biometric Driver Interface (WBDI). It contains skeleton code for handling the mandatory IOCTLs necessary to interoperate with the Windows Biometric Framework. A WBDI driver can be deployed in conjunction with an engine adapter DLL to allow a sensor to be exposed from the Windows Biometric Framework. This sample has been written to make use of the UMDF framework, which allows for ease of development and system stability.
+
+*Windows Biometric Service Adapters*
+These samples provide skeleton code that developers can use as a basis for writing Sensor, Engine, and Storage Adapters for the Windows Biometric Service. Note that the stubs in these samples are non-functional, and Adapter writers will need to follow the programming guidelines in the WinBio Service documentation in order produce a working Adapter component.
Build the sample
@@ -18,7 +19,8 @@ For information on how to build a driver solution using Microsoft Visual Studio,
**Note** You can obtain the co-installers by downloading the *wdfcoinstaller.msi* package from [WDK 8 Redistributable Components](http://go.microsoft.com/fwlink/p/?LinkID=226396).
-
+Run the sample
+--------------
Installation
------------
diff --git a/biometrics/WBDIsample.sln b/biometrics/WBDIsample.sln
index a53ad2d3..98de6df9 100644
--- a/biometrics/WBDIsample.sln
+++ b/biometrics/WBDIsample.sln
@@ -3,27 +3,27 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0
MinimumVisualStudioVersion = 12.0
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Package", "Package", "{6F33BAE3-DB33-414E-B171-55970896CDA4}"
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Package", "Package", "{2E5F1FF5-DA6C-4935-8389-17811F54BC28}"
EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Storage_adapter", "Storage_adapter", "{4F587A41-3B93-4D50-8618-209293411F50}"
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Storage_adapter", "Storage_adapter", "{AB84BCF3-9781-47FE-9AF0-8D96FF6F27DE}"
EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Adapters", "Adapters", "{72335D2B-AB5E-4320-BBDD-B5A754017728}"
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Adapters", "Adapters", "{B6C842E0-023A-40CE-84EA-76C0A7B366FD}"
EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Sensor_adapter", "Sensor_adapter", "{08A96B90-4662-4593-814D-28D16DC0D9DA}"
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Sensor_adapter", "Sensor_adapter", "{CFF6A5A2-CF3E-413B-A36E-3B4B81657D5D}"
EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Engine_adapter", "Engine_adapter", "{49B24D3B-CFD4-43D8-BF54-6E34546EE7C5}"
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Engine_adapter", "Engine_adapter", "{15B79D52-B6B0-431E-AA93-EAF3D204EB81}"
EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Driver", "Driver", "{0E4A0D1D-41F3-42EB-A79C-465B3C28744E}"
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Driver", "Driver", "{038A4A81-D088-4E25-AEE5-93D35BF5B25C}"
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "package", "Package\package.VcxProj", "{FB7B90E0-BABC-4B40-ACCF-ED9EE8750AD6}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "package", "Package\package.VcxProj", "{93931C7A-00DC-4E0F-8D54-06A960AF23FC}"
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StorageAdapter", "adapters\storage_adapter\StorageAdapter.vcxproj", "{B7ABEA68-C3BF-4E04-A77D-10473902A5E3}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StorageAdapter", "adapters\storage_adapter\StorageAdapter.vcxproj", "{339A0554-2E3D-4A12-B45C-8E2D7D59D7C2}"
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SensorAdapter", "adapters\sensor_adapter\SensorAdapter.vcxproj", "{D6372638-968B-4FDC-A56F-C70C339E1448}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SensorAdapter", "adapters\sensor_adapter\SensorAdapter.vcxproj", "{321860DA-56D9-427A-A5C2-346DFE8FB529}"
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "EngineAdapter", "adapters\engine_adapter\EngineAdapter.vcxproj", "{105C343E-EFA4-45C3-A954-A48D79504BE6}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "EngineAdapter", "adapters\engine_adapter\EngineAdapter.vcxproj", "{22EED378-7FE9-4946-A653-05BB1EE20717}"
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WudfBioUsbSample", "driver\WudfBioUsbSample.vcxproj", "{F97C7BE3-C238-4575-BBAF-5C5E42C7D6BF}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WudfBioUsbSample", "driver\WudfBioUsbSample.vcxproj", "{474A1976-0414-48E7-9F2B-4FDED5BA700C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -33,58 +33,58 @@ Global
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {FB7B90E0-BABC-4B40-ACCF-ED9EE8750AD6}.Debug|Win32.ActiveCfg = Debug|Win32
- {FB7B90E0-BABC-4B40-ACCF-ED9EE8750AD6}.Debug|Win32.Build.0 = Debug|Win32
- {FB7B90E0-BABC-4B40-ACCF-ED9EE8750AD6}.Release|Win32.ActiveCfg = Release|Win32
- {FB7B90E0-BABC-4B40-ACCF-ED9EE8750AD6}.Release|Win32.Build.0 = Release|Win32
- {FB7B90E0-BABC-4B40-ACCF-ED9EE8750AD6}.Debug|x64.ActiveCfg = Debug|x64
- {FB7B90E0-BABC-4B40-ACCF-ED9EE8750AD6}.Debug|x64.Build.0 = Debug|x64
- {FB7B90E0-BABC-4B40-ACCF-ED9EE8750AD6}.Release|x64.ActiveCfg = Release|x64
- {FB7B90E0-BABC-4B40-ACCF-ED9EE8750AD6}.Release|x64.Build.0 = Release|x64
- {B7ABEA68-C3BF-4E04-A77D-10473902A5E3}.Debug|Win32.ActiveCfg = Debug|Win32
- {B7ABEA68-C3BF-4E04-A77D-10473902A5E3}.Debug|Win32.Build.0 = Debug|Win32
- {B7ABEA68-C3BF-4E04-A77D-10473902A5E3}.Release|Win32.ActiveCfg = Release|Win32
- {B7ABEA68-C3BF-4E04-A77D-10473902A5E3}.Release|Win32.Build.0 = Release|Win32
- {B7ABEA68-C3BF-4E04-A77D-10473902A5E3}.Debug|x64.ActiveCfg = Debug|x64
- {B7ABEA68-C3BF-4E04-A77D-10473902A5E3}.Debug|x64.Build.0 = Debug|x64
- {B7ABEA68-C3BF-4E04-A77D-10473902A5E3}.Release|x64.ActiveCfg = Release|x64
- {B7ABEA68-C3BF-4E04-A77D-10473902A5E3}.Release|x64.Build.0 = Release|x64
- {D6372638-968B-4FDC-A56F-C70C339E1448}.Debug|Win32.ActiveCfg = Debug|Win32
- {D6372638-968B-4FDC-A56F-C70C339E1448}.Debug|Win32.Build.0 = Debug|Win32
- {D6372638-968B-4FDC-A56F-C70C339E1448}.Release|Win32.ActiveCfg = Release|Win32
- {D6372638-968B-4FDC-A56F-C70C339E1448}.Release|Win32.Build.0 = Release|Win32
- {D6372638-968B-4FDC-A56F-C70C339E1448}.Debug|x64.ActiveCfg = Debug|x64
- {D6372638-968B-4FDC-A56F-C70C339E1448}.Debug|x64.Build.0 = Debug|x64
- {D6372638-968B-4FDC-A56F-C70C339E1448}.Release|x64.ActiveCfg = Release|x64
- {D6372638-968B-4FDC-A56F-C70C339E1448}.Release|x64.Build.0 = Release|x64
- {105C343E-EFA4-45C3-A954-A48D79504BE6}.Debug|Win32.ActiveCfg = Debug|Win32
- {105C343E-EFA4-45C3-A954-A48D79504BE6}.Debug|Win32.Build.0 = Debug|Win32
- {105C343E-EFA4-45C3-A954-A48D79504BE6}.Release|Win32.ActiveCfg = Release|Win32
- {105C343E-EFA4-45C3-A954-A48D79504BE6}.Release|Win32.Build.0 = Release|Win32
- {105C343E-EFA4-45C3-A954-A48D79504BE6}.Debug|x64.ActiveCfg = Debug|x64
- {105C343E-EFA4-45C3-A954-A48D79504BE6}.Debug|x64.Build.0 = Debug|x64
- {105C343E-EFA4-45C3-A954-A48D79504BE6}.Release|x64.ActiveCfg = Release|x64
- {105C343E-EFA4-45C3-A954-A48D79504BE6}.Release|x64.Build.0 = Release|x64
- {F97C7BE3-C238-4575-BBAF-5C5E42C7D6BF}.Debug|Win32.ActiveCfg = Debug|Win32
- {F97C7BE3-C238-4575-BBAF-5C5E42C7D6BF}.Debug|Win32.Build.0 = Debug|Win32
- {F97C7BE3-C238-4575-BBAF-5C5E42C7D6BF}.Release|Win32.ActiveCfg = Release|Win32
- {F97C7BE3-C238-4575-BBAF-5C5E42C7D6BF}.Release|Win32.Build.0 = Release|Win32
- {F97C7BE3-C238-4575-BBAF-5C5E42C7D6BF}.Debug|x64.ActiveCfg = Debug|x64
- {F97C7BE3-C238-4575-BBAF-5C5E42C7D6BF}.Debug|x64.Build.0 = Debug|x64
- {F97C7BE3-C238-4575-BBAF-5C5E42C7D6BF}.Release|x64.ActiveCfg = Release|x64
- {F97C7BE3-C238-4575-BBAF-5C5E42C7D6BF}.Release|x64.Build.0 = Release|x64
+ {93931C7A-00DC-4E0F-8D54-06A960AF23FC}.Debug|Win32.ActiveCfg = Debug|Win32
+ {93931C7A-00DC-4E0F-8D54-06A960AF23FC}.Debug|Win32.Build.0 = Debug|Win32
+ {93931C7A-00DC-4E0F-8D54-06A960AF23FC}.Release|Win32.ActiveCfg = Release|Win32
+ {93931C7A-00DC-4E0F-8D54-06A960AF23FC}.Release|Win32.Build.0 = Release|Win32
+ {93931C7A-00DC-4E0F-8D54-06A960AF23FC}.Debug|x64.ActiveCfg = Debug|x64
+ {93931C7A-00DC-4E0F-8D54-06A960AF23FC}.Debug|x64.Build.0 = Debug|x64
+ {93931C7A-00DC-4E0F-8D54-06A960AF23FC}.Release|x64.ActiveCfg = Release|x64
+ {93931C7A-00DC-4E0F-8D54-06A960AF23FC}.Release|x64.Build.0 = Release|x64
+ {339A0554-2E3D-4A12-B45C-8E2D7D59D7C2}.Debug|Win32.ActiveCfg = Debug|Win32
+ {339A0554-2E3D-4A12-B45C-8E2D7D59D7C2}.Debug|Win32.Build.0 = Debug|Win32
+ {339A0554-2E3D-4A12-B45C-8E2D7D59D7C2}.Release|Win32.ActiveCfg = Release|Win32
+ {339A0554-2E3D-4A12-B45C-8E2D7D59D7C2}.Release|Win32.Build.0 = Release|Win32
+ {339A0554-2E3D-4A12-B45C-8E2D7D59D7C2}.Debug|x64.ActiveCfg = Debug|x64
+ {339A0554-2E3D-4A12-B45C-8E2D7D59D7C2}.Debug|x64.Build.0 = Debug|x64
+ {339A0554-2E3D-4A12-B45C-8E2D7D59D7C2}.Release|x64.ActiveCfg = Release|x64
+ {339A0554-2E3D-4A12-B45C-8E2D7D59D7C2}.Release|x64.Build.0 = Release|x64
+ {321860DA-56D9-427A-A5C2-346DFE8FB529}.Debug|Win32.ActiveCfg = Debug|Win32
+ {321860DA-56D9-427A-A5C2-346DFE8FB529}.Debug|Win32.Build.0 = Debug|Win32
+ {321860DA-56D9-427A-A5C2-346DFE8FB529}.Release|Win32.ActiveCfg = Release|Win32
+ {321860DA-56D9-427A-A5C2-346DFE8FB529}.Release|Win32.Build.0 = Release|Win32
+ {321860DA-56D9-427A-A5C2-346DFE8FB529}.Debug|x64.ActiveCfg = Debug|x64
+ {321860DA-56D9-427A-A5C2-346DFE8FB529}.Debug|x64.Build.0 = Debug|x64
+ {321860DA-56D9-427A-A5C2-346DFE8FB529}.Release|x64.ActiveCfg = Release|x64
+ {321860DA-56D9-427A-A5C2-346DFE8FB529}.Release|x64.Build.0 = Release|x64
+ {22EED378-7FE9-4946-A653-05BB1EE20717}.Debug|Win32.ActiveCfg = Debug|Win32
+ {22EED378-7FE9-4946-A653-05BB1EE20717}.Debug|Win32.Build.0 = Debug|Win32
+ {22EED378-7FE9-4946-A653-05BB1EE20717}.Release|Win32.ActiveCfg = Release|Win32
+ {22EED378-7FE9-4946-A653-05BB1EE20717}.Release|Win32.Build.0 = Release|Win32
+ {22EED378-7FE9-4946-A653-05BB1EE20717}.Debug|x64.ActiveCfg = Debug|x64
+ {22EED378-7FE9-4946-A653-05BB1EE20717}.Debug|x64.Build.0 = Debug|x64
+ {22EED378-7FE9-4946-A653-05BB1EE20717}.Release|x64.ActiveCfg = Release|x64
+ {22EED378-7FE9-4946-A653-05BB1EE20717}.Release|x64.Build.0 = Release|x64
+ {474A1976-0414-48E7-9F2B-4FDED5BA700C}.Debug|Win32.ActiveCfg = Debug|Win32
+ {474A1976-0414-48E7-9F2B-4FDED5BA700C}.Debug|Win32.Build.0 = Debug|Win32
+ {474A1976-0414-48E7-9F2B-4FDED5BA700C}.Release|Win32.ActiveCfg = Release|Win32
+ {474A1976-0414-48E7-9F2B-4FDED5BA700C}.Release|Win32.Build.0 = Release|Win32
+ {474A1976-0414-48E7-9F2B-4FDED5BA700C}.Debug|x64.ActiveCfg = Debug|x64
+ {474A1976-0414-48E7-9F2B-4FDED5BA700C}.Debug|x64.Build.0 = Debug|x64
+ {474A1976-0414-48E7-9F2B-4FDED5BA700C}.Release|x64.ActiveCfg = Release|x64
+ {474A1976-0414-48E7-9F2B-4FDED5BA700C}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
- {FB7B90E0-BABC-4B40-ACCF-ED9EE8750AD6} = {6F33BAE3-DB33-414E-B171-55970896CDA4}
- {B7ABEA68-C3BF-4E04-A77D-10473902A5E3} = {4F587A41-3B93-4D50-8618-209293411F50}
- {D6372638-968B-4FDC-A56F-C70C339E1448} = {08A96B90-4662-4593-814D-28D16DC0D9DA}
- {105C343E-EFA4-45C3-A954-A48D79504BE6} = {49B24D3B-CFD4-43D8-BF54-6E34546EE7C5}
- {F97C7BE3-C238-4575-BBAF-5C5E42C7D6BF} = {0E4A0D1D-41F3-42EB-A79C-465B3C28744E}
- {4F587A41-3B93-4D50-8618-209293411F50} = {72335D2B-AB5E-4320-BBDD-B5A754017728}
- {08A96B90-4662-4593-814D-28D16DC0D9DA} = {72335D2B-AB5E-4320-BBDD-B5A754017728}
- {49B24D3B-CFD4-43D8-BF54-6E34546EE7C5} = {72335D2B-AB5E-4320-BBDD-B5A754017728}
+ {93931C7A-00DC-4E0F-8D54-06A960AF23FC} = {2E5F1FF5-DA6C-4935-8389-17811F54BC28}
+ {339A0554-2E3D-4A12-B45C-8E2D7D59D7C2} = {AB84BCF3-9781-47FE-9AF0-8D96FF6F27DE}
+ {321860DA-56D9-427A-A5C2-346DFE8FB529} = {CFF6A5A2-CF3E-413B-A36E-3B4B81657D5D}
+ {22EED378-7FE9-4946-A653-05BB1EE20717} = {15B79D52-B6B0-431E-AA93-EAF3D204EB81}
+ {474A1976-0414-48E7-9F2B-4FDED5BA700C} = {038A4A81-D088-4E25-AEE5-93D35BF5B25C}
+ {AB84BCF3-9781-47FE-9AF0-8D96FF6F27DE} = {B6C842E0-023A-40CE-84EA-76C0A7B366FD}
+ {CFF6A5A2-CF3E-413B-A36E-3B4B81657D5D} = {B6C842E0-023A-40CE-84EA-76C0A7B366FD}
+ {15B79D52-B6B0-431E-AA93-EAF3D204EB81} = {B6C842E0-023A-40CE-84EA-76C0A7B366FD}
EndGlobalSection
EndGlobal
diff --git a/biometrics/adapters/engine_adapter/EngineAdapter.vcxproj b/biometrics/adapters/engine_adapter/EngineAdapter.vcxproj
index 387629f5..aa87c108 100644
--- a/biometrics/adapters/engine_adapter/EngineAdapter.vcxproj
+++ b/biometrics/adapters/engine_adapter/EngineAdapter.vcxproj
@@ -19,13 +19,13 @@
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
- <ProjectGuid>{105C343E-EFA4-45C3-A954-A48D79504BE6}</ProjectGuid>
+ <ProjectGuid>{22EED378-7FE9-4946-A653-05BB1EE20717}</ProjectGuid>
<RootNamespace>$(MSBuildProjectName)</RootNamespace>
<SupportsPackaging>false</SupportsPackaging>
<RequiresPackageProject>true</RequiresPackageProject>
<Configuration Condition="'$(Configuration)' == ''">Debug</Configuration>
<Platform Condition="'$(Platform)' == ''">Win32</Platform>
- <SampleGuid>{48043DC3-C3FC-43D3-A670-1B6FC26854FA}</SampleGuid>
+ <SampleGuid>{9263013E-19E1-41D9-B085-8892CE56B9BB}</SampleGuid>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
diff --git a/biometrics/adapters/engine_adapter/EngineAdapter.vcxproj.Filters b/biometrics/adapters/engine_adapter/EngineAdapter.vcxproj.Filters
index 63a6f501..ab887f28 100644
--- a/biometrics/adapters/engine_adapter/EngineAdapter.vcxproj.Filters
+++ b/biometrics/adapters/engine_adapter/EngineAdapter.vcxproj.Filters
@@ -3,15 +3,15 @@
<ItemGroup>
<Filter Include="Source Files">
<Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx;*</Extensions>
- <UniqueIdentifier>{C52A92E2-8FD1-4C9B-8DA7-E18B129EB115}</UniqueIdentifier>
+ <UniqueIdentifier>{010878EC-7BA3-41C4-B355-5556C237FDE3}</UniqueIdentifier>
</Filter>
<Filter Include="Header Files">
<Extensions>h;hpp;hxx;hm;inl;inc;xsd</Extensions>
- <UniqueIdentifier>{05BE1FA8-D94F-4850-AB73-84FB6C537CCA}</UniqueIdentifier>
+ <UniqueIdentifier>{64493738-BBBD-46B2-995D-EF8EE18A251D}</UniqueIdentifier>
</Filter>
<Filter Include="Resource Files">
<Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms;man;xml</Extensions>
- <UniqueIdentifier>{C077B583-3F44-4B4F-BCA5-E76387B9F5C1}</UniqueIdentifier>
+ <UniqueIdentifier>{E0C063ED-18D1-4D6B-A62A-5E6CF79522C1}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
diff --git a/biometrics/adapters/sensor_adapter/SensorAdapter.vcxproj b/biometrics/adapters/sensor_adapter/SensorAdapter.vcxproj
index 9e0cc29c..008320a3 100644
--- a/biometrics/adapters/sensor_adapter/SensorAdapter.vcxproj
+++ b/biometrics/adapters/sensor_adapter/SensorAdapter.vcxproj
@@ -19,13 +19,13 @@
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
- <ProjectGuid>{D6372638-968B-4FDC-A56F-C70C339E1448}</ProjectGuid>
+ <ProjectGuid>{321860DA-56D9-427A-A5C2-346DFE8FB529}</ProjectGuid>
<RootNamespace>$(MSBuildProjectName)</RootNamespace>
<SupportsPackaging>false</SupportsPackaging>
<RequiresPackageProject>true</RequiresPackageProject>
<Configuration Condition="'$(Configuration)' == ''">Debug</Configuration>
<Platform Condition="'$(Platform)' == ''">Win32</Platform>
- <SampleGuid>{9A3072FA-B82D-4F09-B51C-E316E1D5967E}</SampleGuid>
+ <SampleGuid>{6166C525-23D0-4D3C-8DD3-1E3CB527FA23}</SampleGuid>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
diff --git a/biometrics/adapters/sensor_adapter/SensorAdapter.vcxproj.Filters b/biometrics/adapters/sensor_adapter/SensorAdapter.vcxproj.Filters
index 5de956b9..53f0b241 100644
--- a/biometrics/adapters/sensor_adapter/SensorAdapter.vcxproj.Filters
+++ b/biometrics/adapters/sensor_adapter/SensorAdapter.vcxproj.Filters
@@ -3,15 +3,15 @@
<ItemGroup>
<Filter Include="Source Files">
<Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx;*</Extensions>
- <UniqueIdentifier>{C204C4D5-940E-485F-AE8D-FFE0647C24A9}</UniqueIdentifier>
+ <UniqueIdentifier>{51205C64-E853-46B7-8706-03C4F355D3FB}</UniqueIdentifier>
</Filter>
<Filter Include="Header Files">
<Extensions>h;hpp;hxx;hm;inl;inc;xsd</Extensions>
- <UniqueIdentifier>{F784ED9B-1FF3-4FAA-99B0-440161B7AA8E}</UniqueIdentifier>
+ <UniqueIdentifier>{65E3A5BF-7427-4CB0-B6C7-F47537AC67BB}</UniqueIdentifier>
</Filter>
<Filter Include="Resource Files">
<Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms;man;xml</Extensions>
- <UniqueIdentifier>{AC8EF464-4442-49B1-9AFA-ED1AEA162B4E}</UniqueIdentifier>
+ <UniqueIdentifier>{05AE8E4A-3180-403D-BFB9-122DD85E0D1A}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
diff --git a/biometrics/adapters/storage_adapter/StorageAdapter.vcxproj b/biometrics/adapters/storage_adapter/StorageAdapter.vcxproj
index 4b72bca8..d9b4caf0 100644
--- a/biometrics/adapters/storage_adapter/StorageAdapter.vcxproj
+++ b/biometrics/adapters/storage_adapter/StorageAdapter.vcxproj
@@ -19,13 +19,13 @@
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
- <ProjectGuid>{B7ABEA68-C3BF-4E04-A77D-10473902A5E3}</ProjectGuid>
+ <ProjectGuid>{339A0554-2E3D-4A12-B45C-8E2D7D59D7C2}</ProjectGuid>
<RootNamespace>$(MSBuildProjectName)</RootNamespace>
<SupportsPackaging>false</SupportsPackaging>
<RequiresPackageProject>true</RequiresPackageProject>
<Configuration Condition="'$(Configuration)' == ''">Debug</Configuration>
<Platform Condition="'$(Platform)' == ''">Win32</Platform>
- <SampleGuid>{A18B4D8E-1329-49B7-B20C-BC4FCD005769}</SampleGuid>
+ <SampleGuid>{A09D774C-A1A4-4648-8599-3905585E696B}</SampleGuid>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
diff --git a/biometrics/adapters/storage_adapter/StorageAdapter.vcxproj.Filters b/biometrics/adapters/storage_adapter/StorageAdapter.vcxproj.Filters
index fa9088c8..92876497 100644
--- a/biometrics/adapters/storage_adapter/StorageAdapter.vcxproj.Filters
+++ b/biometrics/adapters/storage_adapter/StorageAdapter.vcxproj.Filters
@@ -3,15 +3,15 @@
<ItemGroup>
<Filter Include="Source Files">
<Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx;*</Extensions>
- <UniqueIdentifier>{0E001F97-1F21-4426-83CC-9917217142A5}</UniqueIdentifier>
+ <UniqueIdentifier>{EE3BFC89-6F03-422C-B8F1-B4F4764C10BB}</UniqueIdentifier>
</Filter>
<Filter Include="Header Files">
<Extensions>h;hpp;hxx;hm;inl;inc;xsd</Extensions>
- <UniqueIdentifier>{8286FF05-36A6-4565-884A-45E260B3A4EF}</UniqueIdentifier>
+ <UniqueIdentifier>{C5BD080B-5F54-4E1D-A8EB-7CD4F15F93CA}</UniqueIdentifier>
</Filter>
<Filter Include="Resource Files">
<Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms;man;xml</Extensions>
- <UniqueIdentifier>{75330418-4B06-44A9-8189-EB643689CB0C}</UniqueIdentifier>
+ <UniqueIdentifier>{105F62EC-5AF7-4EA7-BC5B-07BBDD5C3611}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
diff --git a/biometrics/driver/WudfBioUsbSample.inx b/biometrics/driver/WudfBioUsbSample.inx
index ccd35c83..4e73c050 100644
--- a/biometrics/driver/WudfBioUsbSample.inx
+++ b/biometrics/driver/WudfBioUsbSample.inx
Binary files differ
diff --git a/biometrics/driver/WudfBioUsbSample.vcxproj b/biometrics/driver/WudfBioUsbSample.vcxproj
index a64f4c3e..b1a9a989 100644
--- a/biometrics/driver/WudfBioUsbSample.vcxproj
+++ b/biometrics/driver/WudfBioUsbSample.vcxproj
@@ -19,7 +19,7 @@
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
- <ProjectGuid>{F97C7BE3-C238-4575-BBAF-5C5E42C7D6BF}</ProjectGuid>
+ <ProjectGuid>{474A1976-0414-48E7-9F2B-4FDED5BA700C}</ProjectGuid>
<RootNamespace>$(MSBuildProjectName)</RootNamespace>
<UMDF_VERSION_MAJOR>1</UMDF_VERSION_MAJOR>
<KMDF_VERSION_MAJOR>1</KMDF_VERSION_MAJOR>
@@ -27,7 +27,7 @@
<RequiresPackageProject>true</RequiresPackageProject>
<Configuration Condition="'$(Configuration)' == ''">Debug</Configuration>
<Platform Condition="'$(Platform)' == ''">Win32</Platform>
- <SampleGuid>{FCA7AD48-723F-4C66-B96E-EDE5724E4FA0}</SampleGuid>
+ <SampleGuid>{446E3007-2D5F-41DF-80D9-3B5FD3ACBF57}</SampleGuid>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
diff --git a/biometrics/driver/WudfBioUsbSample.vcxproj.Filters b/biometrics/driver/WudfBioUsbSample.vcxproj.Filters
index 5d3a3bf1..c663a7e0 100644
--- a/biometrics/driver/WudfBioUsbSample.vcxproj.Filters
+++ b/biometrics/driver/WudfBioUsbSample.vcxproj.Filters
@@ -3,19 +3,19 @@
<ItemGroup>
<Filter Include="Source Files">
<Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx;*</Extensions>
- <UniqueIdentifier>{882F87D8-8927-4528-9BB1-4C04321C6C1B}</UniqueIdentifier>
+ <UniqueIdentifier>{E6E929B2-2CDF-41CF-9E24-FC00BD508586}</UniqueIdentifier>
</Filter>
<Filter Include="Header Files">
<Extensions>h;hpp;hxx;hm;inl;inc;xsd</Extensions>
- <UniqueIdentifier>{C885C011-3876-45C7-806E-A49C965C0EA9}</UniqueIdentifier>
+ <UniqueIdentifier>{4197754B-41E9-46E9-BB6C-32A9FD55F25C}</UniqueIdentifier>
</Filter>
<Filter Include="Resource Files">
<Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms;man;xml</Extensions>
- <UniqueIdentifier>{5038EACF-350F-4A7F-A58C-493BE2164051}</UniqueIdentifier>
+ <UniqueIdentifier>{216999F8-06DE-407C-B349-8709AD141CCF}</UniqueIdentifier>
</Filter>
<Filter Include="Driver Files">
<Extensions>inf;inv;inx;mof;mc;</Extensions>
- <UniqueIdentifier>{830657F7-FD3F-4574-983E-BF35A8AB0072}</UniqueIdentifier>
+ <UniqueIdentifier>{41FD81A3-D683-4D3C-91BE-D00EB56515FE}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>