forked from reactiveui/ReactiveUI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathReactiveUI-Blend.nuspec
More file actions
45 lines (45 loc) · 2 KB
/
ReactiveUI-Blend.nuspec
File metadata and controls
45 lines (45 loc) · 2 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
38
39
40
41
42
43
44
45
<?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-blend</id>
<version>$version$</version>
<description>Blend behaviors for ReactiveUI</description>
<language>en-us</language>
<dependencies>
<group>
<dependency id="reactiveui-core" version="$version$" />
</group>
<group targetFramework="net45">
<dependency id="reactiveui-core" version="$version$" />
<dependency id="Rx-Xaml" version="2.2.5" />
</group>
<group targetFramework="wp8">
<dependency id="reactiveui-core" version="$version$" />
<dependency id="Rx-Xaml" version="2.2.5" />
</group>
<group targetFramework="Portable-Win81+WPA81">
<dependency id="reactiveui-core" version="$version$" />
<dependency id="Rx-Xaml" version="2.2.5" />
</group>
<group targetFramework="uap10.0">
<dependency id="reactiveui-core" version="$version$" />
<dependency id="System.Diagnostics.Debug" version="4.0.10" />
<dependency id="Microsoft.Xaml.Behaviors.Uwp.Managed" version="1.1.0" />
<dependency id="Rx-Core" version="2.2.5" />
<dependency id="Rx-Interfaces" version="2.2.5" />
<dependency id="Rx-Linq" version="2.2.5" />
<dependency id="System.Runtime" version="4.0.20" />
</group>
</dependencies>
</metadata>
<files>
<!-- Windows Store 8.1 -->
<file src="bin/Release/Portable-Win81+WPA81/ReactiveUI.Blend.dll" target="lib/Portable-Win81+WPA81/ReactiveUI.Blend.dll" />
<!-- Windows Universal -->
<file src="bin/Release/UAP10.0/ReactiveUI.Blend_UWP.dll" target="lib/UAP10/ReactiveUI.Blend_UWP.dll" />
<!-- .NET 4.5 -->
<file src="bin/Release/Net45/ReactiveUI.Blend.dll" target="lib/Net45/ReactiveUI.Blend.dll" />
<!-- Source -->
<file src="*.cs" target="src" />
</files>
</package>