Skip to content

Commit

Permalink
renaming Modules to plural
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidEggenberger committed Dec 29, 2023
1 parent 36dffd8 commit 88e639f
Show file tree
Hide file tree
Showing 270 changed files with 268 additions and 1,383 deletions.
36 changes: 18 additions & 18 deletions CrispyCollab.sln
Original file line number Diff line number Diff line change
Expand Up @@ -17,31 +17,31 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Web.Client", "Source\Web\We
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Modules", "Modules", "{FA1B1370-AD0B-457B-8F6A-E6ABF5FE65B3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Channel", "Channel", "{1E39B7E5-98E3-4299-8213-9339D0353A03}"
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Channels", "Channels", "{1E39B7E5-98E3-4299-8213-9339D0353A03}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "LandingPages", "LandingPages", "{E0B90562-C57B-47C3-9219-8F0DBF17F892}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Subscription", "Subscription", "{13F35C45-6601-4F92-9CB9-9F5DAD2146F4}"
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Subscriptions", "Subscriptions", "{13F35C45-6601-4F92-9CB9-9F5DAD2146F4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "TenantIdentity", "TenantIdentity", "{2EAB9402-18B3-494D-AF82-D63E296A012F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Modules.Channel.Web.Shared", "Source\Modules\Channel\Web\DTOs\Modules.Channel.Web.Shared.csproj", "{88AD44BF-5583-403F-AC86-6DA7958A15C1}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Modules.Channels.Web.Shared", "Source\Modules\Channels\Web\DTOs\Modules.Channels.Web.Shared.csproj", "{88AD44BF-5583-403F-AC86-6DA7958A15C1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Modules.TenantIdentity.Web.Shared", "Source\Modules\TenantIdentity\Web\DTOs\Modules.TenantIdentity.Web.Shared.csproj", "{4E2274AD-7009-40AD-B4A5-4A5989CE37BF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Modules.TenantIdentity.Web.Server", "Source\Modules\TenantIdentity\Web\Server\Modules.TenantIdentity.Web.Server.csproj", "{4C83807E-706F-459F-BE57-E4EE27A60946}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Modules.TenantIdentity.Web.Client", "Source\Modules\TenantIdentity\Web\Client\Modules.TenantIdentity.Web.Client.csproj", "{642F9A6D-7AA1-4B0E-9F38-B86693CDEA80}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Modules.Subscription.Web.Shared", "Source\Modules\Subscription\Web\DTOs\Modules.Subscription.Web.Shared.csproj", "{39685BEE-EF76-4342-A745-5144E1F412F8}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Modules.Subscriptions.Web.Shared", "Source\Modules\Subscription\Web\DTOs\Modules.Subscriptions.Web.Shared.csproj", "{39685BEE-EF76-4342-A745-5144E1F412F8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Modules.Subscription.Web.Server", "Source\Modules\Subscription\Web\Server\Modules.Subscription.Web.Server.csproj", "{F399EA8D-B9DA-45C8-BE08-30E4D89E602C}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Modules.Subscriptions.Web.Server", "Source\Modules\Subscription\Web\Server\Modules.Subscriptions.Web.Server.csproj", "{F399EA8D-B9DA-45C8-BE08-30E4D89E602C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Modules.Subscription.Web.Client", "Source\Modules\Subscription\Web\Client\Modules.Subscription.Web.Client.csproj", "{3F9C319D-287D-489A-972E-00FD18C2F011}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Modules.Subscriptions.Web.Client", "Source\Modules\Subscription\Web\Client\Modules.Subscriptions.Web.Client.csproj", "{3F9C319D-287D-489A-972E-00FD18C2F011}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Modules.Channel.IntegrationEvents", "Source\Modules\Channel\IntegrationEvents\Modules.Channel.IntegrationEvents.csproj", "{8A532D91-CFA8-4BC2-9758-A05DCFAF8F91}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Modules.Channels.IntegrationEvents", "Source\Modules\Channels\IntegrationEvents\Modules.Channels.IntegrationEvents.csproj", "{8A532D91-CFA8-4BC2-9758-A05DCFAF8F91}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Modules.Subscription.IntegrationEvents", "Source\Modules\Subscription\IntegrationEvents\Modules.Subscription.IntegrationEvents.csproj", "{89AB8CEE-2C18-48BC-83FD-C34EADE5D40E}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Modules.Subscriptions.IntegrationEvents", "Source\Modules\Subscription\IntegrationEvents\Modules.Subscriptions.IntegrationEvents.csproj", "{89AB8CEE-2C18-48BC-83FD-C34EADE5D40E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Modules.TenantIdentity.IntegrationEvents", "Source\Modules\TenantIdentity\IntegrationEvents\Modules.TenantIdentity.IntegrationEvents.csproj", "{3CC1B0C5-BFD9-4CE2-9C01-9FD4BC73902C}"
EndProject
Expand All @@ -51,9 +51,9 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Shared.Features", "Source\S
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Modules.LandingPages.Server", "Source\Modules\LandingPages\Web\Server\Modules.LandingPages.Server.csproj", "{E9143285-4FC3-4D87-BAE0-7FF8C8D63228}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Modules.Channel.Web.Server", "Source\Modules\Channel\Web\Server\Modules.Channel.Web.Server.csproj", "{92C1F7D6-FCBD-46FE-A3B5-6303DF0FA802}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Modules.Channels.Web.Server", "Source\Modules\Channels\Web\Server\Modules.Channels.Web.Server.csproj", "{92C1F7D6-FCBD-46FE-A3B5-6303DF0FA802}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Modules.Channel.Web.Client", "Source\Modules\Channel\Web\Client\Modules.Channel.Web.Client.csproj", "{4D55F442-C753-48AD-A496-071A0AA4A53E}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Modules.Channels.Web.Client", "Source\Modules\Channels\Web\Client\Modules.Channels.Web.Client.csproj", "{4D55F442-C753-48AD-A496-071A0AA4A53E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ArchitectureTests", "Tests\ArchitectureTests\ArchitectureTests.csproj", "{C65F4897-3909-4666-B8FB-7C546C625365}"
EndProject
Expand All @@ -63,11 +63,11 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Web", "Web", "{8602DFB4-8FE
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Web", "Web", "{2F6AB579-E4CA-447F-B459-265436839538}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Modules.TenantIdentity.Features", "Source\Modules\TenantIdentity\Features\Modules.TenantIdentity.Features\Modules.TenantIdentity.Features.csproj", "{4A908204-B4FC-4A9F-AF7A-8C85A134CC9D}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Modules.TenantIdentity.Features", "Source\Modules\TenantIdentity\Features\Modules.TenantIdentity.Features\Modules.TenantIdentity.Features.csproj", "{4A908204-B4FC-4A9F-AF7A-8C85A134CC9D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Modules.Subscription.Features", "Source\Modules\Subscription\Features\Modules.Subscription.Features\Modules.Subscription.Features.csproj", "{64C9BBFD-D05B-43CD-8213-AD3C4414D54C}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Modules.Subscriptions.Features", "Source\Modules\Subscription\Features\Modules.Subscription.Features\Modules.Subscriptions.Features.csproj", "{64C9BBFD-D05B-43CD-8213-AD3C4414D54C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Modules.Channel.Features", "Modules.Channel.Features\Modules.Channel.Features.csproj", "{6AC67DA1-A28A-4FDF-8375-B2F6D0AEE4F0}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Modules.Channels.Features", "Source\Modules\Channels\Features\Modules.Channels.Features.csproj", "{EE30F6EF-BE5E-4BFB-B56B-63C13568FD23}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down Expand Up @@ -155,10 +155,10 @@ Global
{64C9BBFD-D05B-43CD-8213-AD3C4414D54C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{64C9BBFD-D05B-43CD-8213-AD3C4414D54C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{64C9BBFD-D05B-43CD-8213-AD3C4414D54C}.Release|Any CPU.Build.0 = Release|Any CPU
{6AC67DA1-A28A-4FDF-8375-B2F6D0AEE4F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6AC67DA1-A28A-4FDF-8375-B2F6D0AEE4F0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6AC67DA1-A28A-4FDF-8375-B2F6D0AEE4F0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6AC67DA1-A28A-4FDF-8375-B2F6D0AEE4F0}.Release|Any CPU.Build.0 = Release|Any CPU
{EE30F6EF-BE5E-4BFB-B56B-63C13568FD23}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EE30F6EF-BE5E-4BFB-B56B-63C13568FD23}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EE30F6EF-BE5E-4BFB-B56B-63C13568FD23}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EE30F6EF-BE5E-4BFB-B56B-63C13568FD23}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down Expand Up @@ -194,7 +194,7 @@ Global
{2F6AB579-E4CA-447F-B459-265436839538} = {1E39B7E5-98E3-4299-8213-9339D0353A03}
{4A908204-B4FC-4A9F-AF7A-8C85A134CC9D} = {2EAB9402-18B3-494D-AF82-D63E296A012F}
{64C9BBFD-D05B-43CD-8213-AD3C4414D54C} = {13F35C45-6601-4F92-9CB9-9F5DAD2146F4}
{6AC67DA1-A28A-4FDF-8375-B2F6D0AEE4F0} = {1E39B7E5-98E3-4299-8213-9339D0353A03}
{EE30F6EF-BE5E-4BFB-B56B-63C13568FD23} = {1E39B7E5-98E3-4299-8213-9339D0353A03}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0F7E334F-E2EF-47B9-BA58-4BC4C85E01A7}
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

15 changes: 0 additions & 15 deletions Source/Modules/Channel/Layers/Domain/ChannelModule.Domain.csproj

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

6 changes: 0 additions & 6 deletions Source/Modules/Channel/Layers/Domain/Misc/GlobalUsings.cs

This file was deleted.

6 changes: 0 additions & 6 deletions Source/Modules/Channel/Layers/Domain/Misc/IAssemblyMarker.cs

This file was deleted.

9 changes: 0 additions & 9 deletions Source/Modules/Channel/Layers/Domain/Reaction.cs

This file was deleted.

This file was deleted.

This file was deleted.

12 changes: 0 additions & 12 deletions Source/Modules/Channel/Web/DTOs/Commands/AddMessageToChannelDTO.cs

This file was deleted.

13 changes: 0 additions & 13 deletions Source/Modules/Channel/Web/DTOs/Commands/ChangeChannelNameDTO.cs

This file was deleted.

This file was deleted.

22 changes: 0 additions & 22 deletions Source/Modules/Channel/Web/DTOs/Commands/CreateChannelDTO.cs

This file was deleted.

This file was deleted.

Loading

0 comments on commit 88e639f

Please sign in to comment.