Skip to content

Commit

Permalink
Proper folder nesting for Repo folder
Browse files Browse the repository at this point in the history
+ add editorconfig into it
  • Loading branch information
seclerp committed Oct 25, 2024
1 parent 39f9122 commit 1a91ef3
Showing 1 changed file with 22 additions and 4 deletions.
26 changes: 22 additions & 4 deletions {{cookiecutter.name}}/{{cookiecutter.solution_name}}.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Repo", "Repo", "{2E732F82-5
ProjectSection(SolutionItems) = preProject
README.md = README.md
.gitignore = .gitignore
.github/workflows/build.yml = .github/workflows/build.yml
.github/dependabot.yml = .github/dependabot.yml
style/Main.ruleset = style/Main.ruleset
style/stylecop.json = style/stylecop.json
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{6AEC985B-6164-46BC-853E-2467E7784197}"
Expand All @@ -15,6 +12,22 @@ ProjectSection(SolutionItems) = preProject
Directory.Build.targets = Directory.Build.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{B195CC80-ED6B-4935-88D9-2CF24A514C65}"
ProjectSection(SolutionItems) = preProject
.github\dependabot.yml = .github\dependabot.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{ECCB730D-0A14-4CD5-9AD3-3F2D6FAB8795}"
ProjectSection(SolutionItems) = preProject
.github\workflows\build.yml = .github\workflows\build.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "styles", "styles", "{14B8B9CA-0519-482C-B75C-56B255AEE114}"
ProjectSection(SolutionItems) = preProject
style\Main.ruleset = style\Main.ruleset
style\stylecop.json = style\stylecop.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -26,4 +39,9 @@ Global
{04C9C2ED-83E0-45F7-8401-42AE0BD861C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{04C9C2ED-83E0-45F7-8401-42AE0BD861C2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B195CC80-ED6B-4935-88D9-2CF24A514C65} = {2E732F82-59CD-4910-BE9C-C69ECB31FCAF}
{ECCB730D-0A14-4CD5-9AD3-3F2D6FAB8795} = {B195CC80-ED6B-4935-88D9-2CF24A514C65}
{14B8B9CA-0519-482C-B75C-56B255AEE114} = {2E732F82-59CD-4910-BE9C-C69ECB31FCAF}
EndGlobalSection
EndGlobal

0 comments on commit 1a91ef3

Please sign in to comment.