-
Notifications
You must be signed in to change notification settings - Fork 21
/
Glob.sln
61 lines (61 loc) · 3.31 KB
/
Glob.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29519.87
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F967A574-936D-4CCE-B01F-E21F972F7E77}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
ChangeLog.md = ChangeLog.md
LICENSE = LICENSE
README.md = README.md
ReleaseSteps.md = ReleaseSteps.md
version.json = version.json
.github\workflows\web-app.yaml = .github\workflows\web-app.yaml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Glob", "src\Glob\Glob.csproj", "{5A5A5C43-BE46-4FE3-817F-C851E56913A2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Glob.Tests", "test\Glob.Tests\Glob.Tests.csproj", "{DBE93B48-45C0-4D89-99F5-446500566A8F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Glob.Benchmarks", "test\Glob.Benchmarks\Glob.Benchmarks.csproj", "{E96F09D7-1EC3-4985-908B-64C137DCCDF7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GlobApp", "src\GlobApp\GlobApp.csproj", "{78F86BDC-3ABA-46E9-AAA2-13295FCF8277}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "_build", "build\_build.csproj", "{81F17F9C-1F11-4C2C-B7FF-5CCF390452AE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{81F17F9C-1F11-4C2C-B7FF-5CCF390452AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{81F17F9C-1F11-4C2C-B7FF-5CCF390452AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5A5A5C43-BE46-4FE3-817F-C851E56913A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5A5A5C43-BE46-4FE3-817F-C851E56913A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5A5A5C43-BE46-4FE3-817F-C851E56913A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5A5A5C43-BE46-4FE3-817F-C851E56913A2}.Release|Any CPU.Build.0 = Release|Any CPU
{DBE93B48-45C0-4D89-99F5-446500566A8F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DBE93B48-45C0-4D89-99F5-446500566A8F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DBE93B48-45C0-4D89-99F5-446500566A8F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DBE93B48-45C0-4D89-99F5-446500566A8F}.Release|Any CPU.Build.0 = Release|Any CPU
{E96F09D7-1EC3-4985-908B-64C137DCCDF7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E96F09D7-1EC3-4985-908B-64C137DCCDF7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E96F09D7-1EC3-4985-908B-64C137DCCDF7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E96F09D7-1EC3-4985-908B-64C137DCCDF7}.Release|Any CPU.Build.0 = Release|Any CPU
{78F86BDC-3ABA-46E9-AAA2-13295FCF8277}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{78F86BDC-3ABA-46E9-AAA2-13295FCF8277}.Debug|Any CPU.Build.0 = Debug|Any CPU
{78F86BDC-3ABA-46E9-AAA2-13295FCF8277}.Release|Any CPU.ActiveCfg = Release|Any CPU
{78F86BDC-3ABA-46E9-AAA2-13295FCF8277}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A29FBFB8-B98C-4EDA-8C3D-DFFC9D5CBE18}
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
EndGlobal