diff options
Diffstat (limited to 'nuget/DotNetOpenAuth.InfoCard.nuspec')
-rw-r--r-- | nuget/DotNetOpenAuth.InfoCard.nuspec | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/nuget/DotNetOpenAuth.InfoCard.nuspec b/nuget/DotNetOpenAuth.InfoCard.nuspec index 4e3996d..9b3e532 100644 --- a/nuget/DotNetOpenAuth.InfoCard.nuspec +++ b/nuget/DotNetOpenAuth.InfoCard.nuspec @@ -1,7 +1,7 @@ <?xml version="1.0"?> <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> <metadata> - <id>DotNetOpenAuth.InfoCard</id> + <id>$identity$</id> <version>$version$</version> <title>DotNetOpenAuth InfoCard</title> <authors>Andrew Arnott</authors> @@ -21,18 +21,19 @@ </dependencies> </metadata> <files> - <file src="$OutputPath35$signed\DotNetOpenAuth.InfoCard.dll" target="lib\net35-full\" /> - <file src="$OutputPath40$signed\DotNetOpenAuth.InfoCard.dll" target="lib\net40-full\" /> - <file src="$OutputPath45$signed\DotNetOpenAuth.InfoCard.dll" target="lib\net45-full\" /> + <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$DotNetOpenAuth.InfoCard.pdb" target="lib\net35-full\" /> - <file src="$OutputPath40$DotNetOpenAuth.InfoCard.pdb" target="lib\net40-full\" /> - <file src="$OutputPath45$DotNetOpenAuth.InfoCard.pdb" 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$DotNetOpenAuth.InfoCard.xml" target="lib\net35-full\" /> - <file src="$OutputPath40$DotNetOpenAuth.InfoCard.xml" target="lib\net40-full\" /> - <file src="$OutputPath45$DotNetOpenAuth.InfoCard.xml" 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="..\src\DotNetOpenAuth.InfoCard\**\*.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 |