-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMenuManager2ScreenMenu.sln
More file actions
42 lines (42 loc) · 2.03 KB
/
MenuManager2ScreenMenu.sln
File metadata and controls
42 lines (42 loc) · 2.03 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
38
39
40
41
42
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTests", "tests\UnitTests\UnitTests.csproj", "{A605AB7A-AD18-4C24-B086-9678F071FE5B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{12ADA386-60DF-4855-A3AD-D76CB1C3770F}"
ProjectSection(SolutionItems) = preProject
.dockerignore = .dockerignore
.editorconfig = .editorconfig
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
global.json = global.json
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MenuManager2ScreenMenu", "src\MenuManager2ScreenMenu\MenuManager2ScreenMenu.csproj", "{92416F95-F4F3-40D4-96E7-8EC4DEFE1E6A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A605AB7A-AD18-4C24-B086-9678F071FE5B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A605AB7A-AD18-4C24-B086-9678F071FE5B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A605AB7A-AD18-4C24-B086-9678F071FE5B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A605AB7A-AD18-4C24-B086-9678F071FE5B}.Release|Any CPU.Build.0 = Release|Any CPU
{92416F95-F4F3-40D4-96E7-8EC4DEFE1E6A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{92416F95-F4F3-40D4-96E7-8EC4DEFE1E6A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{92416F95-F4F3-40D4-96E7-8EC4DEFE1E6A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{92416F95-F4F3-40D4-96E7-8EC4DEFE1E6A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C275584F-B754-4C9D-9361-03D343B72607}
EndGlobalSection
EndGlobal