-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathMicrosoft.ReactNative.WinRT.nuspec
More file actions
28 lines (28 loc) · 1.39 KB
/
Microsoft.ReactNative.WinRT.nuspec
File metadata and controls
28 lines (28 loc) · 1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata minClientVersion="2.5">
<id>Microsoft.ReactNative.WinRT</id>
<version>$rnwinrt_nuget_version$</version>
<title>RN/WinRT Build Support</title>
<authors>Microsoft</authors>
<owners>Microsoft</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>React Native WinRT provides WinRT projection support for React Native Windows.</description>
<releaseNotes></releaseNotes>
<tags>RN WinRT RNW rnwinrt WinMD xlang</tags>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<license type="file">LICENSE</license>
<projectUrl>https://github.com/microsoft/react-native-winrt</projectUrl>
</metadata>
<files>
<file src="LICENSE"/>
<file src="readme.txt"/>
<file src="$rnwinrt_exe$" target="rnwinrt" />
<file src="$reactnative_files$\dllmain.cpp" target="rnwinrt\module" />
<file src="$reactnative_files$\WinRTTurboModule.h" target="rnwinrt\module" />
<file src="$reactnative_files$\WinRTTurboModule.cpp" target="rnwinrt\module" />
<file src="$reactnative_files$\WinRTTurboModule.def" target="rnwinrt\module" />
<file src="$reactnative_files$\WinRTTurboModule.targets" target="build\native" />
<file src="$reactnative_files$\WinRTTurboModule.props" target="build\native" />
</files>
</package>