-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathTastyBot.sln
37 lines (37 loc) · 2.04 KB
/
TastyBot.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.4.33122.133
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TastyBot", "TastyBot\TastyBot.csproj", "{5862126A-8498-42AB-BC24-159C2E3B8CD9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TastyBot.Tests", "TastyBot.Tests\TastyBot.Tests.csproj", "{426512E1-A29C-4B71-ACC3-C5B0E3B9D57D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TastyBot.Library", "TastyBot.Library\TastyBot.Library.csproj", "{4F2E42A6-47EB-4E87-B140-862D3ADDA672}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5862126A-8498-42AB-BC24-159C2E3B8CD9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5862126A-8498-42AB-BC24-159C2E3B8CD9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5862126A-8498-42AB-BC24-159C2E3B8CD9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5862126A-8498-42AB-BC24-159C2E3B8CD9}.Release|Any CPU.Build.0 = Release|Any CPU
{426512E1-A29C-4B71-ACC3-C5B0E3B9D57D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{426512E1-A29C-4B71-ACC3-C5B0E3B9D57D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{426512E1-A29C-4B71-ACC3-C5B0E3B9D57D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{426512E1-A29C-4B71-ACC3-C5B0E3B9D57D}.Release|Any CPU.Build.0 = Release|Any CPU
{4F2E42A6-47EB-4E87-B140-862D3ADDA672}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4F2E42A6-47EB-4E87-B140-862D3ADDA672}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4F2E42A6-47EB-4E87-B140-862D3ADDA672}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4F2E42A6-47EB-4E87-B140-862D3ADDA672}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5BA3E206-8DC6-4590-9752-BA2B834D1E16}
EndGlobalSection
EndGlobal