-
Notifications
You must be signed in to change notification settings - Fork 14
/
Lumper.sln
37 lines (37 loc) · 2.03 KB
/
Lumper.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.5.33516.290
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lumper.Lib", "src\Lumper.Lib\Lumper.Lib.csproj", "{DA3367C2-8012-47C7-84B2-98760867C956}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lumper.UI", "src\Lumper.UI\Lumper.UI.csproj", "{494EA280-15F5-445F-A2E6-AECA9387B8EA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lumper.CLI", "src\Lumper.CLI\Lumper.CLI.csproj", "{2F2B0AC4-2E4A-450C-91B0-3EF4DD611B44}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DA3367C2-8012-47C7-84B2-98760867C956}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DA3367C2-8012-47C7-84B2-98760867C956}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DA3367C2-8012-47C7-84B2-98760867C956}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DA3367C2-8012-47C7-84B2-98760867C956}.Release|Any CPU.Build.0 = Release|Any CPU
{494EA280-15F5-445F-A2E6-AECA9387B8EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{494EA280-15F5-445F-A2E6-AECA9387B8EA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{494EA280-15F5-445F-A2E6-AECA9387B8EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{494EA280-15F5-445F-A2E6-AECA9387B8EA}.Release|Any CPU.Build.0 = Release|Any CPU
{2F2B0AC4-2E4A-450C-91B0-3EF4DD611B44}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2F2B0AC4-2E4A-450C-91B0-3EF4DD611B44}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2F2B0AC4-2E4A-450C-91B0-3EF4DD611B44}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F2B0AC4-2E4A-450C-91B0-3EF4DD611B44}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3667AD00-76F4-4DDC-AED2-8D56FA68D454}
EndGlobalSection
EndGlobal