-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththemenu.sln
43 lines (43 loc) · 2.55 KB
/
themenu.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.3.32922.545
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TheMenu", "TheMenu\TheMenu.csproj", "{06321664-E5D9-428C-8808-F661CD116688}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TheMenu.Domain", "TheMenu.Domain\TheMenu.Domain.csproj", "{58878AF5-4FF6-4FA3-BE29-5F202B383980}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TheMenu.Application", "TheMenu.Application\TheMenu.Application.csproj", "{0708E6C7-3BC0-473E-88F8-B77555F53946}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TheMenu.Infrastructure", "TheMenu.Infrastructure\TheMenu.Infrastructure.csproj", "{A0B6B757-3243-4027-AC12-EC7E4A7906AC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{06321664-E5D9-428C-8808-F661CD116688}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{06321664-E5D9-428C-8808-F661CD116688}.Debug|Any CPU.Build.0 = Debug|Any CPU
{06321664-E5D9-428C-8808-F661CD116688}.Release|Any CPU.ActiveCfg = Release|Any CPU
{06321664-E5D9-428C-8808-F661CD116688}.Release|Any CPU.Build.0 = Release|Any CPU
{58878AF5-4FF6-4FA3-BE29-5F202B383980}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{58878AF5-4FF6-4FA3-BE29-5F202B383980}.Debug|Any CPU.Build.0 = Debug|Any CPU
{58878AF5-4FF6-4FA3-BE29-5F202B383980}.Release|Any CPU.ActiveCfg = Release|Any CPU
{58878AF5-4FF6-4FA3-BE29-5F202B383980}.Release|Any CPU.Build.0 = Release|Any CPU
{0708E6C7-3BC0-473E-88F8-B77555F53946}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0708E6C7-3BC0-473E-88F8-B77555F53946}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0708E6C7-3BC0-473E-88F8-B77555F53946}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0708E6C7-3BC0-473E-88F8-B77555F53946}.Release|Any CPU.Build.0 = Release|Any CPU
{A0B6B757-3243-4027-AC12-EC7E4A7906AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A0B6B757-3243-4027-AC12-EC7E4A7906AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A0B6B757-3243-4027-AC12-EC7E4A7906AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A0B6B757-3243-4027-AC12-EC7E4A7906AC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {24FA9FEA-E18C-41EA-AADA-BCFCD055F710}
EndGlobalSection
EndGlobal