-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPokedexWebBE.sln
43 lines (43 loc) · 2.56 KB
/
PokedexWebBE.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31205.134
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PokedexWebBE.API", "PokedexWebBE.API\PokedexWebBE.API.csproj", "{0324C697-E382-4A26-8545-1CF4A15C760F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PokedexWebBE.BL", "PokedexWebBE.BL\PokedexWebBE.BL.csproj", "{61C5C1FC-CC84-4FDF-BDD6-CDC25A0AFED5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PokedexWebBE.DAL", "PokedexWebBE.DAL\PokedexWebBE.DAL.csproj", "{4233BBD1-C93B-482F-BC85-C4F5BB13B840}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PokedexWebBE.Core", "PokedexWebBE.Core\PokedexWebBE.Core.csproj", "{D0E00592-A408-4972-91C9-1421532ADE2E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0324C697-E382-4A26-8545-1CF4A15C760F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0324C697-E382-4A26-8545-1CF4A15C760F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0324C697-E382-4A26-8545-1CF4A15C760F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0324C697-E382-4A26-8545-1CF4A15C760F}.Release|Any CPU.Build.0 = Release|Any CPU
{61C5C1FC-CC84-4FDF-BDD6-CDC25A0AFED5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{61C5C1FC-CC84-4FDF-BDD6-CDC25A0AFED5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{61C5C1FC-CC84-4FDF-BDD6-CDC25A0AFED5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{61C5C1FC-CC84-4FDF-BDD6-CDC25A0AFED5}.Release|Any CPU.Build.0 = Release|Any CPU
{4233BBD1-C93B-482F-BC85-C4F5BB13B840}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4233BBD1-C93B-482F-BC85-C4F5BB13B840}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4233BBD1-C93B-482F-BC85-C4F5BB13B840}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4233BBD1-C93B-482F-BC85-C4F5BB13B840}.Release|Any CPU.Build.0 = Release|Any CPU
{D0E00592-A408-4972-91C9-1421532ADE2E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D0E00592-A408-4972-91C9-1421532ADE2E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D0E00592-A408-4972-91C9-1421532ADE2E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D0E00592-A408-4972-91C9-1421532ADE2E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5B41809E-16EA-41D6-80EA-A1166A00DDFF}
EndGlobalSection
EndGlobal