summaryrefslogtreecommitdiffstats
path: root/samples/DotNetOpenAuth.ApplicationBlock/DotNetOpenAuth.ApplicationBlock.csproj
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2009-03-12 12:33:52 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2009-03-12 12:33:52 -0700
commitefa5647fa65e5e165c2df0560e2feb77f0389c0f (patch)
tree3a4593edc8ec180a60df315698724aa0b4ed8b47 /samples/DotNetOpenAuth.ApplicationBlock/DotNetOpenAuth.ApplicationBlock.csproj
parent9125da8543504a0795e50a82a771dd07199785de (diff)
downloadDotNetOpenAuth-efa5647fa65e5e165c2df0560e2feb77f0389c0f.zip
DotNetOpenAuth-efa5647fa65e5e165c2df0560e2feb77f0389c0f.tar.gz
DotNetOpenAuth-efa5647fa65e5e165c2df0560e2feb77f0389c0f.tar.bz2
Fixed assembly name of the appblock sample.
Diffstat (limited to 'samples/DotNetOpenAuth.ApplicationBlock/DotNetOpenAuth.ApplicationBlock.csproj')
-rw-r--r--samples/DotNetOpenAuth.ApplicationBlock/DotNetOpenAuth.ApplicationBlock.csproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/DotNetOpenAuth.ApplicationBlock/DotNetOpenAuth.ApplicationBlock.csproj b/samples/DotNetOpenAuth.ApplicationBlock/DotNetOpenAuth.ApplicationBlock.csproj
index 9304189..590b96b 100644
--- a/samples/DotNetOpenAuth.ApplicationBlock/DotNetOpenAuth.ApplicationBlock.csproj
+++ b/samples/DotNetOpenAuth.ApplicationBlock/DotNetOpenAuth.ApplicationBlock.csproj
@@ -8,8 +8,8 @@
<ProjectGuid>{AA78D112-D889-414B-A7D4-467B34C7B663}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>DotNetOAuth.ApplicationBlock</RootNamespace>
- <AssemblyName>DotNetOAuth.ApplicationBlock</AssemblyName>
+ <RootNamespace>DotNetOpenAuth.ApplicationBlock</RootNamespace>
+ <AssemblyName>DotNetOpenAuth.ApplicationBlock</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>