diff options
Diffstat (limited to 'nuget/DotNetOpenAuth.OpenId.nuspec')
-rw-r--r-- | nuget/DotNetOpenAuth.OpenId.nuspec | 27 |
1 files changed, 16 insertions, 11 deletions
diff --git a/nuget/DotNetOpenAuth.OpenId.nuspec b/nuget/DotNetOpenAuth.OpenId.nuspec index 541e8e6..5956ae6 100644 --- a/nuget/DotNetOpenAuth.OpenId.nuspec +++ b/nuget/DotNetOpenAuth.OpenId.nuspec @@ -1,7 +1,7 @@ <?xml version="1.0"?> <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> <metadata> - <id>DotNetOpenAuth.OpenId.Core</id> + <id>$identity$.Core</id> <version>$version$</version> <title>DotNetOpenAuth OpenID Core</title> <authors>Andrew Arnott</authors> @@ -17,16 +17,16 @@ </dependencies> <references> <!-- Explicitly specify references so that Mono.Math other implementation detail assemblies are not referenced. --> - <reference file="DotNetOpenAuth.OpenId.dll" /> + <reference file="$identity$.dll" /> </references> </metadata> <files> - <file src="$OutputPath35$signed\DotNetOpenAuth.OpenId.dll" target="lib\net35-full\" /> - <file src="$OutputPath40$signed\DotNetOpenAuth.OpenId.dll" target="lib\net40-full\" /> - <file src="$OutputPath35$DotNetOpenAuth.OpenId.pdb" target="lib\net35-full\" /> - <file src="$OutputPath40$DotNetOpenAuth.OpenId.pdb" target="lib\net40-full\" /> - <file src="$OutputPath35$DotNetOpenAuth.OpenId.xml" target="lib\net35-full\" /> - <file src="$OutputPath40$DotNetOpenAuth.OpenId.xml" 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$$identity$.pdb" target="lib\net35-full\" /> + <file src="$OutputPath40$$identity$.pdb" target="lib\net40-full\" /> + <file src="$OutputPath35$$identity$.xml" target="lib\net35-full\" /> + <file src="$OutputPath40$$identity$.xml" target="lib\net40-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\" /> @@ -44,8 +44,13 @@ <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" /> + <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>
\ No newline at end of file |