-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Gobo.sln
49 lines (49 loc) · 2.96 KB
/
Gobo.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33530.505
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gobo", "Gobo\Gobo.csproj", "{25108DEF-9561-4800-AB9C-EF2C882A1D4A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gobo.Cli", "Gobo.Cli\Gobo.Cli.csproj", "{CB5A9406-5C4C-4E8F-88E7-772D14BDCDA8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gobo.Tests", "Gobo.Tests\Gobo.Tests.csproj", "{07F8A412-2F6D-4DC2-B9E7-8424B88B1EDF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gobo.Playground", "Gobo.Playground\Gobo.Playground.csproj", "{9415B850-A105-423D-88C6-5ED331EDB256}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gobo.Benchmarks", "Gobo.Benchmarks\Gobo.Benchmarks.csproj", "{08D45681-9D92-4A02-AE9E-F0EC6DE30F42}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{25108DEF-9561-4800-AB9C-EF2C882A1D4A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{25108DEF-9561-4800-AB9C-EF2C882A1D4A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{25108DEF-9561-4800-AB9C-EF2C882A1D4A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{25108DEF-9561-4800-AB9C-EF2C882A1D4A}.Release|Any CPU.Build.0 = Release|Any CPU
{CB5A9406-5C4C-4E8F-88E7-772D14BDCDA8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB5A9406-5C4C-4E8F-88E7-772D14BDCDA8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB5A9406-5C4C-4E8F-88E7-772D14BDCDA8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB5A9406-5C4C-4E8F-88E7-772D14BDCDA8}.Release|Any CPU.Build.0 = Release|Any CPU
{07F8A412-2F6D-4DC2-B9E7-8424B88B1EDF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{07F8A412-2F6D-4DC2-B9E7-8424B88B1EDF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{07F8A412-2F6D-4DC2-B9E7-8424B88B1EDF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{07F8A412-2F6D-4DC2-B9E7-8424B88B1EDF}.Release|Any CPU.Build.0 = Release|Any CPU
{9415B850-A105-423D-88C6-5ED331EDB256}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9415B850-A105-423D-88C6-5ED331EDB256}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9415B850-A105-423D-88C6-5ED331EDB256}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9415B850-A105-423D-88C6-5ED331EDB256}.Release|Any CPU.Build.0 = Release|Any CPU
{08D45681-9D92-4A02-AE9E-F0EC6DE30F42}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{08D45681-9D92-4A02-AE9E-F0EC6DE30F42}.Debug|Any CPU.Build.0 = Debug|Any CPU
{08D45681-9D92-4A02-AE9E-F0EC6DE30F42}.Release|Any CPU.ActiveCfg = Release|Any CPU
{08D45681-9D92-4A02-AE9E-F0EC6DE30F42}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {92379370-C304-4EB9-89D3-E1C288F3086E}
EndGlobalSection
EndGlobal