forked from chromos33/DeathmicChatbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DeathmicChatbot.sln
28 lines (28 loc) · 1.45 KB
/
DeathmicChatbot.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{08633025-AB59-4B32-9F8C-1B8C32284400}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeathmicChatbot", "DeathmicChatbot\DeathmicChatbot.csproj", "{8F2CE5B0-CE5D-446D-9D96-20D57B217782}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeathmicChatbotTests", "DeathmicChatbotTests\DeathmicChatbotTests.csproj", "{F6820213-26A8-492D-9A76-3188B8129CAC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8F2CE5B0-CE5D-446D-9D96-20D57B217782}.Debug|x86.ActiveCfg = Debug|x86
{8F2CE5B0-CE5D-446D-9D96-20D57B217782}.Debug|x86.Build.0 = Debug|x86
{8F2CE5B0-CE5D-446D-9D96-20D57B217782}.Release|x86.ActiveCfg = Release|x86
{8F2CE5B0-CE5D-446D-9D96-20D57B217782}.Release|x86.Build.0 = Release|x86
{F6820213-26A8-492D-9A76-3188B8129CAC}.Debug|x86.ActiveCfg = Debug|x86
{F6820213-26A8-492D-9A76-3188B8129CAC}.Debug|x86.Build.0 = Debug|x86
{F6820213-26A8-492D-9A76-3188B8129CAC}.Release|x86.ActiveCfg = Release|x86
{F6820213-26A8-492D-9A76-3188B8129CAC}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal