-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathBoardGameGeek.Dungeon.sln
37 lines (37 loc) · 1.97 KB
/
BoardGameGeek.Dungeon.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.31903.59
MinimumVisualStudioVersion = 17.0.31903.59
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cli", "Cli\Cli.csproj", "{3B710188-C558-40A7-B12F-96ECD068DE11}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Library", "Library\Library.csproj", "{ADED9B39-9F42-4089-AD22-E67AC81EE31E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{387F1F62-304B-4E51-B1A7-DE8BECF60AA6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3B710188-C558-40A7-B12F-96ECD068DE11}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3B710188-C558-40A7-B12F-96ECD068DE11}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3B710188-C558-40A7-B12F-96ECD068DE11}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3B710188-C558-40A7-B12F-96ECD068DE11}.Release|Any CPU.Build.0 = Release|Any CPU
{ADED9B39-9F42-4089-AD22-E67AC81EE31E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ADED9B39-9F42-4089-AD22-E67AC81EE31E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ADED9B39-9F42-4089-AD22-E67AC81EE31E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ADED9B39-9F42-4089-AD22-E67AC81EE31E}.Release|Any CPU.Build.0 = Release|Any CPU
{387F1F62-304B-4E51-B1A7-DE8BECF60AA6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{387F1F62-304B-4E51-B1A7-DE8BECF60AA6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{387F1F62-304B-4E51-B1A7-DE8BECF60AA6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{387F1F62-304B-4E51-B1A7-DE8BECF60AA6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {72B3F356-2442-4546-8BA7-6432CF031F55}
EndGlobalSection
EndGlobal