-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSotaWatchTelegramBot.sln
More file actions
39 lines (39 loc) · 2.21 KB
/
SotaWatchTelegramBot.sln
File metadata and controls
39 lines (39 loc) · 2.21 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33424.131
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BotApp", "BotApp\BotApp.csproj", "{2C8BC76A-8496-46AD-8CE7-B947176123D6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SotaWatchApiClient", "SotaWatchApiClient\SotaWatchApiClient.csproj", "{455737DE-B6B5-4239-96D5-EDA56290DFA7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TelegramApiClient", "TelegramApiClient\TelegramApiClient.csproj", "{7F50A981-5AF6-475D-9B12-58AF233E580D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9502EB62-94F0-4A79-9408-EC5FEDAC8E94}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9502EB62-94F0-4A79-9408-EC5FEDAC8E94}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C8BC76A-8496-46AD-8CE7-B947176123D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2C8BC76A-8496-46AD-8CE7-B947176123D6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2C8BC76A-8496-46AD-8CE7-B947176123D6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C8BC76A-8496-46AD-8CE7-B947176123D6}.Release|Any CPU.Build.0 = Release|Any CPU
{455737DE-B6B5-4239-96D5-EDA56290DFA7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{455737DE-B6B5-4239-96D5-EDA56290DFA7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{455737DE-B6B5-4239-96D5-EDA56290DFA7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{455737DE-B6B5-4239-96D5-EDA56290DFA7}.Release|Any CPU.Build.0 = Release|Any CPU
{7F50A981-5AF6-475D-9B12-58AF233E580D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7F50A981-5AF6-475D-9B12-58AF233E580D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7F50A981-5AF6-475D-9B12-58AF233E580D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7F50A981-5AF6-475D-9B12-58AF233E580D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A0EC5B91-7DE1-4FEC-9594-61D85748F871}
EndGlobalSection
EndGlobal