-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathLimbo.Console.Sharp.sln
More file actions
37 lines (37 loc) · 2.14 KB
/
Limbo.Console.Sharp.sln
File metadata and controls
37 lines (37 loc) · 2.14 KB
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.13.35825.156 d17.13
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Limbo.Console.Sharp", "Limbo.Console.Sharp\Limbo.Console.Sharp.csproj", "{2C4972A5-2C52-5E8F-ED1C-ADB2DD244F36}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Limbo.Console.Generator", "Limbo.Console.Generator\Limbo.Console.Generator.csproj", "{22D7336B-4220-45D5-9FDA-D7EBF7F4AD40}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Limbo.Console.Abstractions", "Limbo.Console.Abstractions\Limbo.Console.Abstractions.csproj", "{366C2E27-98E6-4D22-B967-FC76F438E8EA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2C4972A5-2C52-5E8F-ED1C-ADB2DD244F36}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2C4972A5-2C52-5E8F-ED1C-ADB2DD244F36}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2C4972A5-2C52-5E8F-ED1C-ADB2DD244F36}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C4972A5-2C52-5E8F-ED1C-ADB2DD244F36}.Release|Any CPU.Build.0 = Release|Any CPU
{22D7336B-4220-45D5-9FDA-D7EBF7F4AD40}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{22D7336B-4220-45D5-9FDA-D7EBF7F4AD40}.Debug|Any CPU.Build.0 = Debug|Any CPU
{22D7336B-4220-45D5-9FDA-D7EBF7F4AD40}.Release|Any CPU.ActiveCfg = Release|Any CPU
{22D7336B-4220-45D5-9FDA-D7EBF7F4AD40}.Release|Any CPU.Build.0 = Release|Any CPU
{366C2E27-98E6-4D22-B967-FC76F438E8EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{366C2E27-98E6-4D22-B967-FC76F438E8EA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{366C2E27-98E6-4D22-B967-FC76F438E8EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{366C2E27-98E6-4D22-B967-FC76F438E8EA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {36762230-DD82-4F32-BB28-F976B9250257}
EndGlobalSection
EndGlobal