-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathD2NG.sln
43 lines (43 loc) · 2.5 KB
/
D2NG.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 16
VisualStudioVersion = 16.0.28803.202
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "D2NG", "src\D2NG\D2NG.csproj", "{A572F3B1-6240-4EFE-A3C4-9EA5B998757F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleBot", "src\ConsoleBot\ConsoleBot.csproj", "{4062A54B-30A5-4D89-8664-64ACD6E94949}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "D2NGTests", "test\D2NGTests\D2NGTests.csproj", "{4E61BF26-5570-43FC-848D-1E4A123C73FB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleBotTests", "test\ConsoleBotTests\ConsoleBotTests.csproj", "{43DE9714-40B6-49D7-9A63-17642C1A4C53}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A572F3B1-6240-4EFE-A3C4-9EA5B998757F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A572F3B1-6240-4EFE-A3C4-9EA5B998757F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A572F3B1-6240-4EFE-A3C4-9EA5B998757F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A572F3B1-6240-4EFE-A3C4-9EA5B998757F}.Release|Any CPU.Build.0 = Release|Any CPU
{4062A54B-30A5-4D89-8664-64ACD6E94949}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4062A54B-30A5-4D89-8664-64ACD6E94949}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4062A54B-30A5-4D89-8664-64ACD6E94949}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4062A54B-30A5-4D89-8664-64ACD6E94949}.Release|Any CPU.Build.0 = Release|Any CPU
{4E61BF26-5570-43FC-848D-1E4A123C73FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E61BF26-5570-43FC-848D-1E4A123C73FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E61BF26-5570-43FC-848D-1E4A123C73FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E61BF26-5570-43FC-848D-1E4A123C73FB}.Release|Any CPU.Build.0 = Release|Any CPU
{43DE9714-40B6-49D7-9A63-17642C1A4C53}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{43DE9714-40B6-49D7-9A63-17642C1A4C53}.Debug|Any CPU.Build.0 = Debug|Any CPU
{43DE9714-40B6-49D7-9A63-17642C1A4C53}.Release|Any CPU.ActiveCfg = Release|Any CPU
{43DE9714-40B6-49D7-9A63-17642C1A4C53}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5D344E3B-C85D-4F80-9C2E-DFDDA4BD2BDB}
EndGlobalSection
EndGlobal