summaryrefslogtreecommitdiff
path: root/dotnet/Qpid.Codec/Qpid.Codec.csproj
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2007-07-27 13:33:50 +0000
committerMartin Ritchie <ritchiem@apache.org>2007-07-27 13:33:50 +0000
commitfd8a33315d5dec0f1682a276d18dded1b8699af2 (patch)
tree43e190119c715134284c23419e30ad3d71cac7e2 /dotnet/Qpid.Codec/Qpid.Codec.csproj
parent0cc4edff8cca6c7a8d50ee57ac08bb4ca9d5428d (diff)
downloadqpid-python-fd8a33315d5dec0f1682a276d18dded1b8699af2.tar.gz
Converted namespaces from Qpid.* to Apache.Qpid.*
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@560225 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'dotnet/Qpid.Codec/Qpid.Codec.csproj')
-rw-r--r--dotnet/Qpid.Codec/Qpid.Codec.csproj6
1 files changed, 3 insertions, 3 deletions
diff --git a/dotnet/Qpid.Codec/Qpid.Codec.csproj b/dotnet/Qpid.Codec/Qpid.Codec.csproj
index a67d2d6a1b..ebe4681397 100644
--- a/dotnet/Qpid.Codec/Qpid.Codec.csproj
+++ b/dotnet/Qpid.Codec/Qpid.Codec.csproj
@@ -7,8 +7,8 @@
<ProjectGuid>{22D0D0C2-77AF-4DE3-B456-7FF3893F9F88}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>Qpid.Codec</RootNamespace>
- <AssemblyName>Qpid.Codec</AssemblyName>
+ <RootNamespace>Apache.Qpid.Codec</RootNamespace>
+ <AssemblyName>Apache.Qpid.Codec</AssemblyName>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@@ -70,4 +70,4 @@
<Target Name="AfterBuild">
</Target>
-->
-</Project> \ No newline at end of file
+</Project>