-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathConsoleProgressBar.sln
36 lines (36 loc) · 1.83 KB
/
ConsoleProgressBar.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30804.86
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleProgressBar", "ConsoleProgressBar\ConsoleProgressBar.csproj", "{415D677E-01C5-46D0-B91A-4F78D06B47FE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleProgressBarDemo", "ConsoleProgressBarDemo\ConsoleProgressBarDemo.csproj", "{C0CA7D84-1CDF-48B0-813B-48983ABACE7B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documentation", "Documentation", "{80ACAE36-3714-4C19-B52B-ECC2BB13F33B}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{415D677E-01C5-46D0-B91A-4F78D06B47FE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{415D677E-01C5-46D0-B91A-4F78D06B47FE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{415D677E-01C5-46D0-B91A-4F78D06B47FE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{415D677E-01C5-46D0-B91A-4F78D06B47FE}.Release|Any CPU.Build.0 = Release|Any CPU
{C0CA7D84-1CDF-48B0-813B-48983ABACE7B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C0CA7D84-1CDF-48B0-813B-48983ABACE7B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C0CA7D84-1CDF-48B0-813B-48983ABACE7B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C0CA7D84-1CDF-48B0-813B-48983ABACE7B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BFD762A6-09CC-411D-B56E-B49F4A1A6F98}
EndGlobalSection
EndGlobal