-
Notifications
You must be signed in to change notification settings - Fork 3
/
GoldenFox.sln
47 lines (47 loc) · 2.81 KB
/
GoldenFox.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32421.90
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GoldenFox", "GoldenFox\GoldenFox.csproj", "{8480F33A-4585-4055-8BAF-48ACB74D7A94}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{057FA6CA-049B-4753-81AA-2C62F96A42F9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GoldenFox.ANTLR", "GoldenFox.ANTLR\GoldenFox.ANTLR.csproj", "{263F6745-70EE-4E0A-9AD8-B7E942CC7012}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestConsole", "ParseConsole\TestConsole.csproj", "{6F7D0BB3-B0AB-44F7-8390-53A6333BD452}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GoldenFox.Fluent", "GoldenFox.Fluent\GoldenFox.Fluent.csproj", "{814A5117-9338-48D4-967B-65FB67811842}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8480F33A-4585-4055-8BAF-48ACB74D7A94}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8480F33A-4585-4055-8BAF-48ACB74D7A94}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8480F33A-4585-4055-8BAF-48ACB74D7A94}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8480F33A-4585-4055-8BAF-48ACB74D7A94}.Release|Any CPU.Build.0 = Release|Any CPU
{057FA6CA-049B-4753-81AA-2C62F96A42F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{057FA6CA-049B-4753-81AA-2C62F96A42F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{057FA6CA-049B-4753-81AA-2C62F96A42F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{263F6745-70EE-4E0A-9AD8-B7E942CC7012}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{263F6745-70EE-4E0A-9AD8-B7E942CC7012}.Debug|Any CPU.Build.0 = Debug|Any CPU
{263F6745-70EE-4E0A-9AD8-B7E942CC7012}.Release|Any CPU.ActiveCfg = Release|Any CPU
{263F6745-70EE-4E0A-9AD8-B7E942CC7012}.Release|Any CPU.Build.0 = Release|Any CPU
{6F7D0BB3-B0AB-44F7-8390-53A6333BD452}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6F7D0BB3-B0AB-44F7-8390-53A6333BD452}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6F7D0BB3-B0AB-44F7-8390-53A6333BD452}.Release|Any CPU.ActiveCfg = Release|Any CPU
{814A5117-9338-48D4-967B-65FB67811842}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{814A5117-9338-48D4-967B-65FB67811842}.Debug|Any CPU.Build.0 = Debug|Any CPU
{814A5117-9338-48D4-967B-65FB67811842}.Release|Any CPU.ActiveCfg = Release|Any CPU
{814A5117-9338-48D4-967B-65FB67811842}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A2909C0A-CAF4-4F9A-90A5-6DA17E2ED19F}
EndGlobalSection
EndGlobal