Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 51a8dbd

Browse files
author
Pete Smith
committedMar 19, 2014
Bulk renaming from EasyNetQ to AzureNetQ, removal of stuff that we won't be needing at least not for now
1 parent fb85fdf commit 51a8dbd

File tree

443 files changed

+902
-10616
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

443 files changed

+902
-10616
lines changed
 

‎.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ TestResult.xml
2121

2222
# Ignore NuGet package files.
2323
*.nupkg
24-
Package/EasyNetQ/lib
25-
Package/EasyNetQ.Management.Client/lib
2624

2725
*.userprefs
2826
test-results

‎Source/AzureNetQ.LogReader/EasyNetQ.LogReader.csproj renamed to ‎AzureNetQ.LogReader/AzureNetQ.LogReader.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
44
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5-
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
5+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
66
<ProductVersion>8.0.30703</ProductVersion>
77
<SchemaVersion>2.0</SchemaVersion>
88
<ProjectGuid>{AA7F9D04-085B-4B71-8541-B838F5CAF9F2}</ProjectGuid>
99
<OutputType>Exe</OutputType>
1010
<AppDesignerFolder>Properties</AppDesignerFolder>
11-
<RootNamespace>EasyNetQ.LogReader</RootNamespace>
12-
<AssemblyName>EasyNetQ.LogReader</AssemblyName>
11+
<RootNamespace>AzureNetQ.LogReader</RootNamespace>
12+
<AssemblyName>AzureNetQ.LogReader</AssemblyName>
1313
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
1414
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
1515
<FileAlignment>512</FileAlignment>

0 commit comments

Comments
 (0)
Please sign in to comment.