diff options
Diffstat (limited to 'nuget/DotNetOpenAuth.OpenId.nuspec')
-rw-r--r-- | nuget/DotNetOpenAuth.OpenId.nuspec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nuget/DotNetOpenAuth.OpenId.nuspec b/nuget/DotNetOpenAuth.OpenId.nuspec index 7f3b135..4572689 100644 --- a/nuget/DotNetOpenAuth.OpenId.nuspec +++ b/nuget/DotNetOpenAuth.OpenId.nuspec @@ -21,15 +21,15 @@ </references> </metadata> <files> - <file src="$OutputPath45$signed\$identity$.dll" target="lib\net45-full\" /> + <file src="$OutputPath45$$signedSubPath$$identity$.dll" target="lib\net45-full\" /> <file src="$OutputPath45$$identity$.pdb" target="lib\net45-full\" /> <file src="$OutputPath45$$identity$.xml" target="lib\net45-full\" /> - <file src="$OutputPath45$signed\Org.Mentalis.Security.Cryptography.dll" target="lib\net45-full\" /> + <file src="$OutputPath45$$signedSubPath$Org.Mentalis.Security.Cryptography.dll" target="lib\net45-full\" /> <file src="$OutputPath45$Org.Mentalis.Security.Cryptography.pdb" target="lib\net45-full\" /> <file src="$OutputPath45$Org.Mentalis.Security.Cryptography.xml" target="lib\net45-full\" /> - <file src="$OutputPath45$signed\Mono.Math.dll" target="lib\net45-full\" /> + <file src="$OutputPath45$$signedSubPath$Mono.Math.dll" target="lib\net45-full\" /> <file src="$OutputPath45$Mono.Math.pdb" target="lib\net45-full\" /> <file src="$OutputPath45$Mono.Math.xml" target="lib\net45-full\" /> |