Skip to content

Commit

Permalink
Reorganize solution
Browse files Browse the repository at this point in the history
  • Loading branch information
prplecake committed Nov 4, 2023
1 parent 3526dc4 commit 6c95c2f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions mastodon-bookmark-sync.sln
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
ProjectSection(SolutionItems) = preProject
README.md = README.md
.gitignore = .gitignore
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
.github\workflows\dotnet-release.yml = .github\workflows\dotnet-release.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{5EDB0DD2-A23F-410E-9355-B1521E273FF3}"
Expand All @@ -22,6 +20,13 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BookmarkSync.Core", "src\Bo
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BookmarkSync.Infrastructure", "src\BookmarkSync.Infrastructure\BookmarkSync.Infrastructure.csproj", "{C328709A-9063-438D-85B8-909CF14329F0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CI Workflows", "CI Workflows", "{3D32108B-2E08-4B1B-8CB0-2ED08DFE3F48}"
ProjectSection(SolutionItems) = preProject
.github\workflows\dotnet-release.yml = .github\workflows\dotnet-release.yml
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
.github\workflows\codeql.yml = .github\workflows\codeql.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -55,5 +60,6 @@ Global
{97E7C240-93D5-4FCA-AEB8-5A2EA6B42062} = {737ABEA3-2510-4E53-9B5A-A258BE2AF721}
{857B7598-D226-40F7-807E-D11553DC1FED} = {5EDB0DD2-A23F-410E-9355-B1521E273FF3}
{C328709A-9063-438D-85B8-909CF14329F0} = {5EDB0DD2-A23F-410E-9355-B1521E273FF3}
{3D32108B-2E08-4B1B-8CB0-2ED08DFE3F48} = {B696875F-E32C-4227-920E-4AFD03B7A5FC}
EndGlobalSection
EndGlobal

0 comments on commit 6c95c2f

Please sign in to comment.