diff --git a/change/react-native-windows-2020-05-22-14-51-34-0.62-stable.json b/change/react-native-windows-2020-05-22-14-51-34-0.62-stable.json
new file mode 100644
index 00000000000..b9fe7050941
--- /dev/null
+++ b/change/react-native-windows-2020-05-22-14-51-34-0.62-stable.json
@@ -0,0 +1,8 @@
+{
+ "type": "prerelease",
+ "comment": "Cherry-pick \"Remove V8 and Hermes by default\"",
+ "packageName": "react-native-windows",
+ "email": "tudorm@microsoft.com",
+ "dependentChangeType": "patch",
+ "date": "2020-05-22T21:51:34.193Z"
+}
diff --git a/packages/E2ETest/windows/ReactUWPTestApp.sln b/packages/E2ETest/windows/ReactUWPTestApp.sln
index fc8d5c38e59..6bbdf7ac8f9 100644
--- a/packages/E2ETest/windows/ReactUWPTestApp.sln
+++ b/packages/E2ETest/windows/ReactUWPTestApp.sln
@@ -43,7 +43,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TreeDumpLibrary", "TreeDump
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
- ..\..\..\vnext\Microsoft.ReactNative.SharedManaged\Microsoft.ReactNative.SharedManaged.projitems*{67a1076f-7790-4203-86ea-4402ccb5e782}*SharedItemsImports = 13
+ ..\..\..\vnext\ReactWindowsCore\ReactWindowsCore.vcxitems*{11c084a3-a57c-4296-a679-cac17b603144}*SharedItemsImports = 4
..\..\..\vnext\JSI\Shared\JSI.Shared.vcxitems*{a62d504a-16b8-41d2-9f19-e2e86019e5e4}*SharedItemsImports = 4
..\..\..\vnext\Microsoft.ReactNative.SharedManaged\Microsoft.ReactNative.SharedManaged.projitems*{abbb0407-0e82-486f-94ce-710900fcaadc}*SharedItemsImports = 4
..\..\..\vnext\Microsoft.ReactNative.SharedManaged\Microsoft.ReactNative.SharedManaged.projitems*{c0a6bd9c-3ee5-4b12-8ce4-cee95178539c}*SharedItemsImports = 4
diff --git a/packages/playground/windows/playground-win32.sln b/packages/playground/windows/playground-win32.sln
index 8b30f151e52..0d87eef44f0 100644
--- a/packages/playground/windows/playground-win32.sln
+++ b/packages/playground/windows/playground-win32.sln
@@ -40,10 +40,12 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Common", "..\..\..\vnext\Co
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
+ ..\..\..\vnext\ReactWindowsCore\ReactWindowsCore.vcxitems*{11c084a3-a57c-4296-a679-cac17b603144}*SharedItemsImports = 4
..\..\..\vnext\Chakra\Chakra.vcxitems*{2d5d43d9-cffc-4c40-b4cd-02efb4e2742b}*SharedItemsImports = 4
..\..\..\vnext\Mso\Mso.vcxitems*{2d5d43d9-cffc-4c40-b4cd-02efb4e2742b}*SharedItemsImports = 4
..\..\..\vnext\Shared\Shared.vcxitems*{2d5d43d9-cffc-4c40-b4cd-02efb4e2742b}*SharedItemsImports = 4
..\..\..\vnext\JSI\Shared\JSI.Shared.vcxitems*{a62d504a-16b8-41d2-9f19-e2e86019e5e4}*SharedItemsImports = 4
+ ..\..\..\vnext\Microsoft.ReactNative.Cxx\Microsoft.ReactNative.Cxx.vcxitems*{da8b35b3-da00-4b02-bde6-6a397b3fd46b}*SharedItemsImports = 9
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|ARM = Debug|ARM
diff --git a/packages/playground/windows/playground-win32/Playground-win32.vcxproj b/packages/playground/windows/playground-win32/Playground-win32.vcxproj
index 3d8ffa2eef5..c65a7e66636 100644
--- a/packages/playground/windows/playground-win32/Playground-win32.vcxproj
+++ b/packages/playground/windows/playground-win32/Playground-win32.vcxproj
@@ -70,8 +70,6 @@
pch.h
true
Level3
- USE_V8;%(PreprocessorDefinitions)
- USE_HERMES;%(PreprocessorDefinitions)
shell32.lib;user32.lib;windowsapp.lib;$(ReactNativeWindowsDir)target\$(PlatformTarget)\$(Configuration)\ReactUWP\React.uwp.lib;%(AdditionalDependenices)
diff --git a/packages/playground/windows/playground.sln b/packages/playground/windows/playground.sln
index ba7822ac2d1..ec5eba1ee78 100644
--- a/packages/playground/windows/playground.sln
+++ b/packages/playground/windows/playground.sln
@@ -43,6 +43,7 @@ EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
..\..\..\vnext\JSI\Shared\JSI.Shared.vcxitems*{0cc28589-39e4-4288-b162-97b959f8b843}*SharedItemsImports = 9
+ ..\..\..\vnext\ReactWindowsCore\ReactWindowsCore.vcxitems*{11c084a3-a57c-4296-a679-cac17b603144}*SharedItemsImports = 4
..\..\..\vnext\Shared\Shared.vcxitems*{2049dbe9-8d13-42c9-ae4b-413ae38fffd0}*SharedItemsImports = 9
..\..\..\vnext\Microsoft.ReactNative.SharedManaged\Microsoft.ReactNative.SharedManaged.projitems*{67a1076f-7790-4203-86ea-4402ccb5e782}*SharedItemsImports = 13
..\..\..\vnext\Microsoft.ReactNative.Cxx\Microsoft.ReactNative.Cxx.vcxitems*{6b6aa847-b32f-41ac-9d3b-48a8cdfa8ade}*SharedItemsImports = 4
diff --git a/vnext/Desktop.DLL/React.Windows.Desktop.DLL.vcxproj b/vnext/Desktop.DLL/React.Windows.Desktop.DLL.vcxproj
index 09ecc50f835..4a099936fca 100644
--- a/vnext/Desktop.DLL/React.Windows.Desktop.DLL.vcxproj
+++ b/vnext/Desktop.DLL/React.Windows.Desktop.DLL.vcxproj
@@ -23,6 +23,7 @@
{88BAB0FA-E1AC-4DA7-A30C-F91702A8EADB}
React.Windows.Desktop.DLL
react-native-win32
+ true
@@ -62,10 +63,8 @@
WIN32;
_WINDOWS;
_USRDLL;
- REACTNATIVEWIN32_EXPORTS;
FOLLY_NO_CONFIG;
NOMINMAX;
- GLOG_NO_ABBREVIATED_SEVERITIES;
_HAS_AUTO_PTR_ETC;
CHAKRACORE;
RN_EXPORT=;
@@ -123,21 +122,6 @@
-
- {fca38f3c-7c73-4c47-be4e-32f77fa8538d}
-
-
- {A990658C-CE31-4BCC-976F-0FC6B1AF693D}
-
-
- {74085F13-2DDE-45E5-A0CA-927AC9D0B953}
-
-
- {A9D95A91-4DB7-4F72-BEB6-FE8A5C89BFBD}
-
-
- {11C084A3-A57C-4296-A679-CAC17B603144}
-
{95048601-C3DC-475F-ADF8-7C0C764C10D5}
@@ -170,6 +154,7 @@
This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.
+
diff --git a/vnext/Desktop.DLL/packages.config b/vnext/Desktop.DLL/packages.config
index 50494a3bc9d..aa1174628fc 100644
--- a/vnext/Desktop.DLL/packages.config
+++ b/vnext/Desktop.DLL/packages.config
@@ -4,4 +4,5 @@
+
\ No newline at end of file
diff --git a/vnext/Desktop.IntegrationTests/React.Windows.Desktop.IntegrationTests.vcxproj b/vnext/Desktop.IntegrationTests/React.Windows.Desktop.IntegrationTests.vcxproj
index 8276fcba366..c721e1477ce 100644
--- a/vnext/Desktop.IntegrationTests/React.Windows.Desktop.IntegrationTests.vcxproj
+++ b/vnext/Desktop.IntegrationTests/React.Windows.Desktop.IntegrationTests.vcxproj
@@ -23,6 +23,7 @@
{E0D269B4-D7F0-4C4E-92CD-B2C06109A2BB}
React.Windows.Desktop.IntegrationTests
true
+ true
@@ -54,10 +55,8 @@
_WIN32_WINNT=$(WinVer);
WIN32;
_WINDOWS;
- REACTNATIVEWIN32_EXPORTS;
FOLLY_NO_CONFIG;
NOMINMAX;
- GLOG_NO_ABBREVIATED_SEVERITIES;
_HAS_AUTO_PTR_ETC;
CHAKRACORE;
RN_PLATFORM=windesktop;
@@ -103,21 +102,9 @@
-
- {fca38f3c-7c73-4c47-be4e-32f77fa8538d}
-
{A990658C-CE31-4BCC-976F-0FC6B1AF693D}
-
- {74085F13-2DDE-45E5-A0CA-927AC9D0B953}
-
-
- {A9D95A91-4DB7-4F72-BEB6-FE8A5C89BFBD}
-
-
- {11C084A3-A57C-4296-A679-CAC17B603144}
-
{700A84FD-F92A-43F1-8D06-B0E0745DF9B5}
diff --git a/vnext/Desktop.UnitTests/React.Windows.Desktop.UnitTests.vcxproj b/vnext/Desktop.UnitTests/React.Windows.Desktop.UnitTests.vcxproj
index 548a182d84d..b16e373d0ee 100644
--- a/vnext/Desktop.UnitTests/React.Windows.Desktop.UnitTests.vcxproj
+++ b/vnext/Desktop.UnitTests/React.Windows.Desktop.UnitTests.vcxproj
@@ -53,10 +53,8 @@
_WIN32_WINNT=$(WinVer);
WIN32;
_WINDOWS;
- REACTNATIVEWIN32_EXPORTS;
FOLLY_NO_CONFIG;
NOMINMAX;
- GLOG_NO_ABBREVIATED_SEVERITIES;
_HAS_AUTO_PTR_ETC;
CHAKRACORE;
RN_EXPORT=;
diff --git a/vnext/Desktop/React.Windows.Desktop.vcxproj b/vnext/Desktop/React.Windows.Desktop.vcxproj
index a95ef3c358f..556cb33f4db 100644
--- a/vnext/Desktop/React.Windows.Desktop.vcxproj
+++ b/vnext/Desktop/React.Windows.Desktop.vcxproj
@@ -33,6 +33,7 @@
C++/WinRT
2
true
+ true
true
@@ -71,10 +72,8 @@
_WIN32_WINNT=$(WinVer);
WIN32;
_WINDOWS;
- REACTNATIVEWIN32_EXPORTS;
FOLLY_NO_CONFIG;
NOMINMAX;
- GLOG_NO_ABBREVIATED_SEVERITIES;
_HAS_AUTO_PTR_ETC;
CHAKRACORE;
RN_PLATFORM=win32;
@@ -178,7 +177,7 @@
{A9D95A91-4DB7-4F72-BEB6-FE8A5C89BFBD}
-
+
{11C084A3-A57C-4296-A679-CAC17B603144}
@@ -195,6 +194,7 @@
This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.
+
diff --git a/vnext/IntegrationTests/React.Windows.IntegrationTests.vcxproj b/vnext/IntegrationTests/React.Windows.IntegrationTests.vcxproj
index 470ab3aadbd..1023d7466b2 100644
--- a/vnext/IntegrationTests/React.Windows.IntegrationTests.vcxproj
+++ b/vnext/IntegrationTests/React.Windows.IntegrationTests.vcxproj
@@ -64,9 +64,6 @@
{fca38f3c-7c73-4c47-be4e-32f77fa8538d}
-
- {11C084A3-A57C-4296-A679-CAC17B603144}
-
diff --git a/vnext/JSI.Desktop.UnitTests/JSI.Desktop.UnitTests.vcxproj b/vnext/JSI.Desktop.UnitTests/JSI.Desktop.UnitTests.vcxproj
index 690ef7b7fa4..c51a6f46a48 100644
--- a/vnext/JSI.Desktop.UnitTests/JSI.Desktop.UnitTests.vcxproj
+++ b/vnext/JSI.Desktop.UnitTests/JSI.Desktop.UnitTests.vcxproj
@@ -16,6 +16,7 @@
{6f354505-fe3a-4bd2-a9a6-d12bbf37a85c}
JSI.Desktop.UnitTests
+ true
@@ -25,16 +26,9 @@
-
-
-
-
-
-
-
$(ReactNativeWindowsDir);$(ReactNativeWindowsDir)Common;$(ReactNativeWindowsDir)stubs;$(FollyDir);$(ReactNativeDir)\ReactCommon;$(JSI_Source);$(ReactNativeWindowsDir)ReactWindowsCore;$(ReactNativeWindowsDir)\ReactWindowsCore\tracing;$(ReactNativeWindowsDir)include\ReactWindowsCore;$(ReactNativeWindowsDir)Desktop;$(ReactNativeWindowsDir)IntegrationTests;$(ReactNativeWindowsDir)JSI\Shared;$(MSBuildProjectDirectory);$(ReactNativeDir)\ReactCommon\callinvoker;$(IncludePath)
true
@@ -52,10 +46,8 @@
_WIN32_WINNT=$(WinVer);
WIN32;
_WINDOWS;
- REACTNATIVEWIN32_EXPORTS;
FOLLY_NO_CONFIG;
NOMINMAX;
- GLOG_NO_ABBREVIATED_SEVERITIES;
_HAS_AUTO_PTR_ETC;
CHAKRACORE;
RN_EXPORT=;
@@ -72,16 +64,8 @@
-minpdbpathlen:256
-
- comsuppw.lib;
delayimp.lib;
- Shlwapi.lib;
- Winhttp.lib;
%(AdditionalDependencies)
DebugFull
@@ -118,21 +102,9 @@
-
- {fca38f3c-7c73-4c47-be4e-32f77fa8538d}
-
-
- {A990658C-CE31-4BCC-976F-0FC6B1AF693D}
-
-
- {74085F13-2DDE-45E5-A0CA-927AC9D0B953}
-
{A9D95A91-4DB7-4F72-BEB6-FE8A5C89BFBD}
-
- {11C084A3-A57C-4296-A679-CAC17B603144}
-
{95048601-C3DC-475F-ADF8-7C0C764C10D5}
@@ -157,6 +129,7 @@
This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.
+
diff --git a/vnext/JSI.Desktop.UnitTests/packages.config b/vnext/JSI.Desktop.UnitTests/packages.config
index d9a6b100a5f..87f1304896e 100644
--- a/vnext/JSI.Desktop.UnitTests/packages.config
+++ b/vnext/JSI.Desktop.UnitTests/packages.config
@@ -6,4 +6,5 @@
+
\ No newline at end of file
diff --git a/vnext/JSI/Desktop/JSI.Desktop.vcxproj b/vnext/JSI/Desktop/JSI.Desktop.vcxproj
index 361386ab7ab..58788a35444 100644
--- a/vnext/JSI/Desktop/JSI.Desktop.vcxproj
+++ b/vnext/JSI/Desktop/JSI.Desktop.vcxproj
@@ -21,6 +21,7 @@
{17DD1B17-3094-40DD-9373-AC2497932ECA}
JSI.Desktop
+ true
@@ -48,14 +49,14 @@
NotUsing
- CHAKRACORE_UWP;%(PreprocessorDefinitions)
+ CHAKRACORE_UWP;%(PreprocessorDefinitions)
CHAKRACORE;%(PreprocessorDefinitions)
%(AdditionalOptions) /Zc:strictStrings
- $(ChakraCoreInclude);$(ChakraCoreDebugInclude);%(AdditionalIncludeDirectories)
+ $(ChakraCoreInclude);$(ChakraCoreDebugInclude);%(AdditionalIncludeDirectories)
ChakraCore.Debugger.Protocol.lib;ChakraCore.Debugger.ProtocolHandler.lib;ChakraCore.Debugger.Service.lib;ChakraCore.lib;%(AdditionalDependencies)
@@ -73,11 +74,6 @@
-
-
- {fca38f3c-7c73-4c47-be4e-32f77fa8538d}
-
-
@@ -88,6 +84,7 @@
This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.
+
diff --git a/vnext/JSI/Universal/JSI.Universal.vcxproj b/vnext/JSI/Universal/JSI.Universal.vcxproj
index 703641c26dd..4f994f6133b 100644
--- a/vnext/JSI/Universal/JSI.Universal.vcxproj
+++ b/vnext/JSI/Universal/JSI.Universal.vcxproj
@@ -94,11 +94,6 @@
-
-
- {fca38f3c-7c73-4c47-be4e-32f77fa8538d}
-
-
diff --git a/vnext/Microsoft.ReactNative.sln b/vnext/Microsoft.ReactNative.sln
index ee46a960a52..d1fdaa3e7dc 100644
--- a/vnext/Microsoft.ReactNative.sln
+++ b/vnext/Microsoft.ReactNative.sln
@@ -29,6 +29,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Mso", "Mso\Mso.vcxitems", "
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Mso.UnitTests", "Mso.UnitTests\Mso.UnitTests.vcxproj", "{1958CEAA-FBE0-44E3-8A99-90AD85531FFE}"
EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ReactWindowsCore", "ReactWindowsCore\ReactWindowsCore.vcxitems", "{11c084a3-a57c-4296-a679-cac17b603145}"
+EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ReactWindowsCore", "ReactWindowsCore\ReactWindowsCore.vcxproj", "{11C084A3-A57C-4296-A679-CAC17B603144}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Shared", "Shared\Shared.vcxitems", "{2049DBE9-8D13-42C9-AE4B-413AE38FFFD0}"
diff --git a/vnext/Microsoft.ReactNative/Microsoft.ReactNative.vcxproj b/vnext/Microsoft.ReactNative/Microsoft.ReactNative.vcxproj
index 56ca6846dd9..dcbeb4878b2 100644
--- a/vnext/Microsoft.ReactNative/Microsoft.ReactNative.vcxproj
+++ b/vnext/Microsoft.ReactNative/Microsoft.ReactNative.vcxproj
@@ -125,8 +125,6 @@
-->
CHAKRACORE;CHAKRACORE_UWP;%(PreprocessorDefinitions)
USE_EDGEMODE_JSRT;%(PreprocessorDefinitions)
- USE_HERMES;%(PreprocessorDefinitions)
- USE_V8;%(PreprocessorDefinitions)
REACTWINDOWS_BUILD;
RN_PLATFORM=windows;
diff --git a/vnext/PropertySheets/React.Cpp.props b/vnext/PropertySheets/React.Cpp.props
index 264a9a37c7c..f191493c0f9 100644
--- a/vnext/PropertySheets/React.Cpp.props
+++ b/vnext/PropertySheets/React.Cpp.props
@@ -27,7 +27,7 @@
0.1.6
$(SolutionDir)packages\ReactNative.Hermes.Windows.$(HERMES_Version)
- true
+ false
0.2.7
$(SolutionDir)packages\ReactNative.V8Jsi.Windows.$(V8_Version)
@@ -46,6 +46,8 @@
ENABLE_ETW_TRACING;%(PreprocessorDefinitions)
ENABLE_JS_SYSTRACE_TO_ETW;WITH_FBSYSTRACE;%(PreprocessorDefinitions)
+ USE_HERMES;%(PreprocessorDefinitions)
+ USE_V8;%(PreprocessorDefinitions)
diff --git a/vnext/ReactUWP/ReactUWP.vcxproj b/vnext/ReactUWP/ReactUWP.vcxproj
index 7f5d4ab90d3..5a81a3b8f80 100644
--- a/vnext/ReactUWP/ReactUWP.vcxproj
+++ b/vnext/ReactUWP/ReactUWP.vcxproj
@@ -87,8 +87,6 @@
-->
CHAKRACORE;CHAKRACORE_UWP;%(PreprocessorDefinitions)
USE_EDGEMODE_JSRT;%(PreprocessorDefinitions)
- USE_HERMES;%(PreprocessorDefinitions)
- USE_V8;%(PreprocessorDefinitions)
REACTWINDOWS_BUILD;
RN_PLATFORM=windows;
diff --git a/vnext/ReactWindows-Desktop.sln b/vnext/ReactWindows-Desktop.sln
index 0fdbd8d9cb5..4c4f60f46fd 100644
--- a/vnext/ReactWindows-Desktop.sln
+++ b/vnext/ReactWindows-Desktop.sln
@@ -9,7 +9,9 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ReactCommon", "ReactCommon\
{A990658C-CE31-4BCC-976F-0FC6B1AF693D} = {A990658C-CE31-4BCC-976F-0FC6B1AF693D}
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ReactWindowsCore", "ReactWindowsCore\ReactWindowsCore.vcxproj", "{11C084A3-A57C-4296-A679-CAC17B603144}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ReactWindowsCore", "ReactWindowsCore\ReactWindowsCore.vcxitems", "{11c084a3-a57c-4296-a679-cac17b603145}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ReactWindowsCore-Desktop", "ReactWindowsCore\ReactWindowsCore-Desktop.vcxproj", "{11C084A3-A57C-4296-A679-CAC17B603144}"
ProjectSection(ProjectDependencies) = postProject
{A990658C-CE31-4BCC-976F-0FC6B1AF693D} = {A990658C-CE31-4BCC-976F-0FC6B1AF693D}
EndProjectSection
@@ -120,11 +122,11 @@ EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
JSI\Shared\JSI.Shared.vcxitems*{0cc28589-39e4-4288-b162-97b959f8b843}*SharedItemsImports = 9
+ ReactWindowsCore\ReactWindowsCore.vcxitems*{11c084a3-a57c-4296-a679-cac17b603144}*SharedItemsImports = 4
JSI\Shared\JSI.Shared.vcxitems*{17dd1b17-3094-40dd-9373-ac2497932eca}*SharedItemsImports = 4
Mso\Mso.vcxitems*{1958ceaa-fbe0-44e3-8a99-90ad85531ffe}*SharedItemsImports = 4
Shared\Shared.vcxitems*{2049dbe9-8d13-42c9-ae4b-413ae38fffd0}*SharedItemsImports = 9
Chakra\Chakra.vcxitems*{6f354505-fe3a-4bd2-a9a6-d12bbf37a85c}*SharedItemsImports = 4
- Shared\Shared.vcxitems*{6f354505-fe3a-4bd2-a9a6-d12bbf37a85c}*SharedItemsImports = 4
Mso\Mso.vcxitems*{84e05bfa-cbaf-4f0d-bfb6-4ce85742a57e}*SharedItemsImports = 9
Chakra\Chakra.vcxitems*{95048601-c3dc-475f-adf8-7c0c764c10d5}*SharedItemsImports = 4
Mso\Mso.vcxitems*{95048601-c3dc-475f-adf8-7c0c764c10d5}*SharedItemsImports = 4
diff --git a/vnext/ReactWindows-Universal.sln b/vnext/ReactWindows-Universal.sln
index 5b0b2509e19..cc683489219 100644
--- a/vnext/ReactWindows-Universal.sln
+++ b/vnext/ReactWindows-Universal.sln
@@ -14,6 +14,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ReactCommon", "ReactCommon\
{A990658C-CE31-4BCC-976F-0FC6B1AF693D} = {A990658C-CE31-4BCC-976F-0FC6B1AF693D}
EndProjectSection
EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ReactWindowsCore", "ReactWindowsCore\ReactWindowsCore.vcxitems", "{11C084A3-A57C-4296-A679-CAC17B603145}"
+EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ReactWindowsCore", "ReactWindowsCore\ReactWindowsCore.vcxproj", "{11C084A3-A57C-4296-A679-CAC17B603144}"
ProjectSection(ProjectDependencies) = postProject
{A990658C-CE31-4BCC-976F-0FC6B1AF693D} = {A990658C-CE31-4BCC-976F-0FC6B1AF693D}
@@ -108,6 +110,8 @@ EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
JSI\Shared\JSI.Shared.vcxitems*{0cc28589-39e4-4288-b162-97b959f8b843}*SharedItemsImports = 9
+ ReactWindowsCore\ReactWindowsCore.vcxitems*{11c084a3-a57c-4296-a679-cac17b603144}*SharedItemsImports = 4
+ ReactWindowsCore\ReactWindowsCore.vcxitems*{11c084a3-a57c-4296-a679-cac17b603145}*SharedItemsImports = 9
Microsoft.ReactNative.Cxx\Microsoft.ReactNative.Cxx.vcxitems*{14fa0516-e6d7-4e4d-b097-1470198c5072}*SharedItemsImports = 4
Mso\Mso.vcxitems*{14fa0516-e6d7-4e4d-b097-1470198c5072}*SharedItemsImports = 4
Mso\Mso.vcxitems*{1958ceaa-fbe0-44e3-8a99-90ad85531ffe}*SharedItemsImports = 4
@@ -320,6 +324,22 @@ Global
{1958CEAA-FBE0-44E3-8A99-90AD85531FFE}.Release|x64.Build.0 = Release|x64
{1958CEAA-FBE0-44E3-8A99-90AD85531FFE}.Release|x86.ActiveCfg = Release|Win32
{1958CEAA-FBE0-44E3-8A99-90AD85531FFE}.Release|x86.Build.0 = Release|Win32
+ {F2824844-CE15-4242-9420-308923CD76C3}.Debug|ARM.ActiveCfg = Debug|ARM
+ {F2824844-CE15-4242-9420-308923CD76C3}.Debug|ARM.Build.0 = Debug|ARM
+ {F2824844-CE15-4242-9420-308923CD76C3}.Debug|ARM64.ActiveCfg = Debug|ARM64
+ {F2824844-CE15-4242-9420-308923CD76C3}.Debug|ARM64.Build.0 = Debug|ARM64
+ {F2824844-CE15-4242-9420-308923CD76C3}.Debug|x64.ActiveCfg = Debug|x64
+ {F2824844-CE15-4242-9420-308923CD76C3}.Debug|x64.Build.0 = Debug|x64
+ {F2824844-CE15-4242-9420-308923CD76C3}.Debug|x86.ActiveCfg = Debug|x86
+ {F2824844-CE15-4242-9420-308923CD76C3}.Debug|x86.Build.0 = Debug|x86
+ {F2824844-CE15-4242-9420-308923CD76C3}.Release|ARM.ActiveCfg = Release|ARM
+ {F2824844-CE15-4242-9420-308923CD76C3}.Release|ARM.Build.0 = Release|ARM
+ {F2824844-CE15-4242-9420-308923CD76C3}.Release|ARM64.ActiveCfg = Release|ARM64
+ {F2824844-CE15-4242-9420-308923CD76C3}.Release|ARM64.Build.0 = Release|ARM64
+ {F2824844-CE15-4242-9420-308923CD76C3}.Release|x64.ActiveCfg = Release|x64
+ {F2824844-CE15-4242-9420-308923CD76C3}.Release|x64.Build.0 = Release|x64
+ {F2824844-CE15-4242-9420-308923CD76C3}.Release|x86.ActiveCfg = Release|x86
+ {F2824844-CE15-4242-9420-308923CD76C3}.Release|x86.Build.0 = Release|x86
{46D76F7A-8FD9-4A7D-8102-2857E5DA6B84}.Debug|ARM.ActiveCfg = Debug|ARM
{46D76F7A-8FD9-4A7D-8102-2857E5DA6B84}.Debug|ARM64.ActiveCfg = Debug|ARM64
{46D76F7A-8FD9-4A7D-8102-2857E5DA6B84}.Debug|x64.ActiveCfg = Debug|x64
diff --git a/vnext/ReactWindowsCore/ReactWindowsCore-Desktop.vcxproj b/vnext/ReactWindowsCore/ReactWindowsCore-Desktop.vcxproj
new file mode 100644
index 00000000000..5ff28843410
--- /dev/null
+++ b/vnext/ReactWindowsCore/ReactWindowsCore-Desktop.vcxproj
@@ -0,0 +1,11 @@
+
+
+
+ {11C084A3-A57C-4296-A679-CAC17B603144}
+
+
+ true
+ false
+
+
+
\ No newline at end of file
diff --git a/vnext/ReactWindowsCore/ReactWindowsCore-Desktop.vcxproj.filters b/vnext/ReactWindowsCore/ReactWindowsCore-Desktop.vcxproj.filters
new file mode 100644
index 00000000000..4e5ea03369e
--- /dev/null
+++ b/vnext/ReactWindowsCore/ReactWindowsCore-Desktop.vcxproj.filters
@@ -0,0 +1,294 @@
+
+
+
+
+ {06a27269-2c1f-418a-9e70-82d17deb7de2}
+
+
+ {32892a40-82db-4c1b-9390-5893f9ddbb0b}
+
+
+ {afc5d1fe-6d70-4040-a72b-036ffa74a2eb}
+
+
+ {81319f88-192e-40cf-bc1c-76a84bf37ccd}
+
+
+ {6e20d3aa-721b-4f62-a1aa-ec6af1a114fb}
+
+
+ {b8d1b3de-1573-4d49-a26f-99892413a797}
+
+
+ {efe7ad3d-598a-4633-a2b7-2de458833b88}
+
+
+ {2b4f6cca-9c7e-4bf1-9711-829006f0be1e}
+
+
+ {43770517-0df1-4cff-bd30-563b9d0f56e7}
+
+
+ {eae44522-b665-4bd2-85f2-8ca26f4ce15f}
+
+
+ {8b1364fc-cc9f-4ca9-834b-894849d8b487}
+
+
+
+
+ Source Files\AsyncStorage
+
+
+ Source Files\AsyncStorage
+
+
+ Source Files\AsyncStorage
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files\Modules
+
+
+ Source Files\Modules
+
+
+ Source Files\Modules
+
+
+ Source Files\Modules
+
+
+ Source Files\Modules
+
+
+ Source Files\Modules
+
+
+ Source Files\Modules
+
+
+ Source Files\Modules
+
+
+ Source Files\Pch
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files\Tracing
+
+
+ Source Files\Modules
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files\AsyncStorage
+
+
+ Header Files\AsyncStorage
+
+
+ Header Files\AsyncStorage
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ etw
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files\Modules
+
+
+ Header Files\Modules
+
+
+ Header Files\Modules
+
+
+ Header Files\Modules
+
+
+ Header Files\Modules
+
+
+ Header Files\Modules
+
+
+ Header Files\Modules
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files\Pch
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files\Tracing
+
+
+ Header Files\Modules
+
+
+ Header Files\Modules
+
+
+ Header Files
+
+
+
+
+ etw
+
+
+
+
\ No newline at end of file
diff --git a/vnext/ReactWindowsCore/ReactWindowsCore.vcxitems b/vnext/ReactWindowsCore/ReactWindowsCore.vcxitems
new file mode 100644
index 00000000000..45f57133a2e
--- /dev/null
+++ b/vnext/ReactWindowsCore/ReactWindowsCore.vcxitems
@@ -0,0 +1,247 @@
+
+
+
+ {11c084a3-a57c-4296-a679-cac17b603145}
+ StaticLibrary
+ ReactWindowsCore
+ true
+ Windows Store
+ 10.0
+
+
+
+ Debug
+ ARM
+
+
+ Release
+ ARM
+
+
+ Debug
+ ARM64
+
+
+ Release
+ ARM64
+
+
+ Debug
+ x64
+
+
+ Release
+ x64
+
+
+ Debug
+ Win32
+
+
+ Release
+ Win32
+
+
+ WinUI3
+ ARM
+
+
+ WinUI3
+ ARM64
+
+
+ WinUI3
+ Win32
+
+
+ WinUI3
+ x64
+
+
+
+
+
+ StaticLibrary
+
+
+
+
+
+
+
+
+
+ x86-windows
+ x64-windows
+ arm-windows
+ arm64-windows
+
+
+ false
+ {11C084A3-A57C-4296-A679-CAC17B603145}
+
+
+
+ Use
+ pch.h
+ false
+ true
+
+
+ REACTWINDOWS_BUILD;
+ NOMINMAX;
+ FOLLY_NO_CONFIG;
+ WIN32=0;
+ RN_EXPORT=;
+ CHAKRACORE;
+ %(PreprocessorDefinitions)
+
+
+ $(ReactNativeWindowsDir);
+ $(ReactNativeWindowsDir)Common;
+ $(ReactNativeWindowsDir)Shared;
+ $(ReactNativeWindowsDir)include\ReactWindowsCore;
+ $(ReactNativeDir)\ReactCommon;
+ $(ReactNativeDir)\ReactCommon\callinvoker;
+ $(JSI_Source);
+ $(ReactNativeWindowsDir)JSI\Shared;
+ $(ReactNativeWindowsDir)stubs;
+ $(FollyDir);
+ $(ReactNativeWindowsDir)\ReactWindowsCore\pch;
+ $(ReactNativeWindowsDir)\ReactWindowsCore\tracing;
+ $(ReactNativeWindowsDir)\Mso;
+ %(AdditionalIncludeDirectories)
+
+ $(HERMES_Package)\installed\$(VcpkgTriplet)\include\;%(AdditionalIncludeDirectories)
+ /await %(AdditionalOptions)
+ false
+
+
+ false
+ false
+
+
+ $(HERMES_Package)\installed\$(VcpkgTriplet)\lib;%(AdditionalLibraryDirectories)
+ hermes.lib;%(AdditionalDependencies)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Create
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {fca38f3c-7c73-4c47-be4e-32f77fa8538d}
+
+
+
+
+
+
+
+
+
+
+ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/vnext/ReactWindowsCore/ReactWindowsCore.vcxproj b/vnext/ReactWindowsCore/ReactWindowsCore.vcxproj
index 5ff0d84dbb7..ded2311ae69 100644
--- a/vnext/ReactWindowsCore/ReactWindowsCore.vcxproj
+++ b/vnext/ReactWindowsCore/ReactWindowsCore.vcxproj
@@ -1,243 +1,7 @@
- {11c084a3-a57c-4296-a679-cac17b603144}
- StaticLibrary
- ReactWindowsCore
- true
- Windows Store
- 10.0
+ {11C084A3-A57C-4296-A679-CAC17B603144}
-
-
- Debug
- ARM
-
-
- Release
- ARM
-
-
- Debug
- ARM64
-
-
- Release
- ARM64
-
-
- Debug
- x64
-
-
- Release
- x64
-
-
- Debug
- Win32
-
-
- Release
- Win32
-
-
-
-
-
- StaticLibrary
-
-
-
-
-
-
-
-
-
-
-
-
-
- x86-windows
- x64-windows
- arm-windows
- arm64-windows
-
-
- false
-
-
-
- Use
- pch.h
- false
- true
-
-
- REACTWINDOWS_BUILD;
- NOMINMAX;
- FOLLY_NO_CONFIG;
- WIN32=0;
- RN_EXPORT=;
- CHAKRACORE;
- %(PreprocessorDefinitions)
-
- USE_HERMES;%(PreprocessorDefinitions)
-
- $(ReactNativeWindowsDir);
- $(ReactNativeWindowsDir)Common;
- $(ReactNativeWindowsDir)Shared;
- $(ReactNativeWindowsDir)include;
- $(ReactNativeWindowsDir)include\ReactWindowsCore;
- $(ReactNativeDir)\ReactCommon;
- $(ReactNativeDir)\ReactCommon\callinvoker;
- $(JSI_Source);
- $(ReactNativeWindowsDir)JSI\Shared;
- $(ReactNativeWindowsDir)stubs;
- $(FollyDir);
- $(ReactNativeWindowsDir)\ReactWindowsCore\pch;
- $(ReactNativeWindowsDir)\ReactWindowsCore\tracing;
- $(ReactNativeWindowsDir)\Mso;
- %(AdditionalIncludeDirectories)
-
- $(HERMES_Package)\installed\$(VcpkgTriplet)\include\;%(AdditionalIncludeDirectories)
- /await %(AdditionalOptions)
- false
- /await %(AdditionalOptions)
-
-
- false
- false
-
-
- $(HERMES_Package)\installed\$(VcpkgTriplet)\lib;%(AdditionalLibraryDirectories)
- hermes.lib;%(AdditionalDependencies)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Create
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {fca38f3c-7c73-4c47-be4e-32f77fa8538d}
-
-
- {a990658c-ce31-4bcc-976f-0fc6b1af693d}
-
-
- {a9d95a91-4db7-4f72-beb6-fe8a5c89bfbd}
-
-
-
-
-
-
-
-
-
-
- This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.
-
-
-
-
-
-
-
-
+
\ No newline at end of file
diff --git a/vnext/ReactWindowsCore/ReactWindowsCore.vcxproj.filters b/vnext/ReactWindowsCore/ReactWindowsCore.vcxproj.filters
index 9d12f2dde3d..4c1a4081cd6 100644
--- a/vnext/ReactWindowsCore/ReactWindowsCore.vcxproj.filters
+++ b/vnext/ReactWindowsCore/ReactWindowsCore.vcxproj.filters
@@ -117,9 +117,6 @@
Source Files\Modules
-
- Source Files
-
Source Files
@@ -281,9 +278,6 @@
Header Files\Modules
-
- Header Files
-
diff --git a/vnext/ReactWindowsCore/packages.ReactWindowsCore-Desktop.config b/vnext/ReactWindowsCore/packages.ReactWindowsCore-Desktop.config
new file mode 100644
index 00000000000..9d410408cf0
--- /dev/null
+++ b/vnext/ReactWindowsCore/packages.ReactWindowsCore-Desktop.config
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/vnext/ReactWindowsCore/packages.config b/vnext/ReactWindowsCore/packages.config
index 9d410408cf0..cdb7bb377d4 100644
--- a/vnext/ReactWindowsCore/packages.config
+++ b/vnext/ReactWindowsCore/packages.config
@@ -1,6 +1,4 @@
-
-
\ No newline at end of file
diff --git a/vnext/Shared/Shared.vcxitems b/vnext/Shared/Shared.vcxitems
index ddf60590b25..f103795fac6 100644
--- a/vnext/Shared/Shared.vcxitems
+++ b/vnext/Shared/Shared.vcxitems
@@ -8,8 +8,6 @@
%(AdditionalIncludeDirectories);$(MSBuildThisFileDirectory)
- USE_HERMES;%(PreprocessorDefinitions)
- USE_V8;%(PreprocessorDefinitions)
diff --git a/vnext/Universal.UnitTests/React.Windows.Universal.UnitTests.vcxproj b/vnext/Universal.UnitTests/React.Windows.Universal.UnitTests.vcxproj
index d8ec53c802a..36f451747e5 100644
--- a/vnext/Universal.UnitTests/React.Windows.Universal.UnitTests.vcxproj
+++ b/vnext/Universal.UnitTests/React.Windows.Universal.UnitTests.vcxproj
@@ -117,9 +117,6 @@
{a990658c-ce31-4bcc-976f-0fc6b1af693d}
-
- {a9d95a91-4db7-4f72-beb6-fe8a5c89bfbd}
-
{2d5d43d9-cffc-4c40-b4cd-02efb4e2742b}
diff --git a/vnext/V8Inspector/V8Inspector.vcxproj b/vnext/V8Inspector/V8Inspector.vcxproj
deleted file mode 100644
index 3522fe72dde..00000000000
--- a/vnext/V8Inspector/V8Inspector.vcxproj
+++ /dev/null
@@ -1,122 +0,0 @@
-
-
-
-
- Debug
- Win32
-
-
- Release
- Win32
-
-
- Debug
- x64
-
-
- Release
- x64
-
-
-
- 16.0
- {F1B91D19-79E4-461B-AC8E-E3E6E747F65F}
- Win32Proj
- V8Inspector
- 10.0.18362.0
-
-
-
- StaticLibrary
- true
- Unicode
-
-
- StaticLibrary
- false
- true
- Unicode
-
-
- StaticLibrary
- true
- Unicode
-
-
- StaticLibrary
- false
- true
- Unicode
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- NotUsing
- false
- true
- $(ReactNativeDir)\ReactCommon;$(JSI_Source);%(AdditionalIncludeDirectories)
-
- BOOST_ASIO_DISABLE_BOOST_REGEX;
- BOOST_ERROR_CODE_HEADER_ONLY;
- BOOST_ASIO_HAS_IOCP;
- _WIN32_WINNT=$(WinVer);
- WIN32;
- _WINDOWS;
- _WIN32;
- JSI_EXPORT=;
- %(PreprocessorDefinitions)
-
-
- false
-
-
- false
- false
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.
-
-
-
-
\ No newline at end of file
diff --git a/vnext/V8Inspector/V8Inspector.vcxproj.filters b/vnext/V8Inspector/V8Inspector.vcxproj.filters
deleted file mode 100644
index 1097daff606..00000000000
--- a/vnext/V8Inspector/V8Inspector.vcxproj.filters
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
-
- {4FC737F1-C7A5-4376-A066-2A32D752A2FF}
- cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx
-
-
- {93995380-89BD-4b04-88EB-625FBE52EBFB}
- h;hh;hpp;hxx;hm;inl;inc;ipp;xsd
-
-
- {67DA6AB6-F800-4c08-8B7A-83BB121AAD01}
- rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms
-
-
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
- Header Files
-
-
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
- Source Files
-
-
-
\ No newline at end of file