-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Foundatio.Minio.sln
44 lines (44 loc) · 2.24 KB
/
Foundatio.Minio.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2027
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Foundatio.Minio", "src\Foundatio.Minio\Foundatio.Minio.csproj", "{6874DB4A-AA9E-484E-8E4D-D5A3429B16E4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2B971C0C-F403-4AC3-8702-83278711C982}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
build\common.props = build\common.props
README.md = README.md
docker-compose.yml = docker-compose.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{CD06C207-0E34-44A3-ACD2-016EA9F80CC9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Foundatio.Minio.Tests", "tests\Foundatio.Minio.Tests\Foundatio.Minio.Tests.csproj", "{C0EFF2AE-64BF-4655-B25A-B08B77645959}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6874DB4A-AA9E-484E-8E4D-D5A3429B16E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6874DB4A-AA9E-484E-8E4D-D5A3429B16E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6874DB4A-AA9E-484E-8E4D-D5A3429B16E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6874DB4A-AA9E-484E-8E4D-D5A3429B16E4}.Release|Any CPU.Build.0 = Release|Any CPU
{C0EFF2AE-64BF-4655-B25A-B08B77645959}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C0EFF2AE-64BF-4655-B25A-B08B77645959}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C0EFF2AE-64BF-4655-B25A-B08B77645959}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C0EFF2AE-64BF-4655-B25A-B08B77645959}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C0EFF2AE-64BF-4655-B25A-B08B77645959} = {CD06C207-0E34-44A3-ACD2-016EA9F80CC9}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A97854EE-29A6-40AD-AA2F-2A8F3853DD0D}
EndGlobalSection
EndGlobal