diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2009-03-12 12:33:52 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2009-03-12 12:33:52 -0700 |
commit | efa5647fa65e5e165c2df0560e2feb77f0389c0f (patch) | |
tree | 3a4593edc8ec180a60df315698724aa0b4ed8b47 /samples/DotNetOpenAuth.ApplicationBlock/DotNetOpenAuth.ApplicationBlock.csproj | |
parent | 9125da8543504a0795e50a82a771dd07199785de (diff) | |
download | DotNetOpenAuth-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.csproj | 4 |
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> |