-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDetective.sln
43 lines (43 loc) · 2.56 KB
/
Detective.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32314.265
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Detective.Core", "Detective.Core\Detective.Core.csproj", "{F9F4D0AC-FDF5-4F3B-BD19-925202ADB0CD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Detective.ConsoleUI", "Detective.Console\Detective.ConsoleUI.csproj", "{13178A02-0323-4750-B4B1-9B1B05ECA1AE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Detective.Players", "Detective.Players\Detective.Players.csproj", "{1A8785DC-E1BE-4110-BC40-F8C248583984}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Detective.Cards", "Detective.Cards\Detective.Cards.csproj", "{581B1EDE-D6B6-4A15-970B-E9505EFD8A07}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F9F4D0AC-FDF5-4F3B-BD19-925202ADB0CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F9F4D0AC-FDF5-4F3B-BD19-925202ADB0CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F9F4D0AC-FDF5-4F3B-BD19-925202ADB0CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F9F4D0AC-FDF5-4F3B-BD19-925202ADB0CD}.Release|Any CPU.Build.0 = Release|Any CPU
{13178A02-0323-4750-B4B1-9B1B05ECA1AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{13178A02-0323-4750-B4B1-9B1B05ECA1AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{13178A02-0323-4750-B4B1-9B1B05ECA1AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{13178A02-0323-4750-B4B1-9B1B05ECA1AE}.Release|Any CPU.Build.0 = Release|Any CPU
{1A8785DC-E1BE-4110-BC40-F8C248583984}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1A8785DC-E1BE-4110-BC40-F8C248583984}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A8785DC-E1BE-4110-BC40-F8C248583984}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A8785DC-E1BE-4110-BC40-F8C248583984}.Release|Any CPU.Build.0 = Release|Any CPU
{581B1EDE-D6B6-4A15-970B-E9505EFD8A07}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{581B1EDE-D6B6-4A15-970B-E9505EFD8A07}.Debug|Any CPU.Build.0 = Debug|Any CPU
{581B1EDE-D6B6-4A15-970B-E9505EFD8A07}.Release|Any CPU.ActiveCfg = Release|Any CPU
{581B1EDE-D6B6-4A15-970B-E9505EFD8A07}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {642EDBE8-7F48-4E14-8647-0C0126037D61}
EndGlobalSection
EndGlobal