Skip to content

Commit

Permalink
Merge branch 'add-sln-items-folder' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
timabell committed Dec 3, 2023
2 parents 819ba18 + 0f5c4db commit 01ee274
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions sln-items-sync.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "tests", "tests\tests.csproj
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "sln-items-sync", "src\sln-items-sync.csproj", "{2F916CD2-B6E7-44C3-8B29-5658CA166700}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{F7226E79-E7AF-44D2-8071-A019146DCA06}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
.tool-versions = .tool-versions
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{50259428-AA36-4437-AF08-F1B4DFE0D580}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{8397A6CD-B67C-4FBB-9ED9-59C92393BA16}"
ProjectSection(SolutionItems) = preProject
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -25,4 +38,8 @@ Global
{2F916CD2-B6E7-44C3-8B29-5658CA166700}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F916CD2-B6E7-44C3-8B29-5658CA166700}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{50259428-AA36-4437-AF08-F1B4DFE0D580} = {F7226E79-E7AF-44D2-8071-A019146DCA06}
{8397A6CD-B67C-4FBB-9ED9-59C92393BA16} = {50259428-AA36-4437-AF08-F1B4DFE0D580}
EndGlobalSection
EndGlobal

0 comments on commit 01ee274

Please sign in to comment.