-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTeamPlayer.sln
38 lines (38 loc) · 2.01 KB
/
TeamPlayer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32328.378
MinimumVisualStudioVersion = 10.0.40219.1
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Code.Core", "Code.Core\Code.Core.shproj", "{915932FE-A6F2-4DEB-A8CD-C8D7F870BED4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core", "Core\Core.csproj", "{DA43CFD7-6432-48D0-9A63-4E365DC6CFC7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebApp", "WebApp\WebApp.csproj", "{C6E715A2-A2E8-4D4F-88E3-6F11D577A25C}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
Code.Core\Code.Core.projitems*{915932fe-a6f2-4deb-a8cd-c8d7f870bed4}*SharedItemsImports = 13
Code.Core\Code.Core.projitems*{c6e715a2-a2e8-4d4f-88e3-6f11d577a25c}*SharedItemsImports = 5
Code.Core\Code.Core.projitems*{da43cfd7-6432-48d0-9a63-4e365dc6cfc7}*SharedItemsImports = 5
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DA43CFD7-6432-48D0-9A63-4E365DC6CFC7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DA43CFD7-6432-48D0-9A63-4E365DC6CFC7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DA43CFD7-6432-48D0-9A63-4E365DC6CFC7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DA43CFD7-6432-48D0-9A63-4E365DC6CFC7}.Release|Any CPU.Build.0 = Release|Any CPU
{C6E715A2-A2E8-4D4F-88E3-6F11D577A25C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C6E715A2-A2E8-4D4F-88E3-6F11D577A25C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C6E715A2-A2E8-4D4F-88E3-6F11D577A25C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C6E715A2-A2E8-4D4F-88E3-6F11D577A25C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C76BA7BE-87BF-468C-A864-8E0084DC8B25}
EndGlobalSection
EndGlobal