Skip to content

Commit 089cb8a

Browse files
Copilotanupriya13
andcommitted
Fix build errors: remove duplicate include and add missing QuirkSettings files to project
Co-authored-by: anupriya13 <54227869+anupriya13@users.noreply.github.com>
1 parent ad0dbfb commit 089cb8a

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

vnext/Microsoft.ReactNative/Microsoft.ReactNative.vcxproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -472,6 +472,10 @@
472472
<ClCompile Include="Utils\ValueUtils.cpp" />
473473
<ClCompile Include="Utils\XamlIslandUtils.cpp" />
474474
<ClCompile Include="ReactSupport.cpp" />
475+
<ClCompile Include="QuirkSettings.cpp">
476+
<DependentUpon>QuirkSettings.idl</DependentUpon>
477+
<SubType>Code</SubType>
478+
</ClCompile>
475479
<ClCompile Include="TestHook.cpp" />
476480
<ClCompile Include="XamlUIService.cpp">
477481
<DependentUpon>XamlUIService.idl</DependentUpon>
@@ -564,6 +568,9 @@
564568
<ItemGroup>
565569
<Midl Include="DesktopWindowMessage.idl" />
566570
<Midl Include="DocString.idl" />
571+
<Midl Include="QuirkSettings.idl">
572+
<SubType>Designer</SubType>
573+
</Midl>
567574
<Midl Include="XamlUIService.idl">
568575
<SubType>Designer</SubType>
569576
</Midl>

vnext/Microsoft.ReactNative/QuirkSettings.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
#include "QuirkSettings.h"
66
#include "QuirkSettings.g.cpp"
77

8-
#include "QuirkSettings.h"
98
#include "React.h"
109
#include "ReactPropertyBag.h"
1110

0 commit comments

Comments
 (0)