forked from reactiveui/ReactiveUI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathReactiveUI-Events.nuspec
More file actions
37 lines (37 loc) · 1.92 KB
/
ReactiveUI-Events.nuspec
File metadata and controls
37 lines (37 loc) · 1.92 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
29
30
31
32
33
34
35
36
37
<?xml version="1.0" encoding="utf-8"?>
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>reactiveui-events</id>
<version>$version$</version>
<description>Provides Observable-based events API for common UI controls/eventhandlers. The contents of this package is automatically generated, please target pull-requests to the code generator.</description>
<language>en-us</language>
<dependencies>
<group>
<dependency id="Rx-Main" version="2.2.5" />
</group>
<group targetFramework="uap10.0">
<dependency id="Rx-Interfaces" version="2.2.5" />
<dependency id="Rx-Linq" version="2.2.5" />
<dependency id="System.ObjectModel" version="4.0.10" />
<dependency id="System.Runtime" version="4.0.20" />
<dependency id="System.Runtime.InteropServices.WindowsRuntime" version="4.0.0" />
</group>
</dependencies>
</metadata>
<files>
<!-- Android -->
<file src="bin/Release/MonoAndroid403/ReactiveUI.Events.dll" target="lib/MonoAndroid403/ReactiveUI.Events.dll" />
<!-- iOS Unified API -->
<file src="bin/Release/Xamarin.iOS10/ReactiveUI.Events.dll" target="lib/Xamarin.iOS10/ReactiveUI.Events.dll" />
<!-- Mac Mobile Unified API -->
<!-- <file src="bin/Release/Xamarin.Mac20/ReactiveUI.Events.dll" target="lib/Xamarin.Mac20/ReactiveUI.Events.dll" /> -->
<!-- Windows Store 8.1 -->
<file src="bin/Release/WPA81/ReactiveUI.Events.dll" target="lib/WPA81/ReactiveUI.Events.dll" />
<!-- Windows Universal -->
<file src="bin/Release/UAP10.0/ReactiveUI.Events.dll" target="lib/UAP10/ReactiveUI.Events.dll" />
<!-- .NET 4.5 -->
<file src="bin/Release/Net45/ReactiveUI.Events.dll" target="lib/Net45/ReactiveUI.Events.dll" />
<!-- Source -->
<file src="*.cs" target="src" />
</files>
</package>