diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-01-29 10:47:07 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-01-29 10:47:07 -0800 |
commit | 8f4165ee515728aca3faaa26e8354a40612e85e4 (patch) | |
tree | 204c75486639c23cdda2ef38b34d7e5050a1a2e3 /nuget/DotNetOpenAuth.InfoCard.nuspec | |
parent | af21cdaf77ca72f54e04f22268b740ce262582fa (diff) | |
parent | 71dc7f7a7146b021c358a9f341980d1f5e976955 (diff) | |
download | DotNetOpenAuth-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.InfoCard.nuspec')
-rw-r--r-- | nuget/DotNetOpenAuth.InfoCard.nuspec | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/nuget/DotNetOpenAuth.InfoCard.nuspec b/nuget/DotNetOpenAuth.InfoCard.nuspec new file mode 100644 index 0000000..166abca --- /dev/null +++ b/nuget/DotNetOpenAuth.InfoCard.nuspec @@ -0,0 +1,30 @@ +<?xml version="1.0"?> +<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> + <metadata> + <id>DotNetOpenAuth.InfoCard</id> + <version>$version$</version> + <title>DotNetOpenAuth InfoCard</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 InfoCard relying party.</description> + <dependencies> + <dependency id="DotNetOpenAuth.Core" version="[$version$]" /> + </dependencies> + </metadata> + <files> + <file src="$OutputPath35$signed\DotNetOpenAuth.InfoCard.dll" target="lib\net35-full\DotNetOpenAuth.InfoCard.dll" /> + <file src="$OutputPath40$signed\DotNetOpenAuth.InfoCard.dll" target="lib\net40-full\DotNetOpenAuth.InfoCard.dll" /> + + <file src="$OutputPath35$DotNetOpenAuth.InfoCard.pdb" target="lib\net35-full\DotNetOpenAuth.InfoCard.pdb" /> + <file src="$OutputPath40$DotNetOpenAuth.InfoCard.pdb" target="lib\net40-full\DotNetOpenAuth.InfoCard.pdb" /> + + <file src="$OutputPath35$DotNetOpenAuth.InfoCard.xml" target="lib\net35-full\DotNetOpenAuth.InfoCard.xml" /> + <file src="$OutputPath40$DotNetOpenAuth.InfoCard.xml" target="lib\net40-full\DotNetOpenAuth.InfoCard.xml" /> + + <file src="..\src\DotNetOpenAuth.InfoCard\**\*.cs" target="src" /> + </files> +</package>
\ No newline at end of file |