-
Notifications
You must be signed in to change notification settings - Fork 0
/
TwistFood.sln
67 lines (67 loc) · 4.36 KB
/
TwistFood.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{F844247A-E5E8-4BB5-BB11-116786B6116E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{99E93EBD-36F0-4A6F-A607-C392DCE3CE1C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TwistFood.DataAccess", "src\TwistFood.DataAccess\TwistFood.DataAccess.csproj", "{C987004F-B13E-4B84-8E79-794A84912D7F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TwistFood.Domain", "src\TwistFood.Domain\TwistFood.Domain.csproj", "{D9A886D4-6362-445B-875F-0D8EC0A15D33}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TwistFood.Service", "src\TwistFood.Service\TwistFood.Service.csproj", "{2653E4B1-9B02-4B03-9937-957CF2791431}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TwistFood.UnitTest", "test\TwistFood.UnitTest\TwistFood.UnitTest.csproj", "{97BF3917-BC6F-4859-B703-724EEE1FEB88}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TwistFood.IntegrationTest", "test\TwistFood.IntegrationTest\TwistFood.IntegrationTest.csproj", "{467791CA-459F-4178-AA0E-8913E3BF2FA6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TwistFood.Web", "src\TwistFood.Web\TwistFood.Web.csproj", "{5F670B61-15DB-4D2E-8894-8B43CAC5B713}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C987004F-B13E-4B84-8E79-794A84912D7F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C987004F-B13E-4B84-8E79-794A84912D7F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C987004F-B13E-4B84-8E79-794A84912D7F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C987004F-B13E-4B84-8E79-794A84912D7F}.Release|Any CPU.Build.0 = Release|Any CPU
{D9A886D4-6362-445B-875F-0D8EC0A15D33}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D9A886D4-6362-445B-875F-0D8EC0A15D33}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D9A886D4-6362-445B-875F-0D8EC0A15D33}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D9A886D4-6362-445B-875F-0D8EC0A15D33}.Release|Any CPU.Build.0 = Release|Any CPU
{2653E4B1-9B02-4B03-9937-957CF2791431}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2653E4B1-9B02-4B03-9937-957CF2791431}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2653E4B1-9B02-4B03-9937-957CF2791431}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2653E4B1-9B02-4B03-9937-957CF2791431}.Release|Any CPU.Build.0 = Release|Any CPU
{97BF3917-BC6F-4859-B703-724EEE1FEB88}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{97BF3917-BC6F-4859-B703-724EEE1FEB88}.Debug|Any CPU.Build.0 = Debug|Any CPU
{97BF3917-BC6F-4859-B703-724EEE1FEB88}.Release|Any CPU.ActiveCfg = Release|Any CPU
{97BF3917-BC6F-4859-B703-724EEE1FEB88}.Release|Any CPU.Build.0 = Release|Any CPU
{467791CA-459F-4178-AA0E-8913E3BF2FA6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{467791CA-459F-4178-AA0E-8913E3BF2FA6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{467791CA-459F-4178-AA0E-8913E3BF2FA6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{467791CA-459F-4178-AA0E-8913E3BF2FA6}.Release|Any CPU.Build.0 = Release|Any CPU
{5F670B61-15DB-4D2E-8894-8B43CAC5B713}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5F670B61-15DB-4D2E-8894-8B43CAC5B713}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5F670B61-15DB-4D2E-8894-8B43CAC5B713}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5F670B61-15DB-4D2E-8894-8B43CAC5B713}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C987004F-B13E-4B84-8E79-794A84912D7F} = {F844247A-E5E8-4BB5-BB11-116786B6116E}
{D9A886D4-6362-445B-875F-0D8EC0A15D33} = {F844247A-E5E8-4BB5-BB11-116786B6116E}
{2653E4B1-9B02-4B03-9937-957CF2791431} = {F844247A-E5E8-4BB5-BB11-116786B6116E}
{97BF3917-BC6F-4859-B703-724EEE1FEB88} = {99E93EBD-36F0-4A6F-A607-C392DCE3CE1C}
{467791CA-459F-4178-AA0E-8913E3BF2FA6} = {99E93EBD-36F0-4A6F-A607-C392DCE3CE1C}
{5F670B61-15DB-4D2E-8894-8B43CAC5B713} = {F844247A-E5E8-4BB5-BB11-116786B6116E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6B8ABF37-3E35-4B81-A32F-C38904DD4F14}
EndGlobalSection
EndGlobal