-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathConsoleMenu.sln
38 lines (38 loc) · 1.84 KB
/
ConsoleMenu.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 15
VisualStudioVersion = 15.0.28307.539
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleMenu", "ConsoleMenu\ConsoleMenu.csproj", "{A451B7EB-1625-4BEC-9F17-5660AF23FA30}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleMenuTest", "ConsoleMenuTest\ConsoleMenuTest.csproj", "{3BA6C674-04A7-4DC5-9D97-2944872B3813}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{AA5F937F-77C6-46A8-810F-62FBE37716BC}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
Package.nuspec = Package.nuspec
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
{A451B7EB-1625-4BEC-9F17-5660AF23FA30}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A451B7EB-1625-4BEC-9F17-5660AF23FA30}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A451B7EB-1625-4BEC-9F17-5660AF23FA30}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A451B7EB-1625-4BEC-9F17-5660AF23FA30}.Release|Any CPU.Build.0 = Release|Any CPU
{3BA6C674-04A7-4DC5-9D97-2944872B3813}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3BA6C674-04A7-4DC5-9D97-2944872B3813}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3BA6C674-04A7-4DC5-9D97-2944872B3813}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3BA6C674-04A7-4DC5-9D97-2944872B3813}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {46E1F260-F989-4B96-8D53-80EC373CF8D3}
EndGlobalSection
EndGlobal