This repository has been archived by the owner on Dec 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Matterhook.NET.sln
43 lines (43 loc) · 2.08 KB
/
Matterhook.NET.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 15
VisualStudioVersion = 15.0.26730.10
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Matterhook.NET", "Matterhook.NET\Matterhook.NET.csproj", "{7C7439B9-87E3-4858-94EE-0C14E2E3D5DF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "config", "config", "{926A9F70-8050-4CB4-BDE0-8286362388F5}"
ProjectSection(SolutionItems) = preProject
config\config.json = config\config.json
config\config.json.sample = config\config.json.sample
EndProjectSection
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{2811A417-0B53-4D8C-9E96-6BB8798C7535}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{53FFFAD8-BCE4-41AD-98B5-B6A4BC7E2228}"
ProjectSection(SolutionItems) = preProject
Dockerfile = Dockerfile
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7C7439B9-87E3-4858-94EE-0C14E2E3D5DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C7439B9-87E3-4858-94EE-0C14E2E3D5DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C7439B9-87E3-4858-94EE-0C14E2E3D5DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C7439B9-87E3-4858-94EE-0C14E2E3D5DF}.Release|Any CPU.Build.0 = Release|Any CPU
{2811A417-0B53-4D8C-9E96-6BB8798C7535}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2811A417-0B53-4D8C-9E96-6BB8798C7535}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2811A417-0B53-4D8C-9E96-6BB8798C7535}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2811A417-0B53-4D8C-9E96-6BB8798C7535}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CA89F441-AA0B-4A77-8E83-59913F25C2B7}
EndGlobalSection
EndGlobal