-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBLOBi.sln
56 lines (56 loc) · 3 KB
/
BLOBi.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30011.22
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BLOBi.Core", "src\BLOBi.Core\BLOBi.Core.csproj", "{13450364-C1F7-43EA-9A9A-9ADEFFCDC1D2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BLOBi.Core.Tests", "test\BLOBi.Core.Tests\BLOBi.Core.Tests.csproj", "{1C11D8C8-CFDA-4477-92CB-53DCDC34E68E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "00 Solution Items", "00 Solution Items", "{2596C10B-1442-4E5D-B261-BE60A87E007B}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
ca.ruleset = ca.ruleset
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "01 Core", "01 Core", "{2C74EDA5-5CCD-4561-9BAD-446CE8650567}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "02 TestClients", "02 TestClients", "{81326F34-6483-464A-B1C1-408F0B9E92FD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BLOBi.WebClient.Tests", "test\BLOBi.WebClient.Tests\BLOBi.WebClient.Tests.csproj", "{983F63C6-702C-4DB5-8954-FF745EF5D68A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{13450364-C1F7-43EA-9A9A-9ADEFFCDC1D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{13450364-C1F7-43EA-9A9A-9ADEFFCDC1D2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{13450364-C1F7-43EA-9A9A-9ADEFFCDC1D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{13450364-C1F7-43EA-9A9A-9ADEFFCDC1D2}.Release|Any CPU.Build.0 = Release|Any CPU
{1C11D8C8-CFDA-4477-92CB-53DCDC34E68E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1C11D8C8-CFDA-4477-92CB-53DCDC34E68E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1C11D8C8-CFDA-4477-92CB-53DCDC34E68E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1C11D8C8-CFDA-4477-92CB-53DCDC34E68E}.Release|Any CPU.Build.0 = Release|Any CPU
{983F63C6-702C-4DB5-8954-FF745EF5D68A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{983F63C6-702C-4DB5-8954-FF745EF5D68A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{983F63C6-702C-4DB5-8954-FF745EF5D68A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{983F63C6-702C-4DB5-8954-FF745EF5D68A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{13450364-C1F7-43EA-9A9A-9ADEFFCDC1D2} = {2C74EDA5-5CCD-4561-9BAD-446CE8650567}
{1C11D8C8-CFDA-4477-92CB-53DCDC34E68E} = {2C74EDA5-5CCD-4561-9BAD-446CE8650567}
{983F63C6-702C-4DB5-8954-FF745EF5D68A} = {81326F34-6483-464A-B1C1-408F0B9E92FD}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B87F2735-EB53-4E11-8948-2172E770299F}
EndGlobalSection
EndGlobal