summaryrefslogtreecommitdiffstats
path: root/nuget/DotNetOpenAuth.OpenId.RelyingParty.nuspec
diff options
context:
space:
mode:
Diffstat (limited to 'nuget/DotNetOpenAuth.OpenId.RelyingParty.nuspec')
-rw-r--r--nuget/DotNetOpenAuth.OpenId.RelyingParty.nuspec17
1 files changed, 9 insertions, 8 deletions
diff --git a/nuget/DotNetOpenAuth.OpenId.RelyingParty.nuspec b/nuget/DotNetOpenAuth.OpenId.RelyingParty.nuspec
index 06d402e..043b537 100644
--- a/nuget/DotNetOpenAuth.OpenId.RelyingParty.nuspec
+++ b/nuget/DotNetOpenAuth.OpenId.RelyingParty.nuspec
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
- <id>DotNetOpenAuth.OpenId.RelyingParty</id>
+ <id>$identity$</id>
<version>$version$</version>
<title>DotNetOpenAuth OpenID Relying Party</title>
<authors>Andrew Arnott</authors>
@@ -20,17 +20,18 @@
</dependencies>
</metadata>
<files>
- <file src="$OutputPath35$signed\DotNetOpenAuth.OpenId.RelyingParty.dll" target="lib\net35-full\" />
- <file src="$OutputPath40$signed\DotNetOpenAuth.OpenId.RelyingParty.dll" target="lib\net40-full\" />
+ <file src="$OutputPath35$signed\$identity$.dll" target="lib\net35-full\" />
+ <file src="$OutputPath40$signed\$identity$.dll" target="lib\net40-full\" />
- <file src="$OutputPath35$DotNetOpenAuth.OpenId.RelyingParty.pdb" target="lib\net35-full\" />
- <file src="$OutputPath40$DotNetOpenAuth.OpenId.RelyingParty.pdb" target="lib\net40-full\" />
+ <file src="$OutputPath35$$identity$.pdb" target="lib\net35-full\" />
+ <file src="$OutputPath40$$identity$.pdb" target="lib\net40-full\" />
- <file src="$OutputPath35$DotNetOpenAuth.OpenId.RelyingParty.xml" target="lib\net35-full\" />
- <file src="$OutputPath40$DotNetOpenAuth.OpenId.RelyingParty.xml" target="lib\net40-full\" />
+ <file src="$OutputPath35$$identity$.xml" target="lib\net35-full\" />
+ <file src="$OutputPath40$$identity$.xml" target="lib\net40-full\" />
<file src="content\OpenId.RelyingParty\web.config.transform" target="content\web.config.transform" />
- <file src="..\src\DotNetOpenAuth.OpenId.RelyingParty\**\*.cs" target="src" />
+ <file src="..\src\$Identity$\**\*.cs" target="src" exclude="..\src\$Identity$\obj\**" />
+ <file src="$GeneratedAssemblyInfoSourceFile$" target="src" />
</files>
</package> \ No newline at end of file