Skip to content

Commit

Permalink
chore: Add src and test solution folders
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmg committed Aug 29, 2024
1 parent b8f517b commit 46ed3f9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Moniker.sln
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Moniker.ApprovalTests", "te
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Moniker.Generator", "src\Moniker.Generator\Moniker.Generator.csproj", "{1780C6FE-1D7D-41A9-A652-69203E4A5D6F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{902DE280-669F-48BD-800E-A88368808847}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{48797396-D5AF-4A3F-8750-B171252D0D9F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -57,6 +61,14 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4AE3D031-1238-4411-BB00-59A5308A2467} = {902DE280-669F-48BD-800E-A88368808847}
{417DE56B-BB8B-4B46-8B6A-191733C1667A} = {48797396-D5AF-4A3F-8750-B171252D0D9F}
{F0740C5A-2F02-4A51-8737-1400CC2FFE58} = {902DE280-669F-48BD-800E-A88368808847}
{FF324EAB-F8AE-4B7E-B8E0-07BD24B537DD} = {48797396-D5AF-4A3F-8750-B171252D0D9F}
{C0555388-7087-408C-93C5-22D3FC2DA574} = {48797396-D5AF-4A3F-8750-B171252D0D9F}
{1780C6FE-1D7D-41A9-A652-69203E4A5D6F} = {902DE280-669F-48BD-800E-A88368808847}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D8F4BBD7-B409-46A4-8356-E6B5925D3060}
EndGlobalSection
Expand Down

0 comments on commit 46ed3f9

Please sign in to comment.