-
Notifications
You must be signed in to change notification settings - Fork 4
/
Turbocharged.Beanstalk.sln
59 lines (59 loc) · 3.24 KB
/
Turbocharged.Beanstalk.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32616.157
MinimumVisualStudioVersion = 15.0.26124.0
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Turbocharged.Beanstalk.Tests", "src\Turbocharged.Beanstalk.Tests\Turbocharged.Beanstalk.Tests.csproj", "{84667450-5F08-4694-B254-C4FC7DAF740C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Turbocharged.Beanstalk", "src\Turbocharged.Beanstalk\Turbocharged.Beanstalk.csproj", "{6644F4C6-2351-4DDA-9D45-A50B791707FF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DD3601B9-6740-4A10-83A7-D280FB8DFFC0}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
docker-compose.yml = docker-compose.yml
LICENSE.md = LICENSE.md
Makefile = Makefile
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{84667450-5F08-4694-B254-C4FC7DAF740C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{84667450-5F08-4694-B254-C4FC7DAF740C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{84667450-5F08-4694-B254-C4FC7DAF740C}.Debug|x64.ActiveCfg = Debug|x64
{84667450-5F08-4694-B254-C4FC7DAF740C}.Debug|x64.Build.0 = Debug|x64
{84667450-5F08-4694-B254-C4FC7DAF740C}.Debug|x86.ActiveCfg = Debug|x86
{84667450-5F08-4694-B254-C4FC7DAF740C}.Debug|x86.Build.0 = Debug|x86
{84667450-5F08-4694-B254-C4FC7DAF740C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{84667450-5F08-4694-B254-C4FC7DAF740C}.Release|Any CPU.Build.0 = Release|Any CPU
{84667450-5F08-4694-B254-C4FC7DAF740C}.Release|x64.ActiveCfg = Release|x64
{84667450-5F08-4694-B254-C4FC7DAF740C}.Release|x64.Build.0 = Release|x64
{84667450-5F08-4694-B254-C4FC7DAF740C}.Release|x86.ActiveCfg = Release|x86
{84667450-5F08-4694-B254-C4FC7DAF740C}.Release|x86.Build.0 = Release|x86
{6644F4C6-2351-4DDA-9D45-A50B791707FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6644F4C6-2351-4DDA-9D45-A50B791707FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6644F4C6-2351-4DDA-9D45-A50B791707FF}.Debug|x64.ActiveCfg = Debug|x64
{6644F4C6-2351-4DDA-9D45-A50B791707FF}.Debug|x64.Build.0 = Debug|x64
{6644F4C6-2351-4DDA-9D45-A50B791707FF}.Debug|x86.ActiveCfg = Debug|x86
{6644F4C6-2351-4DDA-9D45-A50B791707FF}.Debug|x86.Build.0 = Debug|x86
{6644F4C6-2351-4DDA-9D45-A50B791707FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6644F4C6-2351-4DDA-9D45-A50B791707FF}.Release|Any CPU.Build.0 = Release|Any CPU
{6644F4C6-2351-4DDA-9D45-A50B791707FF}.Release|x64.ActiveCfg = Release|x64
{6644F4C6-2351-4DDA-9D45-A50B791707FF}.Release|x64.Build.0 = Release|x64
{6644F4C6-2351-4DDA-9D45-A50B791707FF}.Release|x86.ActiveCfg = Release|x86
{6644F4C6-2351-4DDA-9D45-A50B791707FF}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D6FE3AB0-D4AA-49AF-A1CA-6EC792C9D061}
EndGlobalSection
EndGlobal