diff --git a/Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Fohjin.EventStore.sln b/Fohjin.DDD.MakeReusable/Fohjin.EventStore/Fohjin.EventStore.sln similarity index 100% rename from Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Fohjin.EventStore.sln rename to Fohjin.DDD.MakeReusable/Fohjin.EventStore/Fohjin.EventStore.sln diff --git a/Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Fohjin.EventStore/Configuration/ApprovedEntitiesCache.cs b/Fohjin.DDD.MakeReusable/Fohjin.EventStore/Fohjin.EventStore/Configuration/ApprovedEntitiesCache.cs similarity index 100% rename from Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Fohjin.EventStore/Configuration/ApprovedEntitiesCache.cs rename to Fohjin.DDD.MakeReusable/Fohjin.EventStore/Fohjin.EventStore/Configuration/ApprovedEntitiesCache.cs diff --git a/Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Fohjin.EventStore/Configuration/EventProcessor.cs b/Fohjin.DDD.MakeReusable/Fohjin.EventStore/Fohjin.EventStore/Configuration/EventProcessor.cs similarity index 100% rename from Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Fohjin.EventStore/Configuration/EventProcessor.cs rename to Fohjin.DDD.MakeReusable/Fohjin.EventStore/Fohjin.EventStore/Configuration/EventProcessor.cs diff --git a/Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Fohjin.EventStore/Configuration/EventProcessorCache.cs b/Fohjin.DDD.MakeReusable/Fohjin.EventStore/Fohjin.EventStore/Configuration/EventProcessorCache.cs similarity index 100% rename from Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Fohjin.EventStore/Configuration/EventProcessorCache.cs rename to Fohjin.DDD.MakeReusable/Fohjin.EventStore/Fohjin.EventStore/Configuration/EventProcessorCache.cs diff --git a/Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Fohjin.EventStore/Configuration/MethodMissingException.cs b/Fohjin.DDD.MakeReusable/Fohjin.EventStore/Fohjin.EventStore/Configuration/MethodMissingException.cs similarity index 100% rename from Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Fohjin.EventStore/Configuration/MethodMissingException.cs rename to Fohjin.DDD.MakeReusable/Fohjin.EventStore/Fohjin.EventStore/Configuration/MethodMissingException.cs diff --git a/Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Fohjin.EventStore/Configuration/PreProcessor.cs b/Fohjin.DDD.MakeReusable/Fohjin.EventStore/Fohjin.EventStore/Configuration/PreProcessor.cs similarity index 100% rename from Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Fohjin.EventStore/Configuration/PreProcessor.cs rename to Fohjin.DDD.MakeReusable/Fohjin.EventStore/Fohjin.EventStore/Configuration/PreProcessor.cs diff --git a/Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Fohjin.EventStore/Fohjin.EventStore.csproj b/Fohjin.DDD.MakeReusable/Fohjin.EventStore/Fohjin.EventStore/Fohjin.EventStore.csproj similarity index 100% rename from Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Fohjin.EventStore/Fohjin.EventStore.csproj rename to Fohjin.DDD.MakeReusable/Fohjin.EventStore/Fohjin.EventStore/Fohjin.EventStore.csproj diff --git a/Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Fohjin.EventStore/IDomainEvent.cs b/Fohjin.DDD.MakeReusable/Fohjin.EventStore/Fohjin.EventStore/IDomainEvent.cs similarity index 100% rename from Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Fohjin.EventStore/IDomainEvent.cs rename to Fohjin.DDD.MakeReusable/Fohjin.EventStore/Fohjin.EventStore/IDomainEvent.cs diff --git a/Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Fohjin.EventStore/IDomainRepository.cs b/Fohjin.DDD.MakeReusable/Fohjin.EventStore/Fohjin.EventStore/IDomainRepository.cs similarity index 100% rename from Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Fohjin.EventStore/IDomainRepository.cs rename to Fohjin.DDD.MakeReusable/Fohjin.EventStore/Fohjin.EventStore/IDomainRepository.cs diff --git a/Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Fohjin.EventStore/IMemento.cs b/Fohjin.DDD.MakeReusable/Fohjin.EventStore/Fohjin.EventStore/IMemento.cs similarity index 100% rename from Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Fohjin.EventStore/IMemento.cs rename to Fohjin.DDD.MakeReusable/Fohjin.EventStore/Fohjin.EventStore/IMemento.cs diff --git a/Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Fohjin.EventStore/Infrastructure/IAggregateRootFactory.cs b/Fohjin.DDD.MakeReusable/Fohjin.EventStore/Fohjin.EventStore/Infrastructure/IAggregateRootFactory.cs similarity index 100% rename from Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Fohjin.EventStore/Infrastructure/IAggregateRootFactory.cs rename to Fohjin.DDD.MakeReusable/Fohjin.EventStore/Fohjin.EventStore/Infrastructure/IAggregateRootFactory.cs diff --git a/Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Fohjin.EventStore/Infrastructure/IEventProvider.cs b/Fohjin.DDD.MakeReusable/Fohjin.EventStore/Fohjin.EventStore/Infrastructure/IEventProvider.cs similarity index 100% rename from Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Fohjin.EventStore/Infrastructure/IEventProvider.cs rename to Fohjin.DDD.MakeReusable/Fohjin.EventStore/Fohjin.EventStore/Infrastructure/IEventProvider.cs diff --git a/Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Fohjin.EventStore/Infrastructure/IOrginator.cs b/Fohjin.DDD.MakeReusable/Fohjin.EventStore/Fohjin.EventStore/Infrastructure/IOrginator.cs similarity index 100% rename from Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Fohjin.EventStore/Infrastructure/IOrginator.cs rename to Fohjin.DDD.MakeReusable/Fohjin.EventStore/Fohjin.EventStore/Infrastructure/IOrginator.cs diff --git a/Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Fohjin.EventStore/Infrastructure/IlligalStateAssignmentException.cs b/Fohjin.DDD.MakeReusable/Fohjin.EventStore/Fohjin.EventStore/Infrastructure/IlligalStateAssignmentException.cs similarity index 100% rename from Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Fohjin.EventStore/Infrastructure/IlligalStateAssignmentException.cs rename to Fohjin.DDD.MakeReusable/Fohjin.EventStore/Fohjin.EventStore/Infrastructure/IlligalStateAssignmentException.cs diff --git a/Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Fohjin.EventStore/Infrastructure/UnregisteredDomainEventException.cs b/Fohjin.DDD.MakeReusable/Fohjin.EventStore/Fohjin.EventStore/Infrastructure/UnregisteredDomainEventException.cs similarity index 100% rename from Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Fohjin.EventStore/Infrastructure/UnregisteredDomainEventException.cs rename to Fohjin.DDD.MakeReusable/Fohjin.EventStore/Fohjin.EventStore/Infrastructure/UnregisteredDomainEventException.cs diff --git a/Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Fohjin.EventStore/Properties/AssemblyInfo.cs b/Fohjin.DDD.MakeReusable/Fohjin.EventStore/Fohjin.EventStore/Properties/AssemblyInfo.cs similarity index 100% rename from Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Fohjin.EventStore/Properties/AssemblyInfo.cs rename to Fohjin.DDD.MakeReusable/Fohjin.EventStore/Fohjin.EventStore/Properties/AssemblyInfo.cs diff --git a/Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Fohjin.EventStore/Reflection/EventAccessor.cs b/Fohjin.DDD.MakeReusable/Fohjin.EventStore/Fohjin.EventStore/Reflection/EventAccessor.cs similarity index 100% rename from Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Fohjin.EventStore/Reflection/EventAccessor.cs rename to Fohjin.DDD.MakeReusable/Fohjin.EventStore/Fohjin.EventStore/Reflection/EventAccessor.cs diff --git a/Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Fohjin.EventStore/Reflection/EventPropertyLocator.cs b/Fohjin.DDD.MakeReusable/Fohjin.EventStore/Fohjin.EventStore/Reflection/EventPropertyLocator.cs similarity index 100% rename from Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Fohjin.EventStore/Reflection/EventPropertyLocator.cs rename to Fohjin.DDD.MakeReusable/Fohjin.EventStore/Fohjin.EventStore/Reflection/EventPropertyLocator.cs diff --git a/Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Test.Fohjin.EventStore/BaseTestFixture.cs b/Fohjin.DDD.MakeReusable/Fohjin.EventStore/Test.Fohjin.EventStore/BaseTestFixture.cs similarity index 100% rename from Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Test.Fohjin.EventStore/BaseTestFixture.cs rename to Fohjin.DDD.MakeReusable/Fohjin.EventStore/Test.Fohjin.EventStore/BaseTestFixture.cs diff --git a/Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Test.Fohjin.EventStore/Configuration/When_registering_an_domain_event.cs b/Fohjin.DDD.MakeReusable/Fohjin.EventStore/Test.Fohjin.EventStore/Configuration/When_registering_an_domain_event.cs similarity index 100% rename from Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Test.Fohjin.EventStore/Configuration/When_registering_an_domain_event.cs rename to Fohjin.DDD.MakeReusable/Fohjin.EventStore/Test.Fohjin.EventStore/Configuration/When_registering_an_domain_event.cs diff --git a/Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_an_event_gets_published.cs b/Fohjin.DDD.MakeReusable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_an_event_gets_published.cs similarity index 100% rename from Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_an_event_gets_published.cs rename to Fohjin.DDD.MakeReusable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_an_event_gets_published.cs diff --git a/Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_an_unregistered_event_gets_published.cs b/Fohjin.DDD.MakeReusable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_an_unregistered_event_gets_published.cs similarity index 100% rename from Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_an_unregistered_event_gets_published.cs rename to Fohjin.DDD.MakeReusable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_an_unregistered_event_gets_published.cs diff --git a/Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_executing_behavior_that_diretly_sets_the_internal_state.cs b/Fohjin.DDD.MakeReusable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_executing_behavior_that_diretly_sets_the_internal_state.cs similarity index 100% rename from Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_executing_behavior_that_diretly_sets_the_internal_state.cs rename to Fohjin.DDD.MakeReusable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_executing_behavior_that_diretly_sets_the_internal_state.cs diff --git a/Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_instantiating_an_aggregate_root_it_will_wire_the_events_correctly.cs b/Fohjin.DDD.MakeReusable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_instantiating_an_aggregate_root_it_will_wire_the_events_correctly.cs similarity index 100% rename from Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_instantiating_an_aggregate_root_it_will_wire_the_events_correctly.cs rename to Fohjin.DDD.MakeReusable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_instantiating_an_aggregate_root_it_will_wire_the_events_correctly.cs diff --git a/Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_instantiating_two_of_the_same_aggregate_roots_it_will_wire_the_events_correctly_without_mixing_them_together.cs b/Fohjin.DDD.MakeReusable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_instantiating_two_of_the_same_aggregate_roots_it_will_wire_the_events_correctly_without_mixing_them_together.cs similarity index 100% rename from Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_instantiating_two_of_the_same_aggregate_roots_it_will_wire_the_events_correctly_without_mixing_them_together.cs rename to Fohjin.DDD.MakeReusable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_instantiating_two_of_the_same_aggregate_roots_it_will_wire_the_events_correctly_without_mixing_them_together.cs diff --git a/Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_loading_an_empty_history_event_collection.cs b/Fohjin.DDD.MakeReusable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_loading_an_empty_history_event_collection.cs similarity index 100% rename from Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_loading_an_empty_history_event_collection.cs rename to Fohjin.DDD.MakeReusable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_loading_an_empty_history_event_collection.cs diff --git a/Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_loading_an_history_event_collection_containing_one_event.cs b/Fohjin.DDD.MakeReusable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_loading_an_history_event_collection_containing_one_event.cs similarity index 100% rename from Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_loading_an_history_event_collection_containing_one_event.cs rename to Fohjin.DDD.MakeReusable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_loading_an_history_event_collection_containing_one_event.cs diff --git a/Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_loading_an_history_event_collection_containing_two_event.cs b/Fohjin.DDD.MakeReusable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_loading_an_history_event_collection_containing_two_event.cs similarity index 100% rename from Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_loading_an_history_event_collection_containing_two_event.cs rename to Fohjin.DDD.MakeReusable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_loading_an_history_event_collection_containing_two_event.cs diff --git a/Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_multiple_events_gets_published.cs b/Fohjin.DDD.MakeReusable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_multiple_events_gets_published.cs similarity index 100% rename from Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_multiple_events_gets_published.cs rename to Fohjin.DDD.MakeReusable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_multiple_events_gets_published.cs diff --git a/Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_requesting_a_new_object_from_the_repository.cs b/Fohjin.DDD.MakeReusable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_requesting_a_new_object_from_the_repository.cs similarity index 100% rename from Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_requesting_a_new_object_from_the_repository.cs rename to Fohjin.DDD.MakeReusable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_requesting_a_new_object_from_the_repository.cs diff --git a/Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_requesting_a_new_object_from_the_repository_that_has_no_virtual_apply_method.cs b/Fohjin.DDD.MakeReusable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_requesting_a_new_object_from_the_repository_that_has_no_virtual_apply_method.cs similarity index 100% rename from Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_requesting_a_new_object_from_the_repository_that_has_no_virtual_apply_method.cs rename to Fohjin.DDD.MakeReusable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_requesting_a_new_object_from_the_repository_that_has_no_virtual_apply_method.cs diff --git a/Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_the_internal_collection_of_published_events_gets_cleared.cs b/Fohjin.DDD.MakeReusable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_the_internal_collection_of_published_events_gets_cleared.cs similarity index 100% rename from Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_the_internal_collection_of_published_events_gets_cleared.cs rename to Fohjin.DDD.MakeReusable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_the_internal_collection_of_published_events_gets_cleared.cs diff --git a/Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_updating_the_version.cs b/Fohjin.DDD.MakeReusable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_updating_the_version.cs similarity index 100% rename from Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_updating_the_version.cs rename to Fohjin.DDD.MakeReusable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_updating_the_version.cs diff --git a/Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Test.Fohjin.EventStore/Properties/AssemblyInfo.cs b/Fohjin.DDD.MakeReusable/Fohjin.EventStore/Test.Fohjin.EventStore/Properties/AssemblyInfo.cs similarity index 100% rename from Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Test.Fohjin.EventStore/Properties/AssemblyInfo.cs rename to Fohjin.DDD.MakeReusable/Fohjin.EventStore/Test.Fohjin.EventStore/Properties/AssemblyInfo.cs diff --git a/Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Test.Fohjin.EventStore/Test.Fohjin.EventStore.csproj b/Fohjin.DDD.MakeReusable/Fohjin.EventStore/Test.Fohjin.EventStore/Test.Fohjin.EventStore.csproj similarity index 100% rename from Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Test.Fohjin.EventStore/Test.Fohjin.EventStore.csproj rename to Fohjin.DDD.MakeReusable/Fohjin.EventStore/Test.Fohjin.EventStore/Test.Fohjin.EventStore.csproj diff --git a/Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Test.Fohjin.EventStore/TestClient.cs b/Fohjin.DDD.MakeReusable/Fohjin.EventStore/Test.Fohjin.EventStore/TestClient.cs similarity index 100% rename from Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Test.Fohjin.EventStore/TestClient.cs rename to Fohjin.DDD.MakeReusable/Fohjin.EventStore/Test.Fohjin.EventStore/TestClient.cs diff --git a/Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Test.Fohjin.EventStore/TestExtensions.cs b/Fohjin.DDD.MakeReusable/Fohjin.EventStore/Test.Fohjin.EventStore/TestExtensions.cs similarity index 100% rename from Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Test.Fohjin.EventStore/TestExtensions.cs rename to Fohjin.DDD.MakeReusable/Fohjin.EventStore/Test.Fohjin.EventStore/TestExtensions.cs diff --git a/Fohjin.DDD.MakeReUseable/Lib/CastleDynamicProxy/Castle.Core.dll b/Fohjin.DDD.MakeReusable/Lib/CastleDynamicProxy/Castle.Core.dll similarity index 100% rename from Fohjin.DDD.MakeReUseable/Lib/CastleDynamicProxy/Castle.Core.dll rename to Fohjin.DDD.MakeReusable/Lib/CastleDynamicProxy/Castle.Core.dll diff --git a/Fohjin.DDD.MakeReUseable/Lib/CastleDynamicProxy/Castle.Core.pdb b/Fohjin.DDD.MakeReusable/Lib/CastleDynamicProxy/Castle.Core.pdb similarity index 100% rename from Fohjin.DDD.MakeReUseable/Lib/CastleDynamicProxy/Castle.Core.pdb rename to Fohjin.DDD.MakeReusable/Lib/CastleDynamicProxy/Castle.Core.pdb diff --git a/Fohjin.DDD.MakeReUseable/Lib/CastleDynamicProxy/Castle.DynamicProxy2.dll b/Fohjin.DDD.MakeReusable/Lib/CastleDynamicProxy/Castle.DynamicProxy2.dll similarity index 100% rename from Fohjin.DDD.MakeReUseable/Lib/CastleDynamicProxy/Castle.DynamicProxy2.dll rename to Fohjin.DDD.MakeReusable/Lib/CastleDynamicProxy/Castle.DynamicProxy2.dll diff --git a/Fohjin.DDD.MakeReUseable/Lib/CastleDynamicProxy/Castle.DynamicProxy2.pdb b/Fohjin.DDD.MakeReusable/Lib/CastleDynamicProxy/Castle.DynamicProxy2.pdb similarity index 100% rename from Fohjin.DDD.MakeReUseable/Lib/CastleDynamicProxy/Castle.DynamicProxy2.pdb rename to Fohjin.DDD.MakeReusable/Lib/CastleDynamicProxy/Castle.DynamicProxy2.pdb diff --git a/Fohjin.DDD.MakeReUseable/Lib/Moq/Moq.Contrib.dll b/Fohjin.DDD.MakeReusable/Lib/Moq/Moq.Contrib.dll similarity index 100% rename from Fohjin.DDD.MakeReUseable/Lib/Moq/Moq.Contrib.dll rename to Fohjin.DDD.MakeReusable/Lib/Moq/Moq.Contrib.dll diff --git a/Fohjin.DDD.MakeReUseable/Lib/Moq/Moq.Contrib.pdb b/Fohjin.DDD.MakeReusable/Lib/Moq/Moq.Contrib.pdb similarity index 100% rename from Fohjin.DDD.MakeReUseable/Lib/Moq/Moq.Contrib.pdb rename to Fohjin.DDD.MakeReusable/Lib/Moq/Moq.Contrib.pdb diff --git a/Fohjin.DDD.MakeReUseable/Lib/Moq/Moq.dll b/Fohjin.DDD.MakeReusable/Lib/Moq/Moq.dll similarity index 100% rename from Fohjin.DDD.MakeReUseable/Lib/Moq/Moq.dll rename to Fohjin.DDD.MakeReusable/Lib/Moq/Moq.dll diff --git a/Fohjin.DDD.MakeReUseable/Lib/Moq/Moq.pdb b/Fohjin.DDD.MakeReusable/Lib/Moq/Moq.pdb similarity index 100% rename from Fohjin.DDD.MakeReUseable/Lib/Moq/Moq.pdb rename to Fohjin.DDD.MakeReusable/Lib/Moq/Moq.pdb diff --git a/Fohjin.DDD.MakeReUseable/Lib/NUnit/nunit.core.dll b/Fohjin.DDD.MakeReusable/Lib/NUnit/nunit.core.dll similarity index 100% rename from Fohjin.DDD.MakeReUseable/Lib/NUnit/nunit.core.dll rename to Fohjin.DDD.MakeReusable/Lib/NUnit/nunit.core.dll diff --git a/Fohjin.DDD.MakeReUseable/Lib/NUnit/nunit.core.extensions.dll b/Fohjin.DDD.MakeReusable/Lib/NUnit/nunit.core.extensions.dll similarity index 100% rename from Fohjin.DDD.MakeReUseable/Lib/NUnit/nunit.core.extensions.dll rename to Fohjin.DDD.MakeReusable/Lib/NUnit/nunit.core.extensions.dll diff --git a/Fohjin.DDD.MakeReUseable/Lib/NUnit/nunit.core.interfaces.dll b/Fohjin.DDD.MakeReusable/Lib/NUnit/nunit.core.interfaces.dll similarity index 100% rename from Fohjin.DDD.MakeReUseable/Lib/NUnit/nunit.core.interfaces.dll rename to Fohjin.DDD.MakeReusable/Lib/NUnit/nunit.core.interfaces.dll diff --git a/Fohjin.DDD.MakeReUseable/Lib/NUnit/nunit.framework.dll b/Fohjin.DDD.MakeReusable/Lib/NUnit/nunit.framework.dll similarity index 100% rename from Fohjin.DDD.MakeReUseable/Lib/NUnit/nunit.framework.dll rename to Fohjin.DDD.MakeReusable/Lib/NUnit/nunit.framework.dll diff --git a/Fohjin.DDD.MakeReUseable/Lib/NUnit/nunit.util.dll b/Fohjin.DDD.MakeReusable/Lib/NUnit/nunit.util.dll similarity index 100% rename from Fohjin.DDD.MakeReUseable/Lib/NUnit/nunit.util.dll rename to Fohjin.DDD.MakeReusable/Lib/NUnit/nunit.util.dll diff --git a/Fohjin.DDD.MakeReUseable/Lib/StructureMap/StructureMap.AutoMocking.dll b/Fohjin.DDD.MakeReusable/Lib/StructureMap/StructureMap.AutoMocking.dll similarity index 100% rename from Fohjin.DDD.MakeReUseable/Lib/StructureMap/StructureMap.AutoMocking.dll rename to Fohjin.DDD.MakeReusable/Lib/StructureMap/StructureMap.AutoMocking.dll diff --git a/Fohjin.DDD.MakeReUseable/Lib/StructureMap/StructureMap.dll b/Fohjin.DDD.MakeReusable/Lib/StructureMap/StructureMap.dll similarity index 100% rename from Fohjin.DDD.MakeReUseable/Lib/StructureMap/StructureMap.dll rename to Fohjin.DDD.MakeReusable/Lib/StructureMap/StructureMap.dll diff --git a/Fohjin.DDD.MakeReUseable/Lib/StructureMap/StructureMap.pdb b/Fohjin.DDD.MakeReusable/Lib/StructureMap/StructureMap.pdb similarity index 100% rename from Fohjin.DDD.MakeReUseable/Lib/StructureMap/StructureMap.pdb rename to Fohjin.DDD.MakeReusable/Lib/StructureMap/StructureMap.pdb diff --git a/Fohjin.DDD.MakeReUseable/Lib/sqlite/sqlite3.exe b/Fohjin.DDD.MakeReusable/Lib/sqlite/sqlite3.exe similarity index 100% rename from Fohjin.DDD.MakeReUseable/Lib/sqlite/sqlite3.exe rename to Fohjin.DDD.MakeReusable/Lib/sqlite/sqlite3.exe diff --git a/Fohjin.DDD.MakeReUseable/Lib/sqlite/sqlite3_analyzer.exe b/Fohjin.DDD.MakeReusable/Lib/sqlite/sqlite3_analyzer.exe similarity index 100% rename from Fohjin.DDD.MakeReUseable/Lib/sqlite/sqlite3_analyzer.exe rename to Fohjin.DDD.MakeReusable/Lib/sqlite/sqlite3_analyzer.exe