forked from reactiveui/ReactiveUI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathReactiveUI-Winforms.nuspec
More file actions
20 lines (20 loc) · 946 Bytes
/
ReactiveUI-Winforms.nuspec
File metadata and controls
20 lines (20 loc) · 946 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?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-winforms</id>
<version>$version$</version>
<description>Windows Forms specific extensions to ReactiveUI</description>
<language>en-us</language>
<dependencies>
<dependency id="reactiveui-core" version="[$version$]" />
</dependencies>
</metadata>
<files>
<!-- .NET 4.5 -->
<file src="bin/Release/Net45/ReactiveUI.Winforms.dll" target="lib/Net45/ReactiveUI.Winforms.dll" />
<file src="bin/Release/Net45/ReactiveUI.Winforms.pdb" target="lib/Net45/ReactiveUI.Winforms.pdb" />
<file src="bin/Release/Net45/ReactiveUI.Winforms.xml" target="lib/Net45/ReactiveUI.Winforms.xml" />
<!-- Source -->
<file src="*.cs" target="src" />
</files>
</package>