-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBenchmarkingPortal.sln
63 lines (63 loc) · 4.3 KB
/
BenchmarkingPortal.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
57
58
59
60
61
62
63
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33516.290
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BenchmarkingPortal.Web", "BenchmarkingPortal.Web\BenchmarkingPortal.Web.csproj", "{1E088288-8C2E-4396-8191-F68D86E31C22}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BenchmarkingPortal.Dal", "BenchmarkingPortal.Dal\BenchmarkingPortal.Dal.csproj", "{FEA3F586-146D-40BD-9365-7C63F982F9BC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BenchmarkingPortal.Bll", "BenchmarkingPortal.Bll\BenchmarkingPortal.Bll.csproj", "{348387CE-8C8C-4C4F-AAFB-DAEA1165DD6B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BenchmarkingPortal.Test", "BenchmarkingPortal.Test\BenchmarkingPortal.Test.csproj", "{09991CB6-3860-40DD-B63E-FEF5E8477D11}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BenchmarkingPortal.Migrations.Base", "BenchmarkingPortal.Migrations.Base\BenchmarkingPortal.Migrations.Base.csproj", "{86772306-7E90-4378-A7C2-711C0FEB650E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BenchmarkingPortal.Migrations.Test", "BenchmarkingPortal.Migrations.Test\BenchmarkingPortal.Migrations.Test.csproj", "{5A9BDAEC-77DB-427A-B104-957D2475063F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{11B77430-412E-4F39-B238-6B2CC9260AE2}"
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{C2CE1FBA-7AA9-4066-9CE9-7F4C7F44823F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1E088288-8C2E-4396-8191-F68D86E31C22}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E088288-8C2E-4396-8191-F68D86E31C22}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E088288-8C2E-4396-8191-F68D86E31C22}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E088288-8C2E-4396-8191-F68D86E31C22}.Release|Any CPU.Build.0 = Release|Any CPU
{FEA3F586-146D-40BD-9365-7C63F982F9BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FEA3F586-146D-40BD-9365-7C63F982F9BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FEA3F586-146D-40BD-9365-7C63F982F9BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FEA3F586-146D-40BD-9365-7C63F982F9BC}.Release|Any CPU.Build.0 = Release|Any CPU
{348387CE-8C8C-4C4F-AAFB-DAEA1165DD6B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{348387CE-8C8C-4C4F-AAFB-DAEA1165DD6B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{348387CE-8C8C-4C4F-AAFB-DAEA1165DD6B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{348387CE-8C8C-4C4F-AAFB-DAEA1165DD6B}.Release|Any CPU.Build.0 = Release|Any CPU
{09991CB6-3860-40DD-B63E-FEF5E8477D11}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{09991CB6-3860-40DD-B63E-FEF5E8477D11}.Debug|Any CPU.Build.0 = Debug|Any CPU
{09991CB6-3860-40DD-B63E-FEF5E8477D11}.Release|Any CPU.ActiveCfg = Release|Any CPU
{09991CB6-3860-40DD-B63E-FEF5E8477D11}.Release|Any CPU.Build.0 = Release|Any CPU
{86772306-7E90-4378-A7C2-711C0FEB650E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{86772306-7E90-4378-A7C2-711C0FEB650E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{86772306-7E90-4378-A7C2-711C0FEB650E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{86772306-7E90-4378-A7C2-711C0FEB650E}.Release|Any CPU.Build.0 = Release|Any CPU
{5A9BDAEC-77DB-427A-B104-957D2475063F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5A9BDAEC-77DB-427A-B104-957D2475063F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5A9BDAEC-77DB-427A-B104-957D2475063F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5A9BDAEC-77DB-427A-B104-957D2475063F}.Release|Any CPU.Build.0 = Release|Any CPU
{C2CE1FBA-7AA9-4066-9CE9-7F4C7F44823F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C2CE1FBA-7AA9-4066-9CE9-7F4C7F44823F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C2CE1FBA-7AA9-4066-9CE9-7F4C7F44823F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C2CE1FBA-7AA9-4066-9CE9-7F4C7F44823F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7E894FE7-1CFE-4481-A731-335866802988}
EndGlobalSection
EndGlobal