Skip to content

Commit

Permalink
dev: get rid of solution folder
Browse files Browse the repository at this point in the history
  • Loading branch information
earloc committed Oct 26, 2024
1 parent bc66ce0 commit 343265d
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions TypealizR.sln
Original file line number Diff line number Diff line change
Expand Up @@ -32,22 +32,13 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TypealizR.CLI", "src\Typeal
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Playground.Common", "src\Playground.Common\Playground.Common.csproj", "{0E9B0505-3680-40A2-A0AC-31C9117D1A24}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Analyzers", "Analyzers", "{9E311478-C17A-4D93-90BE-D94993A7020D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TypealizeR.Analyzers", "src\TypealizeR.Analyzers\TypealizeR.Analyzers.csproj", "{9900F54D-8EAB-470F-9936-BC14B24081F3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TypealizeR.Analyzers.CodeFixes", "src\TypealizeR.Analyzers.CodeFixes\TypealizeR.Analyzers.CodeFixes.csproj", "{9729BAAA-29C7-471A-A3EE-9F9409477E16}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TypealizeR.Analyzers.Tests", "src\TypealizeR.Analyzers.Test\TypealizeR.Analyzers.Tests.csproj", "{4B7D4786-87BE-45B5-A8F3-D3BD33E46AB0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{F1ACB111-3C06-4CB5-B08B-3560F625EF7C}"
ProjectSection(SolutionItems) = preProject
.github\workflows\build.yml = .github\workflows\build.yml
.github\workflows\codeql.yml = .github\workflows\codeql.yml
.github\workflows\publish.yml = .github\workflows\publish.yml
.github\workflows\samples_lts.yml = .github\workflows\samples_lts.yml
.github\workflows\samples_sts.yml = .github\workflows\samples_sts.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down Expand Up @@ -103,9 +94,6 @@ Global
{5C3B51DC-CD28-4F12-B8D9-62EA8C2B00EB} = {38D4BAEB-9CA0-4868-B8A0-6CBADCB198AC}
{CFFB0876-CC7C-466C-9D76-FB1F025E2B80} = {38D4BAEB-9CA0-4868-B8A0-6CBADCB198AC}
{0E9B0505-3680-40A2-A0AC-31C9117D1A24} = {38D4BAEB-9CA0-4868-B8A0-6CBADCB198AC}
{9900F54D-8EAB-470F-9936-BC14B24081F3} = {9E311478-C17A-4D93-90BE-D94993A7020D}
{9729BAAA-29C7-471A-A3EE-9F9409477E16} = {9E311478-C17A-4D93-90BE-D94993A7020D}
{4B7D4786-87BE-45B5-A8F3-D3BD33E46AB0} = {9E311478-C17A-4D93-90BE-D94993A7020D}
{F1ACB111-3C06-4CB5-B08B-3560F625EF7C} = {0C8376C6-E8F7-40E2-959A-210C515B06E0}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
Expand Down

0 comments on commit 343265d

Please sign in to comment.