Skip to content

Commit 0da481a

Browse files
committed
chore: Created solution
1 parent 06e404a commit 0da481a

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

CodeBuilder.sln

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.0.31903.59
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{089100B1-113F-4E66-888A-E83F3999EAFD}"
7+
ProjectSection(SolutionItems) = preProject
8+
.commitlintrc = .commitlintrc
9+
.editorconfig = .editorconfig
10+
.filenesting.json = .filenesting.json
11+
.gitattributes = .gitattributes
12+
.gitignore = .gitignore
13+
Directory.Build.props = Directory.Build.props
14+
Directory.Packages.props = Directory.Packages.props
15+
Directory.Solution.props = Directory.Solution.props
16+
GitVersion.yml = GitVersion.yml
17+
LICENSE = LICENSE
18+
logo.png = logo.png
19+
nuget.config = nuget.config
20+
README.md = README.md
21+
testEnvironments.json = testEnvironments.json
22+
EndProjectSection
23+
EndProject
24+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{827E0CD3-B72D-47B6-A68D-7590B98EB39B}"
25+
EndProject
26+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{0AB3BF05-4346-4AA6-1389-037BE0695223}"
27+
EndProject
28+
Global
29+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
30+
Debug|Any CPU = Debug|Any CPU
31+
Release|Any CPU = Release|Any CPU
32+
EndGlobalSection
33+
GlobalSection(SolutionProperties) = preSolution
34+
HideSolutionNode = FALSE
35+
EndGlobalSection
36+
GlobalSection(ExtensibilityGlobals) = postSolution
37+
SolutionGuid = {03ABAC60-42A8-4CED-A77B-6D7CA2680D0C}
38+
EndGlobalSection
39+
EndGlobal

0 commit comments

Comments
 (0)