summaryrefslogtreecommitdiffstats
path: root/nuget/DotNetOpenAuth.OpenId.nuspec
blob: 69945305e45a28b8bba010cfe2ee9c2abbd34d8c (plain)
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
46
47
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
	<metadata>
		<id>$identity$.Core</id>
		<version>$version$</version>
		<title>DotNetOpenAuth OpenID Core</title>
		<authors>Andrew Arnott, David Christiansen</authors>
		<owners>David Christiansen, Andrew Arnott</owners>
		<projectUrl>http://www.dotnetopenauth.net/</projectUrl>
		<iconUrl>https://raw.githubusercontent.com/DotNetOpenAuth/DotNetOpenAuth/master/doc/logo/dnoa-logo_32x32.png</iconUrl>
		<licenseUrl>http://www.opensource.org/licenses/ms-pl.html</licenseUrl>
		<requireLicenseAcceptance>false</requireLicenseAcceptance>
		<summary>Common functionality required to implement an OpenID Provider or Relying Party.</summary>
		<description>This package contains shared code for other NuGet packages, and contains no public API in and of itself.</description>
		<dependencies>
			<dependency id="DotNetOpenAuth.Core" version="[$version$]" />
		</dependencies>
		<references>
			<!-- Explicitly specify references so that Mono.Math other implementation detail assemblies are not referenced. -->
			<reference file="$identity$.dll" />
		</references>
	</metadata>
	<files>
		<file src="$OutputPath45$$identity$.dll" target="lib\net45-full\" />
		<file src="$OutputPath45$$identity$.pdb" target="lib\net45-full\" />
		<file src="$OutputPath45$$identity$.xml" target="lib\net45-full\" />

		<file src="$OutputPath45$Org.Mentalis.Security.Cryptography.dll" target="lib\net45-full\" />
		<file src="$OutputPath45$Org.Mentalis.Security.Cryptography.pdb" target="lib\net45-full\" />
		<file src="$OutputPath45$Org.Mentalis.Security.Cryptography.xml" target="lib\net45-full\" />

		<file src="$OutputPath45$Mono.Math.dll" target="lib\net45-full\" />
		<file src="$OutputPath45$Mono.Math.pdb" target="lib\net45-full\" />
		<file src="$OutputPath45$Mono.Math.xml" target="lib\net45-full\" />

		<file src="content\OpenId.Core\net45-full\web.config.transform" target="content\net45-full\" />

		<file src="..\src\$Identity$\**\*.cs" target="src\$identity$" exclude="..\src\$Identity$\obj\**" />
		<file src="$GeneratedAssemblyInfoSourceFile$" target="src\$identity$" />

		<file src="..\src\Org.Mentalis.Security.Cryptography\**\*.cs" target="src\Org.Mentalis.Security.Cryptography" exclude="..\src\Org.Mentalis.Security.Cryptography\obj\**" />
		<file src="$IntermediatePath$Org.Mentalis.Security.Cryptography.Version.cs" target="src\Org.Mentalis.Security.Cryptography" />

		<file src="..\src\Mono.Math\**\*.cs" target="src\Mono.Math" exclude="..\src\Mono.Math\obj\**" />
		<file src="$IntermediatePath$Mono.Math.Version.cs" target="src\Mono.Math" />
	</files>
</package>