From 19dc8f15c2258d64cbfbe3491ace93d6c2bafd05 Mon Sep 17 00:00:00 2001 From: Keith Melmon Date: Sat, 18 Apr 2020 14:07:21 -0700 Subject: [PATCH 1/3] fix include paths --- .../Microsoft.ReactNative.vcxproj | 18 +++++++++--------- .../Microsoft.ReactNative.vcxproj.filters | 18 +++++++++--------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/vnext/Microsoft.ReactNative/Microsoft.ReactNative.vcxproj b/vnext/Microsoft.ReactNative/Microsoft.ReactNative.vcxproj index 2ba8b5f70d5..50a4e0e8f53 100644 --- a/vnext/Microsoft.ReactNative/Microsoft.ReactNative.vcxproj +++ b/vnext/Microsoft.ReactNative/Microsoft.ReactNative.vcxproj @@ -223,15 +223,15 @@ - - - - - - - - - + + + + + + + + + diff --git a/vnext/Microsoft.ReactNative/Microsoft.ReactNative.vcxproj.filters b/vnext/Microsoft.ReactNative/Microsoft.ReactNative.vcxproj.filters index 3fe649bb226..3b221e531d0 100644 --- a/vnext/Microsoft.ReactNative/Microsoft.ReactNative.vcxproj.filters +++ b/vnext/Microsoft.ReactNative/Microsoft.ReactNative.vcxproj.filters @@ -458,31 +458,31 @@ Polyester - + Utils - + Utils - + Utils - + Utils - + Utils - + Utils - + Utils - + Utils - + Utils From a9977ee84d41b095b35b8416d8d4f692342ec46b Mon Sep 17 00:00:00 2001 From: Keith Melmon Date: Sat, 18 Apr 2020 14:07:47 -0700 Subject: [PATCH 2/3] Change files --- ...t-native-windows-2020-04-18-14-07-46-fix-includes.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 change/react-native-windows-2020-04-18-14-07-46-fix-includes.json diff --git a/change/react-native-windows-2020-04-18-14-07-46-fix-includes.json b/change/react-native-windows-2020-04-18-14-07-46-fix-includes.json new file mode 100644 index 00000000000..0e4d5bc5f5c --- /dev/null +++ b/change/react-native-windows-2020-04-18-14-07-46-fix-includes.json @@ -0,0 +1,8 @@ +{ + "type": "prerelease", + "comment": "applying package updates ***NO_CI***", + "packageName": "react-native-windows", + "email": "kmelmon@microsoft.com", + "dependentChangeType": "patch", + "date": "2020-04-18T21:07:46.779Z" +} \ No newline at end of file From fdd5ceda46603210241fc5fdf519ca0d0f01bde4 Mon Sep 17 00:00:00 2001 From: Keith Melmon Date: Sat, 18 Apr 2020 14:08:28 -0700 Subject: [PATCH 3/3] fix include paths --- .../react-native-windows-2020-04-18-14-07-46-fix-includes.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/change/react-native-windows-2020-04-18-14-07-46-fix-includes.json b/change/react-native-windows-2020-04-18-14-07-46-fix-includes.json index 0e4d5bc5f5c..4f86a406153 100644 --- a/change/react-native-windows-2020-04-18-14-07-46-fix-includes.json +++ b/change/react-native-windows-2020-04-18-14-07-46-fix-includes.json @@ -1,6 +1,6 @@ { "type": "prerelease", - "comment": "applying package updates ***NO_CI***", + "comment": "fix include paths", "packageName": "react-native-windows", "email": "kmelmon@microsoft.com", "dependentChangeType": "patch",