summaryrefslogtreecommitdiff
path: root/wpd/WpdBasicHardwareDriver
diff options
context:
space:
mode:
authorkarlf <[email protected]>2016-08-11 13:28:13 -0700
committerkarlf <[email protected]>2016-08-11 13:28:13 -0700
commit96eb96dfb613e4c745db6bd1f53a92fe7e2290fc (patch)
treead5f3ede5cbcd6b598677ce41bcf8318471bdd92 /wpd/WpdBasicHardwareDriver
parent687b274aa38fd05c8c26e3068932121876d7f745 (diff)
Updated for "Windows 10 Anniversary Update" (Version 1607)
Diffstat (limited to 'wpd/WpdBasicHardwareDriver')
-rw-r--r--wpd/WpdBasicHardwareDriver/WpdBasicHardwareDriver.sln18
-rw-r--r--wpd/WpdBasicHardwareDriver/WpdBasicHardwareDriver.vcxproj4
-rw-r--r--wpd/WpdBasicHardwareDriver/WpdBasicHardwareDriver.vcxproj.Filters8
3 files changed, 15 insertions, 15 deletions
diff --git a/wpd/WpdBasicHardwareDriver/WpdBasicHardwareDriver.sln b/wpd/WpdBasicHardwareDriver/WpdBasicHardwareDriver.sln
index 33457e8f..df39a1bb 100644
--- a/wpd/WpdBasicHardwareDriver/WpdBasicHardwareDriver.sln
+++ b/wpd/WpdBasicHardwareDriver/WpdBasicHardwareDriver.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0
MinimumVisualStudioVersion = 12.0
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WpdBasicHardwareDriver", "WpdBasicHardwareDriver.vcxproj", "{6FEE397D-A6E1-4CDE-B820-9FE310350545}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WpdBasicHardwareDriver", "WpdBasicHardwareDriver.vcxproj", "{7A722DFC-8A5B-42CB-BC5D-BD6A66446260}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -13,14 +13,14 @@ Global
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {6FEE397D-A6E1-4CDE-B820-9FE310350545}.Debug|Win32.ActiveCfg = Debug|Win32
- {6FEE397D-A6E1-4CDE-B820-9FE310350545}.Debug|Win32.Build.0 = Debug|Win32
- {6FEE397D-A6E1-4CDE-B820-9FE310350545}.Release|Win32.ActiveCfg = Release|Win32
- {6FEE397D-A6E1-4CDE-B820-9FE310350545}.Release|Win32.Build.0 = Release|Win32
- {6FEE397D-A6E1-4CDE-B820-9FE310350545}.Debug|x64.ActiveCfg = Debug|x64
- {6FEE397D-A6E1-4CDE-B820-9FE310350545}.Debug|x64.Build.0 = Debug|x64
- {6FEE397D-A6E1-4CDE-B820-9FE310350545}.Release|x64.ActiveCfg = Release|x64
- {6FEE397D-A6E1-4CDE-B820-9FE310350545}.Release|x64.Build.0 = Release|x64
+ {7A722DFC-8A5B-42CB-BC5D-BD6A66446260}.Debug|Win32.ActiveCfg = Debug|Win32
+ {7A722DFC-8A5B-42CB-BC5D-BD6A66446260}.Debug|Win32.Build.0 = Debug|Win32
+ {7A722DFC-8A5B-42CB-BC5D-BD6A66446260}.Release|Win32.ActiveCfg = Release|Win32
+ {7A722DFC-8A5B-42CB-BC5D-BD6A66446260}.Release|Win32.Build.0 = Release|Win32
+ {7A722DFC-8A5B-42CB-BC5D-BD6A66446260}.Debug|x64.ActiveCfg = Debug|x64
+ {7A722DFC-8A5B-42CB-BC5D-BD6A66446260}.Debug|x64.Build.0 = Debug|x64
+ {7A722DFC-8A5B-42CB-BC5D-BD6A66446260}.Release|x64.ActiveCfg = Release|x64
+ {7A722DFC-8A5B-42CB-BC5D-BD6A66446260}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/wpd/WpdBasicHardwareDriver/WpdBasicHardwareDriver.vcxproj b/wpd/WpdBasicHardwareDriver/WpdBasicHardwareDriver.vcxproj
index de053bd5..2b702c2c 100644
--- a/wpd/WpdBasicHardwareDriver/WpdBasicHardwareDriver.vcxproj
+++ b/wpd/WpdBasicHardwareDriver/WpdBasicHardwareDriver.vcxproj
@@ -19,13 +19,13 @@
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
- <ProjectGuid>{6FEE397D-A6E1-4CDE-B820-9FE310350545}</ProjectGuid>
+ <ProjectGuid>{7A722DFC-8A5B-42CB-BC5D-BD6A66446260}</ProjectGuid>
<RootNamespace>$(MSBuildProjectName)</RootNamespace>
<UMDF_VERSION_MAJOR>1</UMDF_VERSION_MAJOR>
<KMDF_VERSION_MAJOR>1</KMDF_VERSION_MAJOR>
<Configuration Condition="'$(Configuration)' == ''">Debug</Configuration>
<Platform Condition="'$(Platform)' == ''">Win32</Platform>
- <SampleGuid>{50BBD547-66A9-4101-BE38-8ABEE625CC4C}</SampleGuid>
+ <SampleGuid>{67BF652A-585A-43F0-BAB1-C84527A6B802}</SampleGuid>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
diff --git a/wpd/WpdBasicHardwareDriver/WpdBasicHardwareDriver.vcxproj.Filters b/wpd/WpdBasicHardwareDriver/WpdBasicHardwareDriver.vcxproj.Filters
index 9d7efe83..2b0c894d 100644
--- a/wpd/WpdBasicHardwareDriver/WpdBasicHardwareDriver.vcxproj.Filters
+++ b/wpd/WpdBasicHardwareDriver/WpdBasicHardwareDriver.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>{B48EFD92-02C9-4F9D-8EDB-254B648FC6E3}</UniqueIdentifier>
+ <UniqueIdentifier>{87BC3193-63DE-407F-9D36-4672BA568413}</UniqueIdentifier>
</Filter>
<Filter Include="Header Files">
<Extensions>h;hpp;hxx;hm;inl;inc;xsd</Extensions>
- <UniqueIdentifier>{FFE2E9BE-A066-48D3-BD6B-0B45313789BE}</UniqueIdentifier>
+ <UniqueIdentifier>{34A617F5-BA38-4A42-80E9-F38C652127D4}</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>{171FE0CF-5996-447D-90DD-5C8A817C2CBA}</UniqueIdentifier>
+ <UniqueIdentifier>{B731F5B5-20D6-4344-A6C6-344B616EDE83}</UniqueIdentifier>
</Filter>
<Filter Include="Driver Files">
<Extensions>inf;inv;inx;mof;mc;</Extensions>
- <UniqueIdentifier>{8933E80A-2DCE-479E-B892-FFE35F130EC6}</UniqueIdentifier>
+ <UniqueIdentifier>{A6935631-CF1A-44E0-978B-A8A0D1F3E7D6}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>