From 279a801e42e2e91744b614d20485f5ca1302a4b2 Mon Sep 17 00:00:00 2001 From: Jason Carroll Date: Wed, 2 Nov 2022 14:39:10 -0700 Subject: [PATCH] Fix jobs demo build. --- .../AWS/Jobs_Windows_Simulator/Jobs_Demo/Jobs_Demo.vcxproj | 2 ++ .../Jobs_Demo/Jobs_Demo.vcxproj.filters | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/FreeRTOS-Plus/Demo/AWS/Jobs_Windows_Simulator/Jobs_Demo/Jobs_Demo.vcxproj b/FreeRTOS-Plus/Demo/AWS/Jobs_Windows_Simulator/Jobs_Demo/Jobs_Demo.vcxproj index fda9cb8aee..f1cdf10a3c 100644 --- a/FreeRTOS-Plus/Demo/AWS/Jobs_Windows_Simulator/Jobs_Demo/Jobs_Demo.vcxproj +++ b/FreeRTOS-Plus/Demo/AWS/Jobs_Windows_Simulator/Jobs_Demo/Jobs_Demo.vcxproj @@ -166,6 +166,7 @@ + @@ -181,6 +182,7 @@ + diff --git a/FreeRTOS-Plus/Demo/AWS/Jobs_Windows_Simulator/Jobs_Demo/Jobs_Demo.vcxproj.filters b/FreeRTOS-Plus/Demo/AWS/Jobs_Windows_Simulator/Jobs_Demo/Jobs_Demo.vcxproj.filters index 289d3188e7..3513f77d8c 100644 --- a/FreeRTOS-Plus/Demo/AWS/Jobs_Windows_Simulator/Jobs_Demo/Jobs_Demo.vcxproj.filters +++ b/FreeRTOS-Plus/Demo/AWS/Jobs_Windows_Simulator/Jobs_Demo/Jobs_Demo.vcxproj.filters @@ -99,6 +99,9 @@ Additional Libraries\Backoff Algorithm + + Source Files + @@ -140,5 +143,8 @@ Additional Libraries\Backoff Algorithm\include + + Header Files + \ No newline at end of file