-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkparser2.sln
41 lines (41 loc) · 2.43 KB
/
kparser2.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{396C4B96-FB6C-4F0E-8115-E05EC0D0B7C0}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "KParser.Core", "src\KParser.Core\KParser.Core.fsproj", "{5973943F-454B-4C30-B385-B4917C7A9CF1}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "KParser.Infrastructure", "src\KParser.Infrastructure\KParser.Infrastructure.fsproj", "{FB55B6B9-F833-4BE9-90F7-771A09BD9F55}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "KParser.Application", "src\KParser.Application\KParser.Application.fsproj", "{DA20D33D-F21E-4608-A0C5-A3F86A05C96C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5973943F-454B-4C30-B385-B4917C7A9CF1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5973943F-454B-4C30-B385-B4917C7A9CF1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5973943F-454B-4C30-B385-B4917C7A9CF1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5973943F-454B-4C30-B385-B4917C7A9CF1}.Release|Any CPU.Build.0 = Release|Any CPU
{FB55B6B9-F833-4BE9-90F7-771A09BD9F55}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB55B6B9-F833-4BE9-90F7-771A09BD9F55}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB55B6B9-F833-4BE9-90F7-771A09BD9F55}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB55B6B9-F833-4BE9-90F7-771A09BD9F55}.Release|Any CPU.Build.0 = Release|Any CPU
{DA20D33D-F21E-4608-A0C5-A3F86A05C96C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DA20D33D-F21E-4608-A0C5-A3F86A05C96C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DA20D33D-F21E-4608-A0C5-A3F86A05C96C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DA20D33D-F21E-4608-A0C5-A3F86A05C96C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{5973943F-454B-4C30-B385-B4917C7A9CF1} = {396C4B96-FB6C-4F0E-8115-E05EC0D0B7C0}
{FB55B6B9-F833-4BE9-90F7-771A09BD9F55} = {396C4B96-FB6C-4F0E-8115-E05EC0D0B7C0}
{DA20D33D-F21E-4608-A0C5-A3F86A05C96C} = {396C4B96-FB6C-4F0E-8115-E05EC0D0B7C0}
EndGlobalSection
EndGlobal