-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPacMan.sln
More file actions
37 lines (37 loc) · 2.04 KB
/
Copy pathPacMan.sln
File metadata and controls
37 lines (37 loc) · 2.04 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29324.140
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PacManWeb", "PacManWeb\PacManWeb.csproj", "{26FEF1A1-856E-4526-84E2-A94138AA11CD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PacManCore", "PacManCore\PacManCore.csproj", "{4AF30D0F-B75B-4CB2-A221-5980F93AE1FC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PacaManDataAccessLayer", "DataAccessLayer\PacaManDataAccessLayer.csproj", "{ADDBCC07-7159-4AB9-9268-B98A5F63E2D9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{26FEF1A1-856E-4526-84E2-A94138AA11CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26FEF1A1-856E-4526-84E2-A94138AA11CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26FEF1A1-856E-4526-84E2-A94138AA11CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26FEF1A1-856E-4526-84E2-A94138AA11CD}.Release|Any CPU.Build.0 = Release|Any CPU
{4AF30D0F-B75B-4CB2-A221-5980F93AE1FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4AF30D0F-B75B-4CB2-A221-5980F93AE1FC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4AF30D0F-B75B-4CB2-A221-5980F93AE1FC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4AF30D0F-B75B-4CB2-A221-5980F93AE1FC}.Release|Any CPU.Build.0 = Release|Any CPU
{ADDBCC07-7159-4AB9-9268-B98A5F63E2D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ADDBCC07-7159-4AB9-9268-B98A5F63E2D9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ADDBCC07-7159-4AB9-9268-B98A5F63E2D9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ADDBCC07-7159-4AB9-9268-B98A5F63E2D9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {59D0BC3A-F92A-46C4-9FC8-D9651609A332}
EndGlobalSection
EndGlobal