From fc9d1252e94976cb7ddd5d93404c08642f8f0b4d Mon Sep 17 00:00:00 2001 From: Keith Melmon Date: Mon, 13 Apr 2020 19:03:44 -0700 Subject: [PATCH 1/2] add missing headers to proj file --- .../Microsoft.ReactNative.vcxproj | 5 +++++ .../Microsoft.ReactNative.vcxproj.filters | 15 +++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/vnext/Microsoft.ReactNative/Microsoft.ReactNative.vcxproj b/vnext/Microsoft.ReactNative/Microsoft.ReactNative.vcxproj index 0029edaedf3..642446ab750 100644 --- a/vnext/Microsoft.ReactNative/Microsoft.ReactNative.vcxproj +++ b/vnext/Microsoft.ReactNative/Microsoft.ReactNative.vcxproj @@ -171,6 +171,11 @@ + + + + + diff --git a/vnext/Microsoft.ReactNative/Microsoft.ReactNative.vcxproj.filters b/vnext/Microsoft.ReactNative/Microsoft.ReactNative.vcxproj.filters index ebbec354228..4a536c8b629 100644 --- a/vnext/Microsoft.ReactNative/Microsoft.ReactNative.vcxproj.filters +++ b/vnext/Microsoft.ReactNative/Microsoft.ReactNative.vcxproj.filters @@ -485,6 +485,21 @@ Utils + + Views + + + Views + + + Views + + + Views + + + Views + Views From d60873d36db2b9e3c5e08c9f3d7f01ce854dca77 Mon Sep 17 00:00:00 2001 From: Keith Melmon Date: Mon, 13 Apr 2020 19:04:09 -0700 Subject: [PATCH 2/2] Change files --- ...native-windows-2020-04-13-19-04-08-PasswordBoxFix.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 change/react-native-windows-2020-04-13-19-04-08-PasswordBoxFix.json diff --git a/change/react-native-windows-2020-04-13-19-04-08-PasswordBoxFix.json b/change/react-native-windows-2020-04-13-19-04-08-PasswordBoxFix.json new file mode 100644 index 00000000000..2de3208bd1b --- /dev/null +++ b/change/react-native-windows-2020-04-13-19-04-08-PasswordBoxFix.json @@ -0,0 +1,8 @@ +{ + "type": "prerelease", + "comment": "add missing headers to proj file", + "packageName": "react-native-windows", + "email": "kmelmon@microsoft.com", + "dependentChangeType": "patch", + "date": "2020-04-14T02:04:08.752Z" +} \ No newline at end of file