summaryrefslogtreecommitdiffstats
path: root/nuget/DotNetOpenAuth.OpenId.UI.nuspec
diff options
context:
space:
mode:
Diffstat (limited to 'nuget/DotNetOpenAuth.OpenId.UI.nuspec')
-rw-r--r--nuget/DotNetOpenAuth.OpenId.UI.nuspec15
1 files changed, 8 insertions, 7 deletions
diff --git a/nuget/DotNetOpenAuth.OpenId.UI.nuspec b/nuget/DotNetOpenAuth.OpenId.UI.nuspec
index 7411278..bc39a76 100644
--- a/nuget/DotNetOpenAuth.OpenId.UI.nuspec
+++ b/nuget/DotNetOpenAuth.OpenId.UI.nuspec
@@ -17,15 +17,16 @@
</dependencies>
</metadata>
<files>
- <file src="$OutputPath35$signed\DotNetOpenAuth.OpenId.UI.dll" target="lib\net35-full\" />
- <file src="$OutputPath40$signed\DotNetOpenAuth.OpenId.UI.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.UI.pdb" target="lib\net35-full\" />
- <file src="$OutputPath40$DotNetOpenAuth.OpenId.UI.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.UI.xml" target="lib\net35-full\" />
- <file src="$OutputPath40$DotNetOpenAuth.OpenId.UI.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="..\src\DotNetOpenAuth.OpenId.UI\**\*.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