This repository has been archived by the owner on Jun 12, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DominationsBot.sln
38 lines (38 loc) · 2.02 KB
/
DominationsBot.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 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DominationsBot", "DominationsBot\DominationsBot.csproj", "{0862F29C-4399-435A-9AAE-4D3175F95D87}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{4C488241-4433-445B-9AD5-05DC79222862}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4F3AFA31-88B0-4536-886D-F5BFD3BA3124}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ExtLibs", "ExtLibs", "{AD1225FC-614E-4EB6-8D40-4E0EDB857430}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "packages", "packages", "{F25C9976-3E60-43F1-B6A2-63358C1ED7DC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0862F29C-4399-435A-9AAE-4D3175F95D87}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0862F29C-4399-435A-9AAE-4D3175F95D87}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0862F29C-4399-435A-9AAE-4D3175F95D87}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0862F29C-4399-435A-9AAE-4D3175F95D87}.Release|Any CPU.Build.0 = Release|Any CPU
{4C488241-4433-445B-9AD5-05DC79222862}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4C488241-4433-445B-9AD5-05DC79222862}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4C488241-4433-445B-9AD5-05DC79222862}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4C488241-4433-445B-9AD5-05DC79222862}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{AD1225FC-614E-4EB6-8D40-4E0EDB857430} = {4F3AFA31-88B0-4536-886D-F5BFD3BA3124}
{F25C9976-3E60-43F1-B6A2-63358C1ED7DC} = {4F3AFA31-88B0-4536-886D-F5BFD3BA3124}
EndGlobalSection
EndGlobal