<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  <metadata>
    <id>$id$</id>
    <version>$version$</version>
    <description>Contains Windows Implementation of React-Native</description>
    <authors>Microsoft</authors>
    <projectUrl>https://github.com/microsoft/react-native-windows</projectUrl>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <license type="expression">MIT</license>
    <copyright>&#169; Microsoft Corporation. All rights reserved.</copyright>
    <repository type="git"
      url="https://github.com/microsoft/react-native-windows.git"
      commit="$CommitId$" />
  </metadata>
  <files>

    <file src="$nugetroot$\Desktop\x86\Debug\React.Windows.Desktop.DLL\react-native-win32.*"          target="lib\debug\x86"      exclude="**\*.iobj;**\*.ipdb;**\*.exp;**\*.ilk" />
    <file src="$nugetroot$\Desktop\x64\Debug\React.Windows.Desktop.DLL\react-native-win32.*"          target="lib\debug\x64"      exclude="**\*.iobj;**\*.ipdb;**\*.exp;**\*.ilk" />
    <file src="$nugetroot$\Desktop\ARM64EC\Debug\React.Windows.Desktop.DLL\react-native-win32.*"      target="lib\debug\ARM64EC"  exclude="**\*.iobj;**\*.ipdb;**\*.exp;**\*.ilk" />
    <file src="$nugetroot$\Desktop\x86\Release\React.Windows.Desktop.DLL\react-native-win32.*"        target="lib\ship\x86"       exclude="**\*.iobj;**\*.ipdb;**\*.exp;**\*.ilk" />
    <file src="$nugetroot$\Desktop\x64\Release\React.Windows.Desktop.DLL\react-native-win32.*"        target="lib\ship\x64"       exclude="**\*.iobj;**\*.ipdb;**\*.exp;**\*.ilk" />
    <file src="$nugetroot$\Desktop\ARM64EC\Release\React.Windows.Desktop.DLL\react-native-win32.*"    target="lib\ship\ARM64EC"   exclude="**\*.iobj;**\*.ipdb;**\*.exp;**\*.ilk" />
    <file src="$nugetroot$\Desktop\x86\Debug\React.Windows.Desktop\Microsoft.ReactNative.winmd"       target="lib\debug\x86"/>
    <file src="$nugetroot$\Desktop\x64\Debug\React.Windows.Desktop\Microsoft.ReactNative.winmd"       target="lib\debug\x64"/>
    <file src="$nugetroot$\Desktop\ARM64EC\Debug\React.Windows.Desktop\Microsoft.ReactNative.winmd"   target="lib\debug\ARM64EC"/>
    <file src="$nugetroot$\Desktop\x86\Release\React.Windows.Desktop\Microsoft.ReactNative.winmd"     target="lib\ship\x86"/>
    <file src="$nugetroot$\Desktop\x64\Release\React.Windows.Desktop\Microsoft.ReactNative.winmd"     target="lib\ship\x64"/>
    <file src="$nugetroot$\Desktop\ARM64EC\Release\React.Windows.Desktop\Microsoft.ReactNative.winmd" target="lib\ship\ARM64EC"/>

    <file src="$nugetroot$\inc\callinvoker\ReactCommon\CallInvoker.h" target="inc\ReactCommon"/>
    <file src="$nugetroot$\inc\callinvoker\ReactCommon\SchedulerPriority.h" target="inc\ReactCommon"/>
    <file src="$nugetroot$\inc\runtimeexecutor\ReactCommon\RuntimeExecutor.h" target="inc\ReactCommon"/>
    <file src="$nugetroot$\inc\cxxreact\*" target="inc\cxxreact"/>
    <file src="$nugetroot$\inc\jsi\**\*.*" target="inc\jsi"/>
    <file src="$nugetroot$\inc\jsinspector-modern\*" target="inc\jsinspector-modern"/>
    <file src="$nugetroot$\inc\Yoga\*.*" target="inc\Yoga"/>
    <file src="$nugetroot$\inc\folly\**\*.*" target="inc" />
    <file src="$nugetroot$\inc\fmt\**\*.*" target="inc\fmt" />
    <file src="$nugetroot$\inc\stubs\**\*.*" target="inc" />

    <file src="$nugetroot$\inc\Shared\AbiSafe.h" target="inc"/>
    <file src="$nugetroot$\inc\Shared\DevSettings.h" target="inc"/>
    <file src="$nugetroot$\inc\Shared\InstanceManager.h" target="inc"/>
    <file src="$nugetroot$\inc\Shared\IDevSupportManager.h" target="inc"/>
    <file src="$nugetroot$\inc\Shared\IReactRootView.h" target="inc"/>
    <file src="$nugetroot$\inc\Shared\IRedBoxHandler.h" target="inc"/>
    <file src="$nugetroot$\inc\Shared\JSBigAbiString.h" target="inc"/>
    <file src="$nugetroot$\inc\Shared\LayoutAnimation.h" target="inc"/>
    <file src="$nugetroot$\inc\Shared\Logging.h" target="inc"/>
    <file src="$nugetroot$\inc\Shared\MemoryMappedBuffer.h" target="inc"/>
    <file src="$nugetroot$\inc\Shared\Networking\IWebSocketResource.h" target="inc"/>
    <file src="$nugetroot$\inc\Shared\Networking\OriginPolicy.h" target="inc"/>
    <file src="$nugetroot$\inc\Shared\RuntimeOptions.h" target="inc"/>
    <file src="$nugetroot$\inc\Shared\Tracing.h" target="inc"/>

    <!-- Required for win32 -->
    <file src="$nugetroot$\inc\Shared\DevServerHelper.h" target="inc"/>
    <file src="$nugetroot$\inc\ReactWin32\JSBigStringResourceDll.h" target="inc"/>
    <file src="$nugetroot$\inc\react-native-win32.x64.def" target="inc"/>
    <file src="$nugetroot$\inc\react-native-win32.x86.def" target="inc"/>

    <file src="$nugetroot$\inc\include\**\*.*" target="inc\include" />

    <file src="$nugetroot$\Microsoft.ReactNative.Cxx\**" target ="Microsoft.ReactNative.Cxx"/>

    <file src="$nugetroot$\inc\codegen\**\*.*" target ="inc\codegen"/>

    <file src="$nugetroot$\natvis\Folly.natvis" target ="natvis\Folly.natvis"/>
  </files>
</package>
