-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPokeTyper.sln
42 lines (42 loc) · 2.27 KB
/
PokeTyper.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29418.71
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{33B6F798-ABD3-4C41-B5F9-944757666CD7}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PokeTyperConsole", "PokeTyperConsole\PokeTyperConsole.csproj", "{259B1769-CFB8-43C2-8D14-276EC14067E1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PokeTyper", "PokeTyper\PokeTyper.csproj", "{1C527B98-462E-4F3E-8001-CA2B4A8851BF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PokeTyperWeb", "PokeTyperWeb\PokeTyperWeb.csproj", "{6CE5CC96-971C-485E-B4BB-D50AF9623246}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{259B1769-CFB8-43C2-8D14-276EC14067E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{259B1769-CFB8-43C2-8D14-276EC14067E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{259B1769-CFB8-43C2-8D14-276EC14067E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{259B1769-CFB8-43C2-8D14-276EC14067E1}.Release|Any CPU.Build.0 = Release|Any CPU
{1C527B98-462E-4F3E-8001-CA2B4A8851BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1C527B98-462E-4F3E-8001-CA2B4A8851BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1C527B98-462E-4F3E-8001-CA2B4A8851BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1C527B98-462E-4F3E-8001-CA2B4A8851BF}.Release|Any CPU.Build.0 = Release|Any CPU
{6CE5CC96-971C-485E-B4BB-D50AF9623246}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6CE5CC96-971C-485E-B4BB-D50AF9623246}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6CE5CC96-971C-485E-B4BB-D50AF9623246}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6CE5CC96-971C-485E-B4BB-D50AF9623246}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DE5160DA-CB91-4C46-B70D-82A8974650DA}
EndGlobalSection
EndGlobal