-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPopeAI.sln
37 lines (37 loc) · 1.99 KB
/
PopeAI.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31825.309
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PopeAI", "PopeAI\PopeAI.csproj", "{61781AFD-5C23-472A-9A60-46C1CC245C62}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Database", "Database\Database.csproj", "{42F48460-2C9D-4063-BCA4-1C3A3AAEAECF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Testing", "Testing\Testing.csproj", "{DDF9F9D2-8C0B-4174-A34F-8BC43F8ABAF6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{61781AFD-5C23-472A-9A60-46C1CC245C62}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{61781AFD-5C23-472A-9A60-46C1CC245C62}.Debug|Any CPU.Build.0 = Debug|Any CPU
{61781AFD-5C23-472A-9A60-46C1CC245C62}.Release|Any CPU.ActiveCfg = Release|Any CPU
{61781AFD-5C23-472A-9A60-46C1CC245C62}.Release|Any CPU.Build.0 = Release|Any CPU
{42F48460-2C9D-4063-BCA4-1C3A3AAEAECF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{42F48460-2C9D-4063-BCA4-1C3A3AAEAECF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{42F48460-2C9D-4063-BCA4-1C3A3AAEAECF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{42F48460-2C9D-4063-BCA4-1C3A3AAEAECF}.Release|Any CPU.Build.0 = Release|Any CPU
{DDF9F9D2-8C0B-4174-A34F-8BC43F8ABAF6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DDF9F9D2-8C0B-4174-A34F-8BC43F8ABAF6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DDF9F9D2-8C0B-4174-A34F-8BC43F8ABAF6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DDF9F9D2-8C0B-4174-A34F-8BC43F8ABAF6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A9D5B709-5C85-42CD-9DC5-09AB054F04AE}
EndGlobalSection
EndGlobal