<?xml version="1.0" encoding="utf-8"?>
<!-- 
  Copyright (c) Microsoft Corporation. All rights reserved.
  Licensed under the MIT License.

  This file will be consumed by ALL Win32 app and module projects (both inside
  and outside of this repo) that build on top of Microsoft.ReactNative.
  Do not make any changes here unless it applies to ALL such projects.
-->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <Import Project="$(MSBuildThisFileDirectory)Microsoft.ReactNative.Common.props" />
   <!-- Fixes NuGet restore issues: -->
  <Import Project="$(ReactNativeWindowsDir)\PropertySheets\NuGet.CSharp.props" />
  <Import Project="$(ReactNativeWindowsDir)\PropertySheets\WinUI.props" />

  <PropertyGroup>
    <RnwExternalPropsLoaded>$(MSBuildThisFile)</RnwExternalPropsLoaded>
  </PropertyGroup>
</Project>
