-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
PrettyConsole.sln
38 lines (38 loc) · 2.15 KB
/
PrettyConsole.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33213.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{778DAE3C-4631-46EA-AA77-85C1314464D9}") = "Pretty Console", "Pretty Printer\Pretty Console.vbproj", "{3B5B92BC-801E-470F-972C-879109315F57}"
EndProject
Project("{778DAE3C-4631-46EA-AA77-85C1314464D9}") = "runner", "runner\runner.vbproj", "{6318BEC7-14A6-4E0B-B0E1-39AE01072042}"
EndProject
Project("{778DAE3C-4631-46EA-AA77-85C1314464D9}") = "Test Pretty Console", "Test Pretty Console\Test Pretty Console\Test Pretty Console.vbproj", "{BBF1041D-F507-45AD-A870-85191B37AE3C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
Description = A class library to display a variety of output styles to the console
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3B5B92BC-801E-470F-972C-879109315F57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3B5B92BC-801E-470F-972C-879109315F57}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3B5B92BC-801E-470F-972C-879109315F57}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3B5B92BC-801E-470F-972C-879109315F57}.Release|Any CPU.Build.0 = Release|Any CPU
{6318BEC7-14A6-4E0B-B0E1-39AE01072042}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6318BEC7-14A6-4E0B-B0E1-39AE01072042}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6318BEC7-14A6-4E0B-B0E1-39AE01072042}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6318BEC7-14A6-4E0B-B0E1-39AE01072042}.Release|Any CPU.Build.0 = Release|Any CPU
{BBF1041D-F507-45AD-A870-85191B37AE3C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BBF1041D-F507-45AD-A870-85191B37AE3C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BBF1041D-F507-45AD-A870-85191B37AE3C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BBF1041D-F507-45AD-A870-85191B37AE3C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DBA4E605-B7B4-489D-AA22-79869198D242}
EndGlobalSection
EndGlobal