summaryrefslogtreecommitdiffstats
path: root/nuget/DotNetOpenAuth.OpenId.Core.nuspec
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2012-01-29 10:47:07 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2012-01-29 10:47:07 -0800
commit8f4165ee515728aca3faaa26e8354a40612e85e4 (patch)
tree204c75486639c23cdda2ef38b34d7e5050a1a2e3 /nuget/DotNetOpenAuth.OpenId.Core.nuspec
parentaf21cdaf77ca72f54e04f22268b740ce262582fa (diff)
parent71dc7f7a7146b021c358a9f341980d1f5e976955 (diff)
downloadDotNetOpenAuth-8f4165ee515728aca3faaa26e8354a40612e85e4.zip
DotNetOpenAuth-8f4165ee515728aca3faaa26e8354a40612e85e4.tar.gz
DotNetOpenAuth-8f4165ee515728aca3faaa26e8354a40612e85e4.tar.bz2
Merge in a bunch of build system and NuGet work.
Diffstat (limited to 'nuget/DotNetOpenAuth.OpenId.Core.nuspec')
-rw-r--r--nuget/DotNetOpenAuth.OpenId.Core.nuspec50
1 files changed, 50 insertions, 0 deletions
diff --git a/nuget/DotNetOpenAuth.OpenId.Core.nuspec b/nuget/DotNetOpenAuth.OpenId.Core.nuspec
new file mode 100644
index 0000000..24a9f8e
--- /dev/null
+++ b/nuget/DotNetOpenAuth.OpenId.Core.nuspec
@@ -0,0 +1,50 @@
+<?xml version="1.0"?>
+<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
+ <metadata>
+ <id>DotNetOpenAuth.OpenId.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>
+ <description>Contains assemblies that are required to implement an OpenID Relying Party or Provider.</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="DotNetOpenAuth.OpenId.dll" />
+ </references>
+ </metadata>
+ <files>
+ <file src="$OutputPath35$signed\DotNetOpenAuth.OpenId.dll" target="lib\net35-full\DotNetOpenAuth.OpenId.dll" />
+ <file src="$OutputPath40$signed\DotNetOpenAuth.OpenId.dll" target="lib\net40-full\DotNetOpenAuth.OpenId.dll" />
+ <file src="$OutputPath35$DotNetOpenAuth.OpenId.pdb" target="lib\net35-full\DotNetOpenAuth.OpenId.pdb" />
+ <file src="$OutputPath40$DotNetOpenAuth.OpenId.pdb" target="lib\net40-full\DotNetOpenAuth.OpenId.pdb" />
+ <file src="$OutputPath35$DotNetOpenAuth.OpenId.xml" target="lib\net35-full\DotNetOpenAuth.OpenId.xml" />
+ <file src="$OutputPath40$DotNetOpenAuth.OpenId.xml" target="lib\net40-full\DotNetOpenAuth.OpenId.xml" />
+
+ <file src="$OutputPath35$signed\Org.Mentalis.Security.Cryptography.dll" target="lib\net35-full\Org.Mentalis.Security.Cryptography.dll" />
+ <file src="$OutputPath40$signed\Org.Mentalis.Security.Cryptography.dll" target="lib\net40-full\Org.Mentalis.Security.Cryptography.dll" />
+ <file src="$OutputPath35$Org.Mentalis.Security.Cryptography.pdb" target="lib\net35-full\Org.Mentalis.Security.Cryptography.pdb" />
+ <file src="$OutputPath40$Org.Mentalis.Security.Cryptography.pdb" target="lib\net40-full\Org.Mentalis.Security.Cryptography.pdb" />
+ <file src="$OutputPath35$Org.Mentalis.Security.Cryptography.xml" target="lib\net35-full\Org.Mentalis.Security.Cryptography.xml" />
+ <file src="$OutputPath40$Org.Mentalis.Security.Cryptography.xml" target="lib\net40-full\Org.Mentalis.Security.Cryptography.xml" />
+
+ <file src="$OutputPath35$signed\Mono.Math.dll" target="lib\net35-full\Mono.Math.dll" />
+ <file src="$OutputPath40$signed\Mono.Math.dll" target="lib\net40-full\Mono.Math.dll" />
+ <file src="$OutputPath35$Mono.Math.pdb" target="lib\net35-full\Mono.Math.pdb" />
+ <file src="$OutputPath40$Mono.Math.pdb" target="lib\net40-full\Mono.Math.pdb" />
+ <file src="$OutputPath35$Mono.Math.xml" target="lib\net35-full\Mono.Math.xml" />
+ <file src="$OutputPath40$Mono.Math.xml" target="lib\net40-full\Mono.Math.xml" />
+
+ <file src="content\OpenId.Core\web.config.transform" target="content\web.config.transform" />
+
+ <file src="..\src\DotNetOpenAuth.OpenId\**\*.cs" target="src\DotNetOpenAuth.OpenId" />
+ <file src="..\src\Org.Mentalis.Security.Cryptography\**\*.cs" target="src\Org.Mentalis.Security.Cryptography" />
+ <file src="..\src\Mono.Math\**\*.cs" target="src\Mono.Math" />
+ </files>
+</package> \ No newline at end of file