summaryrefslogtreecommitdiff
path: root/nfc
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 /nfc
parent687b274aa38fd05c8c26e3068932121876d7f745 (diff)
Updated for "Windows 10 Anniversary Update" (Version 1607)
Diffstat (limited to 'nfc')
-rw-r--r--nfc/NfcSimulator.sln18
-rw-r--r--nfc/Simulator/Src/NfcDriverSim.vcxproj12
-rw-r--r--nfc/Simulator/Src/NfcDriverSim.vcxproj.Filters8
3 files changed, 19 insertions, 19 deletions
diff --git a/nfc/NfcSimulator.sln b/nfc/NfcSimulator.sln
index 06bb3316..a3591014 100644
--- a/nfc/NfcSimulator.sln
+++ b/nfc/NfcSimulator.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}") = "NfcDriverSim", "Simulator\Src\NfcDriverSim.vcxproj", "{E60D786C-D146-4B1A-835D-D62B883D7F00}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NfcDriverSim", "Simulator\Src\NfcDriverSim.vcxproj", "{BC62B395-FB88-48DC-8B6B-1161E81375A8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -13,14 +13,14 @@ Global
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {E60D786C-D146-4B1A-835D-D62B883D7F00}.Debug|Win32.ActiveCfg = Debug|Win32
- {E60D786C-D146-4B1A-835D-D62B883D7F00}.Debug|Win32.Build.0 = Debug|Win32
- {E60D786C-D146-4B1A-835D-D62B883D7F00}.Release|Win32.ActiveCfg = Release|Win32
- {E60D786C-D146-4B1A-835D-D62B883D7F00}.Release|Win32.Build.0 = Release|Win32
- {E60D786C-D146-4B1A-835D-D62B883D7F00}.Debug|x64.ActiveCfg = Debug|x64
- {E60D786C-D146-4B1A-835D-D62B883D7F00}.Debug|x64.Build.0 = Debug|x64
- {E60D786C-D146-4B1A-835D-D62B883D7F00}.Release|x64.ActiveCfg = Release|x64
- {E60D786C-D146-4B1A-835D-D62B883D7F00}.Release|x64.Build.0 = Release|x64
+ {BC62B395-FB88-48DC-8B6B-1161E81375A8}.Debug|Win32.ActiveCfg = Debug|Win32
+ {BC62B395-FB88-48DC-8B6B-1161E81375A8}.Debug|Win32.Build.0 = Debug|Win32
+ {BC62B395-FB88-48DC-8B6B-1161E81375A8}.Release|Win32.ActiveCfg = Release|Win32
+ {BC62B395-FB88-48DC-8B6B-1161E81375A8}.Release|Win32.Build.0 = Release|Win32
+ {BC62B395-FB88-48DC-8B6B-1161E81375A8}.Debug|x64.ActiveCfg = Debug|x64
+ {BC62B395-FB88-48DC-8B6B-1161E81375A8}.Debug|x64.Build.0 = Debug|x64
+ {BC62B395-FB88-48DC-8B6B-1161E81375A8}.Release|x64.ActiveCfg = Release|x64
+ {BC62B395-FB88-48DC-8B6B-1161E81375A8}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/nfc/Simulator/Src/NfcDriverSim.vcxproj b/nfc/Simulator/Src/NfcDriverSim.vcxproj
index 70b3e49c..17c6cbe9 100644
--- a/nfc/Simulator/Src/NfcDriverSim.vcxproj
+++ b/nfc/Simulator/Src/NfcDriverSim.vcxproj
@@ -19,18 +19,18 @@
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
- <ProjectGuid>{E60D786C-D146-4B1A-835D-D62B883D7F00}</ProjectGuid>
+ <ProjectGuid>{BC62B395-FB88-48DC-8B6B-1161E81375A8}</ProjectGuid>
<RootNamespace>$(MSBuildProjectName)</RootNamespace>
<UMDF_VERSION_MAJOR>2</UMDF_VERSION_MAJOR>
<Configuration Condition="'$(Configuration)' == ''">Debug</Configuration>
<Platform Condition="'$(Platform)' == ''">Win32</Platform>
- <SampleGuid>{2082F9B4-EC5F-4180-9398-6493BA69FB07}</SampleGuid>
+ <SampleGuid>{014F3466-9882-4003-A24F-B12A16B24747}</SampleGuid>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<TargetVersion>Windows10</TargetVersion>
<UseDebugLibraries>False</UseDebugLibraries>
- <DriverTargetPlatform>Desktop</DriverTargetPlatform>
+ <DriverTargetPlatform>Universal</DriverTargetPlatform>
<DriverType>UMDF</DriverType>
<PlatformToolset>WindowsUserModeDriver10.0</PlatformToolset>
<ConfigurationType>DynamicLibrary</ConfigurationType>
@@ -38,7 +38,7 @@
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<TargetVersion>Windows10</TargetVersion>
<UseDebugLibraries>True</UseDebugLibraries>
- <DriverTargetPlatform>Desktop</DriverTargetPlatform>
+ <DriverTargetPlatform>Universal</DriverTargetPlatform>
<DriverType>UMDF</DriverType>
<PlatformToolset>WindowsUserModeDriver10.0</PlatformToolset>
<ConfigurationType>DynamicLibrary</ConfigurationType>
@@ -46,7 +46,7 @@
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<TargetVersion>Windows10</TargetVersion>
<UseDebugLibraries>False</UseDebugLibraries>
- <DriverTargetPlatform>Desktop</DriverTargetPlatform>
+ <DriverTargetPlatform>Universal</DriverTargetPlatform>
<DriverType>UMDF</DriverType>
<PlatformToolset>WindowsUserModeDriver10.0</PlatformToolset>
<ConfigurationType>DynamicLibrary</ConfigurationType>
@@ -54,7 +54,7 @@
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<TargetVersion>Windows10</TargetVersion>
<UseDebugLibraries>True</UseDebugLibraries>
- <DriverTargetPlatform>Desktop</DriverTargetPlatform>
+ <DriverTargetPlatform>Universal</DriverTargetPlatform>
<DriverType>UMDF</DriverType>
<PlatformToolset>WindowsUserModeDriver10.0</PlatformToolset>
<ConfigurationType>DynamicLibrary</ConfigurationType>
diff --git a/nfc/Simulator/Src/NfcDriverSim.vcxproj.Filters b/nfc/Simulator/Src/NfcDriverSim.vcxproj.Filters
index bc53424e..b6adf9b6 100644
--- a/nfc/Simulator/Src/NfcDriverSim.vcxproj.Filters
+++ b/nfc/Simulator/Src/NfcDriverSim.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>{F02AF408-2502-49D2-B3D0-F9C353878FA6}</UniqueIdentifier>
+ <UniqueIdentifier>{76D5FB5D-62E1-4776-AF97-91F503EFEFF2}</UniqueIdentifier>
</Filter>
<Filter Include="Header Files">
<Extensions>h;hpp;hxx;hm;inl;inc;xsd</Extensions>
- <UniqueIdentifier>{18A112F1-3B09-4196-8A5A-4D653CB64F5C}</UniqueIdentifier>
+ <UniqueIdentifier>{41AA9919-88E7-40CC-A21D-3C84604768F9}</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>{85A45C49-C7DD-4CD3-85D3-AFB43AFF2962}</UniqueIdentifier>
+ <UniqueIdentifier>{40A50AFE-5B2A-4A4D-9281-A0C19701527E}</UniqueIdentifier>
</Filter>
<Filter Include="Driver Files">
<Extensions>inf;inv;inx;mof;mc;</Extensions>
- <UniqueIdentifier>{7D686BE0-2BB7-4EB9-B71C-9A7698008D64}</UniqueIdentifier>
+ <UniqueIdentifier>{6124D056-8E8D-4498-A8A3-E2DCAA0C5AB9}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>