Update Solution File
This commit is contained in:
parent
5453add956
commit
19856ab044
@ -16,9 +16,8 @@ namespace TelegramBotBaseTest
|
|||||||
{
|
{
|
||||||
static void Main(string[] args)
|
static void Main(string[] args)
|
||||||
{
|
{
|
||||||
//Test: 822283338:AAGmeSX5j65pcO3UKBQ7Ro_nuSaW9LCxwl0
|
|
||||||
//Live: 480896099:AAE6M9WqvwFdBkk-tGKki4rgdOvoVxcHTBQ
|
String APIKey = "";
|
||||||
String APIKey = "822283338:AAGmeSX5j65pcO3UKBQ7Ro_nuSaW9LCxwl0";// "822283338:AAGmeSX5j65pcO3UKBQ7Ro_nuSaW9LCxwl0";
|
|
||||||
|
|
||||||
var bb = BotBaseBuilder
|
var bb = BotBaseBuilder
|
||||||
.Create()
|
.Create()
|
||||||
|
|||||||
@ -5,7 +5,7 @@ VisualStudioVersion = 17.0.31912.275
|
|||||||
MinimumVisualStudioVersion = 10.0.40219.1
|
MinimumVisualStudioVersion = 10.0.40219.1
|
||||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TelegramBotBase", "TelegramBotBase\TelegramBotBase.csproj", "{0BD16FB9-7ED4-4CCB-83EB-5CEE538E1B6C}"
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TelegramBotBase", "TelegramBotBase\TelegramBotBase.csproj", "{0BD16FB9-7ED4-4CCB-83EB-5CEE538E1B6C}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TelegramBotBaseTest", "TelegramBotBaseTest\TelegramBotBaseTest.csproj", "{88EC0E02-583D-4B9D-956C-81D63C8CFCFA}"
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TelegramBotBaseTest", "TelegramBotBase.Test\TelegramBotBaseTest.csproj", "{88EC0E02-583D-4B9D-956C-81D63C8CFCFA}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3856B3FB-63E3-444A-9FF0-34171BE7AC5D}"
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3856B3FB-63E3-444A-9FF0-34171BE7AC5D}"
|
||||||
ProjectSection(SolutionItems) = preProject
|
ProjectSection(SolutionItems) = preProject
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user