-
Notifications
You must be signed in to change notification settings - Fork 0
/
Fizzler.nuspec
34 lines (34 loc) · 1.78 KB
/
Fizzler.nuspec
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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Fizzler</id>
<version>1.0.0</version>
<title>Fizzler</title>
<authors>Atif Aziz, Colin Ramsay</authors>
<owners>Atif Aziz</owners>
<licenseUrl>http://www.gnu.org/licenses/lgpl.html</licenseUrl>
<projectUrl>https://fizzler.googlecode.com/</projectUrl>
<copyright>Copyright (c) 2009 Atif Aziz, Colin Ramsay. All rights reserved.</copyright>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Fizzler is a W3C Selectors parser and generic selector framework for document hierarchies.</description>
<summary>W3C Selectors Engine for Microsoft .NET Framework</summary>
<tags>selectors w3c</tags>
<dependencies>
<group targetFramework=".NETFramework2.0">
<dependency id="LinqBridge" version="1.3.0" />
</group>
<group targetFramework=".NETFramework3.5" />
</dependencies>
</metadata>
<files>
<file src="COPYING.txt" target="COPYING.txt" />
<file src="COPYING.LESSER.txt" target="COPYING.LESSER.txt" />
<file src="bin\NET-2.0\Release\Fizzler.dll" target="lib\net20" />
<file src="bin\NET-2.0\Release\Fizzler.xml" target="lib\net20" />
<file src="bin\NET-2.0\Release\Fizzler.pdb" target="lib\net20" />
<file src="bin\Release\Fizzler.dll" target="lib\net35" />
<file src="bin\Release\Fizzler.xml" target="lib\net35" />
<file src="bin\Release\Fizzler.pdb" target="lib\net35" />
<file src="src\**\*.cs" target="src" exclude="src\Fizzler.Tests\**;src\Fizzler.Sandbox\**"/>
</files>
</package>