-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathConsoleApp.sln
49 lines (49 loc) · 2.98 KB
/
ConsoleApp.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
42
43
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DisplayOutput", "DisplayOutput\DisplayOutput.csproj", "{0E2CA4B0-BB43-403A-BC24-F15342F600AA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AnotherDisplay", "AnotherDisplay\AnotherDisplay.csproj", "{2FF3E3C1-8402-4CCF-AC0D-4367628873A0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ReadInput", "ReadInput\ReadInput.csproj", "{A6C1F260-7FB9-4993-8F7C-882C8BCE34D3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ArithimaticApp", "ArithimaticApp\ArithimaticApp.csproj", "{373F8A43-1F1A-4A97-B5CA-B926C7CF7653}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Repetition", "Repetition\Repetition.csproj", "{0D64506D-F03D-4F17-8682-3744E719A3CD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0E2CA4B0-BB43-403A-BC24-F15342F600AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E2CA4B0-BB43-403A-BC24-F15342F600AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E2CA4B0-BB43-403A-BC24-F15342F600AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E2CA4B0-BB43-403A-BC24-F15342F600AA}.Release|Any CPU.Build.0 = Release|Any CPU
{2FF3E3C1-8402-4CCF-AC0D-4367628873A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2FF3E3C1-8402-4CCF-AC0D-4367628873A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2FF3E3C1-8402-4CCF-AC0D-4367628873A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2FF3E3C1-8402-4CCF-AC0D-4367628873A0}.Release|Any CPU.Build.0 = Release|Any CPU
{A6C1F260-7FB9-4993-8F7C-882C8BCE34D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A6C1F260-7FB9-4993-8F7C-882C8BCE34D3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A6C1F260-7FB9-4993-8F7C-882C8BCE34D3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A6C1F260-7FB9-4993-8F7C-882C8BCE34D3}.Release|Any CPU.Build.0 = Release|Any CPU
{373F8A43-1F1A-4A97-B5CA-B926C7CF7653}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{373F8A43-1F1A-4A97-B5CA-B926C7CF7653}.Debug|Any CPU.Build.0 = Debug|Any CPU
{373F8A43-1F1A-4A97-B5CA-B926C7CF7653}.Release|Any CPU.ActiveCfg = Release|Any CPU
{373F8A43-1F1A-4A97-B5CA-B926C7CF7653}.Release|Any CPU.Build.0 = Release|Any CPU
{0D64506D-F03D-4F17-8682-3744E719A3CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D64506D-F03D-4F17-8682-3744E719A3CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D64506D-F03D-4F17-8682-3744E719A3CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D64506D-F03D-4F17-8682-3744E719A3CD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C9070587-E8E2-4AE8-ABEB-8EC64F5BCDFD}
EndGlobalSection
EndGlobal