-
Notifications
You must be signed in to change notification settings - Fork 11
/
FParsec-Pipes.sln
37 lines (37 loc) · 2.1 KB
/
FParsec-Pipes.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 17
VisualStudioVersion = 17.7.34031.279
MinimumVisualStudioVersion = 10.0.40219.1
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "FParsec-Pipes", "FParsec-Pipes\FParsec-Pipes.fsproj", "{5EE8D5CB-B5F5-44DC-B3F7-A788D1922BC9}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "FParsec-Pipes-Test", "FParsec-Pipes-Test\FParsec-Pipes-Test.fsproj", "{68FE5E3F-B935-4E49-A8BF-BF890CA5B855}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Examples.SQLite", "Examples.SQLite\Examples.SQLite.fsproj", "{823B94C8-5CE1-41C0-A4CF-7DA14887FB32}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5EE8D5CB-B5F5-44DC-B3F7-A788D1922BC9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5EE8D5CB-B5F5-44DC-B3F7-A788D1922BC9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5EE8D5CB-B5F5-44DC-B3F7-A788D1922BC9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5EE8D5CB-B5F5-44DC-B3F7-A788D1922BC9}.Release|Any CPU.Build.0 = Release|Any CPU
{68FE5E3F-B935-4E49-A8BF-BF890CA5B855}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{68FE5E3F-B935-4E49-A8BF-BF890CA5B855}.Debug|Any CPU.Build.0 = Debug|Any CPU
{68FE5E3F-B935-4E49-A8BF-BF890CA5B855}.Release|Any CPU.ActiveCfg = Release|Any CPU
{68FE5E3F-B935-4E49-A8BF-BF890CA5B855}.Release|Any CPU.Build.0 = Release|Any CPU
{823B94C8-5CE1-41C0-A4CF-7DA14887FB32}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{823B94C8-5CE1-41C0-A4CF-7DA14887FB32}.Debug|Any CPU.Build.0 = Debug|Any CPU
{823B94C8-5CE1-41C0-A4CF-7DA14887FB32}.Release|Any CPU.ActiveCfg = Release|Any CPU
{823B94C8-5CE1-41C0-A4CF-7DA14887FB32}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BDB5C5EA-6BB5-41B4-AAD7-1FDE8D1579DF}
EndGlobalSection
EndGlobal