diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-12-28 10:44:14 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-12-28 10:44:14 -0800 |
commit | feaad821a771e968d6dbc3ef6072762a8ed6dad6 (patch) | |
tree | 230b0c8644abbcc9f643b4a6dfe57390f0e3a375 /nuget/DotNetOpenAuth.OAuth.ServiceProvider.nuspec | |
parent | f44b82d128498f8e4b34026f0d72ffe39ee43575 (diff) | |
download | DotNetOpenAuth-feaad821a771e968d6dbc3ef6072762a8ed6dad6.zip DotNetOpenAuth-feaad821a771e968d6dbc3ef6072762a8ed6dad6.tar.gz DotNetOpenAuth-feaad821a771e968d6dbc3ef6072762a8ed6dad6.tar.bz2 |
Retargets exclusively to .NET 4.5 now.
Diffstat (limited to 'nuget/DotNetOpenAuth.OAuth.ServiceProvider.nuspec')
-rw-r--r-- | nuget/DotNetOpenAuth.OAuth.ServiceProvider.nuspec | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/nuget/DotNetOpenAuth.OAuth.ServiceProvider.nuspec b/nuget/DotNetOpenAuth.OAuth.ServiceProvider.nuspec index 5abf338..57b8beb 100644 --- a/nuget/DotNetOpenAuth.OAuth.ServiceProvider.nuspec +++ b/nuget/DotNetOpenAuth.OAuth.ServiceProvider.nuspec @@ -21,16 +21,8 @@ </dependencies> </metadata> <files> - <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$$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$$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\$Identity$\**\*.cs" target="src" exclude="..\src\$Identity$\obj\**" /> |