-
Notifications
You must be signed in to change notification settings - Fork 0
/
ProyectoPokemon.sln
43 lines (43 loc) · 2.43 KB
/
ProyectoPokemon.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 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{3C968779-3BAB-4DFF-A3E2-7515FA0CAB6E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Library", "src\Library\Library.csproj", "{8C1E1FDE-9E1C-4B8A-B77B-368F757E11A1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Program", "src\Program\Program.csproj", "{7E39D6F9-522A-4BB7-8CBF-C48B9BA428B0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{A2BF071F-DCD6-4BE3-8E0D-3F31E83860C0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Library.Tests", "test\Library.Tests\Library.Tests.csproj", "{1ED502CA-EB4C-4A0F-BC42-677829535B97}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8C1E1FDE-9E1C-4B8A-B77B-368F757E11A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8C1E1FDE-9E1C-4B8A-B77B-368F757E11A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8C1E1FDE-9E1C-4B8A-B77B-368F757E11A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8C1E1FDE-9E1C-4B8A-B77B-368F757E11A1}.Release|Any CPU.Build.0 = Release|Any CPU
{7E39D6F9-522A-4BB7-8CBF-C48B9BA428B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E39D6F9-522A-4BB7-8CBF-C48B9BA428B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E39D6F9-522A-4BB7-8CBF-C48B9BA428B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E39D6F9-522A-4BB7-8CBF-C48B9BA428B0}.Release|Any CPU.Build.0 = Release|Any CPU
{1ED502CA-EB4C-4A0F-BC42-677829535B97}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1ED502CA-EB4C-4A0F-BC42-677829535B97}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1ED502CA-EB4C-4A0F-BC42-677829535B97}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1ED502CA-EB4C-4A0F-BC42-677829535B97}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{8C1E1FDE-9E1C-4B8A-B77B-368F757E11A1} = {3C968779-3BAB-4DFF-A3E2-7515FA0CAB6E}
{7E39D6F9-522A-4BB7-8CBF-C48B9BA428B0} = {3C968779-3BAB-4DFF-A3E2-7515FA0CAB6E}
{1ED502CA-EB4C-4A0F-BC42-677829535B97} = {A2BF071F-DCD6-4BE3-8E0D-3F31E83860C0}
EndGlobalSection
EndGlobal