-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathYayysonParser.sln
37 lines (37 loc) · 2.12 KB
/
YayysonParser.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31911.196
MinimumVisualStudioVersion = 10.0.40219.1
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "YayysonParser", "YayysonParser\YayysonParser.fsproj", "{65128FF6-4C27-488B-A1DA-DFAEF96BF365}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "YayysonParser.CSharpTests", "YayysonParser.CSharpTests\YayysonParser.CSharpTests.csproj", "{6CF278D4-8C75-4916-9414-68D02AECEFBB}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "YayysonParser.DemoProgram", "YayysonParser.DemoProgram\YayysonParser.DemoProgram.fsproj", "{C8E00277-A360-41DC-B664-B1EBD8A40293}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{65128FF6-4C27-488B-A1DA-DFAEF96BF365}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{65128FF6-4C27-488B-A1DA-DFAEF96BF365}.Debug|Any CPU.Build.0 = Debug|Any CPU
{65128FF6-4C27-488B-A1DA-DFAEF96BF365}.Release|Any CPU.ActiveCfg = Release|Any CPU
{65128FF6-4C27-488B-A1DA-DFAEF96BF365}.Release|Any CPU.Build.0 = Release|Any CPU
{6CF278D4-8C75-4916-9414-68D02AECEFBB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6CF278D4-8C75-4916-9414-68D02AECEFBB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6CF278D4-8C75-4916-9414-68D02AECEFBB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6CF278D4-8C75-4916-9414-68D02AECEFBB}.Release|Any CPU.Build.0 = Release|Any CPU
{C8E00277-A360-41DC-B664-B1EBD8A40293}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C8E00277-A360-41DC-B664-B1EBD8A40293}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C8E00277-A360-41DC-B664-B1EBD8A40293}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C8E00277-A360-41DC-B664-B1EBD8A40293}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D6348B29-8EB2-470B-ADC9-316EEB5393C8}
EndGlobalSection
EndGlobal