Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
b669388
Use Microsoft.React root namespace in Desktop lib
JunielKatarn May 26, 2020
7e956ea
Move MessageQueueShim to Microsoft::React
JunielKatarn May 26, 2020
d4040c2
Moved NativeLogEventSource into Microsoft::React
JunielKatarn May 26, 2020
0e0cb8b
Moved NativeTraceEventSource into Microsoft::React
JunielKatarn May 26, 2020
d9477e9
Drop facebook::react usages for Microsoft::React
JunielKatarn May 26, 2020
293c439
Set shared items name to Microsoft.React.Shared
JunielKatarn May 26, 2020
3ee9d84
Added Microsoft.React.Core
JunielKatarn May 26, 2020
c7ece77
Added Microsoft.React.Core
JunielKatarn May 26, 2020
d42adbf
Added ReactWindowsCore files
JunielKatarn May 26, 2020
7b664ad
Added ReactWindowsCore files
JunielKatarn May 26, 2020
fa5fed8
Migrated sources from ReactWindowsCore to Shared
JunielKatarn May 27, 2020
474e902
Removed /ReactWindowsCore/Microsoft.React.Core
JunielKatarn May 27, 2020
495260d
Updated paths in ReactUWP imports
JunielKatarn May 27, 2020
7c8086a
Delete ReactWindowsCore/
JunielKatarn May 27, 2020
79b8fca
clang format
JunielKatarn May 27, 2020
2a05854
Remove references to ReactWindowsCore projects
JunielKatarn May 27, 2020
432daf0
Change files
JunielKatarn May 27, 2020
2ed892e
Merge branch 'master' of github.com:microsoft/react-native-windows in…
JunielKatarn May 27, 2020
6264723
Merge branch 'master' of github.com:microsoft/react-native-windows in…
JunielKatarn May 27, 2020
c3ac611
Updated stale namespace
JunielKatarn May 27, 2020
420ce3c
Drop RNWCore from Layout-Headers.ps1
JunielKatarn May 27, 2020
3b0547b
Remove remaining RNWCore VCXPROJ references
JunielKatarn May 27, 2020
f3d23db
Update NUSPEC paths
JunielKatarn May 27, 2020
ca9c1dc
Update directory properties
JunielKatarn May 27, 2020
1514865
..\.ado\
JunielKatarn May 27, 2020
0aa1179
Remove AsyncStorageModuleWin32
JunielKatarn May 27, 2020
93a9a71
Add ReactNative.Hermes.Windows to Desktop.
JunielKatarn May 27, 2020
b4aaf52
clang format
JunielKatarn May 27, 2020
65864dc
Merge branch 'master' of github.com:microsoft/react-native-windows in…
JunielKatarn May 27, 2020
b16236d
Use latest stable test platform
JunielKatarn May 27, 2020
490817e
Revert "Migrated sources from ReactWindowsCore to Shared"
JunielKatarn May 27, 2020
eabf80a
Removed RNWCore\Pch
JunielKatarn May 27, 2020
b4a1ee5
Restored AsyncStorageManagerWin32
JunielKatarn May 27, 2020
606c694
Merge branch 'master' of github.com:microsoft/react-native-windows in…
JunielKatarn May 27, 2020
472341f
Reverted renaming of facebook.react namespace
JunielKatarn May 27, 2020
45e81d9
Removed ARM from Desktop solution
JunielKatarn May 27, 2020
4d740b6
Reverted a couple of needlesly changed files
JunielKatarn May 27, 2020
c29d260
Reverted remaining Shared-referencing files
JunielKatarn May 28, 2020
2f51433
Added RNwCore README
JunielKatarn May 28, 2020
8815f7e
Reverted Unit Tests project file
JunielKatarn May 28, 2020
299949b
Merge branch 'master' of github.com:microsoft/react-native-windows in…
JunielKatarn May 28, 2020
8e91796
Upgrade doc references to RN v0.62.0
JunielKatarn May 28, 2020
9f2e66c
Merge branch 'master' of github.com:microsoft/react-native-windows in…
JunielKatarn May 28, 2020
46d0396
Removed CI obsolete tasks
JunielKatarn May 28, 2020
84201f5
Merge branch 'master' of github.com:microsoft/react-native-windows in…
JunielKatarn May 28, 2020
d713af0
Merge branch 'master' of github.com:microsoft/react-native-windows in…
JunielKatarn May 28, 2020
a22ad90
Merge branch 'master' of github.com:microsoft/react-native-windows in…
JunielKatarn May 28, 2020
0a9541b
Merge branch 'master' of github.com:microsoft/react-native-windows in…
JunielKatarn May 29, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions .ado/templates/prepare-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ steps:
inputs:
script: yarn ${{ parameters.yarnBuildCmd }}

- template: install-SDK.yml
parameters:
sdkVersion: $(Win10Version)

- task: PowerShell@2
displayName: List Visual Studio Components
inputs:
Expand All @@ -66,4 +62,4 @@ steps:
inputs:
targetType: inline # filePath | inline
script: |
Get-WmiObject Win32_LogicalDisk
Get-WmiObject Win32_LogicalDisk
8 changes: 2 additions & 6 deletions .ado/templates/react-native-init.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,6 @@ steps:

condition: and(succeeded(), eq('true', ${{ parameters.experimentalNugetDependency }}))

- template: install-SDK.yml
parameters:
sdkVersion: $(Win10Version)

- task: PowerShell@2
displayName: List Visual Studio Components
inputs:
Expand Down Expand Up @@ -140,8 +136,8 @@ steps:
inputs:
script: npx --no-install react-native bundle --entry-file index.js --platform windows --bundle-output test.bundle
workingDirectory: $(Agent.BuildDirectory)\testcli
# We are experiencing random package restore failures.

# We are experiencing random package restore failures.
# We want to uploading the vedaccio logs to aid in diagnosing if it is verdaccio or npmjs.org
# To do so we have to kill the existing server because it keeps a file-lock on the log file
- task: PowerShell@2
Expand Down
12 changes: 4 additions & 8 deletions .ado/windows-vs-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -368,10 +368,6 @@ jobs:
clean: false
submodules: false

- task: VisualStudioTestPlatformInstaller@1
inputs:
testPlatformVersion: 16.5.0

- template: templates/build-rnw.yml
parameters:
yarnBuildCmd: build
Expand Down Expand Up @@ -405,7 +401,7 @@ jobs:
configuration: $(BuildConfiguration)
publishRunAttachments: true
collectDumpOn: onAbortOnly
vsTestVersion: toolsInstaller
vsTestVersion: latest

- template: templates/stop-packagers.yml

Expand All @@ -428,7 +424,7 @@ jobs:
configuration: $(BuildConfiguration)
publishRunAttachments: true
collectDumpOn: onAbortOnly
vsTestVersion: toolsInstaller
vsTestVersion: latest
otherConsoleOptions: '/blame -- RunConfiguration.TestSessionTimeout=300000'
condition: and(succeeded(), ne(variables['BuildConfiguration'], 'Debug'))

Expand All @@ -444,7 +440,7 @@ jobs:
configuration: $(BuildConfiguration)
publishRunAttachments: false
collectDumpOn: onAbortOnly
vsTestVersion: toolsInstaller
vsTestVersion: latest
otherConsoleOptions: '/ListTests'
condition: failed()

Expand All @@ -460,7 +456,7 @@ jobs:
configuration: $(BuildConfiguration)
publishRunAttachments: true
collectDumpOn: onAbortOnly
vsTestVersion: toolsInstaller
vsTestVersion: latest
otherConsoleOptions: '/blame -- RunConfiguration.TestSessionTimeout=300000'
condition: failed()

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"type": "prerelease",
"comment": "Remove references to ReactWindowsCore projects",
"packageName": "react-native-windows",
"email": "[email protected]",
"dependentChangeType": "patch",
"date": "2020-05-27T02:03:03.319Z"
}
13 changes: 4 additions & 9 deletions docs/project-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ Sample applications are not covered.
- [Microsoft.ReactNative.Managed\Microsoft.ReactNative.Managed.csproj](#Microsoft.ReactNative.Managed)
- [Microsoft.ReactNative.SharedManaged\Microsoft.ReactNative.SharedManaged.projitems](#Microsoft.ReactNative.SharedManaged)
- [ReactCommon\ReactCommon.vcxproj](#ReactCommon)
- [ReactWindowsCore\ReactWindowsCore.vcxproj](#ReactWindowsCore)
- [Shared\Shared.vcxitems](#Shared)

## Common Projects
Expand All @@ -32,10 +31,6 @@ Sample applications are not covered.
*Static Library*<br/>
Functionality shared between React and JSI projects that do not depend on React or JSI functionality.

### ReactWindowsCore
*Static Library*<br/>
Contains common functionality for both Desktop and Universal Windows variants.

### Shared
*Shared Items (no build artifact)*<br/>
Holds sources common to both Windows variants, that require different build configuration
Expand All @@ -45,7 +40,7 @@ Holds sources common to both Windows variants, that require different build conf
*Static Library*<br/>
React Native core, cross-platform C++ types and interfaces.<br/>
Sources provided as part of the `react-native` Node dependency. Not part of this repository.<br/>
See https://github.com/facebook/react-native/tree/v0.59.9/ReactCommon.
See https://github.com/facebook/react-native/tree/v0.62.0/ReactCommon.

### Folly
*Static Library*<br/>
Expand Down Expand Up @@ -79,9 +74,9 @@ Common framework for running out of process and/or full React instance testing.

### IntegrationTests (Node Project)
*MSBuild Node project. For reading/editing purposes only (no build artifact)*<br/>
Set of JavaScript component tests for [RNTester](https://github.com/facebook/react-native/tree/v0.59.9/RNTester).
Set of JavaScript component tests for [RNTester](https://github.com/facebook/react-native/tree/v0.62.0/RNTester).
Sources provided as part of the `react-native` Node dependency. Not part of this repository.<br/>
See https://github.com/facebook/react-native/tree/v0.59.9/IntegrationTests.
See https://github.com/facebook/react-native/tree/v0.62.0/IntegrationTests.

## Windows Desktop Projects

Expand Down Expand Up @@ -126,4 +121,4 @@ The primary Windows Universal entry point and public API surface for React Nativ

### JSI.Universal
*Static Library*<br/>
Chakra based JSI::Runtime implementation.
Chakra based JSI::Runtime implementation.
23 changes: 0 additions & 23 deletions packages/E2ETest/windows/ReactUWPTestApp.sln
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ReactCommon", "..\..\..\vne
{A990658C-CE31-4BCC-976F-0FC6B1AF693D} = {A990658C-CE31-4BCC-976F-0FC6B1AF693D}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ReactWindowsCore", "..\..\..\vnext\ReactWindowsCore\ReactWindowsCore.vcxproj", "{11C084A3-A57C-4296-A679-CAC17B603144}"
ProjectSection(ProjectDependencies) = postProject
{A990658C-CE31-4BCC-976F-0FC6B1AF693D} = {A990658C-CE31-4BCC-976F-0FC6B1AF693D}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "PropertySheets", "PropertySheets", "{6F24927E-EE45-4DB2-91DA-DCC6E98B0C42}"
ProjectSection(SolutionItems) = preProject
PropertySheets\ARM.props = PropertySheets\ARM.props
Expand All @@ -41,7 +36,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.ReactNative.Manag
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
..\..\..\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\Chakra\Chakra.vcxitems*{f7d32bd0-2749-483e-9a0d-1635ef7e3136}*SharedItemsImports = 4
..\..\..\vnext\JSI\Shared\JSI.Shared.vcxitems*{f7d32bd0-2749-483e-9a0d-1635ef7e3136}*SharedItemsImports = 4
Expand Down Expand Up @@ -92,22 +86,6 @@ Global
{A9D95A91-4DB7-4F72-BEB6-FE8A5C89BFBD}.Release|x64.Build.0 = Release|x64
{A9D95A91-4DB7-4F72-BEB6-FE8A5C89BFBD}.Release|x86.ActiveCfg = Release|Win32
{A9D95A91-4DB7-4F72-BEB6-FE8A5C89BFBD}.Release|x86.Build.0 = Release|Win32
{11C084A3-A57C-4296-A679-CAC17B603144}.Debug|ARM.ActiveCfg = Debug|ARM
{11C084A3-A57C-4296-A679-CAC17B603144}.Debug|ARM.Build.0 = Debug|ARM
{11C084A3-A57C-4296-A679-CAC17B603144}.Debug|ARM64.ActiveCfg = Debug|ARM64
{11C084A3-A57C-4296-A679-CAC17B603144}.Debug|ARM64.Build.0 = Debug|ARM64
{11C084A3-A57C-4296-A679-CAC17B603144}.Debug|x64.ActiveCfg = Debug|x64
{11C084A3-A57C-4296-A679-CAC17B603144}.Debug|x64.Build.0 = Debug|x64
{11C084A3-A57C-4296-A679-CAC17B603144}.Debug|x86.ActiveCfg = Debug|Win32
{11C084A3-A57C-4296-A679-CAC17B603144}.Debug|x86.Build.0 = Debug|Win32
{11C084A3-A57C-4296-A679-CAC17B603144}.Release|ARM.ActiveCfg = Release|ARM
{11C084A3-A57C-4296-A679-CAC17B603144}.Release|ARM.Build.0 = Release|ARM
{11C084A3-A57C-4296-A679-CAC17B603144}.Release|ARM64.ActiveCfg = Release|ARM64
{11C084A3-A57C-4296-A679-CAC17B603144}.Release|ARM64.Build.0 = Release|ARM64
{11C084A3-A57C-4296-A679-CAC17B603144}.Release|x64.ActiveCfg = Release|x64
{11C084A3-A57C-4296-A679-CAC17B603144}.Release|x64.Build.0 = Release|x64
{11C084A3-A57C-4296-A679-CAC17B603144}.Release|x86.ActiveCfg = Release|Win32
{11C084A3-A57C-4296-A679-CAC17B603144}.Release|x86.Build.0 = Release|Win32
{ABBB0407-0E82-486F-94CE-710900FCAADC}.Debug|ARM.ActiveCfg = Debug|ARM
{ABBB0407-0E82-486F-94CE-710900FCAADC}.Debug|ARM.Build.0 = Debug|ARM
{ABBB0407-0E82-486F-94CE-710900FCAADC}.Debug|ARM.Deploy.0 = Debug|ARM
Expand Down Expand Up @@ -203,7 +181,6 @@ Global
GlobalSection(NestedProjects) = preSolution
{A990658C-CE31-4BCC-976F-0FC6B1AF693D} = {AB7DB37D-898C-4BBC-9F2A-E043EC90C8F3}
{A9D95A91-4DB7-4F72-BEB6-FE8A5C89BFBD} = {AB7DB37D-898C-4BBC-9F2A-E043EC90C8F3}
{11C084A3-A57C-4296-A679-CAC17B603144} = {AB7DB37D-898C-4BBC-9F2A-E043EC90C8F3}
{A62D504A-16B8-41D2-9F19-E2E86019E5E4} = {AB7DB37D-898C-4BBC-9F2A-E043EC90C8F3}
{FCA38F3C-7C73-4C47-BE4E-32F77FA8538D} = {AB7DB37D-898C-4BBC-9F2A-E043EC90C8F3}
{F7D32BD0-2749-483E-9A0D-1635EF7E3136} = {AB7DB37D-898C-4BBC-9F2A-E043EC90C8F3}
Expand Down
23 changes: 0 additions & 23 deletions packages/microsoft-reactnative-sampleapps/windows/SampleApps.sln
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ReactCommon", "..\..\..\vne
{A990658C-CE31-4BCC-976F-0FC6B1AF693D} = {A990658C-CE31-4BCC-976F-0FC6B1AF693D}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ReactWindowsCore", "..\..\..\vnext\ReactWindowsCore\ReactWindowsCore.vcxproj", "{11C084A3-A57C-4296-A679-CAC17B603144}"
ProjectSection(ProjectDependencies) = postProject
{A990658C-CE31-4BCC-976F-0FC6B1AF693D} = {A990658C-CE31-4BCC-976F-0FC6B1AF693D}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Chakra", "..\..\..\vnext\Chakra\Chakra.vcxitems", "{C38970C0-5FBF-4D69-90D8-CBAC225AE895}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Microsoft.ReactNative", "..\..\..\vnext\Microsoft.ReactNative\Microsoft.ReactNative.vcxproj", "{F7D32BD0-2749-483E-9A0D-1635EF7E3136}"
Expand Down Expand Up @@ -50,7 +45,6 @@ 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.Cxx\Microsoft.ReactNative.Cxx.vcxitems*{47eec7f3-40d3-49ba-82c1-eaf103b54215}*SharedItemsImports = 4
..\..\..\vnext\Mso\Mso.vcxitems*{84e05bfa-cbaf-4f0d-bfb6-4ce85742a57e}*SharedItemsImports = 9
Expand Down Expand Up @@ -156,22 +150,6 @@ Global
{A9D95A91-4DB7-4F72-BEB6-FE8A5C89BFBD}.Release|x64.Build.0 = Release|x64
{A9D95A91-4DB7-4F72-BEB6-FE8A5C89BFBD}.Release|x86.ActiveCfg = Release|Win32
{A9D95A91-4DB7-4F72-BEB6-FE8A5C89BFBD}.Release|x86.Build.0 = Release|Win32
{11C084A3-A57C-4296-A679-CAC17B603144}.Debug|ARM.ActiveCfg = Debug|ARM
{11C084A3-A57C-4296-A679-CAC17B603144}.Debug|ARM.Build.0 = Debug|ARM
{11C084A3-A57C-4296-A679-CAC17B603144}.Debug|ARM64.ActiveCfg = Debug|ARM64
{11C084A3-A57C-4296-A679-CAC17B603144}.Debug|ARM64.Build.0 = Debug|ARM64
{11C084A3-A57C-4296-A679-CAC17B603144}.Debug|x64.ActiveCfg = Debug|x64
{11C084A3-A57C-4296-A679-CAC17B603144}.Debug|x64.Build.0 = Debug|x64
{11C084A3-A57C-4296-A679-CAC17B603144}.Debug|x86.ActiveCfg = Debug|Win32
{11C084A3-A57C-4296-A679-CAC17B603144}.Debug|x86.Build.0 = Debug|Win32
{11C084A3-A57C-4296-A679-CAC17B603144}.Release|ARM.ActiveCfg = Release|ARM
{11C084A3-A57C-4296-A679-CAC17B603144}.Release|ARM.Build.0 = Release|ARM
{11C084A3-A57C-4296-A679-CAC17B603144}.Release|ARM64.ActiveCfg = Release|ARM64
{11C084A3-A57C-4296-A679-CAC17B603144}.Release|ARM64.Build.0 = Release|ARM64
{11C084A3-A57C-4296-A679-CAC17B603144}.Release|x64.ActiveCfg = Release|x64
{11C084A3-A57C-4296-A679-CAC17B603144}.Release|x64.Build.0 = Release|x64
{11C084A3-A57C-4296-A679-CAC17B603144}.Release|x86.ActiveCfg = Release|Win32
{11C084A3-A57C-4296-A679-CAC17B603144}.Release|x86.Build.0 = Release|Win32
{F7D32BD0-2749-483E-9A0D-1635EF7E3136}.Debug|ARM.ActiveCfg = Debug|ARM
{F7D32BD0-2749-483E-9A0D-1635EF7E3136}.Debug|ARM.Build.0 = Debug|ARM
{F7D32BD0-2749-483E-9A0D-1635EF7E3136}.Debug|ARM64.ActiveCfg = Debug|ARM64
Expand Down Expand Up @@ -275,7 +253,6 @@ Global
GlobalSection(NestedProjects) = preSolution
{A990658C-CE31-4BCC-976F-0FC6B1AF693D} = {5EA20F54-880A-49F3-99FA-4B3FE54E8AB1}
{A9D95A91-4DB7-4F72-BEB6-FE8A5C89BFBD} = {5EA20F54-880A-49F3-99FA-4B3FE54E8AB1}
{11C084A3-A57C-4296-A679-CAC17B603144} = {5EA20F54-880A-49F3-99FA-4B3FE54E8AB1}
{C38970C0-5FBF-4D69-90D8-CBAC225AE895} = {5EA20F54-880A-49F3-99FA-4B3FE54E8AB1}
{F7D32BD0-2749-483E-9A0D-1635EF7E3136} = {5EA20F54-880A-49F3-99FA-4B3FE54E8AB1}
{0CC28589-39E4-4288-B162-97B959F8B843} = {5EA20F54-880A-49F3-99FA-4B3FE54E8AB1}
Expand Down
19 changes: 0 additions & 19 deletions packages/playground/windows/playground-win32.sln
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ReactCommon", "..\..\..\vne
{A990658C-CE31-4BCC-976F-0FC6B1AF693D} = {A990658C-CE31-4BCC-976F-0FC6B1AF693D}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ReactWindowsCore", "..\..\..\vnext\ReactWindowsCore\ReactWindowsCore.vcxproj", "{11C084A3-A57C-4296-A679-CAC17B603144}"
ProjectSection(ProjectDependencies) = postProject
{A990658C-CE31-4BCC-976F-0FC6B1AF693D} = {A990658C-CE31-4BCC-976F-0FC6B1AF693D}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Chakra", "..\..\..\vnext\Chakra\Chakra.vcxitems", "{C38970C0-5FBF-4D69-90D8-CBAC225AE895}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Microsoft.ReactNative", "..\..\..\vnext\Microsoft.ReactNative\Microsoft.ReactNative.vcxproj", "{F7D32BD0-2749-483E-9A0D-1635EF7E3136}"
Expand All @@ -38,7 +33,6 @@ 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\Mso\Mso.vcxitems*{84e05bfa-cbaf-4f0d-bfb6-4ce85742a57e}*SharedItemsImports = 9
..\..\..\vnext\Microsoft.ReactNative.Cxx\Microsoft.ReactNative.Cxx.vcxitems*{8b88ffae-4dbc-49a2-afa5-d2477d4ad189}*SharedItemsImports = 4
Expand Down Expand Up @@ -102,18 +96,6 @@ Global
{A9D95A91-4DB7-4F72-BEB6-FE8A5C89BFBD}.Release|x64.Build.0 = Release|x64
{A9D95A91-4DB7-4F72-BEB6-FE8A5C89BFBD}.Release|x86.ActiveCfg = Release|Win32
{A9D95A91-4DB7-4F72-BEB6-FE8A5C89BFBD}.Release|x86.Build.0 = Release|Win32
{11C084A3-A57C-4296-A679-CAC17B603144}.Debug|ARM.ActiveCfg = Debug|ARM
{11C084A3-A57C-4296-A679-CAC17B603144}.Debug|ARM.Build.0 = Debug|ARM
{11C084A3-A57C-4296-A679-CAC17B603144}.Debug|x64.ActiveCfg = Debug|x64
{11C084A3-A57C-4296-A679-CAC17B603144}.Debug|x64.Build.0 = Debug|x64
{11C084A3-A57C-4296-A679-CAC17B603144}.Debug|x86.ActiveCfg = Debug|Win32
{11C084A3-A57C-4296-A679-CAC17B603144}.Debug|x86.Build.0 = Debug|Win32
{11C084A3-A57C-4296-A679-CAC17B603144}.Release|ARM.ActiveCfg = Release|ARM
{11C084A3-A57C-4296-A679-CAC17B603144}.Release|ARM.Build.0 = Release|ARM
{11C084A3-A57C-4296-A679-CAC17B603144}.Release|x64.ActiveCfg = Release|x64
{11C084A3-A57C-4296-A679-CAC17B603144}.Release|x64.Build.0 = Release|x64
{11C084A3-A57C-4296-A679-CAC17B603144}.Release|x86.ActiveCfg = Release|Win32
{11C084A3-A57C-4296-A679-CAC17B603144}.Release|x86.Build.0 = Release|Win32
{F7D32BD0-2749-483E-9A0D-1635EF7E3136}.Debug|ARM.ActiveCfg = Debug|ARM
{F7D32BD0-2749-483E-9A0D-1635EF7E3136}.Debug|ARM.Build.0 = Debug|ARM
{F7D32BD0-2749-483E-9A0D-1635EF7E3136}.Debug|x64.ActiveCfg = Debug|x64
Expand Down Expand Up @@ -157,7 +139,6 @@ Global
GlobalSection(NestedProjects) = preSolution
{A990658C-CE31-4BCC-976F-0FC6B1AF693D} = {5EA20F54-880A-49F3-99FA-4B3FE54E8AB1}
{A9D95A91-4DB7-4F72-BEB6-FE8A5C89BFBD} = {5EA20F54-880A-49F3-99FA-4B3FE54E8AB1}
{11C084A3-A57C-4296-A679-CAC17B603144} = {5EA20F54-880A-49F3-99FA-4B3FE54E8AB1}
{C38970C0-5FBF-4D69-90D8-CBAC225AE895} = {5EA20F54-880A-49F3-99FA-4B3FE54E8AB1}
{F7D32BD0-2749-483E-9A0D-1635EF7E3136} = {5EA20F54-880A-49F3-99FA-4B3FE54E8AB1}
{0CC28589-39E4-4288-B162-97B959F8B843} = {5EA20F54-880A-49F3-99FA-4B3FE54E8AB1}
Expand Down
Loading