-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBoxAgileDevCore.sln
55 lines (55 loc) · 3.62 KB
/
BoxAgileDevCore.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33801.468
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebApiTest", "WebApiTest\WebApiTest.csproj", "{B2AFFB7F-D77A-45D8-925D-6A57E3AB9F5E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BoxAgileDevCore", "BoxAgileDevCore\BoxAgileDevCore.csproj", "{4ED8576A-AA46-4651-963A-E05648BD9BF1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BADCoreTests", "BADCoreTests\BADCoreTests.csproj", "{B0A871E7-3B2B-4D05-89EC-B29ACB66CFFE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BoxAgileDevCore.Application", "Application\BoxAgileDevCore.Application\BoxAgileDevCore.Application.csproj", "{97CB8FFD-5AF4-407B-9490-A58C86498AB0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BoxAgileDevCore.Adapters", "Adapters\BoxAgileDevCore.Adapters\BoxAgileDevCore.Adapters.csproj", "{30DA029D-9EB6-4089-84A4-835F8B0F58E4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BoxAgileDevCore.Infrastructure", "Infrastructure\BoxAgileDevCore.Infrastructure\BoxAgileDevCore.Infrastructure.csproj", "{57053A62-6163-492A-B08A-192803992A72}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B2AFFB7F-D77A-45D8-925D-6A57E3AB9F5E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B2AFFB7F-D77A-45D8-925D-6A57E3AB9F5E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B2AFFB7F-D77A-45D8-925D-6A57E3AB9F5E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B2AFFB7F-D77A-45D8-925D-6A57E3AB9F5E}.Release|Any CPU.Build.0 = Release|Any CPU
{4ED8576A-AA46-4651-963A-E05648BD9BF1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4ED8576A-AA46-4651-963A-E05648BD9BF1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4ED8576A-AA46-4651-963A-E05648BD9BF1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4ED8576A-AA46-4651-963A-E05648BD9BF1}.Release|Any CPU.Build.0 = Release|Any CPU
{B0A871E7-3B2B-4D05-89EC-B29ACB66CFFE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B0A871E7-3B2B-4D05-89EC-B29ACB66CFFE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B0A871E7-3B2B-4D05-89EC-B29ACB66CFFE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B0A871E7-3B2B-4D05-89EC-B29ACB66CFFE}.Release|Any CPU.Build.0 = Release|Any CPU
{97CB8FFD-5AF4-407B-9490-A58C86498AB0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{97CB8FFD-5AF4-407B-9490-A58C86498AB0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{97CB8FFD-5AF4-407B-9490-A58C86498AB0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{97CB8FFD-5AF4-407B-9490-A58C86498AB0}.Release|Any CPU.Build.0 = Release|Any CPU
{30DA029D-9EB6-4089-84A4-835F8B0F58E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{30DA029D-9EB6-4089-84A4-835F8B0F58E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{30DA029D-9EB6-4089-84A4-835F8B0F58E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{30DA029D-9EB6-4089-84A4-835F8B0F58E4}.Release|Any CPU.Build.0 = Release|Any CPU
{57053A62-6163-492A-B08A-192803992A72}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{57053A62-6163-492A-B08A-192803992A72}.Debug|Any CPU.Build.0 = Debug|Any CPU
{57053A62-6163-492A-B08A-192803992A72}.Release|Any CPU.ActiveCfg = Release|Any CPU
{57053A62-6163-492A-B08A-192803992A72}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A8590735-9148-4E36-8BAC-0BE1055C0F99}
EndGlobalSection
EndGlobal