-
Notifications
You must be signed in to change notification settings - Fork 151
/
fern.sln
43 lines (43 loc) · 2.38 KB
/
fern.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.002.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "generators", "generators", "{8EAA9E1A-E920-49FF-A67F-F2E26EDB2316}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "csharp", "csharp", "{A479F77E-5AE7-40D4-B54C-55F790BAC6BD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "playground", "playground", "{342AAB61-997E-4263-B24F-0482D649176A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Playground", "generators\csharp\playground\Playground\Playground.csproj", "{F0039B8C-CE9B-43C0-9FA8-2233019D7D4F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Playground.Test", "generators\csharp\playground\Playground.Test\Playground.Test.csproj", "{5B8EAF61-A017-4BDA-BDB0-97F5D82DFA4E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F0039B8C-CE9B-43C0-9FA8-2233019D7D4F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F0039B8C-CE9B-43C0-9FA8-2233019D7D4F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F0039B8C-CE9B-43C0-9FA8-2233019D7D4F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F0039B8C-CE9B-43C0-9FA8-2233019D7D4F}.Release|Any CPU.Build.0 = Release|Any CPU
{5B8EAF61-A017-4BDA-BDB0-97F5D82DFA4E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5B8EAF61-A017-4BDA-BDB0-97F5D82DFA4E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5B8EAF61-A017-4BDA-BDB0-97F5D82DFA4E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5B8EAF61-A017-4BDA-BDB0-97F5D82DFA4E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A479F77E-5AE7-40D4-B54C-55F790BAC6BD} = {8EAA9E1A-E920-49FF-A67F-F2E26EDB2316}
{342AAB61-997E-4263-B24F-0482D649176A} = {A479F77E-5AE7-40D4-B54C-55F790BAC6BD}
{F0039B8C-CE9B-43C0-9FA8-2233019D7D4F} = {342AAB61-997E-4263-B24F-0482D649176A}
{5B8EAF61-A017-4BDA-BDB0-97F5D82DFA4E} = {342AAB61-997E-4263-B24F-0482D649176A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9AD0DC6F-882A-45C8-8968-3A49D3FB39A9}
EndGlobalSection
EndGlobal