-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTippingService.sln
More file actions
47 lines (47 loc) · 2.41 KB
/
TippingService.sln
File metadata and controls
47 lines (47 loc) · 2.41 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
43
44
45
46
47
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2036
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TippingService", "src\TippingService\TippingService.csproj", "{1BAFE5FC-B71C-45D8-A1C1-985ED26A6C76}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{3B26AFD5-886B-4A9A-9D1E-E554642D8E90}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{36C72DDD-22F4-4B1C-85D2-CE0076FE94B0}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
azure-pipelines.yml = azure-pipelines.yml
nuget.config = nuget.config
version.json = version.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{8CB2AC92-1054-4121-AE8A-6ABFEA87912F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TippingService.IntegrationTests", "test\TippingService.IntegrationTests\TippingService.IntegrationTests.csproj", "{9A8BEB29-1B25-41F7-B23C-C286F3656725}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1BAFE5FC-B71C-45D8-A1C1-985ED26A6C76}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1BAFE5FC-B71C-45D8-A1C1-985ED26A6C76}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1BAFE5FC-B71C-45D8-A1C1-985ED26A6C76}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1BAFE5FC-B71C-45D8-A1C1-985ED26A6C76}.Release|Any CPU.Build.0 = Release|Any CPU
{9A8BEB29-1B25-41F7-B23C-C286F3656725}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9A8BEB29-1B25-41F7-B23C-C286F3656725}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9A8BEB29-1B25-41F7-B23C-C286F3656725}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A8BEB29-1B25-41F7-B23C-C286F3656725}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{1BAFE5FC-B71C-45D8-A1C1-985ED26A6C76} = {3B26AFD5-886B-4A9A-9D1E-E554642D8E90}
{9A8BEB29-1B25-41F7-B23C-C286F3656725} = {8CB2AC92-1054-4121-AE8A-6ABFEA87912F}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0E2551FA-D4F8-4DCE-B320-0DC1D735FE07}
EndGlobalSection
EndGlobal