-
Notifications
You must be signed in to change notification settings - Fork 22
/
ArchaicQuestII.sln
49 lines (49 loc) · 3.17 KB
/
ArchaicQuestII.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
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2009
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ArchaicQuestII.DataAccess", "ArchaicQuestII.DataAccess\ArchaicQuestII.DataAccess.csproj", "{7D5B33AF-6120-4CA2-9EF5-5311B47C320C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ArchaicQuestII.DataAccess.Tests", "ArchaicQuestII.DataAccess.Tests\ArchaicQuestII.DataAccess.Tests.csproj", "{560D735B-11AC-4E40-9192-F44CFC802F0A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ArchaicQuestII.GameLogic", "ArchaicQuestII.GameLogic\ArchaicQuestII.GameLogic.csproj", "{0092FF19-A202-4D4B-BD3B-9116246AFB1C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ArchaicQuestII.API", "ArchaicQuestII.API\ArchaicQuestII.API.csproj", "{714AA7A5-BA64-459F-B402-7FFF067229B6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ArchaicQuestII.GameLogic.Tests", "ArchaicQuestII.GameLogic.Tests\ArchaicQuestII.GameLogic.Tests.csproj", "{DC45C0AE-72CE-4310-9C8C-0F95337A152D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7D5B33AF-6120-4CA2-9EF5-5311B47C320C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D5B33AF-6120-4CA2-9EF5-5311B47C320C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D5B33AF-6120-4CA2-9EF5-5311B47C320C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D5B33AF-6120-4CA2-9EF5-5311B47C320C}.Release|Any CPU.Build.0 = Release|Any CPU
{560D735B-11AC-4E40-9192-F44CFC802F0A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{560D735B-11AC-4E40-9192-F44CFC802F0A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{560D735B-11AC-4E40-9192-F44CFC802F0A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{560D735B-11AC-4E40-9192-F44CFC802F0A}.Release|Any CPU.Build.0 = Release|Any CPU
{0092FF19-A202-4D4B-BD3B-9116246AFB1C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0092FF19-A202-4D4B-BD3B-9116246AFB1C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0092FF19-A202-4D4B-BD3B-9116246AFB1C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0092FF19-A202-4D4B-BD3B-9116246AFB1C}.Release|Any CPU.Build.0 = Release|Any CPU
{714AA7A5-BA64-459F-B402-7FFF067229B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{714AA7A5-BA64-459F-B402-7FFF067229B6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{714AA7A5-BA64-459F-B402-7FFF067229B6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{714AA7A5-BA64-459F-B402-7FFF067229B6}.Release|Any CPU.Build.0 = Release|Any CPU
{DC45C0AE-72CE-4310-9C8C-0F95337A152D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DC45C0AE-72CE-4310-9C8C-0F95337A152D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DC45C0AE-72CE-4310-9C8C-0F95337A152D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DC45C0AE-72CE-4310-9C8C-0F95337A152D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DF960F6B-718A-4A4A-88D9-D5278B60E678}
EndGlobalSection
EndGlobal