|
241 | 241 | <ExcludedFromBuild Condition="'$(UseFabric)' != 'true'">true</ExcludedFromBuild> |
242 | 242 | <DependentUpon>$(ReactNativeWindowsDir)Microsoft.ReactNative\ReactNativeAppBuilder.idl</DependentUpon> |
243 | 243 | <SubType>Code</SubType> |
| 244 | + </ClCompile> |
| 245 | + <ClCompile Include="$(MSBuildThisFileDirectory)..\Microsoft.ReactNative\XamlApplication.cpp"> |
| 246 | + <ExcludedFromBuild Condition="'$(UseFabric)' != 'true'">true</ExcludedFromBuild> |
| 247 | + <DependentUpon>$(ReactNativeWindowsDir)Microsoft.ReactNative\XamlApplication.idl</DependentUpon> |
| 248 | + <SubType>Code</SubType> |
244 | 249 | </ClCompile> |
245 | 250 | <ClCompile Include="$(MSBuildThisFileDirectory)BaseFileReaderResource.cpp" /> |
246 | 251 | <ClCompile Include="$(MSBuildThisFileDirectory)BaseScriptStoreImpl.cpp" /> |
|
353 | 358 | <ExcludedFromBuild Condition="'$(UseFabric)' != 'true'">true</ExcludedFromBuild> |
354 | 359 | <DependentUpon>$(MSBuildThisFileDirectory)..\Microsoft.ReactNative\ReactNativeAppBuilder.idl</DependentUpon> |
355 | 360 | <SubType>Code</SubType> |
| 361 | + </ClInclude> |
| 362 | + <ClInclude Include="$(MSBuildThisFileDirectory)..\Microsoft.ReactNative\XamlApplication.h"> |
| 363 | + <ExcludedFromBuild Condition="'$(UseFabric)' != 'true'">true</ExcludedFromBuild> |
| 364 | + <DependentUpon>$(MSBuildThisFileDirectory)..\Microsoft.ReactNative\.idl</DependentUpon> |
| 365 | + <SubType>Code</SubType> |
356 | 366 | </ClInclude> |
357 | 367 | <ClCompile Include="$(MSBuildThisFileDirectory)..\Microsoft.ReactNative\DynamicReader.cpp"> |
358 | 368 | <DependentUpon>$(MSBuildThisFileDirectory)..\Microsoft.ReactNative\IJSValueReader.idl</DependentUpon> |
|
717 | 727 | <Midl Condition="'$(UseFabric)' == 'true' OR '$(IncludeFabricInterface)' == 'true'" Include="$(ReactNativeWindowsDir)Microsoft.ReactNative\UriImageManager.idl" /> |
718 | 728 | <Midl Condition="'$(UseFabric)' == 'true' OR '$(IncludeFabricInterface)' == 'true'" Include="$(ReactNativeWindowsDir)Microsoft.ReactNative\ViewProps.idl" /> |
719 | 729 | <Midl Condition="'$(UseFabric)' == 'true' OR '$(IncludeFabricInterface)' == 'true'" Include="$(ReactNativeWindowsDir)Microsoft.ReactNative\ReactNativeAppBuilder.idl" /> |
| 730 | + <Midl Condition="'$(UseFabric)' == 'true' OR '$(IncludeFabricInterface)' == 'true'" Include="$(ReactNativeWindowsDir)Microsoft.ReactNative\XamlApplication.idl" /> |
720 | 731 | </ItemGroup> |
721 | 732 | <ItemGroup> |
722 | 733 | <ClInclude Include="$(NodeApiJsiDir)src\ApiLoaders\HermesApi.h" /> |
|
0 commit comments