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 3
/
Copy pathMatterfeed.NET.sln
43 lines (43 loc) · 2.08 KB
/
Matterfeed.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.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Matterfeed.NET", "Matterfeed.NET\Matterfeed.NET.csproj", "{61703C09-F389-43AA-8492-9D49C10A3EEF}"
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{4003ADB5-BDD9-4CAA-A4DF-E3AE11E8C0BF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "config", "config", "{ED885C19-F2EC-41ED-B7A7-3CB9119329AE}"
ProjectSection(SolutionItems) = preProject
config\secrets.json = config\secrets.json
config\secrets.json.sample = config\secrets.json.sample
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FD0F0D86-1478-4EE3-9B07-3A0019F9D531}"
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
{61703C09-F389-43AA-8492-9D49C10A3EEF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{61703C09-F389-43AA-8492-9D49C10A3EEF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{61703C09-F389-43AA-8492-9D49C10A3EEF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{61703C09-F389-43AA-8492-9D49C10A3EEF}.Release|Any CPU.Build.0 = Release|Any CPU
{4003ADB5-BDD9-4CAA-A4DF-E3AE11E8C0BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4003ADB5-BDD9-4CAA-A4DF-E3AE11E8C0BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4003ADB5-BDD9-4CAA-A4DF-E3AE11E8C0BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4003ADB5-BDD9-4CAA-A4DF-E3AE11E8C0BF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1F84C861-7C28-41B5-9E3E-4204BA33AF59}
EndGlobalSection
EndGlobal