-
Notifications
You must be signed in to change notification settings - Fork 0
/
PizzaMaster.sln
49 lines (49 loc) · 3.07 KB
/
PizzaMaster.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 15
VisualStudioVersion = 15.0.26730.10
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PizzaMaster", "PizzaMaster\PizzaMaster.csproj", "{47097FF2-2CAA-4433-B9BD-CE1629DA3F31}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PizzaMaster.Tests", "PizzaMaster.Tests\PizzaMaster.Tests.csproj", "{E8A30D6A-155F-4F69-AD9F-3C8C172551B0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PizzaMaster.Application", "PizzaMaster.Application\PizzaMaster.Application.csproj", "{30E12B37-F768-41B5-8B86-CDD374E742C1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PizzaMaster.Console", "PizzaMaster.Console\PizzaMaster.Console.csproj", "{38C23B07-F4D9-4CE0-91E6-0EBE8E95B749}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PizzaMaster.PowerShell", "PizzaMaster.PowerShell\PizzaMaster.PowerShell.csproj", "{29AC3343-2CFD-42B3-AEBB-7A4E5BD51366}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{47097FF2-2CAA-4433-B9BD-CE1629DA3F31}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{47097FF2-2CAA-4433-B9BD-CE1629DA3F31}.Debug|Any CPU.Build.0 = Debug|Any CPU
{47097FF2-2CAA-4433-B9BD-CE1629DA3F31}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47097FF2-2CAA-4433-B9BD-CE1629DA3F31}.Release|Any CPU.Build.0 = Release|Any CPU
{E8A30D6A-155F-4F69-AD9F-3C8C172551B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E8A30D6A-155F-4F69-AD9F-3C8C172551B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E8A30D6A-155F-4F69-AD9F-3C8C172551B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E8A30D6A-155F-4F69-AD9F-3C8C172551B0}.Release|Any CPU.Build.0 = Release|Any CPU
{30E12B37-F768-41B5-8B86-CDD374E742C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{30E12B37-F768-41B5-8B86-CDD374E742C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{30E12B37-F768-41B5-8B86-CDD374E742C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{30E12B37-F768-41B5-8B86-CDD374E742C1}.Release|Any CPU.Build.0 = Release|Any CPU
{38C23B07-F4D9-4CE0-91E6-0EBE8E95B749}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{38C23B07-F4D9-4CE0-91E6-0EBE8E95B749}.Debug|Any CPU.Build.0 = Debug|Any CPU
{38C23B07-F4D9-4CE0-91E6-0EBE8E95B749}.Release|Any CPU.ActiveCfg = Release|Any CPU
{38C23B07-F4D9-4CE0-91E6-0EBE8E95B749}.Release|Any CPU.Build.0 = Release|Any CPU
{29AC3343-2CFD-42B3-AEBB-7A4E5BD51366}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{29AC3343-2CFD-42B3-AEBB-7A4E5BD51366}.Debug|Any CPU.Build.0 = Debug|Any CPU
{29AC3343-2CFD-42B3-AEBB-7A4E5BD51366}.Release|Any CPU.ActiveCfg = Release|Any CPU
{29AC3343-2CFD-42B3-AEBB-7A4E5BD51366}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0E5F630F-9E45-47C6-93B1-04380BF19C96}
EndGlobalSection
EndGlobal