-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathInfrastructure.sln
More file actions
43 lines (43 loc) · 2.07 KB
/
Infrastructure.sln
File metadata and controls
43 lines (43 loc) · 2.07 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.202
MinimumVisualStudioVersion = 10.0.40219.1
Project("{A07B5EB6-E848-4116-A8D0-A826331D98C6}") = "MinioSfApp", "MinioSfApp\MinioSfApp.sfproj", "{1C6522D7-85E4-4065-A54C-72BD25D9B5C7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2F4CC1DA-51F9-424B-9576-3A0F6FB01E81}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{A07B5EB6-E848-4116-A8D0-A826331D98C6}") = "TraefikSfApp", "TraefikSfApp\TraefikSfApp.sfproj", "{45A9ADB0-20A2-4D36-9C0A-483E9098506D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1C6522D7-85E4-4065-A54C-72BD25D9B5C7}.Debug|x64.ActiveCfg = Debug|x64
{1C6522D7-85E4-4065-A54C-72BD25D9B5C7}.Debug|x64.Build.0 = Debug|x64
{1C6522D7-85E4-4065-A54C-72BD25D9B5C7}.Debug|x64.Deploy.0 = Debug|x64
{1C6522D7-85E4-4065-A54C-72BD25D9B5C7}.Release|x64.ActiveCfg = Release|x64
{1C6522D7-85E4-4065-A54C-72BD25D9B5C7}.Release|x64.Build.0 = Release|x64
{1C6522D7-85E4-4065-A54C-72BD25D9B5C7}.Release|x64.Deploy.0 = Release|x64
{45A9ADB0-20A2-4D36-9C0A-483E9098506D}.Debug|x64.ActiveCfg = Debug|x64
{45A9ADB0-20A2-4D36-9C0A-483E9098506D}.Debug|x64.Build.0 = Debug|x64
{45A9ADB0-20A2-4D36-9C0A-483E9098506D}.Debug|x64.Deploy.0 = Debug|x64
{45A9ADB0-20A2-4D36-9C0A-483E9098506D}.Release|x64.ActiveCfg = Release|x64
{45A9ADB0-20A2-4D36-9C0A-483E9098506D}.Release|x64.Build.0 = Release|x64
{45A9ADB0-20A2-4D36-9C0A-483E9098506D}.Release|x64.Deploy.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {194342B3-1DC5-4C93-A1C0-684FF980E316}
EndGlobalSection
EndGlobal