From ae1226b1bb5515654373d719d43bac23666c43ea Mon Sep 17 00:00:00 2001 From: Oscar Michael Abrina Date: Fri, 13 Nov 2020 10:23:48 -0800 Subject: [PATCH] Match WindowsTargetPlatformVersion across all MQTT VS Projects (#405) Simply updates the Visual Studio projects so that WindowsTargetPlatformVersion is set to 10.0 for all MQTT demos. --- .../coreMQTT_Windows_Simulator/MQTT_Keep_Alive/WIN32.vcxproj | 2 +- .../coreMQTT_Windows_Simulator/MQTT_Serializer/WIN32.vcxproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/MQTT_Keep_Alive/WIN32.vcxproj b/FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/MQTT_Keep_Alive/WIN32.vcxproj index 644d5bb670..bbf981cba2 100644 --- a/FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/MQTT_Keep_Alive/WIN32.vcxproj +++ b/FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/MQTT_Keep_Alive/WIN32.vcxproj @@ -13,7 +13,7 @@ {C686325E-3261-42F7-AEB1-DDE5280E1CEB} RTOSDemo - 10.0.17763.0 + 10.0 diff --git a/FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/MQTT_Serializer/WIN32.vcxproj b/FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/MQTT_Serializer/WIN32.vcxproj index ad38a0974e..1df88f7d2d 100644 --- a/FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/MQTT_Serializer/WIN32.vcxproj +++ b/FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/MQTT_Serializer/WIN32.vcxproj @@ -13,7 +13,7 @@ {C686325E-3261-42F7-AEB1-DDE5280E1CEB} RTOSDemo - 10.0.17763.0 + 10.0