-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPokemon_API.sln
More file actions
44 lines (44 loc) · 2.08 KB
/
Copy pathPokemon_API.sln
File metadata and controls
44 lines (44 loc) · 2.08 KB
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 Version 16
VisualStudioVersion = 16.0.29806.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Pokemon_API", "Pokemon_API\Pokemon_API.csproj", "{1DC84BE8-8F1B-4E6F-BAC5-5A286C546031}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Pokemon_API.Tests", "Pokemon_API.Tests\Pokemon_API.Tests.csproj", "{6B1405E9-CA6B-4812-B60A-CB81C9580A77}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docs", "Docs", "{9F482E0A-E65C-40B9-AB4A-B25EC0F2139A}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{296D1A28-AD46-4DD3-866F-2BCAB14A7E4B}"
ProjectSection(SolutionItems) = preProject
build.cake = build.cake
build.ps1 = build.ps1
build.sh = build.sh
template.yaml = template.yaml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1DC84BE8-8F1B-4E6F-BAC5-5A286C546031}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1DC84BE8-8F1B-4E6F-BAC5-5A286C546031}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1DC84BE8-8F1B-4E6F-BAC5-5A286C546031}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1DC84BE8-8F1B-4E6F-BAC5-5A286C546031}.Release|Any CPU.Build.0 = Release|Any CPU
{6B1405E9-CA6B-4812-B60A-CB81C9580A77}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B1405E9-CA6B-4812-B60A-CB81C9580A77}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B1405E9-CA6B-4812-B60A-CB81C9580A77}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B1405E9-CA6B-4812-B60A-CB81C9580A77}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F6D1803A-F61C-4C29-A564-2BCB2ADB9637}
EndGlobalSection
EndGlobal