-
Notifications
You must be signed in to change notification settings - Fork 0
/
GravyBot.sln
43 lines (43 loc) · 2.58 KB
/
GravyBot.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.30128.74
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GravyBot", "src\GravyBot\GravyBot.csproj", "{4266B0D5-B000-4F25-BEE8-4338EDDEF59E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GravyBot.SampleRules", "src\GravyBot.SampleRules\GravyBot.SampleRules.csproj", "{A0055F1F-055C-4439-8AAB-B5FFB25C3A0F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GravyBot.Commands", "src\GravyBot.Commands\GravyBot.Commands.csproj", "{35EE9817-ADBE-481B-AF02-BBE3FB5E2317}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GravyBot.Commands.Tests", "tests\GravyBot.Commands.Tests\GravyBot.Commands.Tests.csproj", "{BB6DEA6A-2721-4D3E-A77B-E936D3136F35}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4266B0D5-B000-4F25-BEE8-4338EDDEF59E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4266B0D5-B000-4F25-BEE8-4338EDDEF59E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4266B0D5-B000-4F25-BEE8-4338EDDEF59E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4266B0D5-B000-4F25-BEE8-4338EDDEF59E}.Release|Any CPU.Build.0 = Release|Any CPU
{A0055F1F-055C-4439-8AAB-B5FFB25C3A0F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A0055F1F-055C-4439-8AAB-B5FFB25C3A0F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A0055F1F-055C-4439-8AAB-B5FFB25C3A0F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A0055F1F-055C-4439-8AAB-B5FFB25C3A0F}.Release|Any CPU.Build.0 = Release|Any CPU
{35EE9817-ADBE-481B-AF02-BBE3FB5E2317}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{35EE9817-ADBE-481B-AF02-BBE3FB5E2317}.Debug|Any CPU.Build.0 = Debug|Any CPU
{35EE9817-ADBE-481B-AF02-BBE3FB5E2317}.Release|Any CPU.ActiveCfg = Release|Any CPU
{35EE9817-ADBE-481B-AF02-BBE3FB5E2317}.Release|Any CPU.Build.0 = Release|Any CPU
{BB6DEA6A-2721-4D3E-A77B-E936D3136F35}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BB6DEA6A-2721-4D3E-A77B-E936D3136F35}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BB6DEA6A-2721-4D3E-A77B-E936D3136F35}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BB6DEA6A-2721-4D3E-A77B-E936D3136F35}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D029F477-3E59-4881-8658-C0D612332035}
EndGlobalSection
EndGlobal