-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGool.sln
More file actions
55 lines (55 loc) · 3.18 KB
/
Gool.sln
File metadata and controls
55 lines (55 loc) · 3.18 KB
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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{3306E773-9AEF-4FD3-A8B4-7963912A7AD8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{19E922EF-E839-4CC3-9AF3-1BB26D76CB36}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Info", "Info", "{6EAF4DB0-7CBE-4E53-B22C-6CE21C36B08C}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
.gitignore = .gitignore
LICENSE = LICENSE
TODO.md = TODO.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GoolStd", "GoolStd\GoolStd.csproj", "{4D43B091-F498-4583-B0F4-1B9BF72FEFFE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SamplesStd", "SamplesStd\SamplesStd.csproj", "{56CA085B-62D3-4792-B922-6FA8AA31842B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestsStd", "TestsStd\TestsStd.csproj", "{A9C47F20-D923-4B34-B819-2D4E6D6F6676}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestLanguageImplementation", "TestLanguageImplementation\TestLanguageImplementation.csproj", "{95E95995-B027-43E7-AF6B-B2ECB55EA0C3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4D43B091-F498-4583-B0F4-1B9BF72FEFFE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4D43B091-F498-4583-B0F4-1B9BF72FEFFE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4D43B091-F498-4583-B0F4-1B9BF72FEFFE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4D43B091-F498-4583-B0F4-1B9BF72FEFFE}.Release|Any CPU.Build.0 = Release|Any CPU
{56CA085B-62D3-4792-B922-6FA8AA31842B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{56CA085B-62D3-4792-B922-6FA8AA31842B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{56CA085B-62D3-4792-B922-6FA8AA31842B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{56CA085B-62D3-4792-B922-6FA8AA31842B}.Release|Any CPU.Build.0 = Release|Any CPU
{A9C47F20-D923-4B34-B819-2D4E6D6F6676}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A9C47F20-D923-4B34-B819-2D4E6D6F6676}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A9C47F20-D923-4B34-B819-2D4E6D6F6676}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A9C47F20-D923-4B34-B819-2D4E6D6F6676}.Release|Any CPU.Build.0 = Release|Any CPU
{95E95995-B027-43E7-AF6B-B2ECB55EA0C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{95E95995-B027-43E7-AF6B-B2ECB55EA0C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{95E95995-B027-43E7-AF6B-B2ECB55EA0C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{95E95995-B027-43E7-AF6B-B2ECB55EA0C3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{56CA085B-62D3-4792-B922-6FA8AA31842B} = {19E922EF-E839-4CC3-9AF3-1BB26D76CB36}
{A9C47F20-D923-4B34-B819-2D4E6D6F6676} = {3306E773-9AEF-4FD3-A8B4-7963912A7AD8}
{95E95995-B027-43E7-AF6B-B2ECB55EA0C3} = {3306E773-9AEF-4FD3-A8B4-7963912A7AD8}
EndGlobalSection
EndGlobal