-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathEventBot.sln
46 lines (46 loc) · 2.71 KB
/
EventBot.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
44
45
46
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.156
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{7FE12295-5CEE-45BF-AEC2-D6BA85956EF8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleWebApiBot", "src\SimpleWebApiBot\SimpleWebApiBot.csproj", "{6F9E5AF1-92B8-4D90-B190-757D8630E574}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{9F842D7F-8D7E-45D2-8CF1-09C92238C320}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleWebApiBot.ScenarioTests", "tests\SimpleWebApiBot.ScenarioTests\SimpleWebApiBot.ScenarioTests.csproj", "{61A369FE-9AB3-48A2-BC92-B272AA8CCD5A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleWebApiBot.IntegrationTests", "tests\SimpleWebApiBot.IntegrationTests\SimpleWebApiBot.IntegrationTests.csproj", "{5D0EBD62-1E6A-4AEE-881D-B412F828D38D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6F9E5AF1-92B8-4D90-B190-757D8630E574}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6F9E5AF1-92B8-4D90-B190-757D8630E574}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6F9E5AF1-92B8-4D90-B190-757D8630E574}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6F9E5AF1-92B8-4D90-B190-757D8630E574}.Release|Any CPU.Build.0 = Release|Any CPU
{61A369FE-9AB3-48A2-BC92-B272AA8CCD5A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{61A369FE-9AB3-48A2-BC92-B272AA8CCD5A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{61A369FE-9AB3-48A2-BC92-B272AA8CCD5A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{61A369FE-9AB3-48A2-BC92-B272AA8CCD5A}.Release|Any CPU.Build.0 = Release|Any CPU
{5D0EBD62-1E6A-4AEE-881D-B412F828D38D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D0EBD62-1E6A-4AEE-881D-B412F828D38D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D0EBD62-1E6A-4AEE-881D-B412F828D38D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D0EBD62-1E6A-4AEE-881D-B412F828D38D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6F9E5AF1-92B8-4D90-B190-757D8630E574} = {7FE12295-5CEE-45BF-AEC2-D6BA85956EF8}
{61A369FE-9AB3-48A2-BC92-B272AA8CCD5A} = {9F842D7F-8D7E-45D2-8CF1-09C92238C320}
{5D0EBD62-1E6A-4AEE-881D-B412F828D38D} = {9F842D7F-8D7E-45D2-8CF1-09C92238C320}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C91F9A87-80C5-419E-860B-2B065A654EFA}
EndGlobalSection
EndGlobal