Skip to content

Commit 78d9e2d

Browse files
committed
Fix the folly.natvis references
1 parent a1871f1 commit 78d9e2d

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

packages/playground/windows/playground-composition/Playground-Composition.vcxproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,6 @@
144144
</Midl>
145145
<Midl Include="YogaXamlPanel.idl" />
146146
</ItemGroup>
147-
<ItemGroup>
148-
<Natvis Include="$(ReactNativeWindowsDir)Folly\Folly.natvis" />
149-
</ItemGroup>
150147
<ItemGroup>
151148
<ResourceCompile Include="Playground-Composition.rc" />
152149
</ItemGroup>

vnext/Microsoft.ReactNative/Microsoft.ReactNative.vcxproj.filters

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup>
4-
<Natvis Include="$(ReactNativeWindowsDir)Folly\Folly.natvis" />
4+
<Natvis Include="$(ExternalDir)folly\Folly.natvis" />
55
</ItemGroup>
66
<ItemGroup>
77
<ClCompile Include="$(GeneratedFilesDir)module.g.cpp" />

0 commit comments

Comments
 (0)