Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

Commit

Permalink
Add AdminCommentBot to solution
Browse files Browse the repository at this point in the history
  • Loading branch information
demndevel committed Feb 27, 2023
1 parent 0a0cf91 commit e9a1ae4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions Blog.sln
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Blog.Infrastructure", "src\
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Blog.Tests", "tests\Blog.Tests\Blog.Tests.csproj", "{389F2DB3-2DAE-45F4-94C0-DD6AED1C2F49}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Blog.AdminCommentBot", "Blog.AdminCommentBot\Blog.AdminCommentBot.csproj", "{0360A384-C17A-4415-815E-8394DBCF8A59}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{250F283E-FE2F-4BBD-9E63-A2265B84E23F}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
.gitignore = .gitignore
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Blog.AdminCommentBot", "src\Blog.AdminCommentBot\Blog.AdminCommentBot.csproj", "{5CCFD6F2-8839-482A-B1E3-B855BB9C0FF0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -48,17 +48,17 @@ Global
{389F2DB3-2DAE-45F4-94C0-DD6AED1C2F49}.Debug|Any CPU.Build.0 = Debug|Any CPU
{389F2DB3-2DAE-45F4-94C0-DD6AED1C2F49}.Release|Any CPU.ActiveCfg = Release|Any CPU
{389F2DB3-2DAE-45F4-94C0-DD6AED1C2F49}.Release|Any CPU.Build.0 = Release|Any CPU
{0360A384-C17A-4415-815E-8394DBCF8A59}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0360A384-C17A-4415-815E-8394DBCF8A59}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0360A384-C17A-4415-815E-8394DBCF8A59}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0360A384-C17A-4415-815E-8394DBCF8A59}.Release|Any CPU.Build.0 = Release|Any CPU
{5CCFD6F2-8839-482A-B1E3-B855BB9C0FF0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5CCFD6F2-8839-482A-B1E3-B855BB9C0FF0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5CCFD6F2-8839-482A-B1E3-B855BB9C0FF0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5CCFD6F2-8839-482A-B1E3-B855BB9C0FF0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C20BA137-7482-4E26-AF87-7713B99CE289} = {106AE906-5075-410A-B941-912F811848EE}
{0360A384-C17A-4415-815E-8394DBCF8A59} = {106AE906-5075-410A-B941-912F811848EE}
{31DFE5C9-E16F-4660-9D82-AE027FBEC82F} = {106AE906-5075-410A-B941-912F811848EE}
{6171ECF0-5629-4B19-B2A6-1C326493639C} = {106AE906-5075-410A-B941-912F811848EE}
{FA1E6582-F59F-4431-AE48-12A1A890BA67} = {106AE906-5075-410A-B941-912F811848EE}
{389F2DB3-2DAE-45F4-94C0-DD6AED1C2F49} = {B31B4797-1D9F-4288-808C-BE9A31A98C7D}
{5CCFD6F2-8839-482A-B1E3-B855BB9C0FF0} = {106AE906-5075-410A-B941-912F811848EE}
EndGlobalSection
EndGlobal
4 changes: 2 additions & 2 deletions src/Blog.AdminCommentBot/Blog.AdminCommentBot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\src\Blog.Application\Blog.Application.csproj" />
<ProjectReference Include="..\src\Blog.Infrastructure\Blog.Infrastructure.csproj" />
<ProjectReference Include="..\Blog.Application\Blog.Application.csproj" />
<ProjectReference Include="..\Blog.Infrastructure\Blog.Infrastructure.csproj" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit e9a1ae4

Please sign in to comment.