-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStatePattern.sln
43 lines (43 loc) · 2.52 KB
/
StatePattern.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35004.147
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StatePattern", "StatePattern\StatePattern.csproj", "{DE7D6B80-E240-4DA0-8424-C420AA892A7A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ATMState", "ATMState\ATMState.csproj", "{45FF0AFD-B677-41B5-B2C5-0E1B605F9A14}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorAppAtmMachine", "BlazorAppAtmMachine\BlazorAppAtmMachine.csproj", "{F5EB953E-B9C2-4438-A40F-6919A9E25B6E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BlazorBookking", "BlazorBookking\BlazorBookking.csproj", "{BC68131C-031E-4F66-B7EA-2BF0A475E73A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DE7D6B80-E240-4DA0-8424-C420AA892A7A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DE7D6B80-E240-4DA0-8424-C420AA892A7A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DE7D6B80-E240-4DA0-8424-C420AA892A7A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DE7D6B80-E240-4DA0-8424-C420AA892A7A}.Release|Any CPU.Build.0 = Release|Any CPU
{45FF0AFD-B677-41B5-B2C5-0E1B605F9A14}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{45FF0AFD-B677-41B5-B2C5-0E1B605F9A14}.Debug|Any CPU.Build.0 = Debug|Any CPU
{45FF0AFD-B677-41B5-B2C5-0E1B605F9A14}.Release|Any CPU.ActiveCfg = Release|Any CPU
{45FF0AFD-B677-41B5-B2C5-0E1B605F9A14}.Release|Any CPU.Build.0 = Release|Any CPU
{F5EB953E-B9C2-4438-A40F-6919A9E25B6E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F5EB953E-B9C2-4438-A40F-6919A9E25B6E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F5EB953E-B9C2-4438-A40F-6919A9E25B6E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F5EB953E-B9C2-4438-A40F-6919A9E25B6E}.Release|Any CPU.Build.0 = Release|Any CPU
{BC68131C-031E-4F66-B7EA-2BF0A475E73A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BC68131C-031E-4F66-B7EA-2BF0A475E73A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BC68131C-031E-4F66-B7EA-2BF0A475E73A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BC68131C-031E-4F66-B7EA-2BF0A475E73A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {96D6434F-7607-449C-8959-25924774CA29}
EndGlobalSection
EndGlobal