blob: 0b983640eca478ec1ec5fd1bf7fc36173ea2e735 (
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
|
<?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</authors>
<owners>Outercurve Foundation</owners>
<projectUrl>http://www.dotnetopenauth.net/</projectUrl>
<iconUrl>https://github.com/AArnott/dotnetopenid/raw/v3.4/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="$OutputPath35$signed\$identity$.dll" target="lib\net35-full\" />
<file src="$OutputPath40$signed\$identity$.dll" target="lib\net40-full\" />
<file src="$OutputPath45$signed\$identity$.dll" target="lib\net45-full\" />
<file src="$OutputPath35$$identity$.pdb" target="lib\net35-full\" />
<file src="$OutputPath40$$identity$.pdb" target="lib\net40-full\" />
<file src="$OutputPath45$$identity$.pdb" target="lib\net45-full\" />
<file src="$OutputPath35$$identity$.xml" target="lib\net35-full\" />
<file src="$OutputPath40$$identity$.xml" target="lib\net40-full\" />
<file src="$OutputPath45$$identity$.xml" target="lib\net45-full\" />
<file src="$OutputPath35$signed\Org.Mentalis.Security.Cryptography.dll" target="lib\net35-full\" />
<file src="$OutputPath40$signed\Org.Mentalis.Security.Cryptography.dll" target="lib\net40-full\" />
<file src="$OutputPath45$signed\Org.Mentalis.Security.Cryptography.dll" target="lib\net45-full\" />
<file src="$OutputPath35$Org.Mentalis.Security.Cryptography.pdb" target="lib\net35-full\" />
<file src="$OutputPath40$Org.Mentalis.Security.Cryptography.pdb" target="lib\net40-full\" />
<file src="$OutputPath45$Org.Mentalis.Security.Cryptography.pdb" target="lib\net45-full\" />
<file src="$OutputPath35$Org.Mentalis.Security.Cryptography.xml" target="lib\net35-full\" />
<file src="$OutputPath40$Org.Mentalis.Security.Cryptography.xml" target="lib\net40-full\" />
<file src="$OutputPath45$Org.Mentalis.Security.Cryptography.xml" target="lib\net45-full\" />
<file src="$OutputPath35$signed\Mono.Math.dll" target="lib\net35-full\" />
<file src="$OutputPath40$signed\Mono.Math.dll" target="lib\net40-full\" />
<file src="$OutputPath45$signed\Mono.Math.dll" target="lib\net45-full\" />
<file src="$OutputPath35$Mono.Math.pdb" target="lib\net35-full\" />
<file src="$OutputPath40$Mono.Math.pdb" target="lib\net40-full\" />
<file src="$OutputPath45$Mono.Math.pdb" target="lib\net45-full\" />
<file src="$OutputPath35$Mono.Math.xml" target="lib\net35-full\" />
<file src="$OutputPath40$Mono.Math.xml" target="lib\net40-full\" />
<file src="$OutputPath45$Mono.Math.xml" target="lib\net45-full\" />
<file src="content\OpenId.Core\web.config.transform" target="content\web.config.transform" />
<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>
|