-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPayAtTable.ServerCore.sln
More file actions
42 lines (42 loc) · 2.33 KB
/
PayAtTable.ServerCore.sln
File metadata and controls
42 lines (42 loc) · 2.33 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 16
VisualStudioVersion = 16.0.30406.217
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PayAtTable.ServerCore", "PayAtTable.ServerCore\PayAtTable.ServerCore.csproj", "{4BB3F410-F39B-456D-8C2A-05F90B2E4845}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0A2E3D09-B9A0-40F7-8BE0-630E43631BC8}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IntegrationTest", "IntegrationTest\IntegrationTest.csproj", "{454AC8C5-747B-4BA8-81D2-1D4B855C38BB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PayAtTable.Server.Models", "PayAtTable.Models\PayAtTable.Server.Models.csproj", "{136EA812-AAD7-46C7-AB55-507A1ED793C7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4BB3F410-F39B-456D-8C2A-05F90B2E4845}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4BB3F410-F39B-456D-8C2A-05F90B2E4845}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4BB3F410-F39B-456D-8C2A-05F90B2E4845}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4BB3F410-F39B-456D-8C2A-05F90B2E4845}.Release|Any CPU.Build.0 = Release|Any CPU
{454AC8C5-747B-4BA8-81D2-1D4B855C38BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{454AC8C5-747B-4BA8-81D2-1D4B855C38BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{454AC8C5-747B-4BA8-81D2-1D4B855C38BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{454AC8C5-747B-4BA8-81D2-1D4B855C38BB}.Release|Any CPU.Build.0 = Release|Any CPU
{136EA812-AAD7-46C7-AB55-507A1ED793C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{136EA812-AAD7-46C7-AB55-507A1ED793C7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{136EA812-AAD7-46C7-AB55-507A1ED793C7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{136EA812-AAD7-46C7-AB55-507A1ED793C7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DA467147-06EC-4CA8-A8F1-EBC70AAE40F2}
EndGlobalSection
EndGlobal